/*******************************************************************/
/* PC 769px以下*/
/*******************************************************************/
@media print, screen and (min-width: 769px) {
/*<start>==========================================================*/
.box {
	display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
	background:#000;
	opacity: .5;
}
.slick-slide { margin-right: 20px;}

li a.box:first-child { margin-bottom: 20px;}
/*<end>============================================================*/
}

/*******************************************************************/
/* ノートパソコン用 */
/*******************************************************************/
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
/*<start>==========================================================*/
.simply-scroll .simply-scroll-list li {
	width: 225px;
}
.simply-scroll .simply-scroll-list li.large {
	width: 470px;
}
.simply-scroll .simply-scroll-list li img {
	width: 100%;
	height: auto;
}
/*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/
/*<end>============================================================*/
}
