@charset "utf-8";

/*----------------------------
	lower03
------------------------------*/
.lower03 {
	overflow: hidden;
}
.lower03 .mv {
	position: relative;
}
.lower03 .mv::before {
	content: "";
	width: 20.833vw;
	height: 117.417vw;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/mv_bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , 0);
	z-index: -1;
}
.lower03 .mvPic {
	width: 86.5vw;
	margin: 0 auto;
}
.lower03 .ttlBox {
	width: 28.583vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lower03 .logo {
	width: 22.417vw;
	margin: 0 auto;
}
.lower03 h1 {
	margin-top: 2.917vw;
}
@media (max-width: 768px) {
	.lower03 .mv::before {
		width: 25rem;
		height: 184.1rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/mv_bg_sp.png) no-repeat;
		background-size: contain;
	}
	.lower03 .mvPic {
		width: 68.9rem;
	}
	.lower03 .ttlBox {
		width: 35.5rem;
		top: 44%;
	}
	.lower03 .logo {
		width: 26.9rem;
		margin: 0 auto;
	}
	.lower03 h1 {
		margin-top: 2.5rem;
	}
}

/* cont */
.lower03 .cont {
	padding: 8.5rem 0 2rem;
}
.lower03 .inner {
	max-width: 120rem;
	margin: 0 auto;
}
.lower03 .lead {
	width: 58.4rem;
	margin: 0 auto;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 3rem 0;
	border-top: solid 0.05rem #231815;
	border-bottom: solid 0.05rem #231815;
}
.lower03 section {
	width: 120rem;
}
.lower03 h2 {
	font-size: 3.3rem;
	font-weight: 700;
	text-align: center;
	padding: 2.5rem;
	border: solid 0.05rem #231815;
	border-bottom: solid 0.5rem #231815;
}
.lower03 .itemBox {
	width: 120rem;
}
.lower03 .txt {
	font-weight: 600;
	line-height: 3.2rem;
}
.lower03 .detail {
	margin-top: 3rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.lower03 .detail > p + p {
	margin-top: 0.5rem;
}
.lower03 .btn {
	margin-top: 0.5rem;
	width: 15.6rem;
}
.lower03 .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;
}
@media (max-width: 768px) {
	.lower03 .cont {
		padding: 5rem 0 2rem;
	}
	.lower03 .inner {
		max-width: 100%;
	}
	.lower03 .lead {
		font-size: 2.5rem;
		line-height: 3.8rem;
		padding: 3rem 0;
	}
	.lower03 section {
		width: 100%;
	}
	.lower03 h2 {
		font-size: 3.6rem;
		padding: 2.5rem;
	}
	.lower03 .itemBox {
		width: 100%;
	}
	.lower03 .txt {
		font-weight: 600;
		line-height: 4.1rem;
	}
	.lower03 .detail {
		margin-top: 3rem;
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
	.lower03 .btn {
		margin-top: 1rem;
		width: 27.8rem;
	}
	.lower03 .btn a {
		font-size: 2.5rem;
		padding: 1rem;
	}
}

/* bg */
@media (max-width: 768px) {
	.lower03 .bg {
		position: relative;
	}
	.lower03 .bg::after {
		content: "";
		width: 75rem;
		height: 732.9rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg_sp.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 60rem;
		left: 0;
		z-index: -1;
	}
}

/* bag */
.lower03 .bag h2 {
	width: 32.5rem;
	margin-top: -0.1rem;
	margin-left: -2.4rem;
	padding: 2.5rem 2.5rem 2.5rem 5.5rem;
}

/* item01 */
.lower03 .item01 {
	margin-top: 5rem;
	margin-left: 12.5rem;
	display: flex;
	position: relative;
}
.lower03 .item01::before {
	content: "";
	width: 52.8rem;
	height: 52.8rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -30.5rem;
	right: -16rem;
}
.lower03 .item01 .box {
	margin-top: 3rem;
	width: 38%;
}
.lower03 .item01 .pic01 {
	width: 23.1rem;
	margin: -2rem 0 0 6.5rem;
}
.lower03 .item01 .pic02 {
	width: 65.8rem;
}
@media (max-width: 768px) {
	/* bag */
	.lower03 .bag {
		margin-top: 5.5rem;
	}
	.lower03 .bag h2 {
		margin-top: 0;
		margin-left: -2rem;
		padding: 2.5rem;
	}
	
	/* item01 */
	.lower03 .item01 {
		margin-top: 6rem;
		margin-left: 3rem;
	}
	.lower03 .item01::before {
		width: 31.8rem;
		height: 31.8rem;
		top: -19.5rem;
		right: -15rem;
	}
	.lower03 .item01 .box {
		margin-top: 0;
		width: 75%;
	}
	.lower03 .item01 .pic01 {
		width: 20.7rem;
		margin: -3rem 0 0 7rem;
	}
	.lower03 .item01 .pic02 {
		width: 53.1rem;
		margin: 5rem -7rem 0 -28.5rem;
	}
}

/* item02 */
.lower03 .item02 {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	position: relative;
}
.lower03 .item02::before {
	content: "";
	width: 66.5rem;
	height: 68.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -23.6rem;
	left: -19.6rem;
	z-index: -1;
}
.lower03 .item02 .pic {
	width: 61.7rem;
}
.lower03 .item02 .txtBox {
	width: 35%;
	margin-top: 6rem;
	margin-left: -3rem;
}
@media (max-width: 768px) {
	.lower03 .item02 {
		margin-top: 4rem;
		display: block;
	}
	.lower03 .item02::before {
		content: none;
		/* width: 44.5rem;
		height: 83rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg02_sp.png) no-repeat;
		background-size: contain;
		top: -11.3rem;
		left: -20.3rem; */
	}
	.lower03 .item02 .pic {
		width: 49rem;
		margin: 0 auto;
		position: relative;
	}
	.lower03 .item02 .pic::after {
		content: "";
		width: 22.9rem;
		height: 22.9rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle01.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -5rem;
		right: -22rem;
	}
	.lower03 .item02 .txtBox {
		width: 84%;
		margin: 1.5rem auto 0;
	}
}

/* item03 */
.lower03 .item03 {
	margin-top: 8rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 0 2.5rem;
	position: relative;
}
.lower03 .item03::after {
	content: "";
	width: 72.4rem;
	height: 48.2rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg03.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -4.3rem;
	right: 0.7rem;
	z-index: -1;
}
.lower03 .item03 .pic {
	width: 45.8rem;
	position: relative;
}
.lower03 .item03 .pic::after {
	content: "";
	width: 31.7rem;
	height: 31.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle01.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -28rem;
	right: -31rem;
	z-index: -1;
}
.lower03 .item03 .txtBox {
	margin-top: 9rem;
	width: 34%;
}
@media (max-width: 768px) {
	.lower03 .item03 {
		margin-top: 10rem;
		display: block;
	}
	.lower03 .item03::after {
		content: none;
		/* width: 50.2rem;
		height: 77.6rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg03_sp.png) no-repeat;
		background-size: contain;
		top: -4rem;
		right: -1rem; */
	}
	.lower03 .item03 .pic {
		margin: 0 auto;
	}
	.lower03 .item03 .pic::after {
		content: none;
	}
	.lower03 .item03 .txtBox {
		margin: -1.5rem auto 0;
		width: 82%;
	}
}

/* shoes */
.lower03 .shoes {
	margin-top: 15.5rem;
}
.lower03 .shoes h2 {
	width: 32.5rem;
	margin: 0 auto;
}

/* item04 */
.lower03 .item04 {
	margin-top: -1rem;
	display: flex;
	justify-content: center;
	gap: 0 5.5rem;
	position: relative;
}
.lower03 .item04::before {
	content: "";
	width: 48.9rem;
	height: 84.9rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -2.3rem;
	left: -2.1rem;
	z-index: -1;
}
.lower03 .item04 .pic {
	width: 33.6rem;
}
.lower03 .item04 .txtBox {
	margin-top: 11rem;
	width: 35%;
}
@media (max-width: 768px) {
	/* shoes */
	.lower03 .shoes {
		margin-top: 13rem;
	}
	
	/* item04 */
	.lower03 .item04 {
		margin-top: 1.5rem;
		gap: 0;
	}
	.lower03 .item04::before {
		content: none;
		/* width: 38.9rem;
		height: 73rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg04_sp.png) no-repeat;
		background-size: contain;
		bottom: auto;
		left: -14.5rem;
		top: -15rem; */
	}
	.lower03 .item04 .txtBox {
		margin-top: 7rem;
		width: 43%;
	}
}

/* item05 */
.lower03 .item05 {
	margin-top: -8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 16.5rem;
	position: relative;
}
.lower03 .item05::before {
	content: "";
	width: 77.7rem;
	height: 69.5rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg05.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -5.5rem;
	right: 0.7rem;
	z-index: -1;
}
.lower03 .item05 .pic {
	width: 45.6rem;
}
.lower03 .item05 .txtBox {
	width: 26%;
}
@media (max-width: 768px) {
	.lower03 .item05 {
		margin-top: 7rem;
		gap: 0;
	}
	.lower03 .item05::before {
		content: none;
		/* width: 59.1rem;
		height: 79.7rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg05_sp.png) no-repeat;
		background-size: contain;
		top: -4.5rem;
		right: -10rem; */
	}
	.lower03 .item05 .pic {
		margin-left: -7rem;
	}
	.lower03 .item05 .txtBox {
		margin-top: 12rem;
		margin-left: 2rem;
		width: 39%;
	}
}

/* item06 */
.lower03 .item06 {
	margin-top: -5.5rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
	position: relative;
}
.lower03 .item06::before {
	content: "";
	width: 47.5rem;
	height: 95.6rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg06.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -3.9rem;
	left: -0.5rem;
	z-index: -1;
}
.lower03 .item06 .pic {
	width: 49.6rem;
}
.lower03 .item06 .txtBox {
	margin-top: 15rem;
	width: 41%;
}
@media (max-width: 768px) {
	.lower03 .item06 {
		margin-top: 6rem;
		gap: 0;
	}
	.lower03 .item06::before {
		content: none;
		/* width: 25.2rem;
		height: 134.5rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg06_sp.png) no-repeat;
		background-size: contain;
		top: -4.3rem;
		left: -0.5rem; */
	}
	.lower03 .item06 .pic {
		margin: 19rem -8rem 0 -1rem;
	}
	.lower03 .item06 .txtBox {
		margin-top: 0;
		width: 44%;
		position: relative;
	}
	.lower03 .item06 .txtBox::before {
		content: "";
		width: 17.2rem;
		height: 17.2rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle02.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: -1;
	}
}

/* item07 */
.lower03 .item07 {
	display: flex;
	justify-content: center;
	margin-top: -2rem;
	margin-left: -3rem;
	position: relative;
}
.lower03 .item07::after {
	content: "";
	width: 29.7rem;
	height: 29.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -28rem;
	right: -10rem;
}
.lower03 .item07 .pic {
	width: 53.7rem;
	margin-left: 8rem;
	position: relative;
}
.lower03 .item07 .txtBox {
	margin: -27.5rem 0 0 -20.5rem;
	width: 27%;
}
@media (max-width: 768px) {
	.lower03 .item07 {
		display: block;
		margin-top: -4.5rem;
		margin-left: 0;
	}
	.lower03 .item07::after {
		width: 24.4rem;
		height: 24.4rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle02_sp.png) no-repeat;
		background-size: contain;
		top: -35rem;
		right: -10rem;
	}
	.lower03 .item07 .pic {
		margin: 0 auto;
	}
	.lower03 .item07 .txtBox {
		margin: -2.5rem auto 0;
		width: 75%;
	}
}

/* sunshade */
.lower03 .sunshade {
	margin-top: 9.5rem;
	position: relative;
}
.lower03 .sunshade::after {
	content: "";
	width: 72.1rem;
	height: 191rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg07.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -9.5rem;
	right: 1rem;
	z-index: -1;
}
.lower03 .sunshade h2 {
	width: 56.3rem;
	margin: 0 -3.5rem 0 auto;
	padding: 2.5rem 7.5rem 2.5rem 2.5rem;
}

/* item08 */
.lower03 .item08 {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}
.lower03 .item08 .pic {
	width: 66.2rem;
}
.lower03 .item08 .txtBox {
	width: 27%;
	margin: 8rem 0 0 -3.5rem;
	position: relative;
}
.lower03 .item08 .txtBox::after {
	content: "";
	width: 24.7rem;
	height: 22rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/img10.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 4rem;
	right: 0;
}
@media (max-width: 768px) {
	/* sunshade */
	.lower03 .sunshade {
		margin-top: 8.5rem;
	}
	.lower03 .sunshade::after {
		content: none;
		/* width: 49.1rem;
		height: 294.7rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg07_sp.png) no-repeat;
		background-size: contain;
		top: -5rem;
		right: -0.3rem; */
	}
	.lower03 .sunshade h2 {
		margin: 0 -15.5rem 0 auto;
		padding: 2.5rem 22.5rem 2.5rem 2.5rem;
	}

	/* item08 */
	.lower03 .item08 {
		margin-top: 1rem;
		display: block;
	}
	.lower03 .item08 .pic {
		width: 60.5rem;
		margin-left: 9.5rem;
	}
	.lower03 .item08 .txtBox {
		width: 62%;
		margin: -2rem auto 0;
	}
	.lower03 .item08 .txtBox::after {
		width: 31.6rem;
		height: 28.1rem;
		bottom: -9rem;
		right: -11rem;
	}
}

/* item09 */
.lower03 .item09 {
	margin-top: -1rem;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.lower03 .item09 .pic {
	width: 58.5rem;
	margin-left: -7rem;
	position: relative;
}
.lower03 .item09 .pic::after {
	content: "";
	width: 17.2rem;
	height: 17.2rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle03.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 5rem;
	right: 1rem;
	z-index: -1;
}
.lower03 .item09 .txtBox {
	width: 33%;
	margin-top: 8rem;
	position: relative;
}
.lower03 .item09 .txtBox::after {
	content: "";
	width: 18.2rem;
	height: 23.4rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/img12.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 5.8rem;
	left: 5rem;
}
@media (max-width: 768px) {
	.lower03 .item09 {
		margin-top: 18rem;
		display: block;
	}
	.lower03 .item09 .pic {
		width: 53.5rem;
		margin: 0 auto;
	}
	.lower03 .item09 .pic::after {
		content: none;
	}
	.lower03 .item09 .txtBox {
		width: 62%;
		margin: 0 0 0 10rem;
	}
	.lower03 .item09 .txtBox::after {
		width: 24.1rem;
		height: 31.1rem;
		bottom: -1.4rem;
		left: auto;
		right: -19rem
	}
}

/* item10 */
.lower03 .item10 {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	gap: 0 1.5rem;
}
.lower03 .item10 .pic {
	width: 48.8rem;
	position: relative;
}
.lower03 .item10 .pic::after {
	content: "";
	width: 31.7rem;
	height: 31.7rem;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle04.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1.5rem;
	left: -10.5rem;
	z-index: -1;
}
.lower03 .item10 .txtBox {
	width: 29%;
	margin-top: 9rem;
}
@media (max-width: 768px) {
	.lower03 .item10 {
		margin-top: 11rem;
		display: block;
	}
	.lower03 .item10 .pic {
		margin: 0 auto;
	}
	.lower03 .item10 .pic::after {
		content: "";
		width: 31.7rem;
		height: 31.7rem;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/circle04.png) no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 1.5rem;
		left: -10.5rem;
		z-index: -1;
	}
	.lower03 .item10 .txtBox {
		width: 57%;
		margin: -9rem 3rem 0 auto;
	}
}

