@charset "UTF-8";

#breadcrumb {
    margin-bottom: 0;
}

/*--------------------
トップスライダー
--------------------*/

/*---カテゴリー---*/

.cat {
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	min-width: 5em;
	font-weight: bold;
	left: -0.2em;
	top: 5px;
	z-index: 1;
	text-align: center;
	padding: .4em 8px .4em 10px;
	box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.1);
	background: #f9bb7c;
	color: #FFFFFF;
}
.cat:after{
	content:"";
	width: 0.5em;
	height:100%;
	right: -0.5em;
	top: 0;
	position:absolute;
	background: linear-gradient(to bottom right, #f9bb7c 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #f9bb7c 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.cat.cat01 { background:#f9bb7c; color:#FFFFFF; }
.cat.cat01:after {
	background: linear-gradient(to bottom right, #f9bb7c 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #f9bb7c 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.cat.cat02 { background:#f6bdb6; color:#FFFFFF; }
.cat.cat02:after {
	background: linear-gradient(to bottom right, #f6bdb6 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #f6bdb6 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.cat.cat03 { background:#b7a7d6; color:#FFFFFF; }
.cat.cat03:after {
	background: linear-gradient(to bottom right, #b7a7d6 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #b7a7d6 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.cat.cat04 { background:#a4d7c4; color:#FFFFFF; }
.cat.cat04:after {
	background: linear-gradient(to bottom right, #a4d7c4 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #a4d7c4 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.cat.cat05 { background:#f3c158; color:#FFFFFF; }
.cat.cat05:after {
	background: linear-gradient(to bottom right, #f3c158 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #f3c158 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}

#recommend {
    padding: 0 0 70px;
    overflow: hidden;
}
#recommend .slider {
    width: 80%;
    max-width: 960px;
    margin:0 auto;
}
#recommend .slider a {
    color: #fff;
    display: block;
    position: relative;
}
#recommend .slider figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    margin: 0;
    margin-bottom:12%;
}
#recommend .slider img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}
#recommend .slider a:hover img {
    transform: translate(-50%, -50%) scale(1.01);
}
#recommend .slider a .articleTxt {
	transition: all 300ms ease;
	opacity: 0;
	width: 100%;
	position: absolute;
	bottom: -5em;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5em 10px;
	line-height: 1.5;
	overflow: hidden;
	height: 5em;
	box-sizing: border-box;
}
#recommend .slider .slick-center a .articleTxt {
	opacity: 1;
}
#recommend .slider a .articleTxt .ttl {
	font-size: 16px;
	font-weight: bold;
}
#recommend .slick-slide .cat {
	transition: all 500ms ease;
	opacity: 0;
	top: 15px;
	font-size: 14px;
	line-height: 14px;
}
#recommend .slick-slide.slick-center .cat {
	opacity: 1;
}
#recommend .slick-slide {
    transition: all 500ms ease;
    opacity: .6;
}
#recommend .slick-slide.slick-center {
    opacity: 1;
}
#recommend .slick-list {
    overflow: visible;
}
#recommend .slick-dots {
    bottom: -30px;
}
#recommend .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
}
#recommend .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #aaa;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .2s;
}
#recommend .slick-dots li button:before {
    content: none;
}
#recommend .slick-dots li button:hover,
#recommend .slick-dots li button:focus {
    outline: none;
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}
#recommend .slick-dots li.slick-active button {
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}
#recommend .slick-arrow {
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #cccccc;
    transition: all 300ms ease;
}
#recommend .slick-arrow:hover {
    color: #a9a9a9;
}
#recommend .slick-arrow:before {
    display: none;
}
#recommend .slick-arrow svg {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recommend .slick-prev {
    left: -35px;
}
#recommend .slick-next {
    right: -35px;
}


/*--------------------
メインコンテンツ
--------------------*/

#program > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#program > .container:last-of-type {
    padding-bottom: 50px;
}
#program .column01 > section {
    margin-bottom: 40px;
}
#program .column01 {
    width: 72%;
    max-width: 900px;
}
#program .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
}
#program .column02 > section {
	margin-bottom: 15px;
}


