@charset "utf-8";
/* CSS Document */

/*
==============================================================================*/


/* General List */
section.GeneralList_topList {}
section.GeneralList_topList > .GeneralList_title {
	display: none;
	text-align: center;
	line-height: 1.1;
}
section.GeneralList_topList > .GeneralList_title > .en {display: block;}
section.GeneralList_topList > .GeneralList_title > .jp {
	display: block;
	color: var(--color-DYFC-orange);
}
section.GeneralList_topList > .GeneralList_list > li {}
section.GeneralList_topList > .GeneralList_list > li > a {display: block;}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {overflow: hidden;}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {display: none;}
section.GeneralList_topList > .GeneralList_list > li > a > .title {font-weight: bold;}
section.GeneralList_topList > .GeneralList_list > li > a > .date {}

section.GeneralList_topList > div > a.btnRounder {
	display: flex;
	position: relative;
	border: solid 1px var(--color-line-gray, #d2d3d3);
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.4rem 2.5rem;
	justify-content: space-between;
	min-width: 25rem;
	gap: 1.5rem;
	width: fit-content;
}
section.GeneralList_topList > div > a.btnRounder::after {
	content: "";
	display: block;
	background-image: url(/-/media/Project/globeride/daiwa_com_dyfc/common/image/arrow_normal_l.svg);
	aspect-ratio: 1.099415;/* 18.8x17.1px (AspectRatio = 18.8:17.1 ≒ 1.099415) */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1rem;
	flex-shrink: 0;
}




/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	/* margin-left: 1.95rem; */
	/* margin-right: 1.59rem; */
	margin-left: 0;
	margin-right: 0;
}
section.GeneralList_topList > .GeneralList_title {}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 4rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.2rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1rem;}
section.GeneralList_topList > .GeneralList_list {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: grid;
	grid-template-columns: 18rem 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 1.6rem;
	grid-row-gap: 0;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	grid-area: 1 / 1 / 3 / 2;
	aspect-ratio: 1;
	border-radius: 1.2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	grid-area: 1 / 2 / 2 / 3;
	font-size: 1.6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 1.2rem;
	margin-top: .8rem;
}
section.GeneralList_topList > div > a.btnRounder {
	width: 100%;
	margin-top: 4rem;
}







/*============================================================================*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	width: 138rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6rem;
	padding-bottom: 11rem;
}
section.GeneralList_topList > .GeneralList_title {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 6.6rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.4rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1.6rem;}
section.GeneralList_topList > .GeneralList_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 2.8rem;
}
section.GeneralList_topList > .GeneralList_list > li {
	display: flex;
	overflow: hidden;
	width: calc( calc( 100% - 2.8rem * 3 ) / 4 );
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: flex;
	flex-direction: column;
	position: relative;
	border-bottom: solid 1px var(--color-border-gray);
	width: 100%;
}
section.GeneralList_topList > .GeneralList_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 2rem;
	aspect-ratio: 1;
	width: 1.8rem;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_s_bf98141f.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	font-size: 0;
	filter: invert(1);
	border-radius: .6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	aspect-ratio: 0.8;/* 540x675px (AspectRatio = 4:5 ≒ 0.8) */
	border-radius: .8rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	margin-top: 3.6rem;
	font-size: 1.8rem;
	flex-grow: 1;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}
section.GeneralList_topList > div > a.btnRounder {margin-top: 4rem;}




#heroArea-v1.type-A > .container > .item.title > .text {width: 60rem;}


/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/try-css.css
ID = {}
- - - - - - - - - - - - - - - - - - - */