@charset "utf-8";

.bg {
	padding-bottom: 17rem;
	background-color: #faeeee;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens1/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/mens1/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 {
		flex-direction: column;
		gap: 1.5rem 0;
	}
	.mainVisual > p {
		margin-top: 2.5rem;
		margin-left: 2.7rem;
		width: 14.6rem;
	}
	.mainVisual h1 {
		margin-top: 0;
		margin-left: auto;
		width: 68.4rem;
	}
}

/* topLead */
.ttl {
	margin-top: 15rem;
	font-size: 5.5rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #bc3f6c;
	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: 12rem;
		font-size: 6rem;
		line-height: 5rem;
	}
	.ttl span {
		background: linear-gradient(transparent 40%, #fff 60%, #fff 90%, transparent 90%);
	}
	.topLead {
		margin-top: 5rem;
		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) {
}

/* 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: #bc3f6c;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #bc3f6c;
	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: #bc3f6c;
	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;
}
.itemBox .item .detail .noteTxt {
	display: block;
	margin-top: 1rem;
	font-size: 1.1rem;
	line-height: 1.6;
}
@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;
	}
	.itemBox .item .detail .noteTxt {
		font-size: 1.9rem;
		line-height: 1.3;
	}
}

/* itemBox01 */
.itemBox01 {
	margin-top: 11rem;
	gap: 0 8rem;
}
.itemBox01 .itemSwiper01 {
	margin: 0;
	width: 54rem;
	border-radius: 0 5rem 0 0;
}
.itemBox01 .itemSwiper01 .swiper-pagination {
	right: auto;
	left: 1.5rem;
}
.itemBox01 .item {
	margin-top: 3rem;
	margin-right: auto;
	width: 36rem;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin: 9rem auto 0;
		width: 55.5rem;
		flex-direction: column;
		align-items: flex-end;
		gap: 4rem 0;
	}
	.itemBox01 .itemSwiper01 {
		margin: 0 auto;
		width: 55.5rem;
		border-radius: 0 3.5rem 0 0;
	}
	.itemBox01 .item {
		margin-top: 0;
		margin-right: 0;
		width: 49rem;
	}
}

/* itemBox02 */
.itemBox02 {
	margin-left: 7rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 8rem;
}
.itemBox02 .item {
	width: 30rem;
}
.itemBox02 .pic {
	margin-top: -27.5rem;
	width: 42.5rem;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 9rem;
		margin-left: auto;
		margin-right: 3rem;
		flex-direction: column-reverse;
		gap: 3rem 0;
	}
	.itemBox02 .item {
		width: 42rem;
	}
	.itemBox02 .pic {
		margin-top: 0;
		width: 42rem;
	}
}

/* itemBox03 */
.itemBox03 {
	margin-top: 24rem;
	margin-left: 28.9rem;
	width: 56rem;
}
.itemBox03 .pic {
	width: 53rem;
}
.itemBox03 .item {
	margin-top: 3rem;
}
.itemBox03 .wrap {
	gap: 0 5rem;
}
.itemBox03 .wrap .txt {
	width: 36rem;
}
.itemBox03 .wrap .detail {
	margin-top: 11rem;
	width: 15rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin: 19rem auto 0;
		width: 62rem;
	}
	.itemBox03 .pic {
		width: 62rem;
	}
	.itemBox03 .item {
		margin-top: 4rem;
	}
	.itemBox03 .wrap {
		display: block;
	}
	.itemBox03 .wrap .txt {
		width: 62rem;
	}
	.itemBox03 .wrap .detail {
		margin-top: 3.5rem;
		width: 62rem;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 17rem;
}
.itemBox04 > .wrap {
	justify-content: flex-end;
	gap: 0 2rem;
}
.itemBox04 .wrap .pic {
	width: 45.5rem;
}
.itemBox04 .wrap .videoArea {
	width: 42.5rem;
}
.itemBox04 .item {
	margin-top: 3rem;
}
.itemBox04 .item .wrap {
	justify-content: center;
	gap: 0 4rem;
}
.itemBox04 .item .txt {
	margin-left: 8rem;
	width: 40rem;
}
.itemBox04 .item .detail {
	margin-top: 12rem;
	width: 33rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 12rem;
	}
	.itemBox04 > .wrap {
		margin-left: auto;
		margin-right: 3.5rem;
		width: 45.5rem;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 1rem 0;
	}
	.itemBox04 .wrap .pic {
		width: 45.5rem;
	}
	.itemBox04 .wrap .videoArea {
		margin-left: auto;
		width: 45.5rem;
	}
	.itemBox04 .item {
		margin-top: 3.5rem;
		margin-left: auto;
		margin-right: 3.5rem;
		width: 45.5rem;
	}
	.itemBox04 .item .wrap {
		justify-content: center;
		gap: 4rem 0;
	}
	.itemBox04 .item .txt {
		margin-left: 0;
		width: 100%;
	}
	.itemBox04 .item .detail {
		margin-top: 0;
		width: 100%;
	}
}

