@charset "UTF-8";

/*----------
	references
----------*/
.un-references {
	padding-bottom: 50px;
}
@media (min-width: 768px), print {
	.un-references {
		padding-bottom: 150px;
	}
}
/* references__head */
.un-references__head {

}
.un-references__slist {

}
.un-references__sitem + .un-references__sitem {
	margin-top: 20px;
}
.un-references__sbox {
	border: solid 1px #DCDCDC;
	position: relative;
}
.un-references__stitle {
	font-size: 1.6rem;
	line-height: 1;
	padding: 16px 30px 16px 16px;
	position: relative;
	cursor: pointer;
}
.un-references__sicon {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	font-size: 0;
}
.un-references__sicon::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow2_b.svg) no-repeat center center / contain;
}
.un-references__select {
	position: absolute;
	top: 99%;
	left: 0;
	background: #F2F3F7;
	display: none;
	width: 100%;
	z-index: 2;
}
.un-references__selectinner {
	cursor: pointer;
	padding: 10px 20px;
	border-top: solid 1px #DCDCDC;
}
.un-references__selectinner.is-active {
	background: #DCDCDC;
}
.un-references__selectinner.is-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
.un-references__reset {
	margin-top: 30px;
}
.un-references__resetlink {
	display: flex;
	align-items: center;
	width: 160px;
	height: 48px;
	margin-left: auto;
	background: #EDEDED;
	font-size: 1.4rem;
}
.un-references__resetinner {
	width: 100%;
	padding: 0 36px 0 20px;
	text-align: center;
	position: relative;
}
.un-references__resetinner::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	content: "";
	background: url(/en/assets/img/common/icon_reset.svg) no-repeat center center / contain;
}
@media (min-width: 768px), print {
	.un-references__head {
		position: relative;
	}
	.un-references__slist {
		display: flex;
		width: calc( 100% - 200px );
		margin-left: -20px;
		margin-right: -20px;
	}
	.un-references__sitem {
		width: 33.3333%;
		padding: 0 20px;
	}
	.un-references__sitem + .un-references__sitem {
		margin-top: 0;
	}
	.un-references__reset {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

/* references__list */
.un-references__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	transition: height .3s;
	position: relative;
}
.un-references__list.is-more {
	overflow: hidden;
}
.un-references__list.is-more::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	content: "";
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
	z-index: 10;
}
.un-references__item {
	width: 100%;
	margin-top: 30px;
}
.un-references__item.is-hidden {
	display: none;
}
.un-references__pic {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.un-references__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.un-references__link {
	display: block;
}
.un-references__text {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.3;
}
.un-references__icon {
	display: block;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	position: relative;
}
.un-references__icon::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/en/assets/img/common/icon_arrow.svg) no-repeat center center / contain;
}
.js-morebtn .c-button__link {
	margin-left: auto;
	margin-right: auto;
}
.js-morebtn.is-hidden {
	display: none;
}
@media (min-width: 768px), print {
	.un-references__list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 40px;
	}
	.un-references__item {
		width: 33.3333%;
		padding: 0 20px;
		margin-top: 40px;
	}
	.un-references__pic {
		position: relative;
		width: 100%;
		padding-top: 100%;
		overflow: hidden;
	}
/*
	.un-references__pic::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		content: "";
		background: rgba(255,255,255,.15);
		z-index: 2;
		transition: all .3s;
	}
*/
	.un-references__img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .3s;
	}
/*
	.un-references__link:hover .un-references__pic::before {
		width: 100%;
	}
*/
	.un-references__link:hover .un-references__img {
/*		opacity: .9;*/
		transform: translate(-50%, -50%) scale(1.15);
	}
	.un-references__text {
		margin-top: 12px;
		font-size: 2.6rem;
	}
}

/*----------
	references detail
----------*/
.un-rd {
}
/* img(modal) */
.un-rd .c-picbox__pic.js-imgModalopen {
	cursor: pointer;
}
/* mainv */
.un-rd__mainv {

}
/* lead */
.un-rd__lead {
	margin-top: 40px;
}
.un-rd__leadtext {
	font-size: 1.5rem;
	line-height: 1.67;
}
.un-rd__leadplist {
	margin-top: 40px;
}
.un-rd__leadpitem + .un-rd__leadpitem {
	margin-top: 30px;
}
@media (min-width: 768px), print {
	.un-rd__lead {
		margin-top: 60px;
		margin-left: 80px;
		margin-right: 80px;
	}
	.un-rd__leadtext {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.un-rd__leadplist {
		margin-top: 60px;
		margin-left: -20px;
		margin-right: -20px;
		display: flex;
		flex-wrap: wrap;
	}
	.un-rd__leadpitem {
		width: 50%;
		padding: 0 20px;
	}
	.un-rd__leadpitem + .un-rd__leadpitem {
		margin-top: 0;
	}
	.un-rd__leadpitem:nth-of-type(n+3) {
		margin-top: 60px;
	}
}
/* products */
.un-rd__productslist {
	border-top: solid 1px #DCDCDC;
}
.un-rd__productsitem {
	border-bottom: solid 1px #DCDCDC;
}
.un-rd__productslink {
	display: block;
	padding: 20px 0;
}
.un-rd__productsdlist {
	font-size: 1.5rem;
	line-height: 1.67;
}
.un-rd__productsdt {
	margin-bottom: 8px;
}
@media (min-width: 768px), print {
	.un-rd__productslink {
		position: relative;
		padding: 28px 24px;
	}
	.un-rd__productslink::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		content: "";
		background: #F2F3F7;
		z-index: -1;
		transition: all .3s;
	}
	.un-rd__productslink:hover::before {
		width: 100%;
	}
	.un-rd__productsdlist {
		font-size: 1.6rem;
		line-height: 1.6;
		display: table;
	}
	.un-rd__productsdt {
		display: table-cell;
		width: 300px;
		margin-bottom: 0;
	}
	.un-rd__productsdd {
		display: table-cell;
		padding: 0 0 0 20px;
	}
}
/* cts */
.un-rd__cts {
	margin-top: 60px;
}
.un-rd__cts.un-rd__cts--slide {
	padding-bottom: 80px;
}
.un-rd__cts.un-rd__cts--slide .c-button {
	margin-top: 50px;
}
.un-rd__cts.un-rd__cts--slide .c-button__link {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px), print {
	.un-rd__cts {
		margin-top: 120px;
	}
	.un-rd__cts.un-rd__cts--slide {
		padding-bottom: 150px;
	}
	.un-rd__cts.un-rd__cts--slide .c-button {
		margin-top: 60px;
	}
}

/*----------
	picbox
----------*/
.un-rd .c-picbox--type01 .c-picbox__pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.un-rd .c-picbox--type01 .c-picbox__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.un-rd .c-picbox__caption {
	margin-top: 12px;
	font-size: 1.3rem;
	line-height: 1.3;
}
