@charset "utf-8";

.bg {
	padding-bottom: 1rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	overflow: hidden;
}
@media (max-width: 768px) {
	.bg {
		overflow: hidden;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_sp.png);
	}
}

/* mainVisual */
.mainVisual {
	display: flex;
	justify-content: flex-end;
	gap: 0 2.5rem;
	position: relative;
}
.mainVisual > p {
	width: 8.1rem;
	position: absolute;
	bottom: 2rem;
	right: 5.5rem;
}
.mainVisual h1 {
	margin-top: 7rem;
	width: 90rem;
}
@media (max-width: 768px) {
	.mainVisual {
		gap: 0 0.5rem;
	}
	.mainVisual > p {
		width: 7.1rem;
		bottom: 2.5rem;
		right: 2.5rem;
	}
	.mainVisual h1 {
		margin-top: 9.5rem;
		width: 68.5rem;
	}
}

/* contents */
.contents {
	margin: 7.5rem 5rem 9rem;
	padding: 7rem 0;
	background-color: #fff;
	border-radius: 5rem;
	position: relative;
}
.contents::before {
	content: "";
	width: 26.3rem;
	height: 44.2rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_contents.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -7.6rem;
	right: -5rem;
}
.contents::after {
	content: "";
	width: 32.9rem;
	height: 37.4rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_contents02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10rem;
	right: -5rem;
}
@media (max-width: 768px) {
	.contents {
		margin: 10rem 3rem 5rem;
		padding: 9.5rem 0;
		border-radius: 3.5rem;
	}
	.contents::before {
		width: 15.5rem;
		height: 25.1rem;
		top: -10rem;
		right: -3.5rem;
	}
	.contents::after {
		display: none;
	}
}

/* topLead */
.ttl {
	font-size: 5.5rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #200bb5;
	line-height: 3.8rem;
	text-align: center;
}
.ttl span {
	padding: 0 2rem;
	background: linear-gradient(transparent 40%, #dce3ff 40%, #dce3ff 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 {
		font-size: 6rem;
		line-height: 5rem;
	}
	.ttl span {
		background: linear-gradient(transparent 40%, #dce3ff 60%, #dce3ff 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: #5f6ba0;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #5f6ba0;
	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: #5f6ba0;
	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;
}
@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: 8rem auto 0;
	width: 63rem;
	position: relative;
}
.itemBox01 .bgItemSwiper01 {
	position: relative;
}
.itemBox01 .bgItemSwiper01::before {
	content: "";
	width: 21.2rem;
	height: 80.8rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox01.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2rem;
	left: 3rem;
}
.itemBox01 .itemSwiper01 {
	width: 53rem;
	border-radius: 5rem 5rem 0 0;
}
.itemBox01 .itemSwiper01 .swiper-pagination {
	right: auto;
	left: 1.5rem;
}
.itemBox01 .item {
	margin-top: 2rem;
	margin-left: 5rem;
}
.itemBox01 .item .wrap {
	gap: 0 2.5rem;
}
.itemBox01 .item .txt {
	width: 40rem;
}
.itemBox01 .item .detail {
	width: 14rem;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin: 8.5rem auto 0;
		width: 56rem;
	}
	.itemBox01 .bgItemSwiper01::before {
		left: -2rem;
	}
	.itemBox01 .itemSwiper01 {
		width: 100%;
		border-radius: 3.5rem 3.5rem 0 0;
	}
	.itemBox01 .item {
		margin-top: 3rem;
		margin-left: 0;
	}
	.itemBox01 .item .wrap {
		flex-direction: column;
	}
	.itemBox01 .item .txt {
		width: 100%;
	}
	.itemBox01 .item .detail {
		width: 100%;
	}
}

