@charset "utf-8";

/*----------------------------
	lower01
------------------------------*/
.lower01 .mv {
	position: relative;
}
.lower01 .mv::before {
	content: "";
	width: 20.833vw;
	height: 115.583vw;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/mv_bg.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.lower01 .ttlBox {
	width: 29.167vw;
	position: absolute;
	top: 50%;
	left: 8.583vw;
	transform: translate(0, -50%);
}
.lower01 .logo {
	width: 20.583vw;
	margin: 0 auto;
}
.lower01 h1 {
	width: 29.25vw;
	margin-top: 3.333vw;
	margin-left: 1.25vw;
}
@media (max-width: 768px) {
	.lower01 .mv::before {
		content: none;
	}
	.lower01 .ttlBox {
		width: 100%;
		top: 0;
		left: 0;
		transform: none;
	}
	.lower01 .logo {
		width: 25rem;
		margin: 3.5rem 0 0 2.5rem;
	}
	.lower01 h1 {
		width: 100%;
		margin: 59.5rem 0 0;
	}
}

/* cont */
.lower01 .cont {
	padding: 13rem 0 6rem;
	overflow: hidden;
}
.lower01 .inner {
	max-width: 120rem;
	margin: 0 auto;
}
.lower01 .lineBox {
	width: 45rem;
	margin-left: 10.3rem;
}
.line.left {
	top: -11rem;
	left: 0;
}
.line.right {
	bottom: -8rem;
	right: 0;
}
.lower01 .lead {
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.2em;
}
.lower01 .txt {
	font-weight: 600;
	line-height: 3.2rem;
}
.lower01 .detail {
	margin-top: 3rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.lower01 .detail > p + p {
	margin-top: 0.5rem;
}
.lower01 .video video {
	width: 100%;
	display: block;
}
.lower01 .btn {
	margin-top: 0.5rem;
	width: 15.6rem;
}
.lower01 .btn a {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	border: solid 1px #000;
	border-radius: 5rem;
	padding: 0.5rem;
}
.lower01 .detail > p + .btn {
	margin-top: 0;
}
@media (max-width: 768px) {
	.lower01 .cont {
		padding: 7.5rem 0 5rem;
	}
	.lower01 .inner {
		max-width: 100%;
	}
	.lower01 .lineBox {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.lower01 .lineBox .line {
		display: none;
	}
	.lower01 .lead {
		font-size: 2.5rem;
		line-height: 3.8rem;
		text-align: center;
	}
	.lower01 .txt {
		line-height: 4.1rem;
	}
	.lower01 .detail {
		margin-top: 3rem;
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
	.lower01 .btn {
		margin-top: 1rem;
		width: 27.8rem;
	}
	.lower01 .btn a {
		font-size: 2.5rem;
		padding: 1rem;
	}
	.lower01 .detail > p + .btn {
		margin-top: 0.5rem;
	}
}

/* item01 */
.lower01 .item01 {
	margin-top: 8rem;
	margin-left: 16.5rem;
	display: flex;
	gap: 0 3rem;
	position: relative;
}
.lower01 .item01 .pic {
	width: 54rem;
}
.lower01 .item01 .box {
	width: 32%;
}
.lower01 .item01 .video {
	width: 29.3rem;
	margin-top: 0.5rem;
	margin-left: auto;
	position: relative;
}
.lower01 .item01 .video::after {
	content: "";
	width: 18.4rem;
	height: 75.4rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 24rem;
	right: -13rem;
	z-index: -1;
}
@media (max-width: 768px) {
	.lower01 .item01 {
		margin-top: 7rem;
		margin-left: 0;
		display: block;
	}
	.lower01 .item01 .pic {
		width: 54rem;
		margin: 0 auto;
		position: relative;
		z-index: 5;
	}
	.lower01 .item01 .box {
		margin-top: 2.5rem;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		gap: 0 1.5rem;
	}
	.lower01 .item01 .txtBox {
		width: 43%;
	}
	.lower01 .item01 .video {
		width: 37rem;
		margin-top: 3.5rem;
		margin-left: 0;
	}
	.lower01 .item01 .video::after {
		width: 18.6rem;
		height: 75.4rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg01_sp.png) no-repeat;
		background-size: contain;
		top: -49rem;
		right: 0;
	}
}

/* item02 */
.lower01 .item02 {
	margin-top: 18rem;
	margin-left: 10rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	gap: 0 3rem;
}
.lower01 .item02 .pic {
	width: 49rem;
}
.lower01 .item02 .txtBox {
	width: 23%;
}
@media (max-width: 768px) {
	.lower01 .item02 {
		margin-top: 11.5rem;
		margin-left: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 0;
	}
	.lower01 .item02 .txtBox {
		width: 46%;
		margin-left: -11rem;
	}
}

/* item03 */
.lower01 .item03 {
	margin-top: 19rem;
	margin-left: 16rem;
	display: flex;
	gap: 0 4rem;
}
.lower01 .item03 .pic {
	width: 34.5rem;
	position: relative;
	z-index: 5;
}
.lower01 .item03 .box {
	width: 49rem;
}
.lower01 .item03 .pic02 {
	margin-top: 2rem;
	margin-left: -14rem;
	width: 56.7rem;
	position: relative;
}
.lower01 .item03 .pic02::before {
	content: "";
	width: 25rem;
	height: 33.9rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -7rem;
	left: -8.5rem;
	z-index: -1;
}
@media (max-width: 768px) {
	.lower01 .item03 {
		margin-top: 11.5rem;
		margin-left: 0;
		gap: 0;
	}
	.lower01 .item03 .pic {
		margin-left: -4rem;
	}
	.lower01 .item03 .box {
		display: flex;
		flex-direction: column-reverse;
		margin: 14rem 0 0 -13.5rem;
		width: 56.7rem;
	}
	.lower01 .item03 .txtBox {
		padding: 3rem 4rem 0 5rem;
	}
	.lower01 .item03 .pic02 {
		margin: 0;
	}
	.lower01 .item03 .pic02::before {
		width: 25rem;
		height: 33.9rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg02_sp.png) no-repeat;
		background-size: contain;
		bottom: auto;
		left: auto;
		top: -15rem;
		right: 0;
	}
}

/* item04 */
.lower01 .item04 {
	margin-top: 16rem;
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.lower01 .item04 .pic {
	width: 78rem;
	position: relative;
}
.lower01 .item04 .pic::before {
	content: "";
	width: 78rem;
	height: 14.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg03.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -9.5rem;
	left: 0;
	z-index: -1;
}
.lower01 .item04 .txtBox {
	width: 22%;
}
@media (max-width: 768px) {
	.lower01 .item04 {
		margin-top: 13.5rem;
		display: block;
	}
	.lower01 .item04 .pic {
		width: 100%;
	}
	.lower01 .item04 .pic::before {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg03_sp.png) no-repeat;
		background-size: contain;
		bottom: auto;
		top: -11rem;
	}
	.lower01 .item04 .txtBox {
		width: 100%;
		padding: 2rem 13rem 0;
	}
}

/* item05 */
.lower01 .item05 {
	margin-top: 28.5rem;
	margin-left: 10rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 3.5rem;
}
.lower01 .item05 .pic {
	width: 49rem;
}
.lower01 .item05 .txtBox {
	width: 22%;
}
@media (max-width: 768px) {
	.lower01 .item05 {
		margin-top: 6.5rem;
		margin-left: 0;
		justify-content: flex-start;
		gap: 0;
	}
	.lower01 .item05 .txtBox {
		width: 46%;
		margin-right: -15rem;
		position: relative;
	}
}

/* item06 */
.lower01 .item06 {
	margin-top: 18.5rem;
}
.lower01 .item06 .picBox {
	display: flex;
	justify-content: flex-end;
}
.lower01 .item06 .pic01 {
	width: 39.7rem;
}
.lower01 .item06 .pic02 {
	width: 50.5rem;
}
.lower01 .item06 .box {
	margin-top: -17.5rem;
	margin-left: 10rem;
	display: flex;
	align-items: flex-end;
	gap: 0 11rem;
}
.lower01 .item06 .video {
	width: 29.3rem;
	position: relative;
	z-index: 5;
}
.lower01 .item06 .video::before {
	content: "";
	width: 25rem;
	height: 33.9rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -7rem;
	right: -6.5rem;
	z-index: -1;
}
.lower01 .item06 .txtBox {
	margin-bottom: 7.5rem;
	width: 46%;
}
@media (max-width: 768px) {
	.lower01 .item06 {
		margin-top: 13rem;
	}
	.lower01 .item06 .pic01 {
		width: 35.3rem;
		position: relative;
	}
	.lower01 .item06 .pic01::before {
		content: "";
		width: 25rem;
		height: 33.9rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg04_sp.png) no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -7rem;
		left: 0;
		z-index: -1;
	}
	.lower01 .item06 .pic02 {
		width: 39.7rem;
	}
	.lower01 .item06 .box {
		margin: 0;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0;
	}
	.lower01 .item06 .video {
		width: 35.3rem;
	}
	.lower01 .item06 .video::before {
		content: none;
	}
	.lower01 .item06 .txtBox {
		width: 39.7rem;
		margin: 3.5rem 0 0;
		padding: 0 2.5rem;
	}
}

/* item07 */
.lower01 .item07 {
	margin-top: 18.5rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 0 7rem;
}
.lower01 .item07 .pic {
	width: 58.4rem;
	position: relative;
}
.lower01 .item07 .pic::after {
	content: "";
	width: 25rem;
	height: 138.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg05.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 59.5rem;
	right: -15rem;
	z-index: -1;
}
.lower01 .item07 .txtBox {
	margin-top: 21.5rem;
	width: 30%;
}
@media (max-width: 768px) {
	.lower01 .item07 {
		margin: 20rem auto 0;
		width: 54.2rem;
		display: block;
	}
	.lower01 .item07 .pic {
		width: 100%;
	}
	.lower01 .item07 .pic::after {
		width: 25rem;
		height: 84.2rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg05_sp.png) no-repeat;
		background-size: contain;
		top: 35rem;
		right: -28rem;
	}
	.lower01 .item07 .txtBox {
		margin-top: 2.5rem;
		width: 100%;
	}
}

