.block-genre-page--header {
	display: none;
}
.KL__cp {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	color: #2f2f2f;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
}

.KL__cp h1 {
	max-width: 100%;
	border-bottom: none;
	padding: 0;
	margin: 0 auto;
}
.KL__cp h2 {
	border: none;
	margin: 0 auto;
	padding: 0;
	color: #2f2f2f;
	font-size: 1.73rem;
	position: relative;
	letter-spacing: 0.15rem;
}
.KL__cp h2 strong {
	color: #e5378d;
	font-weight: bold;
}

.KL__cp .KL__about h2,
.KL__cp .KL__category h2 {
	display: flex;
	align-items: center;
}

.KL__cp .KL__about h2 span,
.KL__cp .KL__category h2 span {
	position: relative;
	padding: 0 1.1rem;
	background: #fff;
}

.KL__cp .KL__about h2::before,
.KL__cp .KL__about h2::after,
.KL__cp .KL__category h2:before,
.KL__cp .KL__category h2:after {
	content: "";
	flex-grow: 1;
	border-top: 2px #034ac0 dotted;
	display: block;
}

.KL__cp .KL__about h2::before,
.KL__cp .KL__category h2:before {
	margin-right: .7rem;
}

.KL__cp .KL__about h2::after,
.KL__cp .KL__category h2:after {
	margin-left: .7rem;
}

.KL__cp h3 {
	margin: 0;
	padding: 0;
	background: none;
}

.KL__cp .KL__about h3 {
	color: #fff;
	background-color: #447ad2;
	border-radius: 20px;
	height: 40px;
	width: 80%;
	position: relative;
	margin: 0 auto 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.35rem;
}

.KL__cp .KL__about h3::after,
.KL__cp .KL__category h3::after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(68, 112, 210, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#447ad2;
	top:100%;
	left:50%;
}

.KL__cp .KL__about {
	margin: 3rem auto;
	width: 90%;
}

.KL__cp .KL__slider {
	display: flex;
	gap: 1rem;
	margin: 2rem 0 1rem;
}

.KL__cp .KL__slider li {
	width: calc(100% / 3 - 0.7rem);
}

.KL__cp .KL__slider p {
	padding: 0.5rem 0;
}

.KL__cp .KL__slider li span {
	color: #e5378d;
}

.KL__cp .KL__note {
	font-size: 1.1rem;
	text-align: left;
}

.KL__cp .KL__category {
	width: 90%;
	margin: 3rem auto;
}

.KL__cp .KL__category .KL__ct-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem 0;
	gap: 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 700;
}

.KL__cp .KL__category .KL__ct-list li {
	width: calc(100% / 3 - 0.7rem);
	position: relative;
}

.KL__cp .KL__category .KL__ct-list li:nth-child(n+4) {
	width: calc(100% / 4 - 0.8rem);
}

.KL__cp .KL__category .KL__ct-list li a {
	border: 2px solid #e5378d;
	background-color: #fffaee;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.KL__cp .KL__category .KL__ct-list li::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: 0.5rem;
	top: 50%;
	margin-top: -.5em;
}

.KL__cp .KL__category .KL__bnr_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.KL__cp .KL__category .KL__bnr_area li {
	width: 405px;
}

.KL__cp .KL__category .KL__bnr_area li:last-child {
	width: 500px;
}

.KL__cp .KL__ranking {
	background: #effafe;
	margin: 3rem auto;
}

.KL__cp .KL__ranking h2 {
	padding: 2.5rem 0;
	font-size: 1.75rem;
	letter-spacing: 0.2rem;
}
.KL__cp .KL__ranking h2 strong {
	font-size: 2rem;
}

.KL__cp .KL__ranking .ttl {
	background: #ba468f;
	color: #fff;
	width: 330px;
	margin: 0 auto 0.8rem;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
}

.KL__cp .KL__ranking .ttl span {
	font-size: 1.7rem;
}

.KL__cp .KL__ranking sup {
	font-size: 1.1rem;
	font-weight: normal;
}

.KL__cp .KL__ranking .explain {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: normal;
	margin-top: 0.3rem;
}

.KL__cp .KL__ranking ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	gap: 3rem 4rem;
}

.KL__cp .KL__ranking ul li {
	width: 100%;
}

.KL__cp .KL__ranking ul li:nth-child(n+2) {
	width: 300px;
}

