@charset "utf-8";
/*-----------------------------------------------
 * COMMON
-------------------------------------------------*/
@media screen and (min-width: 768px){
	.contBG__color{
		position: absolute;
		left: 0;
		right: 0;
		padding-top: 320px;
		margin: 0 auto;
	}
	.contBG__colorIn{
		height: 200%;
		transform-origin: center top;
	}
	.fullContentFixed.-bgTitle{
		margin: 0 auto;
	}

	.contBG__title,
	.contBG__titleImg{
		max-width: 890px;
		max-height: 323.4656px;
	}
}

.fullContentFixed.-bgTitle .fullContentFixedIn{
	position: absolute;
}




/*-----------------------------------------------
 * GOODS - COMMON 
-------------------------------------------------*/
#goods .contSectionIn{
	position: relative;
}
#goods .contentIn{
	width: 100%;
	position: unset;
	/* padding: 80px 10.7143% 0; */
	padding: 80px 3.5715% 0;
}

@media screen and (max-width: 767px){
	#goods .contentIn{
		padding: var(--sp-size-96) var(--sp-size-48) 0;
	}	
}



/*-----------------------------------------------
 * GOODS - LISTS 
-------------------------------------------------*/
.goodsLists{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(3.3334vw, calc(40px * var(--max-percent)));
}
.goodsList{
	width: 100%;
}
.goodsList__link{
	display: block;
	width: 100%;
	text-decoration: none;
	pointer-events: none;
}
.goodsList__thumb{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	pointer-events: auto;
}
.goodsList__thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.goodsList__title{
	width: 100%;
	pointer-events: auto;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

@media (hover: hover) and (pointer: fine){
	.goodsList__thumb img{
		transition: transform .3s ease;
	}
	.goodsList__thumb:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,40%);
		opacity: 0;
		transition: opacity .3s ease;
	}
	.goodsList__title{
		transition: color .4s ease;
	}
	.goodsList__title span{
		background: linear-gradient(#000, #000) right bottom / 0 100% no-repeat;
		transition: background-size 0.4s ease;
	}

	.goodsList__link:hover .goodsList__thumb img{
		transform: scale(105%);
	}
	.goodsList__link:hover .goodsList__thumb:after{
		opacity: 1;
	}
	.goodsList__link:hover .goodsList__title{
		color: var(--color-main-yellow);
	}
	.goodsList__link:hover .goodsList__title span{
		background-size: 100% 100%;
		background-position: left bottom;
	}
}

@media screen and (max-width: 767px){
	.goodsLists{
		grid-template-columns: repeat(2, 1fr);
		gap: var(--sp-size-24);
	}
	.goodsList__title{
		font-size: var(--sp-size-24);
		margin-top: var(--sp-size-12);
	}
}



/*-----------------------------------------------
 * GOODS - DETAIL
-------------------------------------------------*/
.goodsArticle{
	width: 100%;
	padding-bottom: 80px;
	padding-left: 7.6924%;
	padding-right: 7.6924%;
}
.goodsTitle{
	width: 100%;
	padding-bottom: 32px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}


.goodsArticleIn{
	width: 100%;/* 880 */
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	word-break: break-all;
	padding-top: 36px;
}

.goodsDetail{
	display: flex;
	width: 100%;
}
.goodsDetail__img{
	width: 47.7273%;/* 420 */
	margin-right: 4.5455%;/* 40 */
	flex-shrink: 0;
}
.goodsDetail__imgSwiper{
	width: 100%;
}
.goodsDetail__imgList{
	width: 100%;
	height: auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.goodsDetail__imgList img{
	width: 100%;
}

.swiperPaginationWrap{
	width: 100%;
	position: relative;
	margin-top: 24px;
}
.swiperPaginations,
.swiperPaginations.swiper-pagination-bullets.swiper-pagination-horizontal{
	position: relative;
	bottom: unset;
	height: 8px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.swiperPagination,
.swiperPaginations.swiper-pagination-horizontal.swiper-pagination-bullets .swiperPagination.swiper-pagination-bullet{
	display: block;
	cursor: pointer;
	pointer-events: auto;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background-color: rgba(0,0,0,40%);
	border-radius: unset;
	opacity: 1;
	transition: .3s ease;
}
.swiperPaginations.swiper-pagination-horizontal.swiper-pagination-bullets .swiperPagination.swiper-pagination-bullet-active{
	background-color: var(--color-main-red);
}


.goodsDetail__link{
	margin-top: 24px;
}
.goodsDetail__link .link_combtn{
	max-width: 100%;
}

.goodsDetail__cont{
	width: 100%;
}
.goodsDetailList{
	display: flex;
}
.goodsDetailList:not(:last-child){
	margin-bottom: 4px;
}
.goodsDetailList dt{
	color: var(--color-main-red);
	padding-right: 1em;
	flex-shrink: 0;
}
.goodsDetailText{
	margin-top: 32px;
}

.link_combtnWrap.-center{
	text-align: center;
}


@media screen and (max-width: 767px){
	.goodsArticle{
		padding-left: unset;
		padding-right: unset;
		padding-bottom: var(--sp-size-96);
	}
	.goodsTitle{
		padding-bottom: var(--sp-size-20);
		border-width: var(--sp-size-2);
		font-size: var(--sp-size-28);
	}
	.goodsArticleIn{
		font-size: var(--sp-size-24);
		padding-top: var(--sp-size-36);
	}
	.goodsDetail{
		flex-direction: column;
	}
	.goodsDetail__img{
		width: 100%;
		margin-right: 0;
		padding-bottom: var(--sp-size-48);
	}

	.swiperPaginationWrap{
		margin-top: var(--sp-size-24);
	}
	.swiperPaginations,
	.swiperPaginations.swiper-pagination-bullets.swiper-pagination-horizontal{
		height: var(--sp-size-16);
	}
	.swiperPagination,
	.swiperPaginations.swiper-pagination-horizontal.swiper-pagination-bullets .swiperPagination.swiper-pagination-bullet{
		width: var(--sp-size-16);
		height: var(--sp-size-16);
		margin: 0 var(--sp-size-12);
	}

	.goodsDetail__link{
		margin-top: var(--sp-size-48);
		text-align: center;
	}

	.goodsDetailList:not(:last-child){
		margin-bottom: var(--sp-size-4);
	}
	.goodsDetailText{
		margin-top: var(--sp-size-32);
	}
}