@charset "UTF-8";
/* CSS Document */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
iframe {
	width: 100%!important;
	height: 56.25vw;
	max-height: 540px;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	section li.contents a{
		width: 100%;
		display: block;
		transition-duration: 0.5s;
	}
	
	section li.contents a:hover{
		opacity: 0.7;
	}
	
	section ul.section_inner li.title ul.tags{
		font-size: 16px;
	}
	
	section ul.section_inner li.title ul.tags li{
		padding-bottom: 10px;
	}
	
	section ul.section_inner li.title ul.tags li a{
		transition-duration: 0.5s;
	}
	
	section ul.section_inner li.title ul.tags li a:hover{
		opacity: 0.7;
	}
	
	section ul.section_inner li.title ul.tags li.current-cat a{
		color: #61B0A0;
	}
	
	section ul.works_list {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul.works_list li {
		width: 225px;
		margin-bottom: 20px;
	}
	
	section ul.works_list li div.box{
		width: 100%;
	}
	
	section ul.works_list li a div div.photo{
		width: 100%;
		height: 150px;
		background: #ededed;
		line-height: 0;
		margin-bottom: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	section ul.works_list li a div div.text{
		width: 100%;
		margin-bottom: 0;
	}
	
	section ul.works_list li a div div.text h4{
		font-size: 12px;
		line-height: 1.3;
	}
	
	section ul.works_list li a div div.text p.date{
		font-size: 12px;
	}
	
	.serch_area_side {
		width: 190px;
	}
	
	.serch_area_side li{
		margin-bottom: 30px;
	}
	
	.article {
		width: 100%;
	}
	
	.article h3{
		font-size: 22px;
		margin-bottom: 25px;
		
	}
	
	.article ul.date{
		width: 100%;
		padding-bottom: 50px;
	}

	.article li.year{
		font-size: 12px;
		color: #666;
		margin-bottom: 1px;
		line-height: 1.3;
	}
	
	.article li.type{
		font-size: 12px;
		color: #333;
		margin-bottom: 1px;
		line-height: 1.3;
	}
	
	.article_inner {
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
		max-width: 960px;
		margin: 40px auto 0;
	}
	
	.article_inner p{
		font-size: 1.4em;
		font-size: 1.4rem;
		line-height: 2.2;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.article ul.flow {
		width: 100%;
		margin-top: 25px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
		font-size: 14px;
	}
	
	.article ul.flow li i{
		padding: 0 0.5em;
	}
	
	.article ul.flow li:last-child i{
		display: none;
	}
	
	.article_inner p.date span{
		color: #61B0A0;
	}
	
	.article .tags{
		margin: 20px 0 60px;
	}
	
	.article .tags a{
		color: #61B0A0;
		display: inline;
		transition-duration: 0.5s;
	}
	
	.article .tags a:hover{
		opacity: 0.7;
	}
	
	#slick{
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
		max-width: 960px;
		margin: 0 auto 25px;
	}
	
	#slick div{
		width: 100%;
		/*background: #CCC;*/
	}
	
	#thumbnail-list {
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
		max-width: 960px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	#thumbnail-list li{
		width: 80px;
		height: 52px;
		margin-bottom: 20px;
		margin-right: 13px;
	}
	
	#thumbnail-list li:nth-child(10n) {
		margin-right: 0;
	}
	

	
	.more_image {
		width: 60px;
		margin: 60px auto 0;
		text-align: center;
	}
	
	.article_inner {
		position: relative;
	}
	
	.article_inner .list_btn{
		width: 53px;
		position: absolute;
		bottom: 18px;
		left: -webkit-calc(50% - 26px);
		left: -moz-calc(50% - 26px);
		left: calc(50% - 26px);
	}
	
	.article_inner .list_btn a{
		display: block;
		transition-duration: 0.5s;
	}
	
	.article_inner .list_btn a:hover{
		opacity: 0.7;
	}
	
	#pagenavi{
	width: 100%;
	overflow: hidden;
}

