@charset "UTF-8";

/* CSS Document */
.pankuzu {
	margin-bottom: 0;
}

.pageTop {
	margin-top: -33px;
	position: relative;
	z-index: 2;
}

.pageBody {
	position: relative;
	z-index: 1;
}

.thumb {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 12px 0;
	position: absolute;
	z-index: 11;
	width: 100%;
	left: 0;
	top: 0;
}

.thumb_inner {}

.thumb_list {
	list-style: none;
}

.thumb_list>li {
	float: left;
	width: 150px;
	margin: 0px 0 0 20px;
}

.thumb_list>li:first-child {
	margin: 0;
}

.thumb_list>li>button {
	border: 3px solid #fff;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	overflow: hidden;
	vertical-align: top;
}

.thumb_list>li>button.is-current,
.thumb_list>li>button:hover {
	border-color: #A90000;
}

.thumb_list>li>button>img {
	width: auto;
	height: auto;
	display: block;
}

.thumb_list>li>button:hover>img {}

.loading {
	position: absolute;
	z-index: 11;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	margin-top: -30px;
}

.loading img {
	width: 60px;
	height: auto;
}

.gallery {
	min-height: 580px;
}

.gallery_list {}

.gallery_list>li {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
}

.gallery_list>li.is-current {
	position: relative;
	z-index: 1;
}

.gallery_list>li>img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.controller {
	position: absolute;
	z-index: 10;
	font-size: 80px;
	top: 50%;
	line-height: 1;
	margin-top: -40px;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.controller-next {
	right: 0;
}

.controller-prev {
	left: 0;
}

.controller .icon {}

.controller:hover {
	color: rgba(169, 0, 0, 0.69);
}

.overlay {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.is-ltIE8 .overlay {
	background: url(../img/season/bg-season.png) repeat;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pankuzu {}

	.pageTop {}

	.pageBody {}

	.thumb {
		position: static;
		background-color: #000;
		padding: 10px 0;
	}

	.thumb_inner {}

	.thumb_list {
		text-align: center;
	}

	.thumb_list>li {
		width: 16%;
		margin: 0 0 0 0.8%;
	}

	.thumb_list>li:first-child {}

	.thumb_list>li>button {
		border-width: 2px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.thumb_list>li>button.is-current,
	.thumb_list>li>button:hover {}

	.thumb_list>li>button>img {}

	.thumb_list>li>button:hover>img {}

	.loading {
		margin-top: -25px;
	}

	.loading img {
		width: 50px;
	}

	.gallery {
		position: relative;
		z-index: 1;
		min-height: 368px;
	}

	.gallery_list {}

	.gallery_list>li {}

	.gallery_list>li.is-current {}

	.gallery_list>li>img {}

	.controller {
		font-size: 60px;
		margin-top: -30px;
	}

	.controller-next {}

	.controller-prev {}

	.controller .icon {}

	.controller:hover {
		color: rgba(255, 255, 255, 0.8);
	}

	.overlay {}
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.pankuzu {}

	.pageTop {
		margin: 0;
	}

	.pageBody {}

	.thumb {}

	.thumb_inner {}

	.thumb_list {
		margin: 0 auto;
		max-width: 450px;
	}

	.thumb_list>li {
		width: 33%;
		margin: 0px 0 5px 0.5%;
		max-width: 150px;
	}

	.thumb_list>li:first-child {}

	.thumb_list>li:nth-child(3n + 1) {
		margin-left: 0;
		margin-bottom: 5px;
	}

	.thumb_list>li:nth-child(n + 4) {
		margin-bottom: 0;
	}

	.thumb_list>li>button {}

	.thumb_list>li>button.is-current,
	.thumb_list>li>button:hover {}

	.thumb_list>li>button>img {}

	.thumb_list>li>button:hover>img {}

	.loading {
		margin-top: -20px;
	}

	.loading img {
		width: 40px;
	}

	.gallery {
		min-height: 189px;
	}

	.gallery_list {}

	.gallery_list>li {}

	.gallery_list>li.is-current {}

	.gallery_list>li>img {}

	.controller {
		font-size: 40px;
		margin-top: -20px;
	}

	.controller-next {}

	.controller-prev {}

	.controller .icon {}

	.controller:hover {}

	.overlay {}
}