/* item08 */
.lower01 .item08 {
	margin-top: -33rem;
	display: flex;
	align-items: flex-end;
	gap: 0 2.5rem;
}
.lower01 .item08 .picBox {
	width: 59.4rem;
}
.lower01 .item08 .box {
	width: 32%;
}
.lower01 .item08 .video {
	width: 29.3rem;
	margin: 5.5rem auto 0;
}
@media (max-width: 768px) {
	.lower01 .item08 {
		margin-top: 8.5rem;
		flex-direction: column-reverse;
		gap: 0;
	}
	.lower01 .item08 .picBox {
		margin-top: -7.5rem;
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
	}
	.lower01 .item08 .picBox .pic {
		width: 37.5rem;
	}
	.lower01 .item08 .picBox .pic:first-child {
		margin-top: 14rem;
	}
	.lower01 .item08 .box {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		gap: 0 2rem;
	}
	.lower01 .item08 .video {
		width: 37.5rem;
		margin: 0;
	}
	.lower01 .item08 .txtBox {
		margin-top: 4rem;
		width: 43%;
	}
}

/* item09 */
.lower01 .item09 {
	margin: 11rem auto 0;
	width: 66rem;
}
.lower01 .item09 .pic {
	margin-top: 1.5rem;
}
@media (max-width: 768px) {
	.lower01 .item09 {
		margin: 12.5rem auto 0;
		width: 56.4rem;
	}
	.lower01 .item09 .pic {
		margin-top: 5rem;
	}
}

