@charset "utf-8";

/* topLead */
.topLead {
	margin-top: 2rem;
	font-size: 1.9rem;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.topLead {
		margin-top: 4rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/* bg */
.bg {
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/kids/bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	padding-bottom: 5rem;
	border-bottom: 1px dotted #000;
}
@media (max-width: 768px) {
	.bg {
		margin-top: 4rem;
		overflow: hidden;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/kids/bg_sp.png);
	}
}

/* itemBox */
.itemBox.wrap,
.itemBox .wrap {
	display: flex;
	flex-wrap: wrap;
}
.itemBox .item .itemLead {
	font-size: 1.4rem;
	line-height: 3rem;
}
.itemBox .item .detail {
	margin-top: 1.5rem;
}
.itemBox .item .detail p + p {
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.itemBox .item .itemLead {
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
	.itemBox .item .detail {
		margin-top: 3.5rem;
		line-height: 1.4;
	}
	.itemBox .item .detail p + p {
		margin-top: 1.5rem;
	}
	.itemBox .item .detail .shop {
		display: block;
		font-size: 1.9rem;
		line-height: 1.6;
	}
}

/* itemBox01 */
.itemBox01 {
	margin-top: 6rem;
	padding-top: 3rem;
	position: relative;
}
.itemBox01 .pic {
	margin: 0 auto;
	width: 76rem;
}
.itemBox01 .item {
	width: 27rem;
	position: absolute;
	top: 20rem;
	right: 15rem;
}
.itemBox01 .detail {
	margin-left: 8rem;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin-top: 1rem;
		padding-top: 0;
	}
	.itemBox01 .pic {
		width: 100%;
	}
	.itemBox01 .item {
		margin-top: 2rem;
		margin-left: 6rem;
		width: 100%;
		position: static;
	}
	.itemBox01 .item .detail {
		margin-left: 0;
	}
}

/* itemBox02 */
.itemBox02 {
	position: relative;
}
.itemBox02 .pic {
	margin: 0 auto;
	width: 74.5rem;
}
.itemBox02 .item {
	width: 27rem;
	position: absolute;
	top: 24rem;
	left: 25rem;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 5rem;
	}
	.itemBox02 .pic {
		margin-right: 0;
		width: 71.5rem;
	}
	.itemBox02 .item {
		width: 27.5rem;
		top: 27.5rem;
		left: 4rem;
	}
}

/* itemBox03 */
.itemBox03 {
	position: relative;
}
.itemBox03 .pic {
	margin: 0 auto;
	width: 69.9rem;
}
.itemBox03 .item {
	width: 32rem;
	position: absolute;
	top: 20rem;
	right: 13rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 9.5rem;
	}
	.itemBox03 .pic {
		margin-left: 0;
		width: 70.5rem;
	}
	.itemBox03 .item {
		width: 24rem;
		top: 23rem;
		right: 3.5rem;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: -2.5rem;
	position: relative;
}
.itemBox04 .pic {
	margin: 0 auto;
	width: 76.5rem;
}
.itemBox04 .item {
	width: 27rem;
	position: absolute;
	top: 22rem;
	left: 23rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 10.5rem;
	}
	.itemBox04 .pic {
		margin-right: 0;
		width: 71.5rem;
	}
	.itemBox04 .item {
		width: 26rem;
		top: 18.5rem;
		left: 4rem;
	}
}

/* itemBox05*/
.itemBox05 {
	margin-top: 7rem;
	position: relative;
}
.itemBox05 .pic {
	margin: 0 auto;
	width: 78.8rem;
}
.itemBox05 .item {
	width: 32rem;
	position: absolute;
	top: 19.5rem;
	right: 11.5rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 10rem;
	}
	.itemBox05 .pic {
		margin: 0 auto;
		width: 100%;
	}
	.itemBox05 .item {
		width: 100%;
		position: static;
	}
	.itemBox05 .item .itemLead {
		width: 32.5rem;
		position: absolute;
		top: 22.5rem;
		right: 7rem;
	}
	.itemBox05 .item .detail {
		margin-top: -5rem;
		width: 32.5rem;
		position: absolute;
		left: 7rem;
	}
}

