@charset "UTF-8";
/*------------------------
common変更
------------------------*/
.top-bg {
	background: url(/pc/img/topttl_information.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.top-bg.cam {
	background: url(/pc/img/topttl_campaign.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

/*------------------------
一覧（お知らせ）
------------------------*/
#info ul li a {
	padding: 20px 45px 20px 20px;
	position: relative;
	background: #fff;
	margin-bottom: 12px;
}
#info ul li a::after{
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 1px solid var(--point);
	border-left: 1px solid var(--point);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
#info ul li .cat-wrap{
	display: flex;
	margin-bottom: 5px;
}
#info ul li .cat-wrap .date{
	font-size: 15px;
	margin-right: 12px;
}
#info ul li .cat-wrap .tag{
	background: var(--point);
	color: #fff;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	font-size: 12px;
	margin-top: 2px;
}
#info ul li .textarea{
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
}
#info ul li a:hover{
	background: #d9dee4;
}


/*------------------------
一覧（お知らせ）
------------------------*/
#campaign .list-wrap{
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
#campaign .list-wrap li a .sp-flex{
	padding: 20px 50px 20px 20px;
	display: flex;
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	transition: all .3s ease 0s;
}
#campaign .list-wrap li a .sp-flex:hover{
	background: #d9dee4;
}
#campaign .list-wrap li a .sp-flex::after {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid var(--point);
	border-left: 2px solid var(--point);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}
#campaign .list-wrap li .text{
	flex: 1;
}
#campaign .list-wrap li .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
#campaign .list-wrap li .shop-wrap{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
#campaign .list-wrap li .shop-wrap .shop{
	background: var(--point);
	height: 22px;
	color: #fff;
	display: flex;
	padding: 0 10px;
	font-size: 13px;
	margin-right: 5px;
	font-weight: 500;
}
#campaign .list-wrap li .flex .sub{
	font-size: 15px;
	letter-spacing: .05em;
}
#campaign .list-wrap li h3{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .075em;
	line-height: 1.3;
	margin-bottom: 10px;
}
#campaign .list-wrap li .period{
	background: var(--bg_gray);
	display: inline-block;
	color: var(--black);
	font-size: 13px;
	letter-spacing: .05em;
	padding: 6px 15px;
	font-weight: 500;
}

#campaign .list-wrap li .image.main{
	width: 135px;
	height: 90px;
	background: var(--bg_gray);
	margin-left: 30px;
}
#campaign .list-wrap li .image.main img{
	object-fit: contain;
}
