@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .shopnews {
	margin-top: 5rem;
	padding: 7rem 0 8rem;
	position: relative;
}
main .shopnews::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 0 4rem 4rem 0;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	right: 5rem;
	z-index: -1;
}
@media (max-width: 768px) {
	main .shopnews {
		margin-top: 4rem;
		padding: 4rem 0 7rem;
	}
}

/* hashTags */
main .shopnews .hashTags {
	display: flex;
	gap: 0 2.5rem;
}
main .shopnews .hashTags > p {
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	main .shopnews .hashTags {
		flex-direction: column;
		gap: 1.5rem 0;
	}
	main .shopnews .hashTags > p {
		font-size: 2.6rem;
	}
}

/* wrap */
main .shopnews .wrap {
	margin-top: 7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5rem 1.6%;
}
main .shopnews .wrap > div {
	width: 23.75%;
}
main .shopnews .pic {
	width: 100%;
	max-width: 28.5rem;
}
main .shopnews .pic img {
	width: 28.5rem;
	height: 28.5rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .shopnews .date {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopnews .ttlTxt {
	margin-top: 0.5rem;
	font-weight: 700;
}
main .shopnews .shopName {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopnews .btnType01 {
	margin: 5.5rem auto 0;
	width: 32rem;
}
main .shopnews .btnType01 a::before,
main .shopnews .btnType01 a::after {
	width: 0.3rem;
	height: 1rem;
	top: calc(50% - 0.5rem);
	right: 2.5rem;
	transform-origin: center 92%;
}
@media (max-width: 1360px) {
	main .shopnews::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .shopnews .wrap {
		gap: 5.5rem 4.3%;
	}
	main .shopnews .wrap > div {
		width: 47.8%;
	}
	main .shopnews .pic {
		max-width: 33rem;
	}
	main .shopnews .pic img {
		width: 33rem;
		height: 33rem;
		border-radius: 2.3rem;
	}
	main .shopnews .date {
		font-size: 2.4rem;
	}
	main .shopnews .ttlTxt {
		margin-top: 1.3rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .shopnews .shopName {
		margin-top: 1rem;
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .shopnews .btnType01 {
		width: 48rem;
	}
	main .shopnews .btnType01 a::before,
	main .shopnews .btnType01 a::after {
		width: 0.4rem;
		height: 1.6rem;
		top: calc(50% - 0.8rem);
		right: 4rem;
	}
}
