@charset "utf-8";
/* CSS Document */

/*
==============================================================================*/


	/* New Products */
	.home__pickup__cards .home_pickup_card .image {
		background-color: transparent;
		border: 1px solid #e6e6e6;
		overflow: hidden;
	}




	/* Special Page // General List */
	main > .GeneralList_topList.specialpagelist{


		> h2 {}


		> .GeneralList_list {
			display: grid;
			grid-gap: 1em;
			grid-template-columns: repeat(4, 1fr);
			grid-auto-flow: dense;
		}
		> .GeneralList_list > li > a {
			display: block;
			aspect-ratio: 0.8;/* 540x675px (AspectRatio = 4:5 ≒ 0.8) */
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			font-size: 0;
			padding: 0;

			&::before,
			&::after {display: none;}
		}
		> .GeneralList_list > li > a > .bgImage  {display: block;}
		> .GeneralList_list > li > a > .category {display: none;}
		> .GeneralList_list > li > a > .title    {display: none;}
		> .GeneralList_list > li > a > .date     {display: none;}
		

		> * > a.btnRounder {
			position: unset;
			margin-right: 0;
			margin-top: 3rem;
		}

	}


/*============================================================================*/




/*============================================================================*/
@media screen and (max-width: 767px) {/*                         // Mobile // */
	/*============================================================================*/


	.home__pickup__heading h2 .en {font-size: 3rem;}




	/* Special Page // General List */
	main > .GeneralList_topList.specialpagelist{


		> .GeneralList_list {
			grid-gap: .8em;
			grid-template-columns: repeat(2, 1fr);
		}
		> .GeneralList_list > li > a > .bgImage {
			aspect-ratio: unset;
			float: unset;
			width: 100%;
		}


		> * > a.btnRounder { margin-top: 2rem; }


	}


	/*============================================================================*/
}




/*============================================================================*/
@media screen and (min-width: 768px) {/*                             // PC // */
	/*============================================================================*/


	.home__pickup__heading h2 .en {font-size: 4rem;}




	/* Special Page // General List */
	main > .GeneralList_topList.specialpagelist{


		> * > a.btnRounder {}


	}


	/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/home-add-css.css
ID = {}
- - - - - - - - - - - - - - - - - - - */