@charset "UTF-8";
/*----------
	top
	- サイトトップ
	- カテゴリトップ
----------*/
.l-content--top .c-search {
	padding-top: 40px;
	padding-bottom: 48px;
}
.l-content--top .c-search--kv-slider {
	padding-top: 70px;
}
@media (min-width: 768px), print {
	.l-content--top .c-search {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.l-content--top .c-search--kv-slider {
		padding-top: 70px;
	}
}
@media (max-width: 767px) {
	.l-content--top .c-entries__heading {
		font-size: 2.8rem;
	}
}

.un-newermachines {
	margin-top: -20px;
	padding-bottom: 60px;
	background: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.un-newermachines__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 60px;
}
@media (min-width: 768px), print {
	.un-newermachines__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.un-newermachines__title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
	color: var(--color-prim);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.un-newermachines__title::before, .un-newermachines__title::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 6px;
	background: url(/assets/images/common/bg_h2_dot.svg) no-repeat center center/cover;
}
.un-newermachines__title::before {
	margin-right: 25px;
}
.un-newermachines__title::after {
	margin-left: 25px;
}
.un-newermachines__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 15px;
}
.un-newermachines__item {
	width: calc((100% - 15px) / 2);
}
.un-newermachines__item > a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
}
.un-newermachines__item > a > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.un-newermachines__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}
.un-newermachines__links-item {
	display: block;
	flex: 1 1 calc(50% - 5px);
	max-width: calc(50% - 5px);
	min-width: 62px;
	padding: 10px 10px 5px;
	border: solid 1px var(--color-bg02);
	border-radius: 10px;
	text-align: center;
}
.un-newermachines__links-item-icon {
	display: inline-block;
	width: auto;
	height: 20px;
	margin-bottom: 2px;
}
.un-newermachines__links-item-text {
	font-size: 1.6rem;
	font-weight: bold;
}
.un-newermachines__links-item-text > span {
	display: none;
}
.un-newermachines__latest {
	width: 100%;
	margin-top: 10px;
	color: var(--color-prim);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
@media (min-width: 768px), print {
	.un-newermachines {
		padding-bottom: 80px;
	}
	.un-newermachines__inner {
		padding-top: 90px;
	}
	.un-newermachines__title {
		margin-bottom: 50px;
		font-size: 3.2rem;
	}
	.un-newermachines__list {
		gap: 40px;
	}
	.un-newermachines__item {
		width: calc((100% - 80px) / 3);
	}
	.un-newermachines__item > a {
		transition: 0.3s;
		opacity: 1;
	}
	.un-newermachines__item > a:hover {
		opacity: 0.7;
	}
	.un-newermachines__links {
		gap: 10px 20px;
		justify-content: normal;
		margin-top: 20px;
	}
	.un-newermachines__links-item {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
		height: 60px;
		padding: 10px;
		transition: opacity 0.3s;
		opacity: 1;
	}
	.un-newermachines__links-item:hover {
		opacity: 0.6;
	}
	.un-newermachines__links-item-icon {
		width: 28px;
		height: auto;
		margin-bottom: 0;
	}
	.un-newermachines__links-item-text > span {
		display: inline;
	}
	.un-newermachines__latest {
		width: 50%;
		padding-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1150px) {
	.un-newermachines__links-item-text > span {
		display: none;
	}
	.un-newermachines__latest {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

.un-mokuji {
	margin-top: 60px;
}
.un-mokuji:first-child {
	margin-top: 0;
}
.un-mokuji__title {
	margin-top: 0;
}
.un-mokuji__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.un-mokuji__item-inner {
	display: flex;
	align-items: center;
	padding: 20px;
	border: solid 1px var(--color-bg02);
	border-radius: 10px;
}
.un-mokuji__item-logo {
	width: 100px;
}
.un-mokuji__item-date {
	padding-left: 20px;
	color: #888888;
	font-size: 1.4rem;
	font-weight: 500;
}
.un-mokuji__item.is-new .un-mokuji__item-date::before {
	content: "NEW";
	display: block;
	width: 40px;
	height: 20px;
	margin-bottom: 6px;
	background-color: var(--color-prim);
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 20px;
	text-align: center;
}
@media (min-width: 768px), print {
	.un-mokuji {
		text-align: center;
	}
	.un-mokuji__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px 40px;
	}
	.un-mokuji__list--single {
		justify-content: center;
	}
	.un-mokuji__list--single .un-mokuji__item {
		width: 100%;
		max-width: 373px;
	}
	.un-mokuji__item {
		width: calc(33.33% - 26.6666666667px);
	}
}
@media (min-width: 768px) and (max-width: 1200px), print and (max-width: 1200px) {
	.un-mokuji__item {
		width: calc(50% - 40px);
	}
}
@media (min-width: 768px) and (max-width: 800px), print and (max-width: 800px) {
	.un-mokuji__item {
		width: 100%;
	}
}
@media (min-width: 768px), print {
	.un-mokuji__item-inner {
		padding: 25px;
	}
	.un-mokuji__item-inner:hover .un-mokuji__item-logo,
	.un-mokuji__item-inner:hover .un-mokuji__item-date {
		opacity: 0.7;
	}
	.un-mokuji__item-logo {
		width: 140px;
		transition: opacity 0.3s;
	}
	.un-mokuji__item-date {
		transition: opacity 0.3s;
	}
}
/*# sourceMappingURL=top.css.map */