/*---番組カテゴリー---*/

.progNav {
	margin: 20px 0;
}
.progNav {
	opacity: 0;
	transition: opacity .3s linear;
}
.progNav.initialized {
	opacity: 1;
}
.progNav ul {
	overflow: hidden;
    display: flex;
    max-width: 100%;
    width: 100%;
}
.progNav li {
    width: 100%;
    height: auto;
    padding: 6px;
    border-left: solid 1px #f9bb7c;
    color: #f9bb7c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    box-sizing: border-box;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    overflow: hidden;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px){
.progNav li {
    font-size: 1.2vw;
    padding: 0.6vw 0;
}
}
.progNav li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    content: '';
    background: #f9bb7c;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.progNav li.hide {
	display: none;
}
.progNav li:hover:before,
.progNav li:active:before,
.progNav li.current:before {
    height: 100%;
}
.progNav li span {
    position: relative;
    display: block;
}
.progNav li:hover,
.progNav li.current {
    color: #fff !important;
}
.progNav li:first-of-type {
    border-radius: 20px 0 0 20px;
}
.progNav li:last-of-type {
    border-radius: 0 20px 20px 0;
}

#progNav01.progNav li {
	color: #f9bb7c;
	border: solid 1px #f9bb7c;
	border-right: none;
}
#progNav01.progNav li:last-of-type{
	border-right: solid 1px #f9bb7c;
}
#progNav01.progNav li:before {
    background: #f9bb7c;
}



#progNav02.progNav .cat04 {
	color: #f6bdb6;
	border: solid 1px #f6bdb6;
    border-right: none;
}
#progNav02.progNav .cat04:before {
    background: #f6bdb6;
}
#progNav02.progNav .cat05 {
	color: #b7a7d6;
	border: solid 1px #b7a7d6;
    border-right: none;
}
#progNav02.progNav .cat05:before {
    background: #b7a7d6;
}
#progNav02.progNav .cat06 {
	color: #a4d7c4;
	border: solid 1px #a4d7c4;
    border-right: none;
}
#progNav02.progNav .cat06:before {
    background: #a4d7c4;
}
#progNav02.progNav .cat07 {
	color: #f3c158;
	border: solid 1px #f3c158;
}
#progNav02.progNav .cat07:before {
    background: #f3c158;
}

/*---記事レイアウト---*/

