@charset "utf-8";
body {
    overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f8f8f8;
}
html, body {
	font-size: 16px;
	color: #4C4949;
	 font-family: 'YakuHanJP','Roboto','Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ","Noto Sans JP", Meiryo, sans-serif;
font-weight: 400;
	line-height: 1.5;
}
body, div, p, h1, h2, h3, h4, ul, figure ,dl,dt,dd{
	margin: 0;
	padding: 0;
}

ol,ul{
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

a{
	text-decoration: none;
	color: inherit;
}
p{
	flex-grow: 1;
}
h1{
	margin: 0;
	padding: 0;
}

/*
tvprogram css
*/
.author-archive {
  width:95%;
	max-width: 1200px;
	margin: 0 auto;
  padding: 0 auto 1.5rem auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


input[type="radio"] {
  position: absolute;
  display:none;
}


/* NOWONAIR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nowonair_wrap{
	width: 100%;
	min-height: 3.5em;
	background: #4c4949;
	color: #fff;
	margin:0 auto;
	padding: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.nowonair_tv{
	width:100%;
	max-width: 1000px;
	height: 1.1em;
	font-size: 1.1em;
	margin: 0px .5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
	line-height: 1;
}
.nowonair_title{
	width:auto;
	min-width: 80px;
	height: auto;
	font-size: 1em;
	margin: 0px 1%;
	padding: 5px;
	background: #E62D82;
	animation: change-color-anim 3s linear infinite;
	border-radius: 20px;
	color: #fff;
	text-align: center;
}

@keyframes change-color-anim {
	0%,100%{
		background-color: #E62D82;
	}
	50%{
		background-color: #FF8600;
	}
}

dl.now dt{
	display: inline-block;
	color: #A7A7A7;
	margin-right: 1em;
}

dl.now dd{
	display: inline-block;
}


/* FILTERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filters {
  text-align: center;
  margin-bottom: 0.35rem;
	padding: 0;
}

.filters * {
  display: inline-block;
}

.filters label {
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  border-radius: 2rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s;
	box-shadow: inset 1px 1px 1px #c6c6c6,
            inset -1px -1px 1px #ffffff;
}

.filters label:hover {
  background: #ffaa66;
  color: #fff;
}


/* FILTERED ELEMENTS (POSTS)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.posts {
  margin: 0 auto;
  display: block;
  width:100%;
  max-width: 1000px;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}


ol.posts{
	margin: 0px auto;
	padding: 0px;
}

.posts .post {
	width:100%;
    display: flex;
    margin-bottom: .2em;
	text-align: left;

}

.posts .post-title {
  font-size: 1.3rem;
}

.post{
    display: flex;
    margin-bottom: .2em;
}


.posts .post-title:hover {
  text-decoration: underline;
}

.posts figcaption {
}

.posts .post-categories {
  margin:0.5rem auto 0.75rem auto;
  font-size: 0.75rem;
	text-align: center;
}

figure img{
	width:100%;
	box-shadow: 3px 3px 2px #DFDFDF,
             -3px -3px 2px #ffffff;
	border-radius: 5px;
	transition: all.2s ease-in-out;
}
figure img:hover{
	width:100%;
	box-shadow: 1px 1px 1px #b5b5b5,
             -1px -1px 1px #ffffff;	
}


[value="all"]:checked ~ .filters [for="all"],
[value="mon"]:checked ~ .filters [for="mon"],
[value="tue"]:checked ~ .filters [for="tue"],
[value="wed"]:checked ~ .filters [for="wed"],
[value="thu"]:checked ~ .filters [for="thu"],
[value="fri"]:checked ~ .filters [for="fri"],
[value="sat"]:checked ~ .filters [for="sat"], 
[value="sun"]:checked ~ .filters [for="sun"] {
  background:#ff5700;
  color: #fff;
}


[value="all"]:checked ~ .posts [data-category] {
  display: flex;
}

[value="wed"]:checked ~ .posts .post:not([data-category~="wed"]),
[value="thu"]:checked ~ .posts .post:not([data-category~="thu"]),
[value="fri"]:checked ~ .posts .post:not([data-category~="fri"]),
[value="sat"]:checked ~ .posts .post:not([data-category~="sat"]),
[value="sun"]:checked ~ .posts .post:not([data-category~="sun"]){
  display: none;
}

[value="guest"]:checked ~ .posts .post:not([data-item~="guest_true"]),
[value="free"]:checked ~ .posts .post:not([data-item~="free_ture"]){
  display: none;
}

[value="tbs"]:checked ~ .filters [for="tbs"], 
[value="rcc"]:checked ~ .filters [for="rcc"] {
  display: none;
}


.post{
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:100;
}



.toggle_wrap{
	height:auto;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
background: #999999;
box-shadow:  inset 3px 3px 2px #888888,
             inset -3px -3px 2px #aaaaaa;
	border-radius: 50px;
}
.toggle_wrap h2 {
text-align: center;
}
 
.toggle_wrap h2 span{
position: relative;
display: inline-block;
padding: 0 10px;
font-size: .6em;
color: #fff;
}
      
.toggle_wrap h2 span::before{
position: absolute;
content: '';
top: 0;
right: 5px;
width: 5px;
height: 100%;
border: 1px solid #fff;
border-left: none;
}
 
.toggle_wrap h2 span::after{
position: absolute;
content: '';
top: 0;
left: 5px;
width: 5px;
height: 100%;
border: 1px solid #fff;
border-right: none;
}


.toggle_guest{
  position: relative;
  width: 58px;
  height: 28px;
  margin: 5px 10px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
box-shadow:  1px 1px 2px #888888,
             -1px -1px 2px #aaaaaa;
}
.toggle_guest input[type=checkbox] {
  display: block;
}

.toggle_free{
  position: relative;
  width: 58px;
  height: 28px;
  margin: 5px 10px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
box-shadow:  1px 1px 2px #888888,
             -1px -1px 2px #aaaaaa;
}
.toggle_free input[type=checkbox] {
  display: block;
}
.toggle_guest:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle_guest:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50px;
  background: #f2f2f2;
box-shadow:  1px 1px 2px #888888,
             -1px -1px 2px #aaaaaa;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle_guest.checked:before {
  background: #FF5700;
}
.toggle_guest.checked:after {
  left: 33px;
box-shadow:  1px 1px 2px #FFaa66,
             -1px -1px 2px #FFaa66;
}

.toggle_free:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle_free:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50px;
  background: #f2f2f2;
box-shadow:  1px 1px 2px #888888,
             -1px -1px 2px #aaaaaa;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle_free.checked:before {
  background: #FF5700;
}
.toggle_free.checked:after {
  left: 33px;
box-shadow:  1px 1px 2px #FFaa66,
             -1px -1px 2px #FFaa66;
}

.guest_hide{
  display: none !important;
}
.free_hide{
  display: none !important;
}