/* item10 */
.lower01 .item10 {
	margin: 1rem auto 0;
	width: 66rem;
}
.lower01 .item10 .txtBox {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.lower01 .item10 {
		margin: 1rem auto 0;
		width: 56.4rem;
	}
	.lower01 .item10 .txtBox {
		margin-top: 1.5rem;
	}
}

/* item11 */
.lower01 .item11 {
	margin-top: 18rem;
}
.lower01 .item11 .picBox {
	width: 87.5rem;
	margin: 0 auto;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg06.png) no-repeat;
	background-size: cover;
	position: relative;
	padding: 10rem 0;
}
.lower01 .item11 .ttl {
	width: 3rem;
	position: absolute;
	top: 50%;
	left: -1.5rem;
	transform: translate(0 , -50%);
}
.lower01 .item11 .pic {
	width: 69.8rem;
	margin: 0 auto;
}
.lower01 .item11 .box {
	margin-top: -7.5rem;
	margin-left: 14rem;
	display: flex;
	align-items: flex-end;
	gap: 0 2rem;
	position: relative;
}
.lower01 .item11 .box .txtBox {
	width: 64%;
}
.lower01 .item11 .box .itemPic {
	margin-left: -15rem;
	width: 71.2rem;
}
.lower01 .item11 .box .txt {
	margin-top: 3rem;
}
.lower01 .item11 .box .video {
	width: 29.3rem;
	margin-bottom: 2rem;
}
@media (max-width: 768px) {
	.lower01 .item11 {
		margin-top: 6.5rem;
	}
	.lower01 .item11 .picBox {
		width: 100%;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower01/bg06_sp.png) no-repeat;
		background-size: cover;
	}
	.lower01 .item11 .ttl {
		left: 5.5rem;
	}
	.lower01 .item11 .pic {
		width: 52.4rem;
	}
	.lower01 .item11 .box {
		margin-top: -8.5rem;
		margin-left: 0;
		display: block;
	}
	.lower01 .item11 .box .txtBox {
		width: 100%;
	}
	.lower01 .item11 .box .itemPic {
		margin-left: 3.5rem;
		width: 55.2rem;
	}
	.lower01 .item11 .box .txt {
		margin-top: 2.5rem;
		padding: 0 5rem;
	}
	.lower01 .item11 .box .detail {
		padding: 0 5rem;
	}
	.lower01 .item11 .box .video {
		width: 39rem;
		margin: 3rem auto 0;
	}
}