section h1.ttl {
    background: #fff;
    background: linear-gradient(-45deg,
    #fff4ea 25%,
    #fff 25%, #fff 50%,
    #fff4ea 50%, #fff4ea 75%,
    #fff 75%, #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #777;
}
.catWrap {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.catWrap li {
	position: relative;
}
@media screen and (min-width: 1025px){
.catWrap li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.catWrap li:nth-child(3n) {
    margin-right: 0;
}
}
@media screen and (max-width: 1024px){
.catWrap li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.catWrap li:nth-child(2n) {
    margin-right: 0;
}
}
.catWrap a {
    display: flex;
    flex-direction: column;
    height: 100%;
	transition: .3s;
}
.catWrap a:hover {
    opacity:0.8;
}
.catWrap a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.catWrap img {
    /* width:100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}
.catWrap figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 72%;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .01);
}
.catWrap .articleTxt {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.catWrap .ttl {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
    color: #f9bb7c;
}
/*---IEでのタイトル突き抜け対策---*/
@media screen\0 {
	.catWrap .articleTxt {
		display: block;
	}
	.catWrap .ttl {
		text-align:center;
	}
}
/*--------------------------------*/

#cat04 .ttl {
    color: #f6bdb6;
}
#cat05 .ttl {
    color: #b7a7d6;
}
#cat06 .ttl {
    color: #a4d7c4;
}
#cat07 .ttl {
    color: #f3c158;
}
.catWrap .date {
    background: #f9bb7c;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    padding: 6px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.catWrap .date span {
	position: relative;
	font-size: 13px;
	line-height: 13px;
	min-width: 2em;
	left: -0.2em;
	z-index: 1;
	margin-right: .6em;
	text-align: center;
	padding: 0.5em 8px;
	box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.1);
	background: #ffe5c9;
	color: #444;
	display: inline-block;
}
.catWrap .date span:after{
	content:"";
	width: 0.5em;
	height:100%;
	right: -0.5em;
	top: 0;
	position:absolute;
	background: linear-gradient(to bottom right, #ffe5c9 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #ffe5c9 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#cat04 .date {background:#f6bdb6;}
#cat04 .date span {background: #fbe5e2;}
#cat04 .date span:after {
	background: linear-gradient(to bottom right, #fbe5e2 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #fbe5e2 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#cat05 .date { background:#b7a7d6; }
#cat05 .date span {background: #e2dcef;}
#cat05 .date span:after {
	background: linear-gradient(to bottom right, #e2dcef 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #e2dcef 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#cat06 .date { background:#a4d7c4; }
#cat06 .date span {background: #dbefe7;}
#cat06 .date span:after {
	background: linear-gradient(to bottom right, #dbefe7 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #dbefe7 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#cat07 .date { background:#f3c158; }
#cat07 .date span {background: #fae6bc;}
#cat07 .date span:after {
	background: linear-gradient(to bottom right, #fae6bc 50%, transparent 50%) top left/ 100% 50% no-repeat,
                linear-gradient(to top right, #fae6bc 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.end .date {
    opacity: .6;
    color: #000000;
}





/*--------------------
公式Twitter・SNS
--------------------*/


#snsWrap {
    background: #ffffdf;
    padding: 10px;
}
#snsWrap h3.ttl {
    color: #D9A825;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #D9A825;
}
#snsWrap .snsCont {
    display: flex;
    margin-top: 10px;
}
#snsWrap .snsCont li {
    width: 33%;
    text-align: center;
}
#snsWrap .snsCont li a {
    color: #fff;
    display: block;
    font-size: 26px;
    transition: all 300ms ease-out;
}
#snsWrap .snsCont li a svg {
    transition: all 300ms ease-out;
}
#snsWrap .snsCont li a:hover {
	opacity:.9;
}
#snsWrap .snsCont li a:hover svg {
	transform:scale(1.1);
}
#snsWrap .snsCont li a:hover {
}
#snsWrap .snsCont li a.facebook {
    background: #1877f2;
}
#snsWrap .snsCont li a.twitter {
    background: #1DA1F2;
}
#snsWrap .snsCont li a.line {
    background: #00b900;
}
#snsWrap .snsCont li a.instagram {
    background: #D93177;
    background:
		radial-gradient(circle farthest-corner at 32% 106%,
		rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
		linear-gradient(135deg, rgb(35, 75, 215) 12%,rgb(195, 60, 190) 58%);
}


/*--------------------
広告
--------------------*/

.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
}
#ad5_wrap {
	text-align: center;
}
@media screen and (min-width: 1025px){
#ad1_2_wrap , #ad3_4_wrap{
	display:flex;
	justify-content: center;
}
#ad1 , #ad3{
	margin-right: 90px;
}
}
@media screen and (min-width: 967px) and (max-width: 1024px){
#ad1_2_wrap , #ad3_4_wrap{
	display:flex;
	justify-content: center;
}
#ad1 , #ad3{
	margin-right: 40px;
}
}
@media screen and (max-width: 967px){
#ad1_2_wrap , #ad3_4_wrap{
	display:block;
	text-align: center;
}
#ad1 , #ad3{
	margin-bottom: 15px;
}
}
.btn {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #888;
  /*  border: solid 2px #f9bb7c;*/
    /*background: rgba(255, 255, 255, 0.4);*/
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
    
    border: solid 3px #f9bb7c;
    background: #fff4ea;
}
.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #f9bb7c;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn.prev:before {
    right: 0;
	left: auto;
}
.btn:hover:before,
.btn:active:before {
    width: 100%;
}
.btn span {
    position: relative;
    display: block;
    padding: 12px;
}
.btn:hover {
    color: #fff;
}
	

}

