.image-block{
	background: url("../images/backnumber/bknum_2025.jpg") center center no-repeat;
	background-size: cover;
}

.main-title {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.main-subtitle {
    font-size: 3.0rem;
}

.section-inner{
    padding-bottom: 280px;
}

.product .section-inner{
	padding-bottom: 0px;
}

.section-block-inner{
	margin-top: 30px;
	max-width: 90%;
	line-height: 1.8;
	text-align: center;
	font-weight: 400;
}

.product .section-block-inner{
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}

.product-circle{
	width: 450px;
	margin:0px;
}

.section-block p{
	line-height: 1.8;
	text-align: left;
	font-size: 1.8rem;
}

/*Sawyer削除のためのCSS*/
.sold-out-overlay .sold-out-text {
	font-size: 34px;
	color: rgba(226, 226, 226, 0.8);
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.sold-out-overlay .sold-out-text {
	opacity: 0;
	animation: fadeIn 0.6s ease-in 0.6s forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.li-sawyer {
	position: relative;
	background-color: rgba(77, 77, 77, 0.9); /* 枠全体に薄いグレー */
}

.li-sawyer img{
	opacity: 0.3;
}


.li-sawyer a {
pointer-events: none; /* リンクを無効化 */
}

/*Sawyer削除のためのCSSここまで*/

@media screen and (max-width:1400px){
	.product .section-block-inner{
		max-width: 90%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1170px){
	.br-sub{
		display: none;
	}
}

@media screen and (max-width:1100px){
	.product .section-block-inner {
		margin: 20px 0px;
		max-width: 100%;
	}

	.product-circle{
		width: 350px;
	}
}

@media screen and (max-width: 768px){
	.main-subtitle {
		font-size: 1.6rem;
	}

	.product .section-inner{
		padding:0 20px;
	}

	.product .section-block-inner{
		display: block;
		margin: 20px 0px;
		padding: 0;
	}

	.section-block p{
		font-size: 1.4rem;
	}

	.product p{
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.product-circle{
		width: 100%;
	}

	.section-inner{
		padding:0px 20px 100px;
	}

	.section-block-inner{
		max-width: 100%;
		margin-bottom:100px;
	}

	.product-link .section-block-inner{
	    display: block;
	    margin-bottom: 30px;
	}

	.section-block p{
		margin-right: 0px;
	}
}

@media screen and (max-width:450px){
	.br-sub{
		display: block;
	}
}

