﻿
/*============================================================
category wrap
==============================================================*/
.l-container_category{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    max-width: 1240px;
    padding: 50px 30px 0;
    margin: auto;
}
/*============================================================
category content
==============================================================*/
.l-content_category{
	width:calc(100% - 240px);
}
.c-title_cate{
	text-align:center;
	margin-bottom:50px;
	font-size:2.2rem;
}
.c-title_cate span{
	display:block;
	font-size:6.4rem;
	line-height:1;
}
.l-category_head{
	position: relative;
	background:#FFE000;
	padding:40px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	z-index:1;
}
.l-category_head figure{
	width:47.8%;
}
.l-category_head--modifier figure {
	margin-left: 20px;
	max-height: 240px;
	overflow: hidden;
}
.l-category_head--modifier figure img {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.p-catehead_text{
	width:52.2%;
	box-sizing:border-box;
	padding:0 30px;
	display: flex; 
    flex-direction: column;
    justify-content: center;
}
.p-catehead_text--modifier {
	width: calc(52.2% - 20px);
}
.p-catehead_text p{
	font-size:16px;
	order:1;
	margin-bottom:20px;
}
.l-category_head .c-title_cate{
	margin-bottom:20px;
	width:100%;
}

.p-list_catehead_icon{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom:20px;
	order:2;
}
.p-list_catehead_icon li{
	text-align: center;
	width:74px;
	height:74px;
	border-radius:50%;
	box-sizing:border-box;
	border:2px solid #000;
	margin:0 4px;
	display: flex; 
    flex-direction: column;
    justify-content: center;
	font-size:1.4rem;
	font-weight:700;
	background:#FFE000;
}
.p-list_catehead_icon li span{
	font-size:1.1rem;
}
.p-list_catehead_icon li:nth-child(1){
	background:#FF758B;
}
.p-list_catehead_icon li:nth-child(2) span{
	font-size:.8rem;
}
.p-list_catehead_icon li:nth-child(3){
	background:#00B300;
}

.l-category_type{
	position:relative;
	z-index:1;
	padding-top:70px;
}

.c-list_type{
	display: flex;
    flex-wrap: wrap;
	margin:auto;
	width:95.7%;
}
.c-list_type li{
	width:32.2%;
	margin-right:1.7%;
	margin-bottom:15px;
}
.c-list_type li a{
	display: flex;
    flex-wrap: wrap;
	padding:12px 30px 12px 0;
	height:100%;
	background:url(../image/slider-next01.png) right 5px center no-repeat;
	background-size:14px auto;
	transition: .2s ease;
}
.c-list_type li a:hover{
	opacity:.5;
}
.c-list_type li:nth-child(4n - 3) a{
	background-image:url(../image/slider-next01.png);
}
.c-list_type li:nth-child(4n - 2) a{
	background-image:url(../image/slider-next02.png);
}
.c-list_type li:nth-child(4n - 1) a{
	background-image:url(../image/category-arrow04.png);
}
.c-list_type li:nth-child(4n) a{
	background-image:url(../image/category-arrow03.png);
}
.c-list_type li:nth-child(3n){
	margin-right:0;
}
.c-list_type li a figure{
	width:40px;
	margin-right:10px;
	display: flex; 
    flex-direction: column;
    justify-content: center;
}
.c-list_type li a p{
	width:calc(100% - 50px);
	display: flex; 
    flex-direction: column;
    justify-content: center;
	font-size:1.6rem;
}

.l-category-rank_wrap{
	position:relative;
	z-index:1;
	padding:100px 0 0;
	margin-bottom:100px;
}
.l-category-rank_wrap::after{
	display:block;
	position:absolute;
	height:90%;
	width:100%;
	content:'';
	background:#ff758b;
	transform:skewY(0deg) translateY(31%);
	z-index:-1;
	bottom:140px;
}
.l-cate-ranking{
	margin:auto;
	width:95.7%;
}
.l-cate-ranking .p-top-ranking_list_num{
	width:60%;
	left:-6%;
	top:-8%;
}
.l-cate-ranking .l-top-ranking_list_item{
	margin-bottom:15px;
}

.l-category_list{
	position:relative;
	z-index:1;
	padding-top:70px
}

.l-inner-listsection{
	margin:auto;
	width:95.7%;
}
.p-list-pickup{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:40px;
}
.p-list-pickup li{
	width:48.88%;
}
.p-list-pickup li a{
	transition: .2s ease;
	border:1px solid #EBEBEB;
	box-sizing:border-box;
	padding:20px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	height:100%;
}
.p-list-pickup li a:hover{
	opacity:.5;
}
.p-list-pickup li figure{
	width:100px;
}
.p-pickup-text{
	width:calc(100% - 120px);
	font-size:1.4rem;
}
.p-title-list-sort{
	font-size:2.4rem;
	padding-bottom:5px;
	border-bottom:2px solid #C4C4C4;
	margin-bottom:14px;
	font-weight:700;
}
.p-title-active-list{
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:40px;
}
.p-head-list-sort{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:60px;
	align-items: center;
}
.p-head-list-sort .p-sort-num{
	font-size:1.6rem;
	font-weight:700;
	line-height:1;
}
.p-head-list-sort .p-sort-num span{
	font-size:2rem;
	color:#ff758b;
}
.p-sort-wrap{
	display: flex;
    flex-wrap: wrap;
	height:35px;
	font-size:1.6rem;
	font-weight:700;
}
.p-sort-shownum{
	position:relative;
	margin-right:10px;
}
.p-sort-shownum p{
	box-sizing:border-box;
	padding:0 40px 0 40px;
	border:3px solid #C4C4C4;
	display: flex; 
    flex-direction: column;
    justify-content: center;
	height:100%;
	position:relative;
	cursor:pointer;
}
.p-sort-shownum p::after{
	content:"";
	display:block;
	height:0;
	width:0;
	border-top:9px solid #000;
	border-bottom:9px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	position:absolute;
	right:10px;
	top:10px;
}
.p-sort-shownum-list{
	position:absolute;
	background:#fff;
	display:none;
	width:100%;
	border:3px solid #C4C4C4;
	border-top:none;
	z-index:2;
}
.p-sort-shownum-list li{
	padding:10px 10px 10px 40px;
	width:100%;
}
.p-sort-shownum-list li:hover{
	background:#EBEBEB;
	text-decoration:none;
}
.p-sort-showpopular{
	position:relative;
	box-sizing:border-box;
	text-align:right;
	height:100%;
	display: flex; 
    flex-direction: column;
    justify-content: center;
}
.p-sort-showpopular p{
	height:100%;
	display: flex; 
    flex-direction: column;
    justify-content: center;
}
select:focus {
  outline: 0;
}

.easy-select-box{
	display:inline-block;
	position:relative;
	width:120px !important;
}
.easy-select-box .esb-dropdown{
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
	display:none;
}

/* Default Presentation CSS. You can edit appearance here or create a custom class below */
.easy-select-box{
	text-align: center;
	outline:none;
	width:160px !important;
	min-width:110px;
}
.easy-select-box:focus{
	outline:none;
}
.easy-select-box .esb-displayer{
	padding:0 3px;
	height:33px;
	line-height:33px;
	cursor: default;
	text-align: center;
	background:#EBEBEB url(../image/icon_sort.png) no-repeat left 10px center;
	background-size:auto 16px;
	border-radius:17.5px;
}
.easy-select-box .esb-dropdown{
	border:1px solid #cccccc;
	width:180px !important;
	overflow:auto;
	background:#FFFFFF;
}
.easy-select-box .esb-dropdown .esb-item{
	padding:3px 3px 3px 54px;
	background:#FFFFFF;
	cursor:default;
	text-align:left;
}
.easy-select-box .esb-dropdown .esb-item:hover{
	background:#EBEBEB;
	text-decoration:none;
}

/* Custom Presentation CSS. You can edit appearance here */

.easy-select-box-nice.disabled .esb-displayer,
.easy-select-box-nice:hover.disabled .esb-displayer{
	background-position: right -74px;
}
.easy-select-box-nice .esb-dropdown{
	border:1px solid #cccccc;
	background:#FFFFFF;
}
.easy-select-box-nice .esb-dropdown .esb-item{
	padding:3px 5px;
	cursor:default;
}
.easy-select-box-nice .esb-dropdown .esb-item:hover{
	background:#EBEBEB;
}
.p-sort-show-logic{
	margin-left:5px;
}
select.p-sort-show-logic{
	font-size: 1.2rem;
    font-weight: 700;
}
.p-sort-showpopular-list{
	position:absolute;
	background:#fff;
	display:none;
	width:140px;
	top:35px;
	left:0;
	z-index:2;
	padding:10px;
}
.p-sort-showpopular-list li{
	text-align:left;
	width:100%;
	margin-bottom:5px;
}
.p-sort-showtype{
	position:relative;
}
.p-sort-showtype p{
	box-sizing:border-box;
	text-align:right;
	height:100%;
	display: flex; 
    flex-direction: column;
    justify-content: center;
	background:#EBEBEB url(../image/icon_list.png) no-repeat left 10px center;
	border-radius:17.5px;
	padding:0 10px 0 30px;
	cursor:pointer;
}
.p-sort-showtype-list{
	position:absolute;
	background:#fff;
	display:none;
	width:100%;
}
.p-sort-showtype-list li{
	padding:10px;
	text-align:right;
	width:100%;
}
.l-pager{
	text-align:center;
	position:relative;
	font-size:1.2rem;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px;
}
.l-pager a, .l-pager span.is-current{
	height:35px;
	width:32px;
	text-align:center;
	line-height:35px;
	margin:0 6px;
	cursor: pointer;
}
.l-pager a{
	background:#EBEBEB;
	transition: .2s ease;
}
.l-pager .is-current,
.l-pager .current{
	background:#c9c7c7;
}
.p-pg_dotto{
	height:35px;
	display: flex; 
    flex-direction: column;
    justify-content: flex-end;
}
.l-pager a.p-pg_pre,.l-pager a.p-pg_next{
	background-color: transparent;
}
.l-pager a.p-pg_pre{
	background:url(../image/pager_arrow_p.png) no-repeat right center;
}
.l-pager a.p-pg_next{
	background:url(../image/pager_arrow_n.png) no-repeat left center;
}
.l-pager a.p-pg_next:hover{
	background:url(../image/pager_arrow_n.png) no-repeat left center;
}
.l-pager a.p-pg_pre:hover{
	background:url(../image/pager_arrow_p.png) no-repeat right center;
}
.l-pager a:hover{
	background:#c9c7c7;
}
.l-list-sort{
	margin:34px 0 0;
	display: flex;
    flex-wrap: wrap;
}
.l-list-sort li.p-list-item-wrap{
	width:23%;
	margin:0 2.66% 40px 0;
	font-weight:700
}
.l-list-sort li.p-list-item-wrap:nth-child(4n){
	margin-right:0;
}
.l-list-sort li.p-list-item-wrap figure{
	position:relative;
	margin-bottom:5px;
}
.l-list-sort li.p-list-item-wrap figure a img{
	height: 206px;
}
.l-list-sort li.p-list-item-wrap figure .p-like-icon a img{
	height: auto;
}
.l-list-sort li.p-list-item-wrap figure a{
	transition: .2s ease;
	display:block;
}
.l-list-sort li.p-list-item-wrap figure a:hover{
	opacity:.5;
}
.p-bland-icon{
	position:absolute;
	bottom: 5px;
	left:0;
	width:30%;
}
.p-like-icon{
	position:absolute;
	bottom:5px;
	right:5px;
	width:24%;
}
.l-list-sort li.p-list-item-wrap h4{
	font-size:1.8rem;
	font-weight:700;
	word-break: break-word;
	display: -webkit-box;
    max-width: 100%;
    height: 53px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-item_id{
	font-size:1.2rem;
	color:#C4C4C4;
	margin-bottom:5px;
	min-height: 18px;
}
.p-item_icon_list{
	display: flex;
    flex-wrap: wrap;
	margin-bottom:10px;
	min-width: 30px;
}
.l-list-sort .p-item_icon_list{
	display: none;
}
.l-list-sort .p-text_description{
	display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-item_icon_list li{
	margin-right:10px;
	width:30px;
}
.l-table_item_detail{
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
.l-table_item_detail tr{
	margin-bottom:2px;
	display:table;
	width:100%;
}
.l-table_item_detail th, .l-table_item_detail td{
	font-size:1rem;
	font-weight:500;
	text-align:left;
	padding:0 4px;
	border:2px solid #EBEBEB;
}
.l-table_item_detail th{
	background:#EBEBEB;
	width:38px;
}
.p-text_totalprice{
	margin:5px 0 5px;
	padding-bottom:5px;
	border-bottom:2px solid #C4C4C4;
}
.p-text_totalprice + p{
	font-weight:500;
	font-size:1.6rem;
}
.p-text_totalprice span{
	color:#FF0000;
}
.p-catehead_text_center {
    width: auto;
    padding: 0;
    display: inherit;
    text-align: center;
    margin-bottom: 40px;
}
.l-design-print-contents_btn {
    padding: 0 0 80px;
}
.l-design-print-contents_btn-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.l-design-print-contents_btn-list_item {
	width: 32%;
	background: #fff;
	margin-right: 2%;
	padding: 8px 8px 15px 8px;
}
.l-design-print-contents_btn-list_item.activebtn {
	background: #FFDE00;
	color: #FF758B;
}
.l-design-print-contents_btn-list_item:hover {
	opacity: 0.9;
	cursor: pointer;
}
.l-design-print-contents_btn-list_item:nth-child(3n) {
	margin-right: 0;
}
.l-design-print-contents_btn-list_item-btn_img {
	width: 100%;
	margin-bottom: 15px;
}
.l-design-print-contents_btn-list_item-btn_text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.l-design-print-contents_btn-list_item-btn_desc {
    font-size: 1.4rem;
    margin-top: 10px;
}
.l-design-print-contents_btn-list_item-btn_text_little {
	font-size: 1.0rem;
}
.p-colorChoice_wrap {
	padding-bottom: 80px;
}
.p-colorChoice_wrap .p-colorChoice {
	border: 4px solid #EBEBEB;
}
.p-colorChoice_wrap .c-colorChoice_title {
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	background-color: #EBEBEB;
}
.p-colorChoice_wrap .p-colorChoice_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.p-colorChoice_wrap .c-colorChoice_text {
	width: 60%;
}
.p-colorChoice_wrap .p-colorChoice_container .c-center {
	width: 35%;
}
.p-colorChoice_wrap .p-colorChoice_container .c-center .c-page-btn {
	transition: 0.2s ease;
}
.p-colorChoice_wrap .p-colorChoice_container .c-center .c-page-btn:hover {
	opacity: 0.5;
}
.c-sp{
	display:none;
}
.p-btn_narrow{
	display:none;
	position:fixed;
	bottom:5px;
	right:10px;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#FFDE00;
	text-align:center;
	z-index:10;
	cursor:pointer;
}
.p-btn_narrow figure{
	margin:13px auto 4px;
	width:29px;
}
.p-btn_narrow p{
	font-size:1rem;
}
.l-wrap_narrow_menu{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:11;
	transition: .6s ease;
	right:-100%;
	overflow:auto;
	padding-bottom:128px;
}
.n-sub-open .l-wrap_narrow_menu{
	overflow:hidden;
}
.l-wrap_narrow_menu.is-active{
	right:0;
}
.l-wrap_narrow_menu .p-title-narrow{
	text-align:center;
	padding:20px 0;
	font-size:2rem;
}
.p-btn_close_narrow{
	position: fixed;
	top:10px;
	right:-100%;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#EBEBEB;
	transform: rotate(45deg);
	transition: .6s ease;
	z-index:11;
}
.l-wrap_narrow_menu.is-active .p-btn_close_narrow{
	right:4%;
}
.p-btn_close_narrow::before, .p-btn_close_narrow::after{
	content:'';
	display:block;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	background:#000;
	border-radius:2px;
}
.p-btn_close_narrow::before{
	width:4px;
	height:18px;
}
.p-btn_close_narrow::after{
	width:18px;
	height:4px;
}
.p-narrow_freeword{
	margin:0 auto 30px;
	width:88%;
}
.p-narrow_freeword p{
	font-size:1.4rem;
	margin-bottom:5px;
}
.p-narrow_freeword input{
	width:100%;
	padding:12px;
	border:3px solid #C4C4C4;
}
.l-list-narrow{
	border-top:2px solid #EBEBEB;
}
.p-narrow-item{
	border-bottom:2px solid #EBEBEB;
	padding:20px 6%;
	position:relative;
}
.p-narrow-item a{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-narrow-item::after{
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	margin:auto;
	right:6%;
	top:0;
	bottom:0;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform: rotate(45deg);
}
.p-narrow-item-cate{
	max-width: 130px;
	color:#8B8B8B;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-narrow-item-select{
	width: calc(100% - 130px);
	text-align: right;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	text-overflow: ellipsis;
	padding-right:12px;
	/* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.l-btn-area-narrow{
	transition: .6s ease;
	padding:30px 6%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: fixed;
	bottom:0;
	width:100%;
	background:#fff;
	z-index:100;
	right:-100%;
}
.l-wrap_narrow_menu.is-active .l-btn-area-narrow{
	right:0;
}
.l-btn-area-narrow a{
	display:block;
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align:center;
	height:68px;
	border:3px solid #000;
	border-radius:34px;
	font-size:1.2rem;
	font-weight:700;
}
.p-btn-narrow_submit{
	width:56%;
}
.p-btn-narrow_submit a{
	background:#FFDE00;
}
.p-btn-narrow_submit a span.p-narrow-num{
	font-size:2rem;
	display:inline-block;
}
.p-btn-narrow_clear{
	width:39%;
}

.l-narrow_sub{
	position: fixed;
	top:0;
	width:100%;
	height:calc(100% - 128px);
	background:#fff;
	z-index:10;
	transition: .6s ease;
	right:-100%;
	overflow:auto;
	padding:70px 0 30px;
}
.l-narrow_sub.is-active{
	right:0;
}
.l-narrow_sub ul{
	border-top:2px solid #EBEBEB;
}
.l-narrow_sub ul li{
	border-bottom:2px solid #EBEBEB;
	position:relative;
}
.l-narrow_sub ul li a{
	padding:20px 6%;
	display:block;
	display: flex;
    flex-wrap: wrap;
}
.l-narrow_sub ul li a span{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.l-narrow_sub ul li a span img{
	height:40px;
	width:auto;
}
.l-narrow_sub ul li a span.p-narrow-icon{
	margin-right:10px;
}
.l-narrow_sub ul li::after{
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	margin:auto;
	right:6%;
	top:0;
	bottom:0;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform: rotate(45deg);
}

.l-narrow_sub--modifier ul li a span:last-child{
	width: calc(100% - 50px);
}
.l-narrow_sub--color ul li a {
	align-items: center;
}
.l-narrow_sub--color ul li a span:last-child{
	width: calc(100% - 90px);
}

.p-narrow_sub_back{
	position: absolute;
    top: 10px;
    left: 3%;
    font-style: 20rem;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}
.l-narrow_sub h3{
	text-align:center;
	padding:0 0 30px;
	color:#888;
}
.p-narrow-icon-color{
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:10px;
}
/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
	.modifie-sp-pd0,
	.modifie-sp-pd0 .l-category{
		padding: 0 !important;
	}
	.modifie-sp-pd0 .l-breadcrumb{
		margin: 0;
	}
	.l-aside-category{
		width:100%;
		order:2;
		padding:0 30px;
	}
	.l-content_category{
		width:100%;
		order:1;
		margin-bottom:60px;
	}
	.p-list_catebland_inner li .p-check_cate_bland{
		height:100%;
		display: flex; 
		flex-direction: column;
		justify-content: center;
	}
	.l-category{
		padding:40px 0 0;
	}
	.l-container_category{
		padding:0;
	}
}


/*============================================================
breakpoint 1024px
==============================================================*/
@media screen and (max-width: 1024px) {
	.l-aside-category{
		display:none;
	}
	.p-btn_narrow{
		display:block;
	}
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
	.l-list-sort li.p-list-item-wrap figure a img{
		/* height: 183px; */
		height: 158px;
	}
	.p-top-ranking_list_title{
		font-size: 1.6rem;
	}
	.n-open{
		overflow: hidden;
		height:100%;
	}
	.l-container_category{
		padding:0;
	}
	.l-design-print-contents {
		padding: 20px 6%;
	}
    .l-design-print-contents_btn {
        padding: 0 0 40px;
    }
	.l-design-print-contents_btn-list_item {
		width: 49%;
		margin-right: 1%;
	}
	.l-design-print-contents_btn-list_item:nth-child(2n) {
		margin-right: 0;
	}
	.p-colorChoice_wrap {
		padding-bottom: 40px;
	}
	.p-colorChoice_wrap .p-colorChoice_container {
		display: block;
	}
	.p-colorChoice_wrap .c-colorChoice_text {
		width: 100%;
	}
	.p-colorChoice_wrap .p-colorChoice_container .c-center {
		width: 100%;
		margin-top: 15px;
	}
	.c-pc{
		display:none;
	}
	.c-sp{
		display:block;
	}
	.l-category_head .c-title_cate{
		width:100%;
	}
	.l-category_head figure{
		width:100%;
	}
	.l-category_head--modifier figure {
		margin-left: 0;
		margin-bottom: 60px;
	}
	.p-catehead_text{
		width:100%;
		padding:0 6%;
		margin-top:-37px;
	}
	.c-title_cate span{
		font-size:3.6rem;
	}
	.l-category_head::after{
		transform: translateY(7%);
	}
	.l-category_type{
		padding-top:30px;
	}
	.c-title_cate{
		margin-bottom:30px;
		font-size:1.6rem;
	}
	.c-list_type{
		width:88%;
		border-top:2px solid #EBEBEB;
	}
	.c-list_type li{
		width:100%;
		border-bottom:2px solid #EBEBEB;
		margin:0;
	}
	.c-list_type li a p{
		font-size: 1.4rem;
	}
	.l-category-rank_wrap::after{
		transform: skewY(9deg) translateY(17%);
	}
	.l-category-rank_wrap--modifier {
		margin-bottom: 100px;
	}
	.l-category-rank_wrap--modifier::after {
		transform: skewY(0) translateY(17%);
		height: 30%;
	}
	.l-category_list{
		padding-top:30px;
	}
	.l-inner-listsection{
		width:88%;
	}
	.p-list-pickup li{
		width:100%;
		margin-bottom:10px;
	}
	.p-list-pickup li a{
		padding:10px;
	}
	.p-pickup-text{
		font-size: 1.2rem;
	}
	.p-list-pickup{
		margin-bottom:20px;
	}
	.p-title-active-list{
		margin-bottom:30px;
	}
	.p-head-list-sort .p-sort-num{
	}
	.p-sort-wrap{
		justify-content: flex-end;
	}
	.p-sort-shownum{
		display:none;
	}
	.p-head-list-sort{
		margin-bottom:30px;
	}
	.l-list-sort li.p-list-item-wrap{
		width:48%;
		margin:0 4% 30px 0;
	}
	.l-list-sort li.p-list-item-wrap:nth-child(4n),.l-list-sort li.p-list-item-wrap:nth-child(2n){
		margin-right:0;
	}
	.l-category_list_lineup{
		padding-top:40px;
	}
	.p-list_catehead_icon{
		order:1;
	}
	.p-sort-showpopular{
		text-align: center;
		outline: none;
		width: 140px !important;
		min-width: 110px;
		padding: 0;
		z-index: 1;
	}
	.p-sort-showpopular form{
		position:relative;
		top:-2px;
	}
	select.p-sort-show-logic{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		cursor: pointer;
		width: 100%;
		border: none;
		padding: 20px;
		opacity: 0;
		position: relative;
		z-index: 2;
	}
	.p-sort_label{
		position: absolute;
		width: 100%;
		z-index: 1;
		background: #EBEBEB url(../image/icon_sort.png) no-repeat left 10px center;
		background-size:auto 14px;
		border-radius: 17.5px;
		line-height:35px;
		font-size:1.2rem;
	}
	select.p-sort-show-logic:focus {
		z-index: -1;
		opacity: 1;
	}
	select.p-sort-show-logic::-ms-expand {
		display: none; 
	}
	.p-head-list-sort .p-sort-num{
		font-size:1.2rem;
	}
	.p-head-list-sort .p-sort-num span{
		font-size:1.6rem;
	}
	.l-category-rank_wrap{
		padding-top:30px;
	}
	.l-chatbot{
		display:none;
	}
}

@media screen and (max-width: 460px) {
	.l-category-rank_wrap--modifier {
		margin-bottom: 40px;
	}
	.l-category-rank_wrap--modifier::after {
		transform: skewY(0) translateY(17%);
		height: 20%;
	}
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (min-width: 768px) {
	.p-list_catehead_icon li {
		width: 100px;
		height: 100px;
	}

	.p-list_catehead_icon li span {
		font-size: 14px;
	}

	.p-list_catehead_icon li:nth-child(2) span {
		font-size: 14px;
	}
}