@charset "utf-8";
/*製品ギャラリー ========================================= */
#gallery{
	width: 40%;
	height: 100%;
	min-width: 360px;
	min-height: 360px;
	max-width: 500px;
	margin-right: 30px;
	position: relative;
}
#gallery > div{
	margin-bottom: 10px;
	position: relative;
}
#gallery #detail:before{
    display: block;
    content: '';
    padding-top: 100%;
}
#gallery #detail li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	line-height: 0;
}
#gallery #detail li:first-child{
	z-index: 1;
}
#gallery #detail li img,
#gallery img.dummy{
	width: 100%;
	height: auto;
}
/* サムネイル */
#thumb{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}
#thumb li{
	line-height: 0;
	width: 11.11111%;
	margin-right: 1.5873015%;
	margin-bottom: 1.5873015%;
	cursor: pointer;
}
#thumb li.active{
	outline: 1px solid #ffcc00;
	outline-offset: -1px;
}
#thumb li:nth-child(8n){
	margin-right: 0;
}
#thumb li img{
	width: 100%;
	height: auto;
}
#basicinfo{
	flex: 1;
	font-size: 1.6rem;
}
/* ローディング */
#gallery #loading{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}