@charset "utf-8";

/*----------------------------
	lower06
------------------------------*/
.lower06 {
	overflow: hidden;
}
.lower06 .mv {
	position: relative;
}
.lower06 .logo {
	width: 25.917vw;
	position: absolute;
	top: 3.333vw;
	left: 50%;
	transform: translate(-50% , 0);
}
.lower06 h1 {
	width: 55.5vw;
	position: absolute;
	bottom: 2.917vw;
	left: 50%;
	transform: translate(-50% , 0);
}
@media (max-width: 768px) {
	.lower06 .logo {
		width: 29.6rem;
		top: 5.5rem;
	}
	.lower06 h1 {
		width: 46.1rem;
		bottom: 3rem;
	}
}

/* cont */
.lower06 .cont {
	padding: 7.5rem 0 36rem;
}
.lower06 .inner {
	max-width: 120rem;
	margin: 0 auto;
}
.lower06 .lead {
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.15em;
	text-align: center;
}
.lower06 h2 {
	width: 34.4rem;
	border: solid 1px #231815;
	background-color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	padding: 1rem;
	position: relative;
}
.lower06 .txt {
	margin-top: 2rem;
	font-weight: 600;
	line-height: 3.2rem;
}
.lower06 .detail {
	margin-top: 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.lower06 .detail > p + p {
	margin-top: 0.5rem;
}
.lower06 .detail + .txt {
	margin-top: 2rem;
}
.lower06 .btn {
	margin-top: 0.5rem;
	width: 15.6rem;
}
.lower06 .btn a {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border: solid 1px #000;
	background-color: #fff;
	border-radius: 5rem;
	padding: 0.5rem;
}
@media (max-width: 768px) {
	.lower06 .cont {
		padding: 6.5rem 0 9rem;
	}
	.lower06 .inner {
		max-width: 100%;
	}
	.lower06 .lead {
		font-size: 2.5rem;
		line-height: 3.8rem;
	}
	.lower06 .txt {
		line-height: 4.1rem;
	}
	.lower06 .detail {
		margin-top: 3rem;
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
	.lower06 .btn {
		margin-top: 1rem;
		width: 27.8rem;
	}
	.lower06 .btn a {
		font-size: 2.5rem;
		padding: 1rem;
	}
}

/* bg */
.lower06 .bg01 ,
.lower06 .bg02 ,
.lower06 .bg03 ,
.lower06 .bg04 {
	position: relative;
}
.lower06 .bg01::after {
	content: "";
	width: 100%;
	height: 64.4rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg01.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 30rem;
	left: 0;
	z-index: -1;
}
.lower06 .bg02::after {
	content: "";
	width: 100%;
	height: 65.5rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg02.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 19.5rem;
	left: 0;
	z-index: -1;
}
.lower06 .bg03::after {
	content: "";
	width: 100%;
	height: 69.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg03.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 22.5rem;
	left: 0;
	z-index: -1;
}
.lower06 .bg04::after {
	content: "";
	width: 100%;
	height: 158.5rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg04.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 34.5rem;
	left: 0;
	z-index: -1;
}
@media (max-width: 768px) {
	.lower06 .bg01::after {
		height: 96.1rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg01_sp.png) no-repeat;
		background-size: cover;
		top: 33.5rem;
	}
	.lower06 .bg02::after {
		height: 103rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg02_sp.png) no-repeat;
		background-size: cover;
		top: 20.5rem;
	}
	.lower06 .bg03::after {
		height: 112.8rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg03_sp.png) no-repeat;
		background-size: cover;
		top: 22.5rem;
	}
	.lower06 .bg04::after {
		height: 214.4rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower06/bg04_sp.png) no-repeat;
		background-size: cover;
		top: 32rem;
	}
}

/* item01 */
.lower06 .item01 {
	margin-top: 8.5rem;
	display: flex;
	justify-content: center;
	gap: 0 6rem;
}
.lower06 .item01 .pic {
	width: 45.7rem;
	border: solid 1rem #fff;
}
.lower06 .item01 .txtBox {
	margin-top: 9rem;
	width: 34.4rem;
}
@media (max-width: 768px) {
	.lower06 .item01 {
		display: block;
		width: 45.7rem;
		margin: 8.5rem auto 0;
	}
	.lower06 .item01 .txtBox {
		margin-top: 3.5rem;
		width: 100%;
	}
	.lower06 .item01 .txtBox .txt {
		margin-right: -8rem;
	}
}

/* item02 */
.lower06 .item02 {
	margin-top: 8rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 0 2rem;
	margin-right: 10rem;
}
.lower06 .item02 .pic {
	width: 47.6rem;
}
.lower06 .item02 .txtBox {
	margin-top: 4.5rem;
	width: 34.4rem;
}
@media (max-width: 768px) {
	.lower06 .item02 {
		margin-top: 4rem;
		display: block;
		margin-right: 0;
	}
	.lower06 .item02 .txtBox {
		margin-top: -2rem;
		width: 100%;
		padding-left: 16rem;
	}
	.lower06 .item02 h2 {
		width: 33rem;
	}
}

