@charset "utf-8";
#blog{
	/* margin: 0 auto; */
	padding: 0rem 0 16rem;

	@media (width <= 767px) {/* SP */
		padding: 3.2rem 0 10rem;
	}
	.pageCnt{
		margin: 0rem auto 0;
		padding-top: 20rem;
		@media (width > 767px) {/* PC */
			width: 120rem;
		}
		@media (width <= 767px) {/* SP */
			width: 33rem;
			padding-top: 8rem;
		}
		.pageTtl{
			font-weight: 500;
			font-family: var(--ff-avenir);
			color: var(--cc-red);
			border-bottom: solid 1px var(--cc-sen-gray);
			letter-spacing: .12em;
			line-height: 1;
			font-size: 2.2rem;
			padding-bottom: 1.2rem;

			margin-bottom: 9rem;
			@media (width <= 767px) {/* SP */
				margin-bottom: 8rem;
			}
		}
		.list{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			@media (width > 767px) {/* PC */
				gap: 8rem 0;
			}
			@media (width <= 767px) {/* SP */
				gap: 3.2rem;
			}
			li{
				@media (width > 767px) {/* PC */
					width: 56.1rem;
				}
				@media (width <= 767px) {/* SP */
					background: url(../images/common/news-line.svg) left bottom repeat-x;
					width: 100%;
					padding-bottom: 3.2rem;
				}
			}
			.th{
				display: block;
				position: relative;
				width: 100%;
				transition: opacity .5s;
				&:hover{
					opacity: .6;
				}
				.th__img{
					height: 35.1rem;
					@media (width <= 767px) {/* SP */
						width: 15.2rem;
						height: 10.8rem;
					}
					img{
						object-fit: cover;
						width: 100%;
						height: 100%;
					}
				}
				.th__txtarea{
					display: flex;
					flex-direction: column;
					align-items: flex-start;
					@media (width > 767px) {/* PC */
						margin-top: 4.5rem;
						min-height: 20.5rem;
					}
					@media (width <= 767px) {/* SP */
						width: 15.4rem;
					}
				}
				.th__in{
					@media (width <= 767px) {/* SP */
						display: flex;
						justify-content: space-between;
					}
				}
				.th__date{
					line-height: 1;
					border-bottom: solid 1px var(--cc-red);
					padding-bottom: .8rem;
					letter-spacing: .12em;
					font-size: 1.5rem;
					margin-bottom: 1.5rem;
					@media (width <= 767px) {/* SP */
						margin-bottom: 1.2rem;
					}
				}
				.th__ttl{

					font-weight: 500;
					line-height: 1.5;
					letter-spacing: .1em;
					font-size: 2.2rem;
					@media (width > 767px) {/* PC */
						font-family: var(--ff-zen);
					}
					@media (width <= 767px) {/* SP */
						overflow: hidden;
						display: -webkit-box;
						-webkit-line-clamp: 3;
						-webkit-box-orient: vertical;
						color: var(--cc-gray-text);
						line-height: 1.6;
						font-size: 1.5rem;
						letter-spacing: .04em;
					}
				}
				.th__txt{
					color: var(--cc-gray-text);
					letter-spacing: .12em;
					line-height: 1.8;
					font-size: 1.4rem;
					overflow: hidden;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;
					margin-top: 2.5rem;
				}
				.th__btn{
					@media (width > 767px) {/* PC */
						position: relative;
						text-align: right;
						margin-top: 1.3rem;
						right: -.5rem;
					}
					@media (width <= 767px) {/* SP */
						position: absolute;
						left: 0;
						top:0;
						width: 100%;
						height: 100%;
						.c-btn{
							padding: 0;
							border: none;
							overflow: hidden;
							background: none;
							display:flex;
							justify-content: flex-end;
							align-items: flex-start;
							width: 100%;
							height: 100%;
							color: transparent;
							margin-top: .7rem;
						}
					}
				}
			}
		}
		.pager{
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 1;
			margin-top: 16rem;
			gap: 3.9rem;
			@media (width <= 767px) {/* SP */
				gap: 2.4rem;
				margin-top: 8rem;
			}
			.prev,.next{
				width: 1rem;
				@media (width <= 767px) {/* SP */
					width: .7rem;
				}
				a{
					&:before{
						display: block;
						content: "";
						background: url(../images/common/ico-btn-arw-blk.svg) center center /cover no-repeat;
						width: 1rem;
						height: 1rem;
						@media (width <= 767px) {/* SP */
							width: .7rem;
							height: .9rem;
						}
					}
				}
			}
			.prev a:before{
				transform: rotate(180deg);
			}
			ul{
				display: flex;
				justify-content: center;
				gap: 3.3rem;
				font-size: 1.8rem;
				@media (width <= 767px) {/* SP */
					gap:1.8rem;
					font-size: 1.6rem;
				}
				.-cr{
					color: var(--cc-red);
					text-decoration: underline;
					text-decoration-color: var(--cc-red);
					text-underline-offset: 1rem;
					@media (width <= 767px) {/* SP */
						text-underline-offset: .2rem;
					}
				}
			}
		}
	}
}
