.block-genre-page--header {
	display: none;
}
.ct-genre {
	margin: 0 auto 2.3rem;
	text-align: center;
	font-size: 1.1em;
}
.ct-genre ul {
	display: flex;
	justify-content: space-between;
	font-size: initial;
	font-weight: 700;
}
.ct-genre h1 {
	margin: 10px 0 0;
	padding: 0;
	border: none;
	position: relative;
}
/* 共通のみmargin変更 */
.ct-genre.mt h1 {
	margin: 32px 0 0;
}
.ct-genre .bubble {
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 35%;
}
.ct-genre .pc {
	display: block;
}
.ct-genre .sp {
	display: none;
}

.other-ct-btn {
	color: #fff;
	display: flex;
	justify-content: flex-end;
}

.mens .other-ct-btn a {
	background: #ff4386;
}

.other-ct-btn a {
	width: 170px;
	background: #5f94d0;
	border-radius: 5px;
	padding: 5px;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
}

.ct-genre h2 {
	margin: 0 auto;
	padding: 0;
	border: none;
	display: inline-block;
	position: relative;
	font-size: 1.65rem;
}

.ct-genre .category {
	padding: 1.7rem 0;
	background: #fbfaee;
}

.ct-genre .category h2 {
	color: #333;
	margin-top: 1.7rem;
}
.ct-genre .category h2:before {
	background: url(/lp/wintersale/24/images/genre/h2_left.png);
	left: -3.7rem;
}

.ct-genre .category h2:after {
	background: url(/lp/wintersale/24/images/genre/h2_right.png);
	right: -3.7rem;
}
.ct-genre .category h2:before,
.ct-genre .category h2:after {
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.3rem;
	height: 2.3rem;
	top: 0;
}

.ct-genre .common_list {
	width: 100%;
	margin-top: 1.5rem;
}
.ct-genre .common_list li {
	width: 49%;
	border: 2px solid #5f94d0;
	border-radius: 5px;
	background: #fff;
}
.ct-genre .common_list li:last-child {
	border: 2px solid #ff4386;
}
.ct-genre .common_list li a {
	width: 100%;
	display: block;
	padding: 1.2rem;
	position: relative;
}
.ct-genre .common_list li a:after {
	content: '\EA03';
	font-family: iconfont, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -.5em;
}

.ct-genre .ct_list {
	padding: 1% 3%;
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	justify-content: space-between;
	text-align: center;
	font-weight: 700;
	font-size: initial;
	color: #333;
	line-height: 1.5;
	row-gap: 1rem;
	margin-top: 0.3em;
}

.ct-genre .ct_list li {
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0;
	border-radius: 5px;
	border: 2px solid #ff4386;
	background: #fff;
}
.mens .ct_list li {
	border: 2px solid #5f94d0;
}

.ct-genre .ct_list.two li {
	width: calc(100% / 2 - 0.5rem);
}

.ct-genre .ct_list.three li {
	width: calc(100% / 3 - 0.5rem);
}

.ct-genre .ct_list.four li {
	width: calc(100% / 4 - 0.5rem);
}

.ct-genre .ct_list.five li {
	width: calc(100% / 5 - 0.5rem);
}

.ct-genre .ct_list.six li {
	width: calc(100% / 3 - 0.5rem);
}

.ct-genre .ct_list li a {
	width: 100%;
	display: flex;
	padding: 1rem;
	position: relative;
	align-items: center;
	justify-content: center;
}
.ct-genre .ct_list li a:after,
.other-ct-btn a:after {
	content: '\EA03';
	font-family: iconfont, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -.5em;
}

.ct-genre .ct_list li a.sp {
	display: none;
}

.ct-genre .ct_list:nth-of-type(3) li {
	background: #fdf6bd;
}

.ct-genre .ct_list.pricedown li {
	width: calc(100% / 2 - 0.4rem);
	border: 2px solid #c91516;
	background: #fff;
	color: #c91516;
	font-size: 1.4rem;
	position: relative;
}

.ct-genre .ct_list.pricedown a:before {
	content: "";
	position: absolute;
	background: url(/lp/wintersale/24/images/icon_sale.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 4%;
	left: 15%;
}

.ct-genre .recommend {
	background: repeating-linear-gradient(-45deg, #c91516, #c91516 7px, #d03132 7px, #d03132 14px);
	padding: 2% 3% 3%;
}

.ct-genre .recommend h2 {
	color: #fff;
}

.ct-genre .recommend h2:before {
	background: url(/lp/wintersale/24/images/genre/h2_left_white.png);
	left: -3.7rem;
}

.ct-genre .recommend h2:after {
	background: url(/lp/wintersale/24/images/genre/h2_right_white.png);
	right: -3.7rem;
}

.ct-genre .recommend h2:before,
.ct-genre .recommend h2:after {
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.3rem;
	height: 2.3rem;
	top: 0;
}

.ct-genre .recommend_list {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.5rem;
	padding: 2% 0;
}
.ct-genre .recommend_list li {
	background: #fff;
	position: relative;
}

.ct-genre .add_item {
	/*position: absolute;
	z-index: 1;
	right: 0;
	background: #ff5d05;
	color: #fff;*/
}
.ct-genre .add_item p {
	padding: 5px 13px;
	font-size: 1.3rem;
}
.ct-genre figure {
	position: relative;
	display: flex;
	align-items: center;
}
.ct-genre figure figcaption {
    position: absolute;
    top: 35%;
    right: 5%;
}
.ct-genre dl {
	line-height: 1.4;
	font-weight: 800;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-width: 180px;
}
.ct-genre dl dt {
	font-size: 1.5rem;
}
.ct-genre dl dd {
	font-size: 1.8rem;
	position: relative;
	text-align: left;
	margin-bottom: 5%;
	padding: 8px 5px;
	border-bottom: 1px solid #333333;
}

.ct-genre .highlight {
	text-decoration: underline;
	text-decoration-color: #fff799;
	text-underline-offset: -.2em;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 0.4em;
}

/* セール価格表示調整 */
.page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #fff36b;
	font-size: 24px;
	font-weight: 600;
	padding: 2% 0;
	position: relative;
}

.page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal::after {
	content: '\EA03';
	font-family: iconfont, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -.5em;
	color:#f40303;
}
.page-Campaign_PriceNormal span[id^="goods_discount_rate_"]:before {
	content: none;
}

.page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
	font-size: 18px;
	margin: 0 10px;
}


