@charset "utf-8";

/*----------------------------
	top
------------------------------*/
.top .mvArea {
	padding-top: 4rem;
	background: url(/base/pc/store/special/latesummerdressing/2025/img/top/mv_bg.png) no-repeat;
	background-size: 100%;
}
.top .mv {
	max-width: 95rem;
	margin: 0 auto;
	display: flex;
	gap: 0 5.5rem;
}
.top .mv .ttlBox {
	width: 42rem;
}
.top .mv .ttlBox h1 {
	margin-top: 2rem;
	font-size: 5.5rem;
	font-weight: 600;
	line-height: 7rem;
	letter-spacing: 0.1em;
}
.top .period {
	margin-top: 0.5rem;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 4rem;
}
.top .lead {
	margin-top: 9rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.6rem;
	letter-spacing: 0.04em;
}
.top .mvPic {
	width: 50rem;
}
@media (max-width: 768px) {
	.top .mvArea {
		padding-top: 5rem;
		background: url(/base/pc/store/special/latesummerdressing/2025/img/top/mv_bg_sp.png) no-repeat;
		background-size: 100%;
	}
	.top .mv {
		max-width: 100%;
		display: block;
	}
	.top .mv .ttlBox {
		width: 59rem;
		margin: 0 auto;
	}
	.top .mv .ttlBox h1 {
		margin: 0 0 0 4rem;
		font-size: 8.25rem;
		line-height: 10.5rem;
	}
	.top .period {
		margin: 0.5rem 0 0 4rem;
		font-size: 3.75rem;
		line-height: 6rem;
	}
	.top .lead {
		margin-top: 5.5rem;
		font-size: 3rem;
		line-height: 5.4rem;
	}
	.top .mvPic {
		width: 59rem;
		margin: 3.5rem auto 0;
	}
}

