@charset 'utf-8';

.affiliate h2 {
	font-size: 1.6em;
	font-weight: 600
}
.affiliate h2 span:first-child {
	font-size: .45em;
	font-weight: 200;
	letter-spacing: normal;
	text-transform: none
}
.affiliate p {
	line-height: 1.6;
	margin: 2em 0
}
.affiliate ul {
	list-style: none;
	padding: 0
}
.affiliate li {
	border-top: 1px solid #333;
	overflow: hidden;
	position: relative
}
.affiliate a {
	align-items: center;
	color: #333;
	display: block;
	gap: 10px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	margin: 0 15px 0 0;
	white-space: nowrap
}
.affiliate a:hover {
	text-decoration: underline
}
.affiliate a img {
	flex-shrink: 0;
	height: auto;
	margin: 0 10px 0 0;
	width: 80px
}
.affiliate a img:nth-child(2) {
	left: 20px;
	position: absolute
}
.affiliate .label {
	font-size: 1em;
	letter-spacing: 0.05em;
	white-space: nowrap
}
.affiliate li::after {
	border: solid #333;
	border-width: 0 1px 1px 0;
	content: '';
	height: 8px;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 8px
}
.affiliate li:last-child {
	border-bottom: 1px solid #333;
	line-height: 90px;
	padding: 0 0 0 90px;
	position: relative
}
.affiliate li:last-child::before {
	border: 1px solid currentColor;
	border-radius: 50%;
	color: #333;
	content: '';
	height: 12px;
	left: 30px;
	margin: 2px 0 0 3px;
	position: absolute;
	top: 35px;
	transform: rotate(-45deg);
	width: 12px
}
.affiliate li:last-child::after {
	background: currentColor;
	content: '';
	height: 6px;
	left: 46px;
	position: absolute;
	top: 52px;
	width: 1px
}
.affiliate li:last-child > a {
	display: none
}
.affiliate li:last-child:hover > a {
	background: url(/image/icon/rakuten.png) no-repeat 50% 40% #e6e6e6;
	background-size: 100px auto;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0.7em;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 15px 10px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50%;
	z-index: 1
}
.affiliate li:last-child:hover a:nth-child(2) {
	background-image: url(/image/icon/yahoo.png);
	left: auto;
	right: 0
}
.affiliate .out-of-stock::before {
	display: none
}
.affiliate .out-of-stock a {
	opacity: 0.4
}