/*-------------------------------------------------- shoplist --*/
#shoplist {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#shoplist {
		margin-bottom: 3.75rem;
	}
}

#shoplist h2 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	#shoplist h2 {
		font-size: 1.25rem;
	}
}

#shoplist .shoplist_onlinestore ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#shoplist .shoplist_onlinestore ul li {
	width: calc((100% - 3rem) / 4);
}

@media (max-width: 960px) {
	#shoplist .shoplist_onlinestore ul li {
		width: calc((100% - 1rem) / 2);
		margin-bottom: 1.5rem;
	}
	#shoplist .shoplist_onlinestore ul li.amazon a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#shoplist .shoplist_onlinestore ul li.rakuten a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#shoplist .shoplist_onlinestore ul li.yahoo a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#shoplist .shoplist_onlinestore ul li.auPAY a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {
	#shoplist .shoplist_onlinestore ul li {
		width: 100%;
	}
	#shoplist .shoplist_onlinestore ul li.yahoo a {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	#shoplist .shoplist_onlinestore ul li.auPAY a {
		padding-top: 1.625rem;
		padding-bottom: 1.625rem;
	}
}

#shoplist .shoplist_onlinestore ul li:not(:first-child) a {
	padding-right: 2.5rem;
	padding-left: 2rem;
}

@media (max-width: 960px) {
	#shoplist .shoplist_onlinestore ul li:not(:first-child) a {
		padding-left: 0.5rem;
	}
}

#shoplist .shoplist_onlinestore ul li a {
	border: 1px solid #DEDEDE;
	height: 100px;
	max-width: unset;
	border-radius: 4px;
}

@media (max-width: 960px) {
	#shoplist .shoplist_onlinestore ul li a {
		height: 80px;
	}
}

#shoplist .shoplist_onlinestore ul li a::after {
	border-color: #2A2A2A;
}

#shoplist .shoplist_onlinestore ul li a img {
	max-height: 100%;
	height: auto;
	transition: all 0.2s ease-in-out;
}

#shoplist .shoplist_onlinestore ul li a:hover img {
	opacity: 0.6;
}

#shoplist .shoplist_onlinestore ul li:first-of-type {
	width: 100%;
	margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
	#shoplist .shoplist_onlinestore ul li:first-of-type {
		margin-bottom: 1.5rem;
	}
}

#shoplist .shoplist_onlinestore ul li:first-of-type a {
	width: calc(50% - 0.5rem);
}

@media (max-width: 768px) {
	#shoplist .shoplist_onlinestore ul li:first-of-type a {
		width: 100%;
		height: 120px;
		padding-right: 3rem;
	}
}

#shoplist .shoplist_onlinestore ul li:first-of-type a img {
	max-width: 300px;
	width: 70%;
}

@media (max-width: 768px) {
	#shoplist .shoplist_onlinestore ul li:first-of-type a img {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#shoplist .shoplist_onlinestore ul li:last-of-type {
		margin-bottom: 0;
	}
}

#shoplist .shoplist_onlinestore ul li:last-of-type a {
	margin-right: 0;
}

#shoplist .shoplist_onlinestore ul li p {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

#shoplist .shoplist_offlinestore {
	margin-top: 5rem;
}

@media (max-width: 768px) {
	#shoplist .shoplist_offlinestore {
		margin-top: 3.75rem;
	}
}

#shoplist .shoplist_offlinestore p {
	line-height: 1.8;
}
