@charset "utf-8";
/* =======================================================================
 ページ個別 
======================================================================= */
/* ------------------------------------------------------------ */
/* タイトル、リード文 */
.ttl_page h2 {
	position: absolute;
	bottom: -54px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: #fff;
	padding: 30px 0 0;
	border-radius: 18px 18px 0 0;
	font-size: 3.6rem;
	line-height: 1.4;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	z-index: 10;
}
.ttl_page h2::after {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	background: #6c91aa;
	margin: 12px auto 0;
}
.ttl_page h2 span {
	display: block;
	font-size: 2.2rem;
	color: #8d9ba5;
	letter-spacing: .2px;
	margin-bottom: 1px;
}
.pickup_list .topics_slide_item a {
	border: solid 1px #b49c76;
}
.topics_slide_item a .label_gold {
	background: #b49c76;
}

.contents .read_block p {
	width: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
}
.contents .read_block .sub_read {
	font-size: 14px;
	margin-top: 8px;
}


/* ------------------------------------------------------------ */
/* 川柳リスト */
.senryu_list {
	display: grid;
	grid-template-columns: repeat(3, 249px);
	row-gap: 40px;
	justify-content: space-between;
	direction: rtl;
}
.senryu_list li {
	height: 410px;
	display:flex;
	gap:12px
}

.senryu_list li .inner {
	width:185px;
	background: url("../images/ku_bg_pc.png");
	padding: 22px;
	height: 100%;
}

.comment {
	writing-mode: vertical-rl;
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
	text-orientation: upright;
	text-align: center;
	background: #f0f0f0;
	border-radius: 6px;
	padding: 13px;
	font-size: 16px;
	direction: ltr;
}

.senryu_list li .senryu {
	display: flex;
	flex-direction: column;
	height: 100%;
}
/* ------------------------------------------------------------ */
/* 句 */
.senryu .ku {
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	padding: 34px 12px 0;
	direction: ltr;
}

.senryu .ku .syoku {}
.senryu .ku .ninoku { text-indent: 30px; }
.senryu .ku .kekku  { text-indent: 60px; }

/* ------------------------------------------------------------ */
/* いいね */
.senryu_list li .senryu .good_btn {
	margin-top:auto;
	text-align: center;
}
.senryu_list li .senryu .good_btn > a {
	width: 100px;
	height: 30px;
	display: inline-block;
}
.senryu_list li .senryu .good_btn > a:hover {
	opacity:0.7;
}

/* ------------------------------------------------------------ */
/* 詠み人 */
.yomibito {
	position: absolute;
	bottom: 17%;
	left: 5%;
	writing-mode: vertical-rl;
	font-family: 'Noto Serif', 'Noto Serif JP', serif;
	text-orientation: upright;
}

