@charset "UTF-8";
/****************************************
	ハセプロ夏の大感謝祭2026
*****************************************/

.summersale_2026 h2.ttl {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
	background: none;
	padding-left: 0;
}
.summersale_2026 .bnr {
	margin-top: 3rem;
}
.summersale_2026 .bnr a:hover {
	opacity: .7;
}

.summersale_2026 .maker-box {
	background-color: #E0F7FF;
    background-image:
         repeating-linear-gradient(-45deg,#ECFAFF, #ECFAFF 15px,transparent 0, transparent 30px);
	padding: 3.5rem 3.5rem;
	margin-top: 4rem;
}
.summersale_2026 .maker-box .list-item {
	display: grid;
	grid-template-columns: 16rem 1fr;
	gap: 1.5rem;
	border-bottom: 1px dashed #000;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.summersale_2026 .maker-box .list-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.summersale_2026 .maker-box .photo .link {
	display: block;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	padding: 1rem 0 3.5rem 0;
	position: relative;
}
.summersale_2026 .maker-box .photo .link:hover {
	opacity: .8;
}
.summersale_2026 .maker-box .photo .link .obi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 20px 20px;
	padding: .8rem .3rem .8rem 1.5rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: 1px;
}
.summersale_2026 .maker-box .photo .link .obi:before {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
}
.summersale_2026 .maker-box .note .ttl {
	background-color: #000;
	border-top: 4px solid #FEFC03;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: .5rem .3rem;
	position: relative;
	margin-bottom: 1.5rem;
}
.summersale_2026 .maker-box .note .ttl:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #000;
}
.summersale_2026 .maker-box .note .rec-list-item {
	margin-top: .6rem;
}
.summersale_2026 .maker-box .note .rec-list-link {
	display: block;
	background-color: #fff;
	border: 1px solid #CBC8C8;
	border-radius: 50px;
	line-height: 1.5;
	color: #000;
	font-weight: 900;
	font-size: 1.2rem;
	position: relative;
	padding: .6rem .5rem .6rem 40px;
}
.summersale_2026 .maker-box .note .rec-list-link:before {
	display: block;
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #000;
}
.summersale_2026 .maker-box .note .rec-list-link:hover {
	background-color: #FFFFE5;
	opacity: 1;
}
@media screen and (max-width: 880px){
	
	/*SPローカルコーディング用*/
	/*.product-container {
		display: block !important;
	}*/
	/*SPローカルコーディング用 ここまで*/

	.summersale_2026 .bnr {
		margin-top: 2rem;
	}

	.summersale_2026 .maker-box {
		padding: 2rem 1rem;
		margin-top: 2rem;
	}
	.summersale_2026 .maker-box .list-item {
		display: block;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	.summersale_2026 .maker-box .photo .link {
		border-radius: 15px;
		padding: .5rem 0 3rem 0;
	}
	.summersale_2026 .maker-box .photo .link img {
		width: 40%;
		max-width: 300px;
	}
	
	.summersale_2026 .maker-box .photo .link .obi {
		border-radius: 0 0 15px 15px;
		padding: .7rem .3rem .7rem 1.5rem;
		font-size: 1.1rem;
	}
	.summersale_2026 .maker-box .note {
		margin-top: 1.5rem;
	}
	.summersale_2026 .maker-box .note .ttl {
		font-size: 1rem;
		padding: .5rem .3rem;
		margin-bottom: 1.5rem;
	}
	.summersale_2026 .maker-box .note .rec-list-item {
		margin-top: .7rem;
	}
	.summersale_2026 .maker-box .note .rec-list-link {
		font-size: 1.1rem;
	}
	
}
