.txtBox h2 {
	margin-bottom: 20px;
}
#btnList li {
	margin-bottom: 10px;
}
#btnList li:last-child {
	margin-bottom: 0px;
}
#photoList{
	margin-bottom:20px;
}
#photoList:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#photoList li{
	width:49%;
	margin-right:1%;
	float:left;
	margin-bottom:1%;
}
#btnSubList {
	width: 300px;
	margin:0 auto;
}
#btnSubList:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#btnSubList li {
	width:90px;
	float:left;
	margin-right:3%;
}
#btnSubList li:last-child {
	margin-right:0;
}


/*スマホ用*/
@media all and (max-width: 767px) {

}

/*タブレット・PC用*/
@media all and (min-width: 768px) {
.txtBox h2 {
	margin-bottom: 30px;
}
#btnList li {
	float: left;
	margin-bottom: 30px;
	margin-right: 28px
}
#btnList li:nth-child(even)  {
	margin-right: 0px
}
#btnList li:nth-child(n+3) {
	margin-bottom: 0px;
}
#season {
	position:relative;
}
#copy {
	position: absolute;
	top:0;
	right:0;
	pointer-events: none;
}
#photoList{
	margin-bottom:0px;
}
#photoList li{
	width:auto;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
#photoList li:nth-child(n+8) {
	margin-bottom: 0px;
}
.lb {
	clear:both;
}
.btnZoom {
	float: right;
	margin-right: -17px;
	margin-top: -15px;
	margin-bottom: 0px;
	line-height: 1;
}
#btnSubList {
	margin-top:30px;
	width: auto;
}
#btnSubList li {
	width:280px;
	float:left;
	margin-right:30px;
}
#btnSubList li:last-child {
	margin-right:0;
}




}