/* itemBox02 */
.itemBox02 {
	margin-top: 13rem;
	gap: 0 6rem;
	position: relative;
}
.itemBox02::before {
	content: "";
	width: 25.4rem;
	height: 23.7em;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox02_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -23.7rem;
	left: -5rem;
}
.itemBox02 .pic {
	margin-left: -5rem;
	width: 47.5rem;
}
.itemBox02 .item {
	margin-top: 8rem;
	width: 31rem;
}
.itemBox02 .item .pic02 {
	margin-top: 8rem;
	margin-left: -16.5rem;
	width: 61rem;
	position: relative;
}
.itemBox02 .item .pic02::before {
	content: "";
	width: 62.4rem;
	height: 75.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2rem;
	right: 12rem;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 9rem;
		flex-direction: column;
		gap: 0;
	}
	.itemBox02::before {
		width: 32.9rem;
		height: 41.7em;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox02_02_sp.png);
		top: -23.7rem;
		left: auto;
		right: -3.5rem;
}
	.itemBox02 .pic {
		margin-left: 0;
		width: 44rem;
	}
	.itemBox02 .item .pic02::before {
		width: 62.4rem;
		height: 75.3rem;
		right: -4rem;
	}
	.itemBox02 .item {
		margin-top: -25rem;
		margin-left: auto;
		margin-right: -3rem;
		width: 44.9rem;
		display: flex;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.itemBox02 .item .txt {
		width: 40rem;
	}
	.itemBox02 .item .pic02 {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
	}
}

/* itemBox03 */
.itemBox03 {
	margin-top: 15rem;
}
.itemBox03 > .wrap {
	margin-left: -5rem;
	margin-right: -5rem;
	justify-content: space-between;
	gap: 0 2rem;
	position: relative;
	z-index: 2;
}
.itemBox03 .wrap > div:first-child {
	width: 62.5rem;
}
.itemBox03 .wrap > div:last-child {
	width: 45.5rem;
}
.itemBox03 .item {
	margin-top: 3rem;
}
.itemBox03 .wrap > div:first-child .item {
	padding-left: 11rem;
}
.itemBox03 .wrap > div:last-child .item {
	padding-right: 7.5rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 8.5rem;
		position: relative;
	}
	.itemBox03::before {
		content: "";
		width: 24.1rem;
		height: 30.4rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox03_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -30.4rem;
		left: -3.5rem;
	}
	.itemBox03::after {
		content: "";
		width: 18.1rem;
		height: 39.4rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox03_02_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 77rem;
		right: -2.5rem;
	}
	.itemBox03 > .wrap {
		margin-left: -3rem;
		flex-direction: column;
		gap: 5rem 0;
	}
	.itemBox03 .wrap > div:first-child {
		width: 56.7rem;
	}
	.itemBox03 .wrap > div:last-child {
		width: 56.7rem;
	}
	.itemBox03 .item {
		margin-top: 4rem;
	}
	.itemBox03 .wrap > div:first-child .item {
		padding-left: 9rem;
	}
	.itemBox03 .wrap > div:last-child .item {
		padding-left: 9rem;
		padding-right: 0;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 9rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 4rem;
	position: relative;
}
.itemBox04 .bgItemSwiper02 {
	position: relative;
}
.itemBox04 .bgItemSwiper02::before {
	content: "";
	width: 55.1rem;
	height: 27.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox04.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2rem;
	left: -2rem;
}
.itemBox04::after {
	content: "";
	width: 36.9rem;
	height: 40.7rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox04_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -23rem;
	right: -5rem;
}
.itemBox04 .itemSwiper02 {
	margin: 0;
	width: 53rem;
	border-radius: 5rem 0 0 0;
}
.itemBox04 .item {
	width: 29rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 20rem;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.itemBox04::after {
		bottom: -29rem;
		right: -10rem;
	}
	.itemBox04 .itemSwiper02 {
		margin: 0;
		width: 58.5rem;
		border-radius: 3.5rem 0 0 0;
	}
	.itemBox04 .item {
		margin-right: 3rem;
		width: 55rem;
	}
}

/* itemBox05 */
.itemBox05 {
	margin-top: 10rem;
	align-items: flex-end;
	gap: 0 6.5rem;
}
.itemBox05 .pic {
	width: 51rem;
	position: relative;
}
.itemBox05 .item {
	width: 30rem;
}
.itemBox05 .pic::before {
	content: "";
	width: 58.2rem;
	height: 75.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox05.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2rem;
	left: 2rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 22rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox05 .pic {
		width: 53.2rem;
	}
	.itemBox05 .pic::before {
		width: 60.2rem;
		height: 78.3rem;
	}
	.itemBox05 .item {
		margin-left: 6rem;
		width: 47.2rem;
	}
}

