@charset "UTF-8";


.gallery__list-item h3,
.gallery-link .gallery-link-txt h2{
	font-family: "UD新ゴNT M", sans-serif;
}
.motor-global-header__nav-lower > li > a{
	font-family: "UD新ゴNT R", sans-serif;
}
.gallery__list-item h3{
	font-family: "ナウ-GB",sans-serif;
}
.gallery-link .gallery-link-item figure:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

@media screen and (min-width: 768px) {

/* sec-full
====================================================================*/

	.sec.sec-full{
		padding: 80px 0 0;
	}

/* gallery-link
====================================================================*/

	.gallery-link{
		display: flex;
		margin: 0 -12px;
	}
	.gallery-link .gallery-link-item{
		width: 50%;
		padding: 0 12px;
	}
	.gallery-link .gallery-link-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.gallery-link .gallery-link-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 13px;
		height: 22px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}
	.gallery-link .gallery-link-item figure{
		position: relative;
		height: 238px;
		transition: transform 600ms ease;
	}
	.gallery-link .gallery-link-item a:hover figure{
		transform: scale(1.1);
	}
	.gallery-link .gallery-link-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gallery-link .gallery-link-txt{
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		color: #fff;
	}
	.gallery-link .gallery-link-txt h2{
		font-size: 32px;
	}
	.gallery-link .gallery-link-txt p{
		margin: 20px 0 0;
		font-weight: 600;
	}

	.gallery-link.gallery-link-full .gallery-link-item{
		width: 100%;
	}
	.gallery-link.gallery-link-full .gallery-link-item figure{
		height: 410px;
	}
	.gallery-link.gallery-link-full .gallery-link-txt h2{
		font-size: 46px;
	}
	.gallery-link.gallery-link-full .gallery-link-txt p{
		margin: 20px 0 0;
		font-weight: 600;
	}



/* gallery__list-item
====================================================================*/

	.gallery__list-item{
		padding: 0 13px;
		width: 33.3333%;
	}
	.gallery__list-item:nth-child(n+4){
		margin-top: 26px;
	}
	.gallery__list-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.gallery__list-item h3{
		position: absolute;
		top: 50%;
		left: 20px;
		text-align: center;
		font-size: 32px;
		color: #fff;
		transform: translateY(-50%);
		z-index: 30;
	}
	.gallery__list-item figure{
		position: relative;
		z-index: 10;
	}
	.gallery__list-item figure img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.gallery__list-item figure:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		z-index: 10;
	}
	.gallery__list-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 13px;
		height: 22px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}
	.gallery__list-item figure{
		position: relative;
		height: 238px;
		transition: transform 600ms ease;
	}
	.gallery__list-item a:hover figure{
		transform: scale(1.1);
	}


}


@media screen and (max-width: 767px) {

/* sec-full
====================================================================*/

	.sec.sec-full{
		padding: 80px 0 0;
	}

/* gallery-link
====================================================================*/

	.gallery-link .gallery-link-item + .gallery-link-item{
		margin-top: 16px;
	}

	.gallery-link .gallery-link-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.gallery-link .gallery-link-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 14px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}
	.gallery-link .gallery-link-item figure{
		position: relative;
	}
	.gallery-link .gallery-link-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gallery-link .gallery-link-txt{
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		color: #fff;
	}
	.gallery-link .gallery-link-txt h2{
		font-size: 24px;
	}
	.gallery-link .gallery-link-txt p{
		margin: 15px 0 0;
		font-size: 13px;
		font-weight: 600;
	}

	.gallery-link.gallery-link-full .gallery-link-item{
		width: 100%;
	}
	.gallery-link.gallery-link-full .gallery-link-txt h2{
		font-size: 24px;
	}
	.gallery-link.gallery-link-full .gallery-link-txt p{
		margin: 15px 0 0;
		font-weight: 600;
	}



/* gallery__list-item
====================================================================*/

	.gallery__list-item{
		padding: 0 4px;
		width: 50%;
	}
	.gallery__list-item:nth-child(n+3){
		margin-top: 8px;
	}
	.gallery__list-item a{
		position: relative;
		display: block;
		overflow: hidden;
	}
	.gallery__list-item h3{
		position: absolute;
		top: 50%;
		left: 10px;
		text-align: center;
		font-size: min(22px,5.86vw);
		color: #fff;
		transform: translateY(-50%);
		z-index: 30;
	}
	.gallery__list-item figure{
		position: relative;
	}
	.gallery__list-item figure:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
	}
	.gallery__list-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 10px;
		width: 8px;
		height: 14px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}


}


@media screen  and (max-width: 374px){


}




