@charset "utf-8";

/* weeks 配下共通
---------------------- */
main {
	background-color: #0064B4;
}

.ttlWrap {
	padding: 8rem 0;
}
.ttlWrap h1 {
	margin: 0 auto;
	width: 69.2rem;
}
.ttlWrap .date {
	margin-top: 2rem;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.ttlWrap {
		padding: 8rem 0;
	}
	.ttlWrap h1 {
		width: 68rem;
	}
	.ttlWrap .date {
		margin-top: 2rem;
		font-size: 3.6rem;
	}
}

.inner {
	margin: 0 auto;
	max-width: 86rem;
}
.cont {
	background-color: #fff;
	border-radius: 2rem;
}
@media (max-width: 768px) {
	.inner {
		padding: 0 3.5rem;
	}
}

/* items */
.cont.items {
	padding: 7rem 6rem;
}
.items h2 {
	margin: 0 auto;
}
.items .itemsLead {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
	color: #0064b4;
}
.itemsWrap {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 5.4%;
}
.itemBox {
	width: 47.3%;
}
.itemBox .slide .swiper-pagination {
	bottom: -3.5rem;
}
.itemBox .slide .swiper-pagination span {
	margin: 0 1.5rem;
	width: 1rem;
	height: 1rem;
	background-color: #999999;
	opacity: 1;
}
.itemBox .slide .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0064b4;
}
.itemBox .slide + .detail {
	margin-top: 5rem;
}
.itemBox .detail {
	margin-top: 2rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.3rem;
}
.itemBox .detail .icon {
	display: inline-block;
	border-radius: 1rem;
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
	padding: 0 2rem;
	line-height: 1.7rem;
}
.itemBox .detail .icon.planet {
	background-color: #008837;
}
.itemBox .detail .icon.people {
	background-color: #e20090;
}
.itemBox .detail .icon.social {
	background-color: #d53d00;
}
.itemBox .detail .txt {
	margin-top: 1rem;
}
.itemBox .detail .txt sup {
	font-size: 120%;
	vertical-align: 0.2rem;
	line-height: 0;
	padding: 0 0.1rem;
}
.itemBox .detail .info {
	margin-top: 2rem;
}
.itemBox .detail .info span.fsSmall {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 2rem;
}
@media (max-width: 768px) {
	.cont.items {
		padding: 8rem 6rem 6rem;
	}
	.items .itemsLead {
		margin-top: 7rem;
		font-size: 2.8rem;
		line-height: 5.3rem;
	}
	.itemsWrap {
		margin-top: 8rem;
		flex-direction: column;
		gap: 8rem 0;
	}
	.itemBox {
		width: 100%;
	}
	.itemBox .slide .swiper-pagination {
		bottom: -5rem;
	}
	.itemBox .slide .swiper-pagination span {
		margin: 0 3rem;
		width: 2rem;
		height: 2rem;
	}
	.itemBox .slide + .detail {
		margin-top: 7rem;
	}
	.itemBox .detail {
		margin-top: 3rem;
		font-size: 2.8rem;
		line-height: 4rem;
	}
	.itemBox .detail .icon {
		border-radius: 3rem;
		font-size: 2.4rem;
		padding: 0 2.5rem 0.3rem;
		line-height: 3rem;
	}
	.itemBox .detail .txt {
		margin-top: 2rem;
	}
	.itemBox .detail .info {
		margin-top: 3.5rem;
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	.itemBox .detail .info span.fsSmall {
		margin-top: 0.8rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}

/* swiper */
.slide {
	position: relative;
}
.swiper-prev, .swiper-next {
	width: 1.4rem;
	height: 3.8rem;
	position: absolute;
	top: calc(50% - 1.9rem);
	z-index: 10;
	cursor: pointer;
}
.swiper-prev {
	left: 0.5rem;
}
.swiper-next {
	right: 0.5rem;
}
@media (max-width: 768px) {
	.swiper-prev, .swiper-next {
		width: 3.1rem;
		height: 7.8rem;
		top: calc(50% - 3.9rem);
	}
	.swiper-prev {
		left: -5rem;
	}
	.swiper-next {
		right: -5rem;
	}
}

/* btn */
.cont .btn {
	display: block;
	margin: 0.5rem auto;
	width: 100%;
}
.cont .btn + .btn {
	margin-top: 1rem;
}
.cont .btn a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	border: solid 1px #464646;
	padding: 0.5rem;
	position: relative;
}
.cont .btn a::after {
	content: "";
	border-top: solid 1px #464646;
	border-right: solid 1px #464646;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1rem;
}
.cont .btn a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.cont .btn {
		margin-top: 1.5rem;
	}
	.cont .btn + .btn {
		margin-top: 2rem;
	}
	.cont .btn a {
		font-size: 2.9rem;
		padding: 1.5rem;
	}
	.cont .btn a::after {
		width: 1.4rem;
		height: 1.4rem;
		top: calc(50% - 0.7rem);
		right: 2rem;
	}
}

/* menu */
.cont.menu {
	margin-top: 7rem;
	padding: 7rem 6rem 6rem;
}
.menu h2 {
	margin: 0 auto;
	width: 28.1rem;
}
.menu .weeksCopy {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
	color: #0064b1;
}
.menu .weeksItemWrap {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4rem 5.3%;
}
.menu .weeksItemBox {
	width: 29.8%;
}
.menu .weeksItemBox .detail {
	margin-top: 1.5rem;
	font-weight: 700;
	line-height: 2.3rem;
}
@media (max-width: 768px) {
	.cont.menu {
		padding: 7rem 3.5rem 6rem;
	}
	.menu h2 {
		width: 28.1rem;
	}
	.menu .weeksCopy {
		margin-top: 5.5rem;
		font-size: 3.2rem;
		line-height: 5.3rem;
	}
	.menu .weeksItemWrap {
		margin-top: 6rem;
		padding: 0;
		gap: 5rem 8%;
	}
	.menu .weeksItemBox {
		width: 45.5%;
	}
	.menu .weeksItemBox .detail {
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 4rem;
	}
}

/* noteBox */
.noteBox {
	margin-top: 7rem;
	padding: 5rem 0;
	background-color: #fff;
}
.note {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2rem;
}
.note a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.note {
		font-size: 2.4rem;
		line-height: 4.1rem;
	}
}

/* ladies
---------------- */
#ladies .items h2 {
	width: 14rem;
}
@media (max-width: 768px) {
	#ladies .items h2 {
		width: 27.9rem;
	}
}

/* ladiesgoods
---------------- */
#ladiesgoods .items h2 {
	width: 25.7rem;
}
@media (max-width: 768px) {
	#ladiesgoods .items h2 {
		width: 51.1rem;
	}
}

/* mens
---------------- */
#mens .items h2 {
	width: 12.8rem;
}
@media (max-width: 768px) {
	#mens .items h2 {
		width: 25.6rem;
	}
}

/* kids
---------------- */
#kids .items h2 {
	width: 8.3rem;
}
@media (max-width: 768px) {
	#kids .items h2 {
		width: 16.6rem;
	}
}

/* living
---------------- */
#living .items h2 {
	width: 11.35rem;
}
@media (max-width: 768px) {
	#living .items h2 {
		width: 22.7rem;
	}
}

/* food
---------------- */
#food .items h2 {
	width: 10.1rem;
}
@media (max-width: 768px) {
	#food .items h2 {
		width: 20.2rem;
	}
}
