@charset "UTF-8";
*{
  color: #333;
}
ul{
	margin: 0;
}
p{
	margin: 0;
	text-align: left;
}

/* .breadArea */
.breadArea{
	position: relative;
	z-index: 12;
}
.breadArea .wrap{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.breadArea .wrap ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  flex-wrap: wrap;
	height: 48px;
}
.breadArea .wrap ul li{
	color: #333;
	font-size: 12px;
	margin-right: 20px;
}
.breadArea .wrap ul li:first-child{
	margin-left: 0;
}
.breadArea .wrap ul li a{
	color: #333;
	font-size: 12px;
	position: relative;
}
.breadArea .wrap ul li a:hover{
	text-decoration: underline;
}
.breadArea .wrap ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}

/* .slider */
.sliderWrap{
	height: 404px;
	background: #f3f3f3;
}
.slider{
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
}
.slider li .sliderBlock{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 313px;
	overflow: hidden;
}
.slider li .img{
	width: 470px;
}
.slider li .txtArea{
	width: 470px;
	height: 100%;
	background: #fff;
	padding: 33px 30px;
	position: relative;
}
.slider li .txtArea .new{
	width: 33px;
}
.slider li .txtArea .title{
	text-align: left;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 10px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.slider li .txtArea .txt{
	font-size: 15px;
	margin-top: 15px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	line-height: 1.7;
}
.slider li .txtArea .txt span{
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.slider li .txtArea .date{
	position: absolute;
	bottom: 33px;
	right: 30px;
	line-height: 1;
	color: #858585;
	/* background: url(/mycochannel/library/images/top/icon_date.png) no-repeat left center;
	background-size: 10px auto; */
	padding-left: 16px;
	font-size: 12px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: normal;
}
.slider li .txtArea .date span {
    color: rgba(255, 111, 128, 0.87);
    margin: 0 .5rem 0 0;
}
.slider li a:hover .txtArea .title,
.slider li a:hover .txtArea .txt,
.slider li a:hover .txtArea .txt span,
.slider li a:hover .txtArea .date{
	color: rgba(255, 111, 128, 0.87);
}
.slick-prev, .slick-next{
	width: 12.5px;
	height: 21.5px;
	top: 186px;
	z-index: 1;
}
.slick-prev{
	left:-37px;
}
.slick-next{
	right:-37px;
}
.slick-prev:before{
	content: "";
	display: block;
	width: 12.5px;
	height: 21.5px;
	background: url(/mycochannel/library/images/top/arw_l.png) no-repeat left center;
	background-size: 12.5px 21.5px;
}
.slick-next:before{
	content: "";
	display: block;
	width: 12.5px;
	height: 21.5px;
	background: url(/mycochannel/library/images/top/arw_r.png) no-repeat left center;
	background-size: 12.5px 21.5px;
}
.slick-dots{
	bottom: -31px;
}
.slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 6px;;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
}
.slick-dots li button::before {
	content: "";
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #fda4b1;
}
.sliderWrap{
	overflow: hidden;
}

/* rightmenu */
aside .poplur-article > h1{
	margin-bottom: 20px;
	font-weight: normal;
}
.article-list article{
	margin-bottom: 20px;
}
.article-list article h1{
	font-size: 14px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.article-list article .wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 6px;
}
.article-list article .wrap .icon{
	width: 100px;
}
.article-list article .wrap time{
	margin-right: 15px;
	color: #858585;
	font-weight: normal;
}
.article-list article a{
	backface-visibility: hidden;
}
.article-list article img{
	backface-visibility: hidden;
}
aside .poplur-article > input[type="button"]{
	margin-top: 10px;
}
aside .more{
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 100%;
	backface-visibility: hidden;
}
aside .more:hover{
	opacity: .5;
}
aside .more img{
	width: 100%;
	display: block;
}
.poplur-article .article-list a time{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.article-list article a:hover h1{
	color: rgba(255, 111, 128, 0.87);
}
.poplur-article .article-list a:hover time{
	color: rgba(255, 111, 128, 0.87);
}
.site-footer .inner{
	height: 135px;
}
.sideBnr{
	margin-top: 40px;
	background: #f3f3f3;
	padding-bottom: 20px;
}
.sideBnr .title01{
	background: #3ab6d5;
	font-size: 17px;
	color: #fff;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.sideBnr .title01:after{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	background: url(/mycochannel/library/images/top/bnr_icon01.png) no-repeat center bottom;
	background-size: 23px auto;
	width: 23px;
	height: 9px;
	margin-left: -11.5px;
}
.sideBnr .subTitle{
	display: block;
	margin: 25px 0 15px;
	font-size: 12.5px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.sideBnr .subTitle:before{
	content: "";
	width: 7.5px;
	height: 12px;
	padding-right: 3px;
	display: inline-block;
	background: url(/mycochannel/library/images/top/bnr_icon02.png) no-repeat left center;
	background-size: 7.5px auto;
}
.sideBnr .subTitle:after{
	content: "";
	width: 7.5px;
	height: 12px;
	padding-left: 3px;
	display: inline-block;
	background: url(/mycochannel/library/images/top/bnr_icon03.png) no-repeat right center;
	background-size: 7.5px auto;
}
.sideBnr .bnrWrap{
	padding: 0 14.5px;
}
.sideBnr .bnrWrap a{
	display: block;
	margin-top: 10px;
}
.sideBnr .bnrWrap a img{
	display: block;
}
.bnrAbout{
	margin-top: 40px;
}
.site-footer .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 40px 0 0;
}
.footerList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footerList li{
	border-right: solid 1px #ffdbdf;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
}
.footerList li:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.footerList a{
	color: #fff;
	font-size: 12px;
}
.site-footer .inner .copy{
	margin-top: 17px;
	text-align: center;
	color: #fff;
}
#fixedArea{
	position: relative;
}
.pagetop{
	bottom: 20px;
	right: 20px;
}
.pagetop.stop{
	position: absolute;
}
.pagetop a{
	outline: none;
}

main{
	width: 100%;
}
main .title{
	font-size: 23px;
	margin: 0;
}
main .title span{
	padding-left: 36px;
	height: 43px;
	display: block;
	line-height: 1.6;
}
main .title01{
	background: url(/mycochannel/library/images/top/title_line01.png) repeat-x bottom left;
	background-size: 3px auto;
	padding-bottom: 4px;
}
main .title02{
	background: url(/mycochannel/library/images/top/title_line02.png) repeat-x bottom left;
	background-size: 3px auto;
	padding-bottom: 4px;
}
main .title03{
	background: url(/mycochannel/library/images/top/title_line03.png) repeat-x bottom left;
	background-size: 3px auto;
	padding-bottom: 4px;
}
main .title01 img{
	width: 110px;
}
main .title02 img{
	width: 195px;
}
main .title03 img{
	width: 192px;
}
main .title01 .titleIcon{
	width: 21.5px;
}
main .article-list{
	padding-bottom: 45px;
}
main .article-list .article01{
	margin: 20px 0 30px;
}
main .article01 a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
main .article01 .thumb{
	width: 330px;
}
main .article01 .txt{
	width: 314px;
}
main .article01 .txt .title{
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
main .article01 .txt .icon{
	width: 100px;
	margin-top: 15px;
}
main .article01 .txt time{
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 12px;
	color: #858585;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: normal;
}
main .article01 a:hover .title{
	color: rgba(255, 111, 128, 0.87);
}
main .article01 a:hover time{
	color: rgba(255, 111, 128, 0.87);
}
main .article01.type02{
	margin: 15px 0 0;
}
main .article01.type02 .thumb{
	width: 230px;
	backface-visibility: hidden;
}
main .article01.type02 .txt{
	width: 414px;
}
main .article01.type02 .txt .title{
	font-size: 21px;
}
main .more {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px auto 0;
	width: 325px;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	line-height: 1;
	cursor: pointer;
}
main .more img{
	width: 100%;
}
main .more:hover {
	opacity: .5;
}

@media screen and (min-width:769px) {
	.sp{
		display: none!important;
	}
}
@media only screen and (max-width: 768px) {
	.pc{
		display: none!important;
	}

	.sliderWrap{
		height: auto;
		background: #fff;
	}
	.slider{
		width: 100%;
		padding-top: 0;
	}
	.slider li .sliderBlock{
		display: block;
		position: relative;
		height: auto;
	}
	.slider li .img{
		width: 100%;
	}
	.slider li .txtArea{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(59, 59, 59, 0.9);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		height: auto;
		padding: 12px 15px 10px;
	}
	.slider li .txtArea .date{
		position: static;
		color: #fff;
		background: none;
		padding-left: 0;
		font-size: 12px;
	}
	.slider li .txtArea .date span{
		display: none;
	}
	.slider li .txtArea .date .newSp{
		width: 33px;
		display: inline-block;
		margin-right: 5px;
	}
	.slider li .txtArea .new{
		display: none;
	}
	.slider li .txtArea .txt{
		display: none;
	}
	.slider li .txtArea .title{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #fff;
		font-size: 18px;
		margin-top: 5px;
	}
	.slick-prev, .slick-next{
		width: 16px;
		height: 16px;
		top: 50%;
	}
	.slick-prev{
		left: 5px;
	}
	.slick-next{
		right: 5px;
	}
	.slick-prev:before{
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(/mycochannel/library/images/top/arw_l_sp.png) no-repeat left center;
		background-size: 16px 16px;
	}
	.slick-next:before{
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(/mycochannel/library/images/top/arw_r_sp.png) no-repeat left center;
		background-size: 16px 16px;
	}


	#wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
		width: 92%;
		padding: 25px 0 0;
	}
	.breadArea .wrap{
		width: 100%;
		padding: 10px;
	}
  .breadArea .wrap ul{
    height: auto;
  }
  .breadArea .wrap ul li{
    font-size: 10px;
    margin-right: 13px;
  }
  .breadArea .wrap ul li:last-child{
    margin-right: 0;
  }
  .breadArea .wrap ul li a{
    font-size: 10px;
  }
  .breadArea .wrap ul li a:after{
    right: -8px;
  }
	.article-list article{
		border-bottom: solid 1px #ddd;
		margin-bottom: 18px;
		padding-bottom: 18px;
	}
	.article-list article .txt{
		width: 100%;
		padding-left: 15px;
	}
	.article-list article .txt h1{
		font-size: 12px;
		line-height: 1.2;
	}
	.article-list article .wrap{
		display: block;
		margin-top: 5px;
	}
	.article-list article .wrap .icon{
		display: block;
	}
	.article-list article .wrap time{
		font-size: .9rem;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-right: 0;
	}
	.article-list article .imgwrap{
		width: 155px;
	}
	.article-list article .imgwrap img{
		display: block;
	}
	main .article-list .article01.type01 .txt{
		padding-left: 0;
	}
	aside{
		border-top: none;
		margin-top: 0;
		margin-bottom: 45px;
		padding-top: 0;
	}
	aside .sideBnrWrap{
		display: none;
	}
	aside .poplur-article > input[type="button"]{
		width: 94.2%;
		margin: 25px auto 0;
		display: block;
	}
	.sideBnr{
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.sideBnr .subTitle{
		font-size: 16px;
	}
	.sideBnr .bnrWrap .wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 15px;
	}
	.sideBnr .bnrWrap .wrap a{
		width: 47.68%;
	}
	.sideBnr .bnrWrap{
		width: 92%;
		margin: 0 auto;
		padding: 0;
	}
	.sideBnr .bnrWrap a{
		margin-top: 15px;
	}
	.sideBnr .title01:after{
		bottom: -15px;
		background: url(/mycochannel/library/images/top/bnr_icon01_sp.png) no-repeat center bottom;
		background-size: 37.5px auto;
		width: 37.5px;
		height: 15px;
		margin-left: -19px;
	}
	.sideBnr .subTitle:before{
		content: "";
		width: 10px;
		height: 16.5px;
		padding-right: 3px;
		display: inline-block;
		background: url(/mycochannel/library/images/top/bnr_icon02_sp.png) no-repeat left center;
		background-size: 10px auto;
	}
	.sideBnr .subTitle:after{
		content: "";
		width: 10px;
		height: 16.5px;
		padding-left: 3px;
		display: inline-block;
		background: url(/mycochannel/library/images/top/bnr_icon03_sp.png) no-repeat right center;
		background-size: 10px auto;
	}
	.sideBnr .title01{
		margin-bottom: 40px;
	}
	.site-footer .inner{
		height: 104.5px;
		padding-top: 30px;
	}
	.site-footer .inner .copy{
		margin-top: 15px;
	}

	/* main */
	main .title span{
		font-size: 21px;
	}
	main .title01 img{
		width: 90px;
	}
	main .title02 img{
		width: 166px;
	}
	main .title03 img{
		width: 160px;
	}
	main .article-list .article01.type01 a{
		display: block;
	}
	main .article01 a{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	main .article01 .thumb{
		width: 100%;
	}
	main .article01 .txt .title{
		font-size: 19px;
	}
	main .article01.type02 .thumb{
		width: 155px;
	}
	main .article01.type02 .txt .title{
		font-size: 12px;
		font-weight: normal;
	}
	main .article01 .txt .icon{
		margin-top: 5px;
	}
	main .more{
		width: 94.2%;
		margin: 25px auto 0;
	}
	main .article01 .txt time{
		bottom: 0;
	}
	.pagetop.stop{
		bottom: -73px;
	}



}