/* item03 */
.lower06 .item03 {
	margin-top: 7rem;
	display: flex;
	gap: 0 6rem;
	margin-left: 10rem;
}
.lower06 .item03 .pic {
	width: 45.7rem;
	border: solid 1rem #fff;
}
.lower06 .item03 .txtBox {
	margin-top: 7.5rem;
	width: 37rem;
}
@media (max-width: 768px) {
	.lower06 .item03 {
		margin: 12.5rem auto 0;
		width: 52.3rem;
		display: block;
	}
	.lower06 .item03 .pic {
		width: 100%;
	}
	.lower06 .item03 .txtBox {
		margin-top: 3rem;
		width: 100%;
	}
	.lower06 .item03 h2 {
		margin: 0 auto;
	}
}

/* item04 */
.lower06 .item04 {
	width: 60.1rem;
	margin: 10rem auto 0;
}
.lower06 .item04 .txtBox {
	margin-top: -2rem;
}
.lower06 .item04 h2 {
	margin-left: -10.5rem;
}
@media (max-width: 768px) {
	.lower06 .item04 {
		width: 56.6rem;
		margin: 11rem 0 0 auto;
	}
	.lower06 .item04 .txtBox {
		margin-top: -2.5rem;
	}
	.lower06 .item04 h2 {
		margin-left: -10rem;
	}
}

/* item05 */
.lower06 .item05 {
	margin-top: 9rem;
	display: flex;
	gap: 0 4rem;
}
.lower06 .item05 .pic {
	width: 72.1rem;
	border: solid 1rem #fff;
	border-left: none;
}
.lower06 .item05 .txtBox {
	margin-top: 5.5rem;
	width: 37rem;
}
@media (max-width: 768px) {
	.lower06 .item05 {
		margin: 11rem auto 0;
		display: block;
		width: 62.7rem;
	}
	.lower06 .item05 .pic {
		width: 100%;
		border-left: solid 1rem #fff;
	}
	.lower06 .item05 .txtBox {
		margin-top: 2.5rem;
		width: 100%;
		padding-left: 12rem;
	}
}

/* item06 */
.lower06 .item06 {
	margin-top: 13.5rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 0 2.5rem;
	margin-right: 10rem;
}
.lower06 .item06 .pic {
	width: 60.1rem;
}
.lower06 .item06 .txtBox {
	margin-top: 12rem;
	width: 34.4rem;
}
@media (max-width: 768px) {
	.lower06 .item06 {
		margin-top: 11.5rem;
		display: block;
		margin-right: 0;
	}
	.lower06 .item06 .txtBox {
		margin-top: -2.5rem;
		width: 100%;
		padding-left: 14rem;
	}
}

/* item07 */
.lower06 .item07 {
	margin: 14.5rem auto 0;
	width: 61.2rem;
}
.lower06 .item07 .txtBox {
	margin-top: -2.5rem;
}
.lower06 .item07 h2 {
	margin-left: -7rem;
}
@media (max-width: 768px) {
	.lower06 .item07 {
		margin: 11.5rem auto 0;
		width: 55rem;
	}
	.lower06 .item07 .txtBox {
		margin-top: -3rem;
	}
	.lower06 .item07 h2 {
		margin-left: -5.5rem;
	}
}

/* item08 */
.lower06 .item08 {
	margin-top: 14rem;
	display: flex;
	gap: 0 5rem;
	margin-left: 10rem;
}
.lower06 .item08 .picBox {
	width: 54.2rem;
	position: relative;
	z-index: 5;
}
.lower06 .item08 .pic01 {
	border: solid 1rem #fff;
}
.lower06 .item08 .pic02 {
	width: 42.8rem;
	position: absolute;
	bottom: -25.5rem;
	right: -38.5rem;
	z-index: -1;
}
.lower06 .item08 .txtBox {
	margin-top: 3.5rem;
	width: 45rem;
}
@media (max-width: 768px) {
	.lower06 .item08 {
		margin-top: 45.5rem;
		display: block;
		margin-left: 0;
	}
	.lower06 .item08 .picBox {
		margin-left: -4rem;
	}
	.lower06 .item08 .pic02 {
		bottom: auto;
		top: -33.5rem;
		right: -15.5rem;
		z-index: 1;
	}
	.lower06 .item08 .txtBox {
		margin-top: 2.5rem;
		width: 100%;
		padding-left: 21.5rem;
	}
	.lower06 .item08 h2 {
		width: 54.5rem;
		margin-right: -1rem;
	}
}