@charset "UTF-8";

/* gift_list
----------------------------------------*/
.gift_list_wrapper{
  background: url('/webapp/img/sgift/item_back01.png') center/cover no-repeat;
  width: 100%;
}
.gift_list_block {
	margin: 0 auto;
	padding: 20px 20px 81px;
}
.gift_list_product {
	max-width: 1200px;
	margin: 10px auto 10px;
	padding: 0 4px;
	letter-spacing: .05em;
	font-size: 1.6rem;
}
.gift_list_product_title{
    font-size: 3rem;
    color: #09f;
}
.gift_list_block ul {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gift_list_block ul li {
	width: 18%;
	margin: 0 0 55px 5%;
}
.gift_list_block ul li.pickup figure::after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: 10px;
	width: 40px;
	height: 46px;
	background: url(../../img/sgift/icon_pickup.png) no-repeat;
	z-index: 10;
}
.gift_list_block ul li:nth-child(4n+1) {
	margin-left: 5%;
}
.gift_list_block a {
	display: block;
}
.gift_list_block a figure::before {
	content: '詳細を見る';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	text-decoration: underline;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0, 107, 179, .8);
	transition: opacity .3s;
	z-index: 12;
}
.gift_list_block a:hover figure::before {
	opacity: 1;
}
.gift_list_name {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: 6px;
}
.gift_list_block figure {
	margin-bottom: 18px;
}
.gift_list_block figure img {
	display: block;
}
.gift_list_block li p {
	line-height: 1.75;
	letter-spacing: .05em;
}
.gift_list_price {
	color: #09f;
	margin-top: 9px;
}
.gift_list_price span {
	display: block;
	font-weight: bold;
}
.gift_list_note {
	max-width: 1200px;
	margin: -2px auto;
	background: #fff;
	border: 2px solid #bfdcf0;
	text-align: center;
	padding: 14px 10px 11px 20px;
	letter-spacing: .05em;
}