@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

/* お正月の商品 */
.shogatsu-product-bnr {
	margin-top: 74px;
}

.shogatsu-ttl {
	width: 100%;
	padding: 7px 23px 8.5px;
	background: #C00003;
	background: linear-gradient(to bottom, #C00003, #CD3636);
	font-weight: 700;
	font-size: 26px;
	line-height: calc(32/26);
	letter-spacing: 0;
	color: #fff;
	border-top: 8px solid #F9DDDB;
}

.shogatsu-year-bnr {
	position: relative;
	width: 100%;
	height: 420px;
	background: url(../img-item/kisetsu/shogatsu/year-bnr-bg.png) center / cover no-repeat;
	margin-top: 52px;
	padding: 69px 0 0 14.4%;
}

.shogatsu-year-bnr .ttl {
	width: 468px;
	border-bottom: solid 4px #CB000A;
	color: #222;
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 28px;
	padding-bottom: 14px;
}

.shogatsu-year-bnr .ttl small {
	font-size: 40px;
}

.shogatsu-year-bnr .ttl::after {
	content: '';
	display: inline-block;
	width: 112px;
	height: auto;
	aspect-ratio: 112 / 45;
	background: url(../img-item/kisetsu/shogatsu/ribon.png) center / contain no-repeat;
	margin-left: 16px;
	vertical-align: -8px;
}

.shogatsu-year-bnr .txt {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: calc(32/18);
}

.shogatsu-year-bnr .img {
	position: absolute;
	right: 32px;
	bottom: 32px;
	display: block;
	width: 21.1%;
	height: auto;
}


/* 関連コラム */
.shogatsu-related-column {
	margin-top: 67px;
}

.shogatsu-related-column__list {
	margin-top: 48px;
}

.shogatsu-related-column__list .postList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 33px;
}

.shogatsu-related-column__list .media {
	width: 100%;
	display: block;
	background: #fff;
	border-bottom: 4px solid #C20504;
}

.shogatsu-related-column__list .media:nth-child(n + 4) {
	display: none;
}

.shogatsu-related-column__list .media-body_excerpt,
.shogatsu-related-column__list .media-body .cat-list {
	display: none;
}

.shogatsu-related-column__list .media > div {
	height: 100%;
}

.shogatsu-related-column__list  .postList_thumbnail a {
	overflow: hidden;
	aspect-ratio: 275/175;
	width: 100%;
	height: 100%;
	display: block;
}

.shogatsu-related-column__list .postList_thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shogatsu-related-column__list .media-body {
	display: block;
	padding: 26px 14px 42px;
}

.shogatsu-related-column__list .entry-title {
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: calc(28/16);
	letter-spacing: 0;
	margin: 0 !important;
}

.shogatsu-related-column__btn {
	width: 100%;
	max-width: 283px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0 auto;
	background: #D8A74A;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
}

.shogatsu-related-column__btn::before {
	content: "";
	aspect-ratio: 1/1;
	display: block;
	width: 100%;
	max-width: 7px;
	position: absolute;
	top: 49%;
	left: auto;
	right: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.shogatsu-related-column__btn:hover {
	color: #fff;
}

.fs-body-category-shogatsu .user_content.FS2_lower_comment {
	display: none;
}

@media screen and (max-width: 960px) {
	.shogatsu-year-bnr {
		padding-left: 6%;
	}
}

@media screen and (max-width: 768px) {
	.shogatsu-bnr {
		margin-top: 36px;
	}

	.shogatsu-ttl {
		display: block;
		padding: 8px 10px 7.5px;
		font-size: 17px;
		text-align: left;
		border-top-width: 4px;
	}

	.FS2_lower_comment .shogatsuBox_07 {
		margin-top: 48px;
	}

	.FS2_lower_comment .shogatsuBox_07 h2.multiply {
		letter-spacing: 0;
	}

	.FS2_lower_comment .shogatsuBox_07 h2.multiply .shogatsu-ttl {
		margin-top: 26px;
	}

	.shogatsu-year-bnr {
		height: auto;
		aspect-ratio: 710 / 767;
		background-image: url(../img-item/kisetsu/shogatsu/year-bnr-bg_sp.png);
		margin-top: 30px;
		padding: 8vw 8vw 0;
	}

	.shogatsu-year-bnr .ttl {
		position: relative;
		width: 100%;
		border-width: 3px;
		font-size: 7.7333vw;
		margin-bottom: 3.5vw;
		padding-bottom: 1.5vw;
	}

	.shogatsu-year-bnr .ttl small {
		font-size: 6.6667vw;
	}

	.shogatsu-year-bnr .ttl::after {
		position: absolute;
		right: 0;
		top: 20%;
		display: block;
		width: 18.6667vw;;
	}

	.shogatsu-year-bnr .txt {
		font-size: 3.7333vw;
		line-height: calc(26/14);
	}

	.shogatsu-year-bnr .img {
		right: 0;
		left: 0;
		bottom: 7vw;
		width: 29.0667vw;
		margin: auto;
	}

	/* 関連コラム */
	.shogatsu-related-column {
		margin-top: 34px;
	}

	.shogatsu-related-column__list {
		margin-top: 26.5px;
	}

	.shogatsu-related-column__list .postList {
		grid-template-columns: 100%;
		row-gap: 26.5px;
	}

	.shogatsu-related-column__list .media {
		height: 82px;
		border-bottom-width: 2px;
		position: relative;
	}

	.shogatsu-related-column__list .media::before {
		content: "";
		aspect-ratio: 1/1;
		display: block;
        width: 100%;
		max-width: 12px;
        position: absolute;
        top: 49%;
        left: auto;
		right: 21.5px;
        border-top: 2px solid #C20503;
        border-right: 2px solid #C20503;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
	}

	.shogatsu-related-column__list .media > div {
		display: flex;
	}

	.shogatsu-related-column__list  .postList_thumbnail {
		flex: 0 0 126.5px;
	}

	.shogatsu-related-column__list  .postList_thumbnail a {
		aspect-ratio: 253/161;
		max-width: 126.5px;
	}

	.shogatsu-related-column__list .media-body {
		display: block;
		padding: 19px 50px 19px 20px;
	}

	.shogatsu-related-column__list .entry-title {
		font-size: 14px;
		line-height: calc(21/14);
	}

	.shogatsu-related-column__btn {
		max-width: 295px;
		height: 36px;
		margin: 31.5px auto 0;
	}

	.shogatsu-related-column__btn::before {
		right: 17px;
	}
}