@charset "utf-8";

#boss .pc_none{
	display: none;
}

/* ------------------------------------------
  ページ
------------------------------------------ */

.main_bg{
	background: #ededea;
	color:#4d4948;
	position: relative;
}
#boss{
    /* max-width: 1280px; */
	/*margin: 0 auto;*/
	width: 100%;
    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_inner{
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

.boss_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#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;
}

/*Twitterボタン*/
#boss a.twitter_btn{
	background: black;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	font-size: 25px;
}
#boss a.twitter_btn:hover{
	opacity: 0.6;
	transition: .3s;
}

/* ------------------------------------------
  ヘッダー
------------------------------------------ */
#boss .header{
	position:relative;
	background-size: cover;
	background: url("../images/header_pc.jpg?2402091500") no-repeat center center / cover;
	padding-top: 31%;
}

/* ------------------------------------------
  放送時間　
------------------------------------------ */
#boss .description{
    background: #444444;
    width:100%;
    display: flex;
    padding: 0.1% 0%;
    justify-content: center;
}
#boss .description>a.boss_description{
    display: flex;
	align-items: center;
}
#boss .description>a.boss_description .icon{
    display: flex;
	align-items: center;
}
#boss .description>a.boss_description .icon .logo{
	padding:5px;
	width: 60px;
	height: 60px;
}
#boss .description>a.boss_description .icon .name{
	padding:5px;
	height: 39px;
	width: 150px;
}
#boss .description>a.boss_description .oa{
	margin-left: 30px;
}
#boss .description>a.boss_description .date{
    position:relative;
    background:#ffffff;
    padding: 8px 15px;
    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%;
}

#boss .description>ul{
	display: flex;
	align-items: center;
	padding-left: 4%;
}
#boss .description>ul img{
	width: 55px;
	margin-bottom: -10%;
}
#boss .description>ul li a:hover{
	opacity: 0.6;
	transition: .3s;
}


/* ------------------------------------------
  共通　
------------------------------------------ */

/*動画*/
#boss .movieCon{
    position: relative;
	overflow:hidden; 
}
#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.8);
	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: 56.25%;
    position: relative;
    overflow: hidden;
    transition: .3s;
    opacity: 0.7;
}
#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: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#boss h3.oa_data{
	text-align: center;
	font-size: 1.8rem;
	color: #ffffff;
	background: #444444;
	font-weight: 600;
	width: 22%;
	margin: 2% 0 1%;
}
#boss p.oa_info{
	font-size: 1.7rem;
	text-align: left;
	color: #f0f0f0;
	font-weight: 600;
}

#boss .movie .movieCon .ytimgCont:hover{
	opacity: 1;
	transition: .3s;
	filter: brightness(115%);
}

/*見出し*/
#boss .section_ttl{
	display: flex;
	align-items: baseline;
}
#boss .section_ttl h2{
	font-family: 'Outfit', sans-serif;
	color: #E91E63;
	font-size: 2.4em;
	font-weight: bold;
}
#boss .section_ttl p{
	color: #858585;
	font-size: 1em;
	font-weight: 600;
	margin-left: 1%;
	letter-spacing: 0.1rem;
}

/*放送スタート*/
#boss #news{
	position: relative;
}

#boss #news .news-txt{
	font-size: 2.8em;
	text-align:center;
	line-height:0.95em;
	font-weight: 900;
	color: #000;
	text-shadow: 0 0 0.09em #FFFFFF, 0 0 0.09em #FFFFFF, 0 0 0.09em #FFF59D, 0 0 0.08em #FFF59D, 0 0 0.09em #FFF59D, 0 0 0.2em #FFF59D, 0 0 0.2em #FFF59D, 0 0 0.2em #FFF59D, 0 0 0.5em #ff8e01;
	letter-spacing: 0.1em;
	padding: 3% 0;
}

/*次のゲスト 最近の動画 SNSエリア*/
#boss .top{
	background: #232323;
	padding: 2% 0 1%;
}
#boss #topic{
	width: 48%;
}
#boss #topic .movie{
    width: 100%;
    position: relative;
    margin: 0 0 2%; 
    color: #fff;
    text-align: center;
}

/*snsエリア*/
#boss #sns{
	width: 39%;
	position: relative;
}
#boss #sns .sns-ttl {
    display: block;
    background: #E91E63;
    width: 32%;
    border-radius: 40px;
    text-align: center;
    color: white;
    margin-bottom: 2%;
    padding: 2%;
    font-weight: bold;
    transition: .3s;
}
#boss #sns .twitter_btn{
	position: absolute;
	top: 0;
	left: 35%;
}
#boss #sns .twitter_btn .timeline {
  max-width: 100%;
  border: 1px solid #333;
  padding: 0;
}

/* 友の会*/
#boss #sns .tomo_btn{
	font-weight: 600;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
	margin-top: 3%;
	justify-content: center;
}
#boss #sns .tomo_btn:hover{
	opacity: 0.6;
	transition: .3s;
}
#boss #sns .tomo_btn img{
	width: 53%;
}

/*バックナンバー*/
#boss #backnumber{
	background: #232323;
	padding: 2% 0;
}
#boss #backnumber .back-ttl{
	color: #E91E63;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1%;
}
#boss #backnumber .more {
    display: block;
    width: 320px;
    padding: 0.5% 0;
    margin: 3% auto 0%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    border: 3px solid #E91E63;
    border-radius: 50px;
}
#boss #backnumber .more:hover{
	opacity: 0.6;
	transition: .3s;
}
#boss #backnumber .movie{
    width: 32%;
    position: relative;
    margin: 0 0 2%; 
    color: #fff;
    text-align: center;
}
#boss #backnumber .movie_flex{
	width: 100%;
	margin: auto;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#boss #backnumber .movie_flex::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#boss #backnumber .movie_flex::after{
	content:"";
	display: block;
	width: 32%;
}

/*過去シーズン*/
#boss #season{
	padding: 5% 0;
}
#boss #season a{
	background: #E91E63;
	color: #ffffff;
	display: block;
	width: 40%;
	text-align: center;
	padding: 2% 0%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	font-size: 1.7em;
	transition: .3s;
	border: 1px solid #ffffff;
}
#boss #season a:hover {
    background: #232323;
	transition: .3s;
}