/* itemBox06*/
.itemBox06 {
	margin: 10rem auto 0;
	padding: 9rem 2rem 3rem;
	width: 61.5rem;
	border: solid 0.3rem #e1ae1e;
	border-radius: 3rem;
	background-color: #fff;
	position: relative;
}
.itemBox06 .ttl {
	width: 42rem;
	position: absolute;
	top: -2.5rem;
	right: 3.5rem;
}
.itemBox06 .wrap {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.itemBox06 .pic {
	width: 25rem;
}
.itemBox06 .item {
	width: 28rem;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin: 24rem auto 0;
		padding: 9rem 2rem 6rem;
		width: 67.5rem;
	}
	.itemBox06 .ttl {
		width: 48.8rem;
		top: -3.5rem;
		right: -3rem;
	}
	.itemBox06 .wrap {
		display: flex;
		align-items: center;
		gap: 0 2rem;
	}
	.itemBox06 .pic {
		margin-left: -5rem;
		width: 52rem;
		position: relative;
	}
	.itemBox06 .item {
		width: 100%;
	}
	.itemBox06 .item .itemLead {
		width: 26rem;
		position: absolute;
		top: 39rem;
		right: 2rem;
	}
	.itemBox06 .item .detail {
		margin-top: 0;
	}
}

/* kidsclub */
.kidsclub {
	margin: 9.5rem auto 0;
	max-width: 99.7rem;
	background-color: #42b148;
	border: solid 0.3rem #42b148;
	border-radius: 0 5rem 5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kidsclub .campaign {
	padding: 0.8rem 2rem;
	width: 56rem;
	color: #fff;
}
.kidsclub .campaign dt {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.5rem;
	letter-spacing: 0.04em;
}
.kidsclub .campaign .date {
	margin-top: 0.8rem;
	font-size: 2.5rem;
	font-weight: bold;
	color: #42b148;
	line-height: 2.5rem;
	text-align: center;
	background-color: #fff;
}
.kidsclub .campaign .date span {
	font-size: 1.5rem;
}
.kidsclub .campaign .txt {
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.kidsclub .campaign .txt > span {
	font-size: 1.44rem;
}
.kidsclub .campaign .txt > span span {
	font-size: 2.4rem;
}
.kidsclub .campaign .notice {
	font-size: 1.1rem;
}
.kidsclub .btn {
	width: 43rem;
	background-color: #fff;
	border-radius: 4.8rem;
}
.kidsclub .btn a {
	padding: 2.5rem 1.5rem;
	border-radius: 4.8rem;
	display: flex;
	align-items: center;
	gap: 0 2rem;
	position: relative;
}
.kidsclub .btn a::after {
	content: '';
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	border-right: solid 0.4rem #42b148;
	border-bottom: solid 0.4rem #42b148;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 2rem;
}
.kidsclub .btn .pic {
	width: 15.6rem;
}
.kidsclub .btn .txt {
	width: 19rem;
}
@media (max-width: 768px) {
	.kidsclub {
		margin: 9.5rem auto 0;
		padding: 4rem 3rem;
		border: none;
		border-radius: 0;
		flex-direction: column;
	}
	.kidsclub .campaign {
		width: 100%;
	}
	.kidsclub .campaign dt {
		font-size: 3.5rem;
		line-height: 4.5rem;
		text-align: center;
	}
	.kidsclub .campaign .date {
		margin-top: 1.5rem;
		font-size: 4rem;
		line-height: 1;
	}
	.kidsclub .campaign .date span {
		font-size: 2.4rem;
	}
	.kidsclub .campaign .txt {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
	.kidsclub .campaign .txt > span {
		font-size: 2.88rem;
	}
	.kidsclub .campaign .txt > span span {
		font-size: 4.8rem;
	}
	.kidsclub .campaign .notice {
		font-size: 2.2rem;
	}
	.kidsclub .btn {
		margin-top: 2rem;
		width: 100%;
		border-radius: 7.2rem;
	}
	.kidsclub .btn a {
		padding: 4rem;
		border-radius: 7.2rem;
	}
	.kidsclub .btn a::after {
		width: 3rem;
		height: 3rem;
		border-width: 0.6rem;
		top: calc(50% - 1.5rem);
		right: 3rem;
	}
	.kidsclub .btn .pic {
		width: 22.6rem;
	}
	.kidsclub .btn .txt {
		width: 32rem;
		font-size: 2rem;
		line-height: 3rem;
	}
}
