@charset "utf-8";

/*---------------------------
	hashtag.html　
---------------------------*/
/* ttlHash */
.ttlHash {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 38px;
}

/* hashtagBlock */
.hashtagBlock {
	margin-top: 30px;
	padding: 30px 50px 24px;
	background: #e6f0f4;
}
.hashtagBlock ul {
	display: flex;
	flex-wrap: wrap;
}
.hashtagBlock li {
	border: solid 1px #62afcd;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 1%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.hashtagBlock li a {
	display: block;
	color: #62afcd;
	padding: 0.4em 1.2em;
}
/* .hashtagBlock li:hover {
	background: #e5f3f8;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
} */
.hashtagBlock li.cur {
	background: #e5f3f8;
}

/*eventBlock*/
.eventBlock {
	margin-top: 2.9em;
	padding:0 0.3em 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e5f3f8;
}
.eventBlock::after {
	content:"";
	display: block;
	width:30%;
}
.eventBlock .eventBox {
	max-width: 225px;
	margin: 0.5em 0.2em 0;
	padding: 0.5em;
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 100%;
	background: #fff;
	box-sizing:border-box;
}
.eventBlock .eventBox .eventImg.badgeSdgs {
	position: relative;
}
.eventBlock .eventBox .eventImg.badgeSdgs::before {
	display: block;
	content: "";
	background: url(/mm/common/img/badge_sdgs.png) no-repeat top left;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1;
}
.eventBlock .eventBox a {
	color: #0066cc;
}
.eventBlock .eventBox .eventIcns {
	margin-top: 1em;
	letter-spacing:-.4em;
}
.eventBlock .eventBox .eventIcns span {
	margin-right: 5px;
	margin-top: 0.3em;
	letter-spacing:0;
}
.eventBlock .eventBox .eventUpdate {
	margin-top: 0.5em;
	font-size: 0.93em;
}
.eventBlock .eventBox .eventUpdate .icn_new {
	margin-left: 5px;
}
.eventBlock .eventBox .eventShopname {
	margin-top: 0.4em;
	font-weight: bold;
}
.eventBlock .eventBox .eventTxt {
	margin-top: 0.3em;
}

.eventImg {
	display: table;
	width: 100%;
	height: 225px;
}
.eventImg a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.eventImg a img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

/*btnMore*/
.btnMore {
	width: 33%;
	margin: 2em auto 0;
}
.btnMore a {
	display: block;
	text-align: center;
	padding: 5%;
	color: #fff;
	background: #62afcd;
	font-size: 1.28em;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
}
.btnMore a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 9px;
	height: 13px;
	margin-top: -5px;
	background: url(/mm/common/img/icn_arow_01.png) no-repeat left center;
	background-size: 100% auto;
}
.btnMore a:hover {
	opacity: 0.7;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

/*----------------------------
	SP用
------------------------------*/
@media only screen and (max-width: 767px) {
	/* ttlHash */
	.ttlHash {
		font-size: 1.4em;
		margin-top: 18px;
	}

	/* hashtagBlock */
	.hashtagBlock {
		margin-top: 20px;
		padding: 10px 15px 6px;
	}

	/*eventBlock*/
	.eventBlock {
		margin-top: 1.9em;
	}
	.eventBlock .eventBox {
		width: 48%;
	}
	.eventBlock .eventBox .eventImg.badgeSdgs::before {
		width: 12vw;
		height: 12vw;
		max-width: 60px;
		max-height: 60px;
	}
	.eventBlock .eventBox .eventIcns {
		margin-top: 0.3em;
	}
	.eventBlock .eventBox .eventIcns span {
		margin-right: 3px;
		margin-top: 0.2em;
	}
	.eventBlock .eventBox .eventShopname {
		margin-top: 0.2em;
	}
	.eventBlock .eventBox .eventTxt {
		margin-top: 0.1em;
	}
	.eventImg {
		display: table;
		width: 100%;
		height: 168px;
	}
	.eventImg a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 168px;
	}
	.eventImg a img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
