#intro {
	position: relative;
	z-index: 0;
	width: 100%;
	background-image: url(/front/ui/img_hoshizaki.jpg);
	background-position: right top;
	background-size: 50% auto;
}
	#intro .hgroup {
		position: absolute;
		z-index: 10;
		padding-right: 6rem;
		padding-bottom: 2rem;
	}
		#intro .hgroup > *:last-child {
			margin-bottom: 0;
		}
	#intro > p {
		padding-top: 8.5rem;
		font-weight: 400;
		font-size: 0.9em;
		width: 45%;
	}
@media only screen and (max-width: 640px) {
	#intro {
		position: static;
		width: auto;
		background-image: none;
		padding-right: var(--share-smp-space);
	}
		#intro .hgroup {
			position: static;
			padding-right: 0;
			padding-bottom: var(--share-smp-space);
			width: auto;
		}
			#intro .hgroup > *:last-child {
				margin-bottom: 0;
			}
		#intro > p {
			padding-top: 0;
			font-weight: 400;
			font-size: 0.9em;
		}
		#intro .copytitle .pc_{
			display: none;
		}
}
@media only screen and (max-width: 1024px) {
	#intro {
		background-image: none;
	}
	#intro > p {
		width: 100%;
	}
}

#articles li .date {
	display: none;
}