@charset "utf-8";


.back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.grid_box{
	width: 960px;
	margin: 0 auto;
	}

.grid {
	width: 960px;
	margin: 0 auto;
}
.grid-item {
	position: relative;
	margin: 10px;
}
.grid-item img {
	display:block;
}
.grid-item_w140 {
	width: 140px;
}
.grid-item_w300 {
	width: 300px;
}
.grid-item_20per {
	width: 20%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.grid-item_40per {
	width: 40%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.grid-item_20per img,
.grid-item_40per img {
	width: 100%;
	height: auto;
}
.grid-item_sizer {
	width: 20%;
}
@media screen and (max-width: 768px) {
	.grid-item_20per {
		width: 33.333%;
	}
	.grid-item_40per {
		width: 66.666%;
	}
	.grid-item_sizer {
		width: 33.333%;
	}
}
.grid-other {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #ffffff;
	background: #333333;
}
.grid-item_gutter {
	margin-left: 0;
	margin-right: 0;
}
.grid-item_text {
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
}
.stamp {
	position: absolute;
	background: orange;
	border: 4px dotted black;
}
.stamp1 {
	left: 20px;
	top: 10px;
	width: 250px;
	height: 150px;
}
.stamp2 {
	top: 20px;
	left: 0;
	width: 500px;
	height: 30px;
}


.grid-item .grid-item_image img{
	width: 140px;
    height: auto;
    margin: 0 auto;
	}
	
.grid-item {
    overflow: hidden;
    background: #f0ecec;
}



.grid-item .grid_list_1{
	width:300px;
	height:300px;
	}
	
.grid-item .grid_list_1 img{
	width:100%;
	height:auto;
	}
	
.grid-item .grid_list_2{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_3{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_4{
	width:140px;
	height:140px;
	}
	
.grid-item .grid_list_5{
	width:140px;
	height:140px;
	}
	
.grid-item .grid_list_6{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_7{
	width:140px;
	height:140px;
	}
	
.grid-item .grid_list_8{
	width:140px;
	height:140px;
	}
	
.grid-item .grid_list_9{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_10{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_11{
	width:300px;
	height:140px;
	}
	
.grid-item .grid_list_12{
	width:140px;
	height:140px;
	}
	
.grid-item .grid_list_13{
	width:140px;
	height:140px;
	}
	
	
	
	
	
	
	
	
.rcm-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: red;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
  color: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-button {
display: block;
width: 50%;
    margin: 0 auto;
	margin-top:5px;
  background: red;
  padding: 5px 30px;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.rcm-box:hover .rcm-button {
  background: white;
}

.rcm-contents p{
	color:#333;
	font-size:10px;
	line-height:1.6;}
	
.grid_logo{
	max-width:205px;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 10px;
    margin-bottom: 10px;
	}
	
.grid_logo img{
	width:100%;
	height:auto;
	}