@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/topics_single/mv.png);
}

/*============================
コンテンツ
============================*/
#topics {
	padding-top: 1.20rem;
}

#topics .cont_wrap {
	max-width: 9.20rem;
	width: 100%;
	margin: auto;
}

/* タイトル */
#topics .cont_wrap .title_wrap {
	text-align: center;
}

/* カテゴリー */
#topics .cont_wrap .title_wrap .category {
	font-size: 0.13rem;
	width: 1.00rem;
	padding: 0.03rem 0;
	text-align: center;
	border-radius: 0.10rem;
	margin: 0 auto 0.15rem;
}

#topics .cont_wrap .title_wrap .category.event {
	background-color: #004C6E;
}

#topics .cont_wrap .title_wrap .category.shop {
	background-color: #777300;
}

#topics .cont_wrap .title_wrap .category.contents {
	background-color: #770069;
}

#topics .cont_wrap .title_wrap .category.cat_news {
	background-color: #3F6E00;
}

/* 日付 */
#topics .cont_wrap .title_wrap .date {
	font-size: 0.14rem;
	letter-spacing: 0.07em;
	margin-bottom: 0.18rem;
}

/* タイトル */
#topics .cont_wrap .title_wrap .topics_title {
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.65;
	margin-bottom: 0.45rem;
}
@media screen and (max-width: 640px) {
	#topics .cont_wrap .title_wrap .topics_title {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
	}
}


/* 写真 */
#topics .cont_wrap .ph_wrap {
	width: 100%;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#topics .cont_wrap .ph_wrap {
		margin-bottom: 0.15rem;
	}
}


/* テキスト */
#topics .cont_wrap p {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.07em;
	max-width: 7.20rem;
	width: 100%;
	margin: auto;
}





/* 一覧に戻る */
#topics .cont_wrap .list_btn {
	text-align: center;
	margin-top: 1.20rem;
}

#topics .cont_wrap .list_btn a {
	width: 3.30rem;
	font-size: 0.14rem;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.25rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	#topics .cont_wrap .list_btn a {
		width: 2.50rem;
	}
}


#topics .cont_wrap .list_btn a:hover {
	background: #fff;
	color: #000;
}

#topics .cont_wrap .list_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#topics .cont_wrap .list_btn a::after{
		content: '';
		width: 0.10rem;
	}
}


#topics .cont_wrap .list_btn a:hover::after {
	width: 0.22rem;
	background: #000;
}