@charset "utf-8";

#boss .sp_none{
	display: none;
}

/* ------------------------------------------
  ページ
------------------------------------------ */

.main_bg{
	background: #ededea;
	color:#4d4948;
	position: relative;
}
#boss{
    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: 95%;
	margin: auto;
}

#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; 
	font-size: 25px; 
	/*border-radius: 40px; */
}


/* ------------------------------------------
  ヘッダー
------------------------------------------ */
#boss .header{
	position:relative;
	background-size: cover;
	background: url("../images/header_sp.jpg?2402091500") no-repeat center center / cover;
	padding-top: 70%;
}

/* ------------------------------------------
  放送時間
------------------------------------------ */
#boss .description{
	background: #444444;
	width:100%;
	padding: 3% 0 2%;
}
#boss .description a{display: flex;flex-direction: column;align-items: center;}
#boss .icon{display: flex;flex-direction: column;align-items: center;margin-bottom: 1%;}
#boss .logo{
	padding:5px;
	width: 70px;
	height: 70px;
}
#boss .name{
	padding:5px;
	height: 39px;
	width: 150px;
}

#boss .date{
    position:relative;
    background:#ffffff;
    padding: 8px 55px;
    text-align:center;
    color: #444444;
    font-size:16px;
    font-weight:bold;
}

#boss .description>ul{
	display: flex;
	align-items: center;
	margin-top: 4%;
	padding: 0 2%;
}
#boss .description>ul li{
}

#boss .description>ul li a.twitter_btn{
	width: 55px;
	height: 55px;
	border-radius: 10px;
}

/* ------------------------------------------
  共通　
------------------------------------------ */

/*動画*/
#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.6rem;
	color: #ffffff;
	background: #444444;
	font-weight: 600;
	width: 22%;
	margin: 2% 0 1%;
}
#boss p.oa_info{
	font-size: 1.5rem;
	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: center;
	flex-direction: column;
	margin: 5% 0;
}
#boss .section_ttl h2{
	font-family: 'Outfit', sans-serif;
	color: #E91E63;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: -1%;
}
#boss .section_ttl p{
	color: #858585;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

/*放送スタート*/
#boss #news{
	padding: 8% 0;
}
#boss #news .news-txt{
	font-size: 1.7em;
	text-align:center;
	line-height: 1.2em;
	font-weight: 900;
	color: #000;
	text-shadow: 0 0 0.05em #FFFFFF, 0 0 0.06em #FFFFFF, 0 0 0.07em #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;
}

/*次のゲスト 最近の動画 SNSエリア*/
#boss .top{
	background: #232323;
	padding: 1% 0 1%;
}
#boss #topic{
	width: 100%;
	margin-bottom: 10%;
}
#boss #topic .movie{
    width: 100%;
    position: relative;
    margin: 0 0 2%; 
    color: #fff;
    text-align: center;
}

/*sns*/
#boss #sns{
	width: 90%;
	margin: 9% auto 0;
}
#boss #sns .sns-ttl {
    display: block;
    background: #E91E63;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    color: white;
    margin-bottom: 4%;
    padding: 4%;
    font-weight: bold;
}
#boss #sns a.twitter_btn{
	padding: 4%;
	border-radius: 30px;
	margin-bottom: 5%;
	border: solid 1px;
}

/* 友の会ボタン */
#boss #sns .tomo_btn{
	font-weight: 600;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
	margin-top: 7%;
}
#boss #sns .tomo_btn img{
	width: 80%;
}
#boss #sns .tomo_btn:hover{
	opacity: 0.6;
}

/*バックナンバー*/
#boss #backnumber{
	background: #232323;
	padding: 10% 0;
}
#boss #backnumber .more {
    display: block;
    width: 320px;
    padding: 4% 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 .movie{
    position: relative;
    margin: 0 0 7%;
    color: #fff;
    text-align: center;
}
#boss #backnumber .movie_flex{
	width: 100%;
	padding: 3%;
	margin: auto;
	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: 7% 0 2%;
}
#boss #season a{
	background: #E91E63;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 4% 0%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	font-size: 1.5em;
	transition: .3s;
	margin-bottom: 5%;
	border: 1px solid #ffffff;
}


