.item-list .ranking:after {
	content:"";
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	position: absolute;
	z-index: 2;
}
.item-list .ranking:nth-child(1):after {
	background-image:url(https://file001.shop-pro.jp/PA01517/647/images/rank-1.svg);
}
.item-list .ranking:nth-child(2):after {
	background-image:url(https://file001.shop-pro.jp/PA01517/647/images/rank-2.svg);
}
.item-list .ranking:nth-child(3):after {
	background-image:url(https://file001.shop-pro.jp/PA01517/647/images/rank-3.svg);
}
@media (width < 767px) {
	.item-list .ranking:after {
		width:8vw;
		height:8vw;
		top:-3vw;
		left:2vw;
	}
}
@media (768px <= width) {
	.item-list .ranking:after {
		width:60px;
		height:60px;
		top:-25px;
		left:8px;
	}
}
/*-----------------------------------------
tenpo
------------------------------------------*/
.tenpo h2 {
    text-align: center;
    padding:2em;
}
.tenpo img {
    display:block;
    margin:0px auto;
    mix-blend-mode: multiply;
}
.tenpo-txt p {
    font-weight: 400;
    padding-bottom:2em;
}
.freedial {
    display: block;
    position: relative;
    background-image:url(https://file001.shop-pro.jp/PA01517/647/images/icon-freedial.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:38px 26px;
}
@media (width < 767px) {
    .tenpo h2 {
        font-size:var(--font-sp-x-large);
     }
     .tenpo img {
        border-radius: 4vw;
     }
     .tenpo-grid {
        display:grid;
        grid-row-gap: 5vw;
        margin:0px auto;
        padding:5vw 0;
     }
     .freedial {
        font-size:var(--font-sp-xx-large);
        padding-left:48px;
        margin-bottom:5vw;
     }
}
@media (768px <= width) {
    .tenpo h2 {
        font-size:var(--font-pc-x-large);
     }
     .tenpo img {
        border-radius: 16px;
     }
     .tenpo-grid {
        display:grid;
        max-width:960px;
        margin:0px auto;
        padding:40px 0;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
     }
     .freedial {
        font-size:var(--font-pc-xx-large);
        padding-left:48px;
     }
}