@charset "utf-8";

.bg {
	padding-bottom: 17rem;
	background-color: #faeeee;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/ladies1/bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	overflow: hidden;
}
@media (max-width: 768px) {
	.bg {
		padding-bottom: 17rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/ladies1/bg_sp.png);
	}
}

/* mainVisual */
.mainVisual {
	display: flex;
	justify-content: flex-end;
	gap: 0 2.5rem;
}
.mainVisual > p {
	margin-top: 4rem;
	width: 13.1rem;
}
.mainVisual h1 {
	margin-top: 10rem;
	width: 90rem;
}
@media (max-width: 768px) {
	.mainVisual {
		gap: 0 0.5rem;
	}
	.mainVisual > p {
		margin-top: 3.5rem;
		width: 8.1rem;
	}
	.mainVisual h1 {
		margin-top: 9rem;
		width: 63.7rem;
	}
}

/* topLead */
.ttl {
	margin-top: 15rem;
	font-size: 5.5rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #e40052;
	line-height: 3.8rem;
	text-align: center;
}
.ttl span {
	padding: 0 1rem;
	background: linear-gradient(transparent 40%, #fff 40%, #fff 80%, transparent 80%);
}
.topLead {
	margin-top: 4rem;
	font-size: 1.8rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.ttl {
		margin-top: 16rem;
		font-size: 5rem;
		line-height: 5rem;
	}
	.ttl span {
		background: linear-gradient(transparent 40%, #fff 60%, #fff 90%, transparent 90%);
	}
	.topLead {
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/* swiper */
.swiper .swiper-prev,
.swiper .swiper-next {
	width: 1.5rem;
	height: 4.7rem;
	position: absolute;
	top: calc(50% - 2.35rem);
	z-index: 20;
	cursor: pointer;
}
.swiper .swiper-prev {
	left: 1.5rem
}
.swiper .swiper-next {
	right: 1.5rem;
}
.swiper .swiper-pagination {
	width: auto;
	right: 1.5rem;
	left: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.3rem;
	border: solid 0.2rem #fff;
	background-color: transparent;
	opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	border: none;
	background-color: #fff;
}
@media (max-width: 768px) {
}

/* itemSwiper01 */
.itemSwiper01 {
	margin: 8rem auto 0;
	width: 66rem;
	border-radius: 0 5rem 0 0;
}
.itemSwiper01 .swiper-pagination {
	right: auto;
	left: 1.5rem;
}
@media (max-width: 768px) {
	.itemSwiper01 {
		margin: 8rem 0 0 6rem;
		width: 56rem;
		border-radius: 0 3.5rem 0 0;
	}
}

/* itemBox */
.itemBox.wrap,
.itemBox .wrap {
	display: flex;
	flex-wrap: wrap;
}
.itemBox .item .brand {
	padding-bottom: 2.5rem;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #d2285d;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #d2285d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.itemBox .item .itemTtl {
	margin-top: 2.5rem;
	font-size: 2.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #d2285d;
	line-height: 4rem;
}
.itemBox .item .itemLead {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 3rem;
}
.itemBox .item .detail {
	margin-top: 3.5rem;
}
.itemBox .item .detail p + p {
	margin-top: 0.5rem;
}
.itemBox .item .detail .btnFs {
	margin-left: 2rem;
}
@media (max-width: 768px) {
	.itemBox .item .brand {
		padding-bottom: 2rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.itemBox .item .itemTtl {
		margin-top: 2rem;
		font-size: 3.3rem;
		line-height: 4.3rem;
	}
	.itemBox .item .itemLead {
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
	.itemBox .item .detail {
		line-height: 1.4;
	}
	.itemBox .item .detail p + p {
		margin-top: 1.5rem;
	}
	.itemBox .item .detail .shop {
		display: block;
		font-size: 1.9rem;
		line-height: 1.3;
	}
}

/* itemBox01 */
.itemBox01 {
	margin-top: 2.5rem;
	justify-content: center;
	gap: 0 12rem;
}
.itemBox01 .item {
	margin-left: 10.5rem;
	width: 30rem;
}
.itemBox01 .pic {
	margin-top: -8rem;
	width: 34rem;
	position: relative;
	z-index: 10;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin-top: 8rem;
		justify-content: space-between;
		gap: 0 0.5rem;
	}
	.itemBox01 .item {
		margin-left: 6.5rem;
		width: 32rem;
	}
	.itemBox01 .pic {
		margin-top: -13rem;
	}
}

/* itemBox02 */
.itemBox02 {
	margin-top: 14rem;
	position: relative;
}
.itemBox02 .pic {
	width: 100%;
}
.itemBox02 .item {
	width: 30rem;
	position: absolute;
	top: 14rem;
	right: 17rem;
}
@media (max-width: 768px) {
	.itemBox02 .item {
		width: 32rem;
		top: 7.5rem;
		right: 3rem;
	}
}

/* itemBox03 */
.itemBox03 {
	margin-top: 9rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 6rem;
}
.itemBox03 .item {
	width: 30rem;
}
.itemBox03 .itemSwiper02 {
	margin: 0;
	width: 53rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 10rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox03 .item {
		margin-left: 6rem;
		width: 54rem;
	}
	.itemBox03 .itemSwiper02 {
		margin-left: 3.5rem;
		width: 54rem;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 9rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 6rem;
}
.itemBox04 .item {
	width: 30rem;
}
.itemBox04 .itemSwiper03 {
	margin: 0;
	width: 53rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 10rem;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.itemBox04 .item {
		margin-right: 3.5rem;
		width: 54rem;
	}
	.itemBox04 .itemSwiper03 {
		margin-right: 3.5rem;
		width: 54rem;
	}
}

/* itemBox05 */
.itemBox05 {
	margin-top: 20rem;
}
.itemBox05 > .wrap {
	justify-content: center;
	gap: 0 2rem;
}
.itemBox05 .wrap .pic {
	width: 49rem;
}
.itemBox05 .wrap .videoArea {
	width: 49rem;
}
.itemBox05 .item {
	margin-top: 3rem;
}
.itemBox05 .item .wrap {
	justify-content: center;
	gap: 0 13rem;
}
.itemBox05 .item .txt {
	margin-left: -4rem;
	width: 35rem;
}
.itemBox05 .item .detail {
	margin-top: 6rem;
	width: 27rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 20rem;
	}
	.itemBox05 > .wrap {
		flex-direction: column;
		justify-content: center;
		gap: 2rem 0;
	}
	.itemBox05 .wrap .pic {
		width: 49.7rem;
	}
	.itemBox05 .wrap .videoArea {
		margin-left: auto;
		width: 49.7rem;
	}
	.itemBox05 .item {
		margin-top: 6rem;
		margin-left: auto;
		width: 49.7rem;
	}
	.itemBox05 .item .wrap {
		justify-content: center;
		gap: 4rem 0;
	}
	.itemBox05 .item .txt {
		margin-left: 0;
		width: 100%;
	}
	.itemBox05 .item .detail {
		margin-top: 0;
		width: 100%;
	}
}

/* itemBox06 */
.itemBox06 {
	margin-top: 20rem;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.itemBox06.wrap {
	justify-content: space-between;
	align-items: center;
}
.itemBox06 .itemSwiper04 {
	margin: 0;
	width: 79.5rem;
}
.itemBox06 .itemSwiper04 .swiper-slide {
	position: relative;
}
.itemBox06 .itemSwiper04 .swiper-slide .pic {
	width: 100%;
}
.itemBox06 .itemSwiper04 .swiper-slide01 .item {
	width: 30rem;
	position: absolute;
	top: 21rem;
	right: 4rem;
}
.itemBox06 .itemSwiper04 .swiper-slide02 .item {
	width: 28rem;
	position: absolute;
	top: 21rem;
	left: 10rem;
}
.itemBox06 .itemSwiper04 .swiper-slide03 .item {
	width: 28rem;
	position: absolute;
	top: 21rem;
	left: 10rem;
}
.itemBox06 .itemSwiper04 .swiper-slide04 .item {
	width: 28rem;
	position: absolute;
	top: 21rem;
	left: 10rem;
}
.itemBox06 .swiperThumb04 {
	margin: 0;
	width: 23.4rem;
}
.itemBox06 .swiperThumb04 .swiper-wrapper {
	flex-direction: column;
	width: 23.4rem;
}
.itemBox06 .swiperThumb04 .swiper-slide {
	margin: 0.5rem 0;
	width: 100% !important;
	/* height: 19.2rem; */
	border: solid 0.2rem transparent;
	border-right: 0;
	position: relative;
	right: -5rem;
}
.itemBox06 .swiperThumb04 .swiper-slide-thumb-active {
	border-color: #d2285d;
	border-radius: 3.2rem 0 0 3.2rem;
	right: 0;
}
@media (max-width: 768px) {
.itemBox06 {
		margin-top: 20rem;
	}
	.itemBox06.wrap {
		align-items: flex-start;
	}
	.itemBox06 .itemSwiper04 {
		width: 50.8rem;
	}
	.itemBox06 .itemSwiper04 .swiper-slide01 .item,
	.itemBox06 .itemSwiper04 .swiper-slide02 .item,
	.itemBox06 .itemSwiper04 .swiper-slide03 .item,
	.itemBox06 .itemSwiper04 .swiper-slide04 .item {
		width: 44.8rem;
		position: static;
		margin-top: 5rem;
		margin-left: 6rem;
	}
	.itemBox06 .swiperThumb04 {
		margin-top: 8rem;
		width: 22rem;
	}
	.itemBox06 .swiperThumb04 .swiper-wrapper {
		flex-direction: column;
	}
	.itemBox06 .swiperThumb04 .swiper-slide {
		right: -6.4rem;
	}
	.itemBox06 .swiperThumb04 .swiper-slide-thumb-active {
		right: -2.5rem;
	}
}
