@charset "UTF-8";

/* ▼▼▼ 農口尚彦の酒
=====================================*/
h2 {
	width: 250px;
	margin: 0 auto;
}

.mask_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.mask_list li {
	width: 33%;
	height: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.mask_list li:not(:nth-child(3n)) {
	margin-right: 1px;
}

.mask_list li .caption {
	width: 100%;
	max-width: 320px;
	height: 265px;
	color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mask_list li .name {
	display: flex;
	height: 70px;
	font-weight: 500;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.mask_list li .caption .detail {
	line-height: 1.8;
	font-size: 11px;
	margin-bottom: 34px;
}

.mask_list li .caption .price {
	font-size: 12px;
}

.mask_list li .mask {
	width: 100%;
	height: calc(100% - 70px);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mask_list li:hover .mask {
	opacity: 1;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	.mask_list {
		display: block;
	}

	.mask_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.mask_list li .mask {
		height: calc(100% - 60px);
	}

	.mask_list li .name {
		height: 60px;
	}
    .mask_list li .caption .detail{
        font-size: 10px;
    }
}

.mask_list li .caption {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	display: inline-block;
	transform: translate(-50%, -50%);
	height: auto;
}


.sakekasu-btn {
	padding-top: 15px;
	background: transparent;
}

.sakekasu-btn a {
	color: #fff;
	text-decoration: none;
	padding: 8px 25px;
	border: 1px solid#fff;
	font-size: 14px;
}
