@charset "UTF-8";


/* 2026 font google */
body,
.list-page .fs-c-listControl .fs-c-listControl__status__total:before {
	font-family: "Zen Old Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
}

#head-cart .num,
#copy,
ul.item-list li .info .price,
.fs-c-cartTable .fs-c-cartTable__unitPrice,
#fs-addressInfo-container .fs-c-checkout-multiDestination__unitPrice,
.fs-c-checkout-paymentMethod__setting table,
.fs-c-checkout-paymentMethod__setting table td,
#fs_MyOrders .fs-c-orderHistory .fs-c-orderHistoryItem__unitPrice,
#fs_MySubscriptions .fs-c-orderHistory .fs-c-orderHistoryItem__unitPrice,
.list-page .fs-c-listControl .fs-c-listControl__status__total,
.list-page .fs-c-listControl .fs-c-listControl__status__total:after,
.fs-p-productSearch__searchButton,
.fs-p-productSearch__clearButton,
.fs-c-productList__list .fs-c-price,
.list-page .fs-c-pagination__item,
#detail .fs-c-price {
	font-family: "Roboto", sans-serif;
}

#ranking-area li p.name:before {
	font-family: "Mrs Saint Delafield", cursive, sans-serif;
}


/*  pc-large to pc-small */
@media (min-width: 992px) {
	#link-area .guide-link-list + .guide-link-list {
		margin-top: 2%;
	}

	#link-area .guide-link-list li.present a .photo {
		width: 53.4%;
		background-image: url(../img/top/bnr_present_pc.jpg);
	}

	#link-area .guide-link-list li.present a .txt {
        width: 46.6%;
    }

	#link-area .guide-link-list li.ranking a .photo {
		width: 53.4%;
		background-image: url(../img/top/bnr_ranking_pc.jpg);
	}

	#link-area .guide-link-list li.ranking a .txt {
        width: 56%;
	}
}



/* pc-small */
@media (max-width: 1199px) and (min-width: 992px) {
}



/* smartphone to tablet */
@media (max-width: 991px) {
	#link-area .guide-link-list li.present a .photo {
		background-image: url(../img/top/bnr_present_sp.jpg);
	}

	#link-area .guide-link-list li.ranking a .photo {
		background-image: url(../img/top/bnr_ranking_sp.jpg);
	}
}