/* main */
.top .inner {
	max-width: 111rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.top h2 {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.top h2::before ,
.top h2::after {
	content: "";
	width: 100%;
	height: 0.05rem;
	background-color: #231815;
	flex-grow: 1;
}
.top h2::before {
	margin-right: 1rem;
}
.top h2::after {
	margin-left: 1rem;
}
@media (max-width: 768px) {
	.top .inner {
		max-width: 100%;
		padding: 0 4rem;
	}
	.top h2 {
		font-size: 3.8rem;
	}
	.top h2::before ,
	.top h2::after {
		height: 0.1rem;
	}
}


/* contents */
.top .contents {
	margin-top: 8rem;
}
.top .contentsList {
	margin: 4.5rem auto 0;
	padding: 0 4.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 9rem 0;
}
.top .contentsBox {
	width: 47%;
}
.top .contentsBox a {
	display: block;
	position: relative;
}
.top .contentsBox a:hover {
	opacity: 0.7;
}
.top .contPic img:hover {
	opacity: 1;
}
.top .contTtl {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.5rem;
	letter-spacing: 0.05em;
}
.top .contTtl span {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.top .contentsBox .more {
	width: 9.7rem;
	height: 17.2rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background: url(/base/pc/store/special/latesummerdressing/2025/img/top/more_bg.png) no-repeat;
	background-size: contain;
	padding: 15rem 0.5rem 0.5rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.top .contentsBox .more::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 0.65rem 0 0.65rem 1.1rem;
	position: absolute;
	bottom: 0.9rem;
	right: 1rem;
}
@media (max-width: 768px) {
	.top .contents {
		margin-top: 10rem;
	}
	.top .contentsList {
		margin: 8.5rem auto 0;
		padding: 0;
		display: block;
	}
	.top .contentsBox {
		width: 100%;
	}
	.top .contentsBox + .contentsBox {
		margin-top: 9rem;
	}
	.top .contTtl {
		margin-top: 1rem;
		font-size: 3.8rem;
		line-height: 5.2rem;
	}
	.top .contTtl span {
		font-size: 3rem;
		line-height: 4.5rem;
		margin-bottom: 0.5rem;
	}
	.top .contentsBox .more {
		width: 14.7rem;
		height: 26rem;
		font-size: 2.2rem;
		padding: 23rem 0.5rem 0.5rem;
	}
	.top .contentsBox .more::after {
		border-width: 1rem 0 1rem 1.7rem;
		bottom: 0.9rem;
		right: 1rem;
	}
}

/* store */
.top .store {
	padding: 10rem 0 6rem;
}
.top .storeTxt {
	margin-top: 3.5rem;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.top .storeBtnBox {
	width: 60rem;
	margin: 3rem auto 0;
}
.top .storeBtn + .storeBtn {
	margin-top: 3rem;
}
.top .storeBtn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: solid 1px #86d0cf;
	background: #fff;
	border-radius: 5rem;
	height: 10rem;
	position: relative;
}
.top .storeBtn a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #86d0cf;
	border-width: 1rem 0 1rem 1.2rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.top .storeBtn.online img {
	width: 23.3rem;
}
.top .storeBtn.fs img {
	width: 30rem;
}
.top .cosme {
	margin-top: 5rem;
}
.top .cosme .cosmeTtl {
	font-size: 2rem;
	font-weight: 600;
	line-height: 3rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #9e4b64;
}
.top .cosme .cosmeBnr {
	margin: 1.5rem auto 0;
	width: 43rem;
}
@media (max-width: 768px) {
	.top .store {
		padding: 12rem 0 8rem;
	}
	.top .storeTxt {
		margin-top: 6rem;
		font-size: 3.6rem;
	}
	.top .storeBtnBox {
		width: 100%;
		margin: 6.5rem auto 0;
	}
	.top .storeBtn + .storeBtn {
		margin-top: 4rem;
	}
	.top .storeBtn a {
		border-radius: 5rem;
		height: 15rem;
	}
	.top .storeBtn a::after {
		border-width: 1.6rem 0 1.6rem 2rem;
		right: 4rem;
	}
	.top .storeBtn.online img {
		width: 35.1rem;
	}
	.top .storeBtn.fs img {
		width: 45.3rem;
	}
	.top .cosme {
		margin-top: 6rem;
	}
	.top .cosme .cosmeTtl {
		font-size: 3rem;
		line-height: 4rem;
	}
	.top .cosme .cosmeBnr {
		margin: 2rem auto 0;
		width: 64.4rem;
	}
}

/* shop */
.top .shop {
	background-color: #c0e4e0;
	padding: 5.5rem 0;
}
.top .shopList {
	margin-top: 4.5rem;
	padding: 0 4.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2rem;
}
.top .shopList li {
	width: 31.98%;
}
.top .shopList li a {
	display: block;
	border: solid 1px #86d0cf;
	background: #fff;
	border-radius: 5rem;
	font-size: 2rem;
	font-weight: 600;
	padding: 1.5rem 3rem 1.5rem 2.5rem;
	position: relative;
}
.top .shopList li a.fontS {
	font-size: 1.8rem;
}
.top .shopList li a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #86d0cf;
	border-width: 0.65rem 0 0.65rem 0.8rem;
	position: absolute;
	top: 50%;
	right: 1.7rem;
	transform: translate(0, -50%)
}
.top .shopList li a:hover {
	opacity: 0.7;
}
.top .note {
	width: 100rem;
	margin: 0 auto;
	padding: 2.5rem 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem;
}
@media (max-width: 768px) {
	.top .shop {
		padding: 8.5rem 0 10rem;
	}
	.top .shopList {
		width: 100%;
		margin: 7rem auto 0;
		padding: 0;
	}
	.top .shopList li {
		width: 100%;
	}
	.top .shopList li a {
		border-radius: 6.5rem;
		font-size: 3.5rem;
		padding: 2.5rem 6rem 2.5rem 5rem;
	}
	.top .shopList li a.fontS {
		font-size: 3.5rem;
	}
	.top .shopList li a::after {
		border-width: 1.6rem 0 1.6rem 2rem;
		right: 3.5rem;
	}
	.top .note {
		width: 100%;
		padding: 3.5rem 3.5rem 7rem;
		font-size: 2.1rem;
		line-height: 3.75rem;
	}
}