.KL__cp .KL__ranking h3 {
	margin: 0 auto;
}

.KL__cp .KL__ranking h3 img {
	width: 250px;
}

.KL__cp .KL__ranking ul li:first-child a {
	display: flex;
	justify-content: center;
}

.KL__cp .KL__ranking li:first-child a .item_img {
	width: 350px;
}

.KL__cp .KL__ranking li:first-child .KL__item_detail {
	width: 350px;
}

.KL__cp .KL__ranking li:first-child .detail_btn {
	margin-top: 1.8rem;
}

.KL__cp .KL__ranking li:first-child .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal.nomal-price {
	margin-bottom: 1.4rem;
}

.KL__cp .KL__ranking ul a {
	position: relative;
	margin-top: 1rem;
}

.KL__cp .KL__ranking .KL__icon {
	position: absolute;
	top: -3.2rem;
	left: 2rem;
	width: 16%;
}

.KL__cp .KL__ranking .KL__item_detail {
	background-color: #fff;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1.5rem 0;
}

.KL__cp .KL__ranking .KL__item_detail p {
	font-weight: bold;
}

.KL__cp .KL__ranking .KL__item_detail img {
	width: 200px;
}

.KL__cp .KL__ranking .KL__item_detail .detail_btn {
	color: #fff;
	background-color: #447ad2;
	width: 220px;
	height: 40px;
	border-radius: 20px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.KL__cp .KL__ranking .KL__item_detail .detail_btn::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: 1rem;
	top: 50%;
	margin-top: -.5em;
	pointer-events: none;
}

.KL__cp .KL__ranking .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal.nomal-price {
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}



.KL__cp .KL__link {
	width: 100%;
	padding: 4rem 0 3rem;
}
.KL__cp .KL__link_inner {
	position: relative;
	width: 450px;
	margin: 0 auto;
}

.KL__cp .KL__link_inner a {
	width: 450px;
	border-radius: 30px;
	background-color: #fff;
	color: #e5378e;
	border: 2px solid #e5378e;
	font-weight: bold;
	font-size: 1.6rem;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	margin: 0 auto;
}

.KL__cp .KL__link_inner 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: 1.5rem;
	top: 50%;
	margin-top: -.5em;
	color: #e5378e;
}

.KL__cp .pantsday__link {
	margin-bottom : 7rem;
}

.KL__cp .pantsday__link_inner {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.KL__cp .pantsday__link a {
	border: 2px solid #0d71af;
	border-radius: 9999px;
	color: #000;
	font-size: 1.5rem;
	padding: 1rem 0;
	font-weight: 700;
	width: 600px;
	height: 60px;
	display: block;
}

.KL__cp .pantsday__link 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: 1.5rem;
	top: 50%;
	margin-top: -.5em;
	color: #0d71af;
}

.KL__cp .pantsday__link a span {
	color: #dc2527;
}