/* itemBox06 */
.itemBox06 {
	margin-top: 10rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 3.5rem;
	position: relative;
}
.itemBox06::after {
	content: "";
	width: 14.1rem;
	height: 19.4rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox06_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 12rem;
	left: -5rem;
}
.itemBox06 .item {
	width: 28rem;
}
.itemBox06 .pic {
	width: 53rem;
	position: relative;
}
.itemBox06 .pic::before {
	content: "";
	width: 12.4rem;
	height: 87.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox06.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: -2rem;
	z-index: -1;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin: 9rem 3rem 0 auto;
		width: 50rem;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-end;
		gap: 4rem 0;
		position: relative;
		z-index: 1;
	}
	.itemBox06::after {
		content: "";
		width: 12.1rem;
		height: 17.4rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox06_02.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -27rem;
		left: auto;
		right: -3.5rem;
		transform: rotate(180deg);
	}
	.itemBox06 .item {
		width: 100%;
	}
	.itemBox06 .pic {
		width: 100%;
	}
}

/* itemBox07 */
.itemBox07 {
	margin: 25rem auto 0;
	width: 63rem;
	position: relative;
}
.itemBox07::after {
	content: "";
	width: 51.9rem;
	height: 63.7rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox07_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -18rem;
	right: -23rem;
}
.itemBox07 .pic {
	margin: 0 auto;
	width: 53rem;
	position: relative;
	z-index: 1;
}
.itemBox07 .pic::before {
	content: "";
	width: 46.3rem;
	height: 46.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox07.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2rem;
	right: -2rem;
	z-index: -1;
}
.itemBox07 .item {
	margin-top: 2rem;
	margin-left: 5rem;
}
.itemBox07 .item .wrap {
	align-items: flex-end;
	gap: 0 2.5rem;
}
.itemBox07 .item .txt {
	width: 28rem;
}
.itemBox07 .item .detail {
	width: 21rem;
}
@media (max-width: 768px) {
	.itemBox07 {
		margin: 15rem auto 0;
		width: 49rem;
	}
	.itemBox07::after {
		display: none;
	}
	.itemBox07 .pic {
		width: 100%;
	}
	.itemBox07 .item {
		margin-top: 4rem;
		margin-left: 0;
	}
	.itemBox07 .item .wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.itemBox07 .item .txt {
		width: 100%;
	}
	.itemBox07 .item .detail {
		width: 100%;
	}
}

/* itemBox08 */
.itemBox08 {
	margin-top: 14rem;
	position: relative;
}
.itemBox08::after {
	content: "";
	width: 19.3rem;
	height: 26.6rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox08_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -32.3rem;
	left: -5rem;
}
.itemBox08 .wrap {
	align-items: flex-end;
	gap: 0 5.5rem;
}
.itemBox08 .wrap + .wrap {
	margin-top: 2.5rem;
}
.itemBox08 .pic {
	margin-left: 6rem;
	width: 36rem;
}
.itemBox08 .wrap:nth-child(1) .pic {
	position: relative;
}
.itemBox08 .wrap:nth-child(1) .pic::before {
	content: "";
	width: 36.3rem;
	height: 36.3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox08.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -1rem;
	right: -1rem;
}
.itemBox08 .item {
	width: 34rem;
}
@media (max-width: 768px) {
	.itemBox08 {
		margin-top: 15rem;
	}
	.itemBox08::after {
		width: 10.8rem;
		height: 13.3rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox08_02_sp.png);
		top: -28rem;
		left: auto;
		right: 2rem;
	}
	.itemBox08 .wrap {
		align-items: flex-start;
		justify-content: center;
		gap: 0 2rem;
	}
	.itemBox08 .wrap + .wrap {
		margin-top: 5rem;
		flex-direction: row-reverse;
	}
	.itemBox08 .pic {
		margin-left: 0;
		width: 31rem;
	}
	.itemBox08 .wrap:nth-child(1) .pic::before {
		display: none;
	}
	.itemBox08 .wrap:nth-child(2) .pic {
		position: relative;
	}
	.itemBox08 .wrap:nth-child(2) .pic::before {
		content: "";
		width: 31rem;
		height: 54rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/mens2/bg_itembox08_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -1rem;
		right: -1rem;
	}
	.itemBox08 .item {
		width: 30rem;
	}
}
