/*
Haiku
*/
.haiku {
	font-family: "HOT-Kaishokk-R", serif;
	width: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	    font-weight: 500;
}
.haiku p {
	margin: 0;
	padding: 0;
}
.haiku-inner {
	position: relative;
	padding: 6px;
	top: 0;
	right: 50%;
	display: block;
	transform:translate(50%, 0%);
/*	background-image: linear-gradient(to top left, #f7de06, #e0a020, #edac06, #f7de06, #ecb802, #ebbf10, #d0a000); */
	box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.1);
	background-color: #ebbf10;
}
.haiku-ku {
	padding: 30px 50px 40px 50px;
	font-size: 2.5rem;
	line-height: 3.0rem;
	white-space: nowrap;
	background-color: #fafaf6;
}
.haiku-na {
	position: absolute;
	bottom: 40px;
	left: 20px;
	display: inline-block;
	text-align: right;
	font-size: 1.8rem;
	line-height: 1.8rem;
	white-space: nowrap;
}
/* 2024-12-10 add sugama */
.article-content {
    display: flex;
    flex-wrap: wrap;
}
.article-content .haiku {
    width: 20%;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
.article-content .haiku {
    width: 50%;
    margin-bottom: 1.5em;
}
}