/* スライダー部分 CSS調整 */
.KL__cp .slick-slide img.sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){


.KL__cp h2 {
	font-size: 2.1rem;
}

.KL__cp .KL__about {
	width: 90%;
}

.KL__cp .KL__about h3 {
	border-radius: 50px;
	height: initial;
	width: 90%;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	padding: 0.8rem 0;
}

.KL__cp .KL__slider {
	width: 97.5%;
	margin: 2rem auto 1rem;
}

.KL__cp .KL__slider li {
	width: 100% !important;
}

.KL__cp .KL__slider p {
	font-size: 1.6rem;
	width: 41vw;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4;
}

.KL__cp .KL__note {
	font-size: 1.3rem;
}

.KL__cp .KL__category {
	width: 94%;
}

.KL__cp .KL__category .KL__ct-list {
	font-size: 1.65rem;
	line-height: 1.4;
}
.KL__cp .KL__category .KL__ct-list li,
.KL__cp .KL__category .KL__ct-list li:nth-child(n+4) {
	width: calc(100% / 2 - 0.7rem);
}

.KL__cp .KL__category .KL__ct-list li:first-child {
	width: 100%;
}

.KL__cp .KL__category .KL__ct-list li a {
	height: initial;
	padding: 2rem 0;
}

.KL__cp .KL__category .KL__ct-list li:nth-child(3) a,
.KL__cp .KL__category .KL__ct-list li:nth-child(4) a,
.KL__cp .KL__category .KL__ct-list li:nth-child(6) a{
	padding: 0.85rem 0;
}

.KL__cp .KL__category .KL__bnr_area li {
	width: 100%;
}

.KL__cp .KL__ranking h2 {
	font-size: 2rem;
	padding: 3rem 0;
}
.KL__cp .KL__ranking .ttl {
	width: 75%;
	font-size: 1.65rem;
	letter-spacing: 0.1rem;
}

.KL__cp .KL__ranking .ttl span {
	font-size: 2.2rem;
}

.KL__cp .KL__ranking h2 strong {
	font-size: 2.3rem;
}
.KL__cp .KL__ranking .explain {
	font-size: 1.25rem;
}

.KL__cp .KL__ranking ul {
	width: 94%;
	justify-content: space-between;
	gap: 3rem 0;
}

.KL__cp .KL__ranking ul li:nth-child(n+2) {
	width: 48.5%;
}

.KL__cp .KL__ranking h3 {
	text-align: center;
	margin-bottom: 1rem;
}

.KL__cp .KL__ranking ul li:first-child h3 {
	text-align: center;
	margin-bottom: 3rem;
}

.KL__cp .KL__ranking h3 img {
	width: 97%;
}

.KL__cp .KL__ranking ul li:first-child h3 img {
	width: 65%;
}

.KL__cp .KL__ranking ul li:first-child a {
	display: block;
}

.KL__cp .KL__ranking li:first-child a .item_img {
	width: 100%;
}

.KL__cp .KL__ranking .KL__item_detail,
.KL__cp .KL__ranking li:first-child .KL__item_detail {
	width: 100%;
	overflow: hidden;
}

.KL__cp .KL__ranking li:first-child .KL__item_detail {
	padding: 2rem 0;
}

.KL__cp .KL__ranking ul li:first-child .KL__item_detail .detail_btn {
	width: 60%;
	font-size: 1.6rem;
	height: initial;
	border-radius: 100px;
	padding: 1.4rem 0;
}

.KL__cp .KL__ranking .KL__item_detail .detail_btn {
	width: 85%;
	height: initial;
	border-radius: 100px;
	font-size: 1.45rem;
	padding: 1.2rem 0;
}

.KL__cp .KL__ranking ul li:first-child .KL__item_detail p {
	font-size: 1.8rem;
}

.KL__cp .KL__ranking .KL__item_detail p {
	font-size: 1.5rem;
}

.KL__cp .KL__ranking .KL__item_detail img {
	width: 50%;
}

.KL__cp .KL__ranking .KL__icon {
	position: absolute;
	top: -3rem;
	left: -1.3rem;
	width: 32%;
}

.KL__cp .KL__ranking li:first-child .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal.nomal-price {
	margin-bottom: 0.7rem;
}
.KL__cp .KL__ranking ul li:first-child .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal.nomal-price p {
	font-size: 2.2rem;
}

.KL__cp .KL__ranking .page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal.nomal-price p {
	font-size: 1.8rem;
}

.KL__cp .KL__ranking sup {
	vertical-align: top;
}

.KL__cp .KL__link_inner {
	width: 94%;
}
	.KL__cp .KL__link a {
	width: 100%;
	height: initial;
	border-radius: 100px;
	font-size: 1.8rem;
	padding: 1.5rem 0;
}

/* スライダー部分 CSS調整 */
.KL__cp .slick-slide img.pc {
	display: none;
}
.KL__cp .slick-slide img.sp {
	display: inline-block;
}

.KL__cp .slick-arrow {
	background: none;
}
.KL__cp .slick-arrow::after {
	border-top: solid 2px #2f2f2f;
	border-right: solid 2px #2f2f2f;
}
	
.KL__cp .slick-arrow.slick-prev {
	left: -2.5rem;
}
.KL__cp .slick-arrow.slick-next {
	right: -2.5rem;
}

.KL__cp .KL__slider li img {
	width: 41.5vw;
	margin-left: auto;
	margin-right: auto;
}

.KL__cp .pantsday__link {
	margin-bottom : 7rem;
}

.KL__cp .pantsday__link_inner {
	width: 94%;
}

.KL__cp .pantsday__link a {
	font-size: 1.75rem;
	padding: 1.7rem 0;
	width: 100%;
	height: initial;
	line-height: 1.3;
}


.pc {
	display: none;
}
.sp {
	display: block;
}

}