/* ---------------------------------------------------------------
start TOP CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */

.mds_top1 {
	margin: 0 0 45px;
	padding: 0;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.col_topMain {
	padding: 40px 0 75px 0;
}

.col_topMain .mds_top1 {
	margin-bottom: 20px;
}

.col_topLinks {
	width: 94%;
	margin: 0 auto;
	padding: 28px 0 68px;
	position: relative;
	z-index: 1;
}

.col_topLinks ul {
	max-width: 555px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.col_topLinks ul li {
	margin: 0 55px 33px 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-size: 22px auto;
}

.col_topLinks ul li:nth-of-type(3n),
.col_topLinks ul li:last-of-type {
	margin-right: 0;
}

.col_topLinks ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.col_topLinks ul li.icon_new {
	background-size: 20px auto;
	background-image: url(../img/icon_new.svg);
}
.col_topLinks ul li.icon_ranking {
	background-image: url(../img/icon_ranking.svg);
}
.col_topLinks ul li.icon_campaign {
	background-size: 24px auto;
	background-image: url(../img/icon_campaign.svg);
}
.col_topLinks ul li.icon_topics {
	background-image: url(../img/icon_topics.svg);
}
.col_topLinks ul li.icon_category {
	background-image: url(../img/icon_category.svg);
}
.col_topLinks ul li.icon_brand {
	background-image: url(../img/icon_brand.svg);
}
.col_topLinks ul li.icon_movie {
	background-image: url(../img/icon_movie.svg);
}

.col_topLinks ul li a {
	color: #000;
	text-decoration: none;
}

	.col_topLinks ul li a:hover {
		text-decoration: underline;
	}

.col_topItems {
	margin: 0;
	padding: 65px 0 95px 0;
	background-color: #f2f2f2;
	position: relative;
	z-index: 0;
}

.col_topItems .deco3 {
	color: #f2f2f2;
	font-size: 297px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: -0.8em;
	right: 0;
	z-index: -1;
}

.col_topItems .mds_top1 {
	margin-bottom: 68px;
}

.wrap_topItems {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 60px 20px;
	grid-template-columns: repeat(5, minmax(200px, 1fr));
	grid-auto-flow: dense;*/
}

.wrap_topItems article[data-col="about"] {
	grid-column-start: span 2;
}

.wrap_topItems article.video {
	grid-column-start: span 2;
}

.wrap_topItems article.video.narrow {
	grid-column-start: span 1;
}

.wrap_topItems article {
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
}

.wrap_topItems article.item .ranking {
	width: 42px;
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 6px;
}

.wrap_topItems article.item .ranking img {
	width: 100%;
}

.wrap_topItems article.item .trim {
	width: 100%;
	height: 264px;
	margin: 0 0 10px;
	padding: 12px 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.wrap_topItems article.item .img_thumb_items {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.wrap_topItems article.item .tag {
	display: flex;
	position: absolute;
	bottom: 6px;
	left: 6px;
}

.wrap_topItems article.item .tag span {
	width: 56px;
	height: 20px;
	margin: 0 6px 0 0;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap_topItems article.item .tag span.new {
	font-size: 13px;
	background-color: #c76e6f;
}

.wrap_topItems article.item .tag span.limited {
	font-size: 11px;
	background-color: #cdac57;
}

.wrap_topItems article.item .info {
	font-size: 14px;
	line-height: 1.3;
}

.wrap_topItems article.item .info .maker_fav {
	width: 100%;
	margin: 0 0 8px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.wrap_topItems article.item .info .maker_fav .maker {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 300;
}

.wrap_topItems article.item .info .maker_fav .icon_fav {
	width: 22px;
	height: 22px;
	margin: 0 0 0 8px;
	padding: 0;
	flex-shrink: 0;
}

.icon_fav .wpfp-link {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.icon_fav .wpfp-link span.fav {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/fav-heart.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	transition: background-position 0s steps(28);
	display: inline-block;
	position: absolute;
	top: calc( 50% - 30px );
	left: calc( 50% - 30px );
}
.icon_fav .wpfp-link span.fav.added {
	animation: anim-fav1 1s steps(28) forwards;
}

@keyframes anim-fav1 {
	0% { background-position: 0 0; }
	100% { background-position: -1680px 0; }
}

.wrap_topItems article.item .info .name {
	width: 100%;
	color: #000;
	line-height: 1.2;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wrap_topItems article.item .info a.name:hover {
	text-decoration: underline;
}

.wrap_topItems article.item .info .price {
	margin: 0;
	padding: 0;
}

.wrap_topItems article.item .info .price .strike {
	padding: 0 5px 0 0;
	color: #999;
	text-decoration: line-through;
}
.wrap_topItems article.item .info .price .discount {
	color: #df4244;
	font-weight: 600;
	font-size: 16px;
}
.wrap_topItems article.item .info .price .discount .rate {
	margin: 0 0 0 8px;
	padding: 0 5px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 1px #df4244;
	border-radius: 3px;
}

.wrap_topItems article.link_topabout {
	height: 360px;
	border: solid 10px #fff;
	text-align: center;
	background-image: url(../img/top/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .2s;
}

.wrap_topItems article.link_topabout:hover {
	opacity: 0.75;
}

.wrap_topItems article.link_topabout a {
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap_topItems article.link_topabout dl {
	margin: 0;
	padding: 0;
}

.wrap_topItems article.link_topabout dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}

.wrap_topItems article.link_topabout dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.wrap_topItems article.video a {
	color: #000;
	text-decoration: none;
	transition: .2s;
}

.wrap_topItems article.video a:hover {
	opacity: 0.75;
}

.wrap_topItems article.video .trim {
	width: 100%;
	height: 264px;
	margin: 0 0 12px;
	border: solid 10px #fff;
	position: relative;
	z-index: 0;
}

.wrap_topItems article.video .trim::after {
	content: "";
	width: 64px;
	height: 64px;
	margin: auto;
	background-image: url(../img/icon_play.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wrap_topItems article.video .trim img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap_topItems article.video dl {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.wrap_topItems article.video dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
	line-height: 1.35;
}

.wrap_topItems article.video dl dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
}

.wrap_topItems article.topics {
	background-color: #fff;
}

.wrap_topItems article.topics .trim {
	width: 100%;
	height: 216px;
	border: solid 10px #fff;
}

.wrap_topItems article.topics .trim img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap_topItems article.topics dl {
	margin: 0;
	padding: 0 12px 10px;
}

.wrap_topItems article.topics dl dt {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap_topItems article.topics dl dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}


.btn_readmore {
	width: 100%;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.btn_readmore a {
	width: 115px;
	line-height: 1;
	transition: .2s;
	display: block;
}

	.btn_readmore a:hover {
		opacity: 0.75;
	}



/* ---------------------------------------------------------------
start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {



}

/* ---------------------------------------------------------------
end max 1200px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {

	.wrap_topItems {
		grid-template-columns: repeat(4,1fr);
	}

}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.col_topLinks ul li {
		margin: 0 35px 30px 0;
	}

	.wrap_topItems {
		grid-template-columns: repeat(3,1fr);
	}




}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
	.wrap_topItems .item a .img_thumb_items { transition: all .3s; }
	.wrap_topItems .item a:hover .img_thumb_items {
		opacity: 0.8;
		transform: scale(1.1);
	}



}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {


	.mds_top1 {
		font-size: 28px;
	}

	.col_topMain {
		padding: 30px 0 50px;
	}

	.col_topMain .mds_top1 {
		margin-bottom: 30px;
	}

	.col_topLinks {
		display: none;
	}

	.col_topItems .deco3 {
		display: none;
	}

	.col_topItems {
		padding: 40px 0 50px;
	}

	.col_topItems .mds_top1 {
		margin-bottom: 35px;
	}

	.wrap_topItems {
		width: 90%;
		gap: 20px 20px;
		grid-template-columns: repeat(2,1fr);
	}

	.wrap_topItems article.link_topabout {
		height: 78vw;
		border-width: 6px;
	}

	.wrap_topItems article.link_topabout a {
		padding-top: 2vw;
	}

	.wrap_topItems article.link_topabout dl dt {
		margin-bottom: 2vw;
		font-size: 5vw;
	}

	.wrap_topItems article.link_topabout dl dd {
		font-size: 3.2vw;
	}

	.wrap_topItems .item .trim {
		height: 62vw;
		margin-bottom: 8px;
		padding: 6px;
	}

	.wrap_topItems .item .ranking {
		width: 9vw;
		top: 1vw;
		left: 1vw;
	}

	.wrap_topItems .item .tag {
		bottom: 1vw;
		left: 1vw;
	}

	.wrap_topItems article.topics .trim {
		height: 50vw;
		margin-bottom: 3px;
		border-width: 6px;
	}

	.wrap_topItems article.video .trim {
		height: 52vw;
		border-width: 6px;
	}

	.wrap_topItems article.video .trim::after {
		width: 13vw;
		height: 13vw;
	}

	.wrap_topItems article.topics dl dd {
		font-size: 14px;
		line-height: 1.5;
	}

	.btn_readmore {
		padding-top: 40px;
	}





}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.mds_top1 {
		font-size: 26px;
	}

	.col_topMain {
		padding-top: 25px;
	}

	.col_topMain {
		padding-top: 35px;
	}

	.wrap_topItems {
		gap: 15px 15px;
	}

	.col_topItems .mds_top1 {
		margin-bottom: 30px;
	}

	.wrap_topItems article.link_topabout dl dt {
		font-size: 5.8vw;
	}

	.wrap_topItems article.link_topabout dl dd {
		font-size: 3.8vw;
	}




}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */
