@charset "utf-8";

/*----------------------------
	top
------------------------------*/
.havefuninthesun .mv {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/mv_bg.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5rem;
}
.havefuninthesun .mv .ttlBox {
	width: 45.5rem;
}
.havefuninthesun .mv .ttlBox h1 {
	width: 28.6rem;
	margin: 0 auto;
}
.havefuninthesun .mv .ttlBox h2 {
	margin-top: 3rem;
	font-size: 4.7rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
}
.havefuninthesun .mv .ttlBox p {
	margin-top: 1rem;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.havefuninthesun .mv .video {
	width: 42rem;
}
.havefuninthesun .mv .video video {
	width: 100%;
	display: block;
}
.havefuninthesun .period {
	margin-top: 4rem;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
}
.havefuninthesun  .mainLead {
	margin-top: 5.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
}
.havefuninthesun .lead {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3.3rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.havefuninthesun h3 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}
.havefuninthesun h3::before {
	content: "";
	width: 100%;
	height: 0.05rem;
	background-color: #231815;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	z-index: -1;
}
.havefuninthesun h3 span {
	display: inline-block;
	width: 34.3rem;
	margin: 0 auto;
	border: solid 1px #231815;
	background-color: #fff;
	padding: 1rem;
}
.havefuninthesun h4 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
@media (max-width: 768px) {
	.havefuninthesun .mv {
		background: none;
		display: block;
	}
	.havefuninthesun .mv .ttlBox {
		width: 100%;
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/mv_bg_sp.png) no-repeat;
		background-size: cover;
		padding: 3rem 0 5rem;
	}
	.havefuninthesun .mv .ttlBox h1 {
		width: 31.1rem;
	}
	.havefuninthesun .mv .ttlBox h2 {
		margin-top: 3.5rem;
		font-size: 5.5rem;
	}
	.havefuninthesun .mv .ttlBox p {
		margin-top: 1rem;
		font-size: 3.4rem;
	}
	.havefuninthesun .mv .video {
		width: 100%;
	}
	.havefuninthesun .period {
		margin-top: 2rem;
		font-size: 3.3rem;
		line-height: 4.5rem;
	}
	.havefuninthesun  .mainLead {
		margin-top: 6rem;
		font-size: 2.9rem;
		line-height: 4.3rem;
	}
	.havefuninthesun .lead {
		margin-top: 5.5rem;
		font-size: 2.5rem;
		line-height: 4.2rem;
	}
	.havefuninthesun h3 {
		font-size: 3.5rem;
	}
	.havefuninthesun h4 {
		font-size: 3.5rem;
	}
}

/* category */
.havefuninthesun .category {
	margin-top: 6rem;
}
.havefuninthesun .categoryList {
	margin: 4.5rem auto 0;
	max-width: 120rem;
	padding: 0 5.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem 0;
}
.havefuninthesun .categoryBox {
	width: 49.6%;
}
.havefuninthesun .categoryBox a {
	display: flex;
	justify-content: space-between;
}
.havefuninthesun .categoryBox a:hover {
	opacity: 0.7;
}
.havefuninthesun .categoryPic {
	width: 22.9rem;
}
.havefuninthesun .categoryPic img:hover {
	opacity: 1;
}
.havefuninthesun .categoryTxt {
	width: 30.8rem;
	display: flex;
	flex-direction: column;
	padding: 8.5rem 1rem 0;
}
.havefuninthesun .cate01 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat01_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .cate02 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat02_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .cate03 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat03_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .cate04 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat04_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .cate05 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat05_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .cate06 .categoryTxt {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat06_bg.png) no-repeat;
	background-size: cover;
}
.havefuninthesun .categoryTxt .ttl {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3.3rem;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.havefuninthesun .categoryTxt .ttl span {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 3.3rem;
	font-weight: 600;
	line-height: 4.1rem;
	letter-spacing: 0.05em;
}
.havefuninthesun .categoryBox .more {
	width: 11.3rem;
	margin: auto auto 0;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	border: solid 1px #231815;
	border-bottom: none;
	padding: 0.5rem 2rem 0.5rem 1rem;
	position: relative;
}
.havefuninthesun .categoryBox .more::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 0.65rem 0 0.65rem 0.8rem;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translate(0, -50%)
}
@media (max-width: 768px) {
	.havefuninthesun .category {
		margin-top: 7rem;
		padding: 0 4.6rem;
	}
	.havefuninthesun .categoryList {
		max-width: 100%;
		padding: 0;
		display: block;
	}
	.havefuninthesun .categoryBox {
		width: 100%;
	}
	.havefuninthesun .categoryBox + .categoryBox {
		margin-top: 1rem;
	}
	.havefuninthesun .categoryPic {
		width: 28rem;
	}
	.havefuninthesun .categoryTxt {
		width: 37.8rem;
		padding: 10.5rem 1rem 0;
	}
	.havefuninthesun .cate01 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat01_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .cate02 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat02_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .cate03 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat03_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .cate04 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat04_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .cate05 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat05_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .cate06 .categoryTxt {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/cat06_bg_sp.png) no-repeat;
		background-size: cover;
	}
	.havefuninthesun .categoryTxt .ttl {
		font-size: 3.1rem;
		line-height: 4rem;
	}
	.havefuninthesun .categoryTxt .ttl span {
		font-size: 4rem;
		line-height: 4.6rem;
	}
	.havefuninthesun .categoryBox .more {
		width: 13.8rem;
		font-size: 2.45rem;
		padding: 1rem 5rem 1rem 2rem;
	}
	.havefuninthesun .categoryBox .more::after {
		border-width: 0.85rem 0 0.85rem 1rem;
		right: 2rem;
	}
}

/* store */
.havefuninthesun .store {
	padding: 7rem 0 10rem;
}
.havefuninthesun .storeTxt {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
.havefuninthesun .storeBtnBox {
	width: 60rem;
	margin: 3rem auto 0;
}
.havefuninthesun .storeBtn + .storeBtn {
	margin-top: 3rem;
}
.havefuninthesun .storeBtn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: solid 1px #81cde4;
	background: #fff;
	border-radius: 5rem;
	height: 10rem;
	position: relative;
}
.havefuninthesun .storeBtn a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #81cde4;
	border-width: 1rem 0 1rem 1.2rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.havefuninthesun .storeBtn.online img {
	width: 23.3rem;
}
.havefuninthesun .storeBtn.fs img {
	width: 30rem;
}
.havefuninthesun .storeBtn.tbeaut img {
	width: 25.6rem;
}
@media (max-width: 768px) {
	.havefuninthesun .store {
		padding: 11rem 0 15rem;
	}
	.havefuninthesun .storeTxt {
		margin-top: 4rem;
		font-size: 2.8rem;
	}
	.havefuninthesun .storeBtnBox {
		width: 100%;
		padding: 0 5rem;
		margin: 7.5rem auto 0;
	}
	.havefuninthesun .storeBtn + .storeBtn {
		margin-top: 5rem;
	}
	.havefuninthesun .storeBtn a {
		border-radius: 6.5rem;
		height: 13rem;
	}
	.havefuninthesun .storeBtn a::after {
		border-width: 1.6rem 0 1.6rem 2rem;
		right: 4rem;
	}
	.havefuninthesun .storeBtn.online img {
		width: 33.7rem;
	}
	.havefuninthesun .storeBtn.fs img {
		width: 37.8rem;
	}
	.havefuninthesun .storeBtn.tbeaut img {
		width: 28.9rem;
	}
}

/* shop */
.havefuninthesun .shop {
	background: url(/base/pc/store/special/havefuninthesun/2025/img/top/shop_bg.png) no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.havefuninthesun .shopList {
	width: 100rem;
	margin: 7.5rem auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2rem;
}
.havefuninthesun .shopList li {
	width: 31.98%;
}
.havefuninthesun .shopList li a {
	display: block;
	border: solid 1px #81cde4;
	background: #fff;
	border-radius: 5rem;
	font-size: 2rem;
	font-weight: 600;
	padding: 1.5rem 3rem 1.5rem 2.5rem;
	position: relative;
}
.havefuninthesun .shopList li a.fontS {
	font-size: 1.8rem;
}
.havefuninthesun .shopList li a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #81cde4;
	border-width: 0.65rem 0 0.65rem 0.8rem;
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translate(0, -50%)
}
.havefuninthesun .shopList li a:hover {
	opacity: 0.7;
}
.havefuninthesun .note {
	width: 100rem;
	margin: 0 auto;
	padding: 8rem 0 5rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem;
}
@media (max-width: 768px) {
	.havefuninthesun .shop {
		background: url(/base/pc/store/special/havefuninthesun/2025/img/top/shop_bg_sp.png) no-repeat;
		background-size: cover;
		padding: 15rem 0;
	}
	.havefuninthesun .shopList {
		width: 100%;
		padding: 0 5rem;
		margin: 11rem auto 0;
	}
	.havefuninthesun .shopList li {
		width: 100%;
	}
	.havefuninthesun .shopList li a {
		border-radius: 6.5rem;
		font-size: 3.5rem;
		padding: 2.5rem 6rem 2.5rem 5rem;
	}
	.havefuninthesun .shopList li a.fontS {
		font-size: 3.5rem;
	}
	.havefuninthesun .shopList li a::after {
		border-width: 1.6rem 0 1.6rem 2rem;
		right: 3.5rem;
	}
	.havefuninthesun .note {
		width: 100%;
		padding: 9rem 5rem;
		font-size: 2.4rem;
		line-height: 4.5rem;
	}
}