/* 再々値下げアイテム・アイテム追加 */
.ct-genre.pricedown_item .category {
	background: #fff;
	padding: 1.1rem 0;
}

.ct-genre.pricedown_item h1 {
	margin: 0;
}
.ct-genre.pricedown_item .ct_list {
	justify-content: center;
}
.ct-genre.pricedown_item .ct_list li {
	width: 450px;
	border: 2px solid #c91516;
	background: #fff;
	color: #c91516;
	font-size: 1.4rem;
	position: relative;
}

.ct-genre.pricedown_item .ct_list li a {
	background: #fef8c4;
}

.ct-genre.pricedown_item .ct_list a span {
	position: relative;
}
.ct-genre.pricedown_item .ct_list a span:before {
	content: "";
	position: absolute;
	background: url(/lp/wintersale/24/images/icon_sale.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	left: -5rem;
}


/*再値下げアイコン*/
.add_item .item-off-icon {
    position: absolute;
    width: 75px;
    top: 5px;
    right: 50px;
    z-index: 2;
}
.add_item .item-off-icon2 {
    position: absolute;
    width: 55px;
    top: 30px;
    right: 5px;
    z-index: 1;
}

/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){
.ct-genre {
	margin: 0 auto 2.5rem;
}
.ct-genre h1 {
	max-width: 100%;
	margin: 6% 0 0;
}

.ct-genre .bubble {
	width: 80%;
	top: -5%;
}
.ct-genre .pc {
	display: none;
}
.ct-genre .sp {
	display: block;
}

.ct-genre .common_list {
	margin-top: 1.3rem;
	padding: 0 2%;
	font-size: 1.6rem;
}

.ct-genre .common_list li a {
	padding: 1rem;
}

.other-ct-btn a {
	margin: 5px 10px 10px;
}

.ct-genre h2 {
	margin: 0;
	width: 100%;
	font-size: 1.8rem;
}

.ct-genre .category h2:before,
.ct-genre .category h2:after,
.ct-genre .recommend h2:before,
.ct-genre .recommend h2:after {
	width: 2.4rem;
	height: 2.4rem;
}

.ct-genre .category h2:before {
	left: 8.5rem;
}
.ct-genre .category h2:after {
	right: 8.5rem;
}

.ct-genre .recommend h2:before {
	left: 5.5rem;
}
.ct-genre .recommend h2:after {
	right: 5.5rem;
}

.ct-genre .category {
	padding: 4%;
}

.ct-genre .ct_list {
	padding: 1% 0;
	font-size: 1.6rem;
}
.ct-genre .ct_list li,
.ct-genre .ct_list.three li,
.ct-genre .ct_list.four li,
.ct-genre .ct_list.five li,
.ct-genre .ct_list.six li {
	width: calc(100% / 2 - 0.5rem);
}
.ct-genre .ct_list.three li:first-child,
.ct-genre .ct_list.five li:first-child {
	width: 100%;
}

.ct-genre .ct_list.sp_tall li a {
	height: 5.7rem;
}
.ct-genre .ct_list li a:after,
.other-ct-btn a:after {
	right: 3px;
	margin-top: -.45em;
}
.ct-genre .ct_list li a.pc {
	display: none;
}
.ct-genre .ct_list li a.sp {
	display: flex;
}

.ct-genre .ct_list.pricedown li {
	font-size: inherit;
}

.ct-genre .ct_list.pricedown a:before {
	background: none;
}

.ct-genre .recommend {
	padding: 4% 4% 7%;
}

.ct-genre .recommend_list {
	display: grid;
	padding: 3% 0 0;
}

.ct-genre .add_item p {
	padding: 3px 10px;
	font-size: 1.6rem;
}
.ct-genre figure figcaption {
	right: 3%;
}
.ct-genre dl dt {
	font-size: 1.8rem;
}
.ct-genre dl dd {
	font-size: 2rem;
}

.price-range .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal {
	gap: 0;
	font-size: 22px;
	padding: 2% 3% 2% 0;
}
.price-range .page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
	font-size: 16px;
	margin: 0 5px;
}

/*再値下げアイコン*/
.add_item .item-off-icon {
    position: absolute;
    width: 20%;
    top: 0.5rem;
    right: 5.5rem;
    z-index: 2;
}
.add_item .item-off-icon2 {
    position: absolute;
    width: 15%;
    top: 2.3rem;
    right: 0.5rem;
    z-index: 1;
}

/* 再々値下げアイテム・アイテム追加 */
.ct-genre.pricedown_item .ct_list li {
	width: 90%;
	font-size: 1.8rem;
}

.ct-genre.pricedown_item .ct_list li a {
	padding: 1.6rem;
}

.ct-genre.pricedown_item .ct_list a span:before {
	left: -6.5rem;
}

}