@charset "utf-8";

/* =========================================
   商品検索一覧ページ専用スタイル
   ========================================= */
   .FS2_body_Goods_GoodsSearchList .FS2_itemlayout_td_Left{
    background-color: #ececec;
   }
 
/* PC表示 */
@media screen and (min-width:769px) {
	.FS2_body_Goods_GoodsSearchList .system_content {
		max-width: 100%;
		width: 100%;
		margin: 0;
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
	}
	
	.FS2_body_Goods_GoodsSearchList .alignItem_01 {
		/* max-width:1000px;
		width:96%; */
		margin:0 auto 43px;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.FS2_body_Goods_GoodsSearchList .gl_Item {
		font-family: 'Maven Pro', sans-serif;
		width: calc((100% - 60px) / 3);
		margin: 0;
		margin-bottom: 0;
		float: none;
		display: block;
	}
	
	/* テーブルレイアウトを無効化 */
	.FS2_body_Goods_GoodsSearchList .gl_Item table {
		display: block;
		border: none;
	}
	
	.FS2_body_Goods_GoodsSearchList .gl_Item table tr,
	.FS2_body_Goods_GoodsSearchList .gl_Item table td {
		display: block;
		border: none;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_itemlayout_td_Left {
		width: 100%;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container {
		margin-bottom:12px;
		width:100%;
		text-align:center;
        aspect-ratio: 310 / 210;
        overflow: hidden;
        height: 210px;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container a {
		display:block;
		width:100%;
		text-align:center;
	}
	
	.FS2_body_Goods_GoodsSearchList img.thumbnail {
		display:inline-block;
		width:auto;
		height:210px;
		margin:0 !important;
        object-fit: contain;
	}
	
	.FS2_body_Goods_GoodsSearchList .itemGroup {
		font-size:150%;
		font-weight:700;
		letter-spacing:1.5px;
		text-align:center;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment {
		line-height:1.3;
		text-align:center;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment .line:nth-child(2) {
		border-top:6px solid #000000;
		border-left:4px solid transparent;
		border-right:4px solid transparent;
		width:0px;
		margin:7px auto 5px auto;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment .line:nth-child(3) {
		line-height:1.0;
	}
	
	/* お気に入りボタンを非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_WishListButton_area {
		display:none;
	}
	
	/* 商品価格を非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_itemPrice_text {
		display:none;
	}
	
	/* オプション選択・カートボタンエリアを非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_OptionPrice,
	.FS2_body_Goods_GoodsSearchList .GoodsSelectionTable,
	.FS2_body_Goods_GoodsSearchList .FS2_figure {
		display:none;
	}
	
	/* 詳細ボタンの整形 */
	.FS2_body_Goods_GoodsSearchList .buttons {
		margin-top:2px;
		text-align:center;
	}
}

/* SP表示 */
@media screen and (max-width:768px) {
	.FS2_body_Goods_GoodsSearchList .FS2_GroupLayout {
		width:95%;
		margin:0 auto;
	}
	
	.FS2_body_Goods_GoodsSearchList .gl_Item {
		width:100%;
		margin:0;
		margin-bottom:10px;
		min-height:120px;
	}
	
	/* テーブルを横並び表示に */
	.FS2_body_Goods_GoodsSearchList .gl_Item table {
		display:table;
		width:100%;
		text-align:left;
	}
	
	.FS2_body_Goods_GoodsSearchList .gl_Item table tr {
		display:table-row;
	}
	
	.FS2_body_Goods_GoodsSearchList .gl_Item table td {
		display:table-cell;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_itemlayout_td_Left {
		width:48%;
		padding-right:5%;
		vertical-align:top;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_itemlayout_td_Right {
		padding-top:5px;
		vertical-align:top;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container {
		display:block;
		width:100%;
	}
	
	.FS2_body_Goods_GoodsSearchList img.thumbnail {
		width:100%;
		height:auto;
	}
	
	.FS2_body_Goods_GoodsSearchList .itemGroup {
		text-align:left;
		line-height:1.2;
		margin-bottom:3px;
		font-size:0.9em;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment {
		text-align:left;
		display:inline-block;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment .line:first-child {
		font-size:0.9em;
	}
	
	.FS2_body_Goods_GoodsSearchList .FS2_ItemShortComment .line:nth-child(2) {
		margin-bottom:4px;
	}
	
	/* お気に入りボタンを非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_WishListButton_area {
		display:none;
	}
	
	/* 商品価格を非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_itemPrice_text {
		display:none;
	}
	
	/* オプション選択・カートボタンエリアを非表示 */
	.FS2_body_Goods_GoodsSearchList .FS2_OptionPrice,
	.FS2_body_Goods_GoodsSearchList .GoodsSelectionTable,
	.FS2_body_Goods_GoodsSearchList .FS2_figure {
		display:none;
	}
	
	.FS2_body_Goods_GoodsSearchList .buttons {
		text-align:left;
	}
	
	.FS2_body_Goods_GoodsSearchList .detail {
		width:40%;
		font-size:0.5rem;
		line-height:20px;
		height:20px;
		margin:5px 10px 5px 0;
	}
}

