@charset "utf-8";
/* CSS Document */

.valentine_img {
	width: 500px;
    margin: 2.5rem auto;
}
.category {
	font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}

.heading2 {
	border-left: 4px solid #D9D1CC;
}

/*ウィンターギフト2025*/
.anchor_3_area {
	width: 100%;
	padding: 0px 15px;
}
.anchor_2:link {
	width: 40%;
	line-height: 1.8;
	background-color: inherit;
	transition: 1.0s;
}
.sample2::after {
	right: -275px;
}
.anchor_2:hover, .anchor_2:active {
	text-decoration: none;
    background-color: #EFE9E6;
}
.btn_topage {
	margin-top: 0;
	margin-bottom: 70px;
}
.products .sample2::after {
	right: -255px;
}
.products_list_wg {
	margin-bottom: 0;

} 


@media screen and (max-width: 680px) {

	.valentine_img {
		width: 100%;
	}
	.page_up p {
    font-size: 1rem;
	}
	.valentine_shopinfo {
	width: 100%!important;
}
	.anchor {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}
	.gift_heading {
		line-height: 2.8rem;
	}
	.whiteday_center {
		justify-content: center;
	
}
.anchor_2:link {
	width: 100%;
}
.sample2::after {
    right: -290px;
}
    .btn_topage {
        width: 85%;
	}
	.products_list_center_sp {
		justify-content: center;
	}
	    .products_list_center {
        justify-content: space-around;
    }
	.products_list_center dl {
		margin-right: 0;
	}
	    .btn_topage::after { 
			top: 0;
		}

}