#pagenavi li{
	width: 62px;
	height: 60px;
	display: inline-block;
}

#pagenavi li.prev{
	float: left;
}

#pagenavi li.next{
	float: right;
}

#pagenavi li a{
	display: block;
	transition-duration: 0.5s;
	line-height: 0;
}

#pagenavi li a:hover{
	opacity: 0.7;
}


}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	section li.contents a{
		width: 100%;
		display: block;
	}
	
	section ul.section_inner li.title ul.tags{
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	
	section ul.section_inner li.title ul.tags li{
		display: inline;
	}
	
	section ul.section_inner li.title ul.tags li::after{
		content: '｜';
	}
	
	section ul.works_list {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul.works_list li {
		width: 37.5vw;
		margin-bottom: 25px;
	}
	
	section ul.works_list li div{
		width: 100%;
	}
	
	section ul.works_list li a div div.photo{
		width: 100%;
		height: 25vw;
		background: #ededed;
		line-height: 0;
		margin-bottom: 5px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	
	section ul.works_list li a div div.text{
		width: 100%;
		margin-bottom: 0;
	}
	
	section ul.works_list li a div div.text h4{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	
	section ul.works_list li a div div.text p.date{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.article {
		width: 100%;
	}
	
	.article h3{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		padding: 0 8%;
		margin-bottom: 12px;
	}
	
	.article ul.date{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 12px;
	}

	.article li.year{
		font-size: 12px;
		font-size: 1.2rem;
		color: #333;
		margin-bottom: 1px;
		line-height: 1.3;
	}
	
	.article li.type{
		font-size: 10px;
		font-size: 1.0rem;
		color: #333;
		margin-bottom: 1px;
		line-height: 1.3;
	}
	
	.article_inner {
		width: 84%;
		margin: 20px auto 0;
	}
	
	.article_inner p{
		font-size: 1.4em;
		font-size: 1.4rem;
		line-height: 2.2;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.article ul.flow {
		width: 100%;
		margin-top: 25px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.article ul.flow li i{
		padding: 0 0.5em;
	}
	
	.article ul.flow li:last-child i{
		display: none;
	}
	
	.article .tags{
		margin: 10px 0 60px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.article .tags a{
		color: #61B0A0;
		display: inline;
	}
	
	#slick{
		width: 100%;
		margin: 0 auto 25px;
		position: relative;
	}
	
	#slick div{
		width: 100%;
	}
	
	.slick-counter{
		position: absolute;
		width: 5em!important;
		bottom: 5px;
		left: -webkit-calc(50% - 1rem);
		left: -moz-calc(50% - 1rem);
		left: calc(50% - 1rem);
	}
	
	.more_image {
		width: 60px;
		margin: 30px auto 0;
		text-align: center;
	}
	
	.article_inner {
		position: relative;
	}
	
	.article_inner .list_btn{
		width: 36px;
		position: absolute;
		bottom: 0;
		left: -webkit-calc(50% - 18px);
		left: -moz-calc(50% - 18px);
		left: calc(50% - 18px);
	}
	
	.article_inner .list_btn a{
		display: block;
	}
	
	#pagenavi{
	width: 100%;
	overflow: hidden;
}

#pagenavi li{
	width: 31px;
	height: 30px;
	display: inline-block;
}

#pagenavi li.prev{
	float: left;
}

#pagenavi li.next{
	float: right;
}

#pagenavi li a{
	display: block;
	line-height: 0;
}

}

@media print, screen and (max-width: 480px){
	
	section ul.works_list li a ul div.text h4{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	section ul.works_list li a ul div.text p.date{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	.article_inner h3 br {
		display: none;
	}
	
	.article_inner p{
		font-size: 1.0em;
		font-size: 1.0rem;
		line-height: 2.2;
	}
	
	.article_inner p.date {
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	.article_inner h3 {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	
	.article .tags{
		margin: 5px 0 45px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	.more_image {
		width: 45px;
		margin: 30px auto 0;
		text-align: center;
	}
}