@charset "utf-8";




/*-------------------------------

　BF2025

---------------------------------*/

#blackfriday2025 {
	background: url("../img/bg02.png") repeat center top, #000000;
}

#blackfriday2025 * {
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.7s;
}

#blackfriday2025 img {
	display: block;
	max-width: 100%;
	height: auto;
}

#blackfriday2025 a:hover {
	opacity: 0.7;
}

/* #about */
#blackfriday2025 #about{
	padding-bottom: 64px;
}

#blackfriday2025 #about > * + *{
	margin-top: 64px;
}

#blackfriday2025 #about img{
	margin-inline: auto;
}

/* #product */
#blackfriday2025 #product{
	background: repeating-linear-gradient(-45deg, rgba(24, 24, 35, 1), rgba(24, 24, 35, 1) 10px, rgba(18, 18, 18, 1) 0, rgba(18, 18, 18, 1) 20px);
	padding: calc(64px + 8px) 25px 64px;
	position: relative;
}

#blackfriday2025 #product::before{
	content: "";
	display: block;
	background-image: linear-gradient(90deg, #ffcf9b, #ffd0af 25%, #ceb45d 50%, #b99000 75%, #ac8000);
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#blackfriday2025 #product > * + *{
	margin-top: 40px;
}

#blackfriday2025 #product h3 img{
	margin-inline: auto;
}

/* .product_category */
#blackfriday2025 #product .product_category > * + *{
	margin-top: 32px;
}

#blackfriday2025 #product .product_category .title img{
	margin-inline: auto;
}

#blackfriday2025 #product .product_category .lists{
	display: grid;
	gap: 10px 14px;
	grid-template-columns: repeat(3, 1fr);
	padding-inline: 32px;
}

/* #product_introduction */
#blackfriday2025 #product #product_introduction::after,
#blackfriday2025 #product #product_introduction::before{
	content: "";
	display: block;
	background-color: rgba(236, 217, 170, 0.1);
	height: 5px;
	width: 100%;
}

#blackfriday2025 #product #product_introduction::before{
	margin-bottom: 40px;
}

#blackfriday2025 #product #product_introduction::after{
	margin-top: 40px;
}

#blackfriday2025 #product #product_introduction h4 img,
#blackfriday2025 #product #product_introduction h5 img{
	margin-inline: auto;
}

#blackfriday2025 #product #product_introduction h4 + *{
	margin-top: 30px;
}

#blackfriday2025 #product #product_introduction h5 + *{
	margin-top: 40px;
}

#blackfriday2025 #product #product_introduction .list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

#blackfriday2025 #product #product_introduction .list > li{
	background: linear-gradient(45deg, #f6d79a, #b99248 54%, #f6d791 82%);
	border-radius: 20px;
	padding: 2px;
}

#blackfriday2025 #product #product_introduction .list > li .inner{
	background: repeating-linear-gradient(-45deg, rgba(24, 24, 35, 1), rgba(24, 24, 35, 1) 10px, rgba(18, 18, 18, 1) 0, rgba(18, 18, 18, 1) 20px);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

#blackfriday2025 #product #product_introduction .list > li .inner img{
	width: 100%;
}

#blackfriday2025 #product #product_introduction .list > li .inner a.btn{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#blackfriday2025 #product #product_introduction .list > li.col-wide{
	grid-column: 1 / 3;
}

#blackfriday2025 #product #product_introduction .list > li.col-wide .inner a.btn{
	width: 50%;
}

#blackfriday2025 #product #product_introduction .list + .list{
	margin-top: 40px;
}

#blackfriday2025 #product #product_introduction .list + .list::before{
	content: "";
	display: block;
	grid-column: 1 / 3;
	background-color: rgba(236, 217, 170, 0.1);
	margin-bottom: 20px;
	height: 5px;
}


