@charset "utf-8";
/* CSS Document */

/************************************************

base
 
************************************************/

html { font-size: 62.5%; }
body {
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 1.0rem;
	line-height:1em;
	color:#333;
}

.wrapper{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-size: 1280px auto;
	background-color: #e1ac79;
	padding: 20px;
	box-sizing: border-box;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* boxer customize */
#boxer .boxer-position{
	display: none !important;
}
/*#boxer .boxer-control{
	display: none !important;
}*/


@media (min-width: 768px) {
	.wrapper{
		background-image: url(images/bg.jpg);
		background-size: 640px auto;
		padding: 40px;
	}
}
@media (min-width: 992px) {
}


/************************************************

header
 
************************************************/
.logo{
	margin-bottom: 30px;
	text-align: center;
}
.logo img{
	max-width: 300px;
}

@media (min-width: 768px) {
	.logo img{
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.logo img{
		max-width: 950px;
	}
}


/************************************************

content
 
************************************************/
.thumbnail-list{
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}
.thumbnail-list li{
	position: relative;
	background-color: #fff;
	box-shadow:0px 6px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 6px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 6px 10px 0px rgba(0,0,0,0.5);
	margin-bottom: 50px;
	padding: 12px;
	box-sizing: border-box;
}
.thumbnail-list li > a{
	display: block;
}
.thumbnail-list li a:hover{
	opacity: 0.7;
}
.thumbnail-list li:before{
	position: absolute;
	top: -12px;
	left: 50%;
	width: 22px;
	height: 24px;
	background-image: url(images/pin.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	margin-left: -11px;
	content: "";
}
.thumbnail-list li div{
	position: relative;
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.thumbnail-list li div video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.thumbnail-list li.video div:before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 79px;
	height: 56px;
	background-image: url(images/icon-play.png);
	background-size: 79px auto;
	background-repeat: no-repeat;
	margin-top:-28px;
	margin-left: -39px;
	content: "";
}
.download-button{
	text-align: center;
	margin-top: 15px;
}
.download-button a{
	display: inline-block;
	width: 200px;
	border: 1px solid #000;
	border-radius: 3em;
	padding: 0.8em 20px;
	line-height:1.4;
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
	vertical-align: middle;
}
.download-button a > span{
	display: inline-block;
	min-height: 18px;
	background-image: url(images/icon-download.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

@media (min-width: 768px) {
	.thumbnail-list{
		overflow: hidden;
		padding-top: 12px;
	}
	.thumbnail-list li{
		width: 47%;
		float: left;
		margin: 0 0 6% 6%;
	}
	.thumbnail-list li:nth-child(odd){
		margin-left: 0;
	}
	.thumbnail-list li div{
		width: 100%;
		height: 220px;
		background-size: cover;
		background-position: 50% 50%;
	}
	.thumbnail-list li div video{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.content{
		width: 950px; 
		margin: 0 auto;
	}
	.thumbnail-list li{
		width: 30%;
		margin: 0 0 5% 5%;
	}
	.thumbnail-list li:nth-child(odd){
		margin-left: 5%;
	}
	.thumbnail-list li:nth-child(3n+1){
		margin-left: 0;
	}
	.thumbnail-list li div{
		width: 100%;
		height: 205px;
		background-size: cover;
		background-position: 50% 50%;
	}
	.thumbnail-list li div video{
		width: 100%;
	}
}