/* itemBox05 */
.itemBox05 {
	margin-top: 18rem;
	margin-left: 5rem;
	align-items: flex-end;
	gap: 0 6rem;
}
.itemBox05 .pic {
	width: 51rem;
}
.itemBox05 .item {
	width: 34rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 10rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox05 .pic {
		width: 55rem;
	}
	.itemBox05 .item {
		padding: 0 3rem;
		width: 55rem;
	}
}

/* itemBox06 */
.itemBox06 {
	margin-top: 8rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 6rem;
}
.itemBox06 .item {
	width: 30rem;
}
.itemBox06 .itemSwiper03 {
	margin: 0;
	width: 53rem;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin-top: 10rem;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.itemBox06 .pic {
		margin-right: 3.5rem;
		width: 55rem;
	}
	.itemBox06 .item {
		margin-right: 3.5rem;
		width: 55rem;
	}
}

/* itemBox07 */
.itemBox07 {
	margin-top: 20rem;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.itemBox07.wrap {
	justify-content: space-between;
	align-items: center;
}
.itemBox07 .itemSwiper02 {
	margin: 0;
	width: 79.5rem;
}
.itemBox07 .itemSwiper02 .swiper-slide {
	position: relative;
}
.itemBox07 .itemSwiper02 .swiper-slide .pic {
	width: 100%;
}
.itemBox07 .itemSwiper02 .swiper-slide01 .item {
	width: 28rem;
	position: absolute;
	top: 24rem;
	left: 10rem;
}
.itemBox07 .itemSwiper02 .swiper-slide02 .item {
	width: 28rem;
	position: absolute;
	top: 21rem;
	right: 2rem;
}
.itemBox07 .itemSwiper02 .swiper-slide03 .item {
	width: 28rem;
	position: absolute;
	top: 24.5rem;
	right: 3rem;
}
.itemBox07 .itemSwiper02 .swiper-slide04 .item {
	width: 28rem;
	position: absolute;
	top: 24.5rem;
	right: 3rem;
}
.itemBox07 .swiperThumb02 {
	margin: 0;
	width: 23.4rem;
}
.itemBox07 .swiperThumb02 .swiper-wrapper {
	flex-direction: column;
	width: 23.4rem;
}
.itemBox07 .swiperThumb02 .swiper-slide {
	margin: 0.5rem 0;
	width: 100% !important;
	/* height: 19.2rem; */
	border: solid 0.2rem transparent;
	border-right: 0;
	position: relative;
	right: -5rem;
}
.itemBox07 .swiperThumb02 .swiper-slide-thumb-active {
	border-color: #d2285d;
	border-radius: 3.2rem 0 0 3.2rem;
	right: 0;
}
@media (max-width: 768px) {
.itemBox07 {
		margin-top: 20rem;
	}
	.itemBox07.wrap {
		align-items: flex-start;
	}
	.itemBox07 .itemSwiper02 {
		width: 50.8rem;
	}
	.itemBox07 .itemSwiper02 .swiper-slide01 .item,
	.itemBox07 .itemSwiper02 .swiper-slide02 .item,
	.itemBox07 .itemSwiper02 .swiper-slide03 .item,
	.itemBox07 .itemSwiper02 .swiper-slide04 .item {
		width: 44.8rem;
		position: static;
		margin-top: 5rem;
		margin-left: 6rem;
	}
	.itemBox07 .swiperThumb02 {
		margin-top: 8rem;
		width: 22rem;
	}
	.itemBox07 .swiperThumb02 .swiper-wrapper {
		flex-direction: column;
	}
	.itemBox07 .swiperThumb02 .swiper-slide {
		right: -6.4rem;
	}
	.itemBox07 .swiperThumb02 .swiper-slide-thumb-active {
		right: -2.5rem;
	}
}