/* fragrance */
.lower03 .fragrance {
	width: 100rem;
	margin: 14.5rem auto 0;
	background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg08.png) no-repeat;
	background-size: cover;
	padding: 7.5rem 6.5rem 8.5rem;
	position: relative;
}
.lower03 .fragrance h2 {
	width: 32.5rem;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translate(-50% , 0);
}
.lower03 .fragrance .secLead {
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.lower03 .fragrance .itemList {
	margin-top: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:  5.5rem 0;
}
.lower03 .fragrance .itemBox {
	width: 48.87%;
	background-color: #fff;
	border-radius: 22rem 22rem 0 0;
	padding: 9rem 3rem 4rem;
	position: relative;
}
.lower03 .fragrance .pic {
	width: 30rem;
	height: 43.4rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lower03 .fragrance .txtBox {
	margin-top: 3rem;
}
.lower03 .fragrance .itemList .txt {
	font-size: 1.6rem;
	line-height: 3rem;
}
.lower03 .fragrance .itemList .txt span {
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.lower03 .fragrance {
		width: 100%;
		margin: 24rem auto 0;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/lower03/bg08_sp.png) no-repeat;
		background-size: cover;
		padding: 6.5rem 5.5rem 10rem;
	}
	.lower03 .fragrance h2 {
		top: -4.5rem;
	}
	.lower03 .fragrance .secLead {
		font-size: 2.5rem;
	}
	.lower03 .fragrance .itemList {
		margin-top: 3.5rem;
		display: block;
	}
	.lower03 .fragrance .itemBox {
		width: 100%;
		border-radius: 35rem 35rem 0 0;
		padding: 7.5rem 5rem 4.5rem;
	}
	.lower03 .fragrance .itemBox + .itemBox {
		margin-top: 2rem;
	}
	.lower03 .fragrance .pic {
		width: 32.5rem;
		height: auto;
	}
	.lower03 .fragrance .txtBox {
		margin-top: 2.5rem;
	}
	.lower03 .fragrance .itemList .txt {
		font-size: 2.6rem;
		line-height: 4.1rem;
	}
	.lower03 .fragrance .itemList .txt span {
		font-size: 2.2rem;
	}
}