@charset "UTF-8";


/*---------------------------------1カラム/2カラム共通---------------------------------*/
.l-wrapper {
	overflow: hidden;
}
.l-wrapper.is-fixed {
	overflow: visible;
}


/*---------------------------------1カラム---------------------------------*/

.c-page-section {
  padding: 80px 0;
}
.l-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px;
  margin: auto;
}
.l-container-large {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .l-container {
		padding: 0 20px;
	}
	.l-container-large {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
  .c-page-section {
		padding: 40px 0;
	}
  .l-container,
	.l-container-large {
		width: 94%;
		margin: auto;
		padding: 0;
	}
}



/*---------------------------------2カラム---------------------------------*/

/*============================================================
category wrap
==============================================================*/
.l-category{
	padding:50px 0 0;
}
.l-container_category{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    max-width: 1240px;
    padding: 0 30px;
    margin: auto;
}

@media screen and (max-width: 1100px) {
  .l-category{
		padding:0;
	} 
  .l-container_category{
		padding:0;
	}
}

@media screen and (max-width: 768px) {
	.l-category{
		padding:0;
	}
	.l-container_category{
		padding:0;
	}  
}



/*============================================================
aside
==============================================================*/
.l-aside-category{
	width:200px;
	position:relative;
}
.p-aside_search{
	margin-bottom:40px;
	border:2px solid #808080;
	position:relative;
}
.p-aside_search_input{
	width: calc(100% - 44px);
    height: 34px;
    padding: 10px;
    border: medium none;
}
.p-aside_search_btn{
	width: 44px;
	vertical-align:bottom;
    height: 34px;
    background: #000 url(../images/common/header-search.png) no-repeat center / 26px;
    cursor: pointer;
}
.p-title_aside{
	margin-bottom:10px;
	font-weight:700;
	font-size: 1.6rem;
}
.p-section_aside_cate{
	padding:16px 0 16px;
}
.p-title_aside_section{
	font-weight:700;
	font-size: 1.4rem;
	position:relative;
	padding-right:20px;
	cursor:pointer;
	transition: .2s ease;
}
.p-title_aside_section:hover{
	opacity: .5;
}
.p-title_aside_section span{
	position:absolute;
	margin:auto;
	right:0;
	top:0;
	bottom:0;
	width:14px;
	height:14px;
	display:block;
}
.p-title_aside_section span::before, .p-title_aside_section span::after{
	display:block;
	position:absolute;
	content:"";
	background:#000;
	border-radius:2px;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition: .2s ease;
}
.p-title_aside_section span::before{
	width:100%;
	height:4px;
}
.p-title_aside_section span::after{
	height:0;
	width:4px;
	transition: .2s ease;
}
.p-title_aside_section.is-active span::after{
	height:100%;
}
.p-section_aside_cate ul.p-list_catecheck{
	margin-top:5px;
}
.p-section_aside_cate ul.p-list_catecheck li{
	position:relative;
	margin-top:15px;
}
.p-section_aside_cate ul.p-list_catecheck > li:hover .l-list_pop_menu{
	display:block;
}
.l-list_pop_menu{
	position: absolute;
	left:200px;
	top:0;
	z-index:100;
	width:200px;
	background:#fff;
	border:1px solid #ddd;
	display:none;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li{
	margin:0;
	padding:10px;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li:hover{
	background:#EBEBEB;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li span{
	display:none;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li .p-check_cate{
	padding:0;
}
.p-check_cate{
	box-sizing: border-box;
	transition: .2s ease;
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	cursor: pointer;
	z-index:1;
	font-size:1.2rem;
}
.p-radio_cate{
	box-sizing: border-box;
	transition: .2s ease;
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	cursor: pointer;
	z-index:1;
	font-size:1.2rem;
}
.p-section_aside_cate ul li input[type=checkbox]{
	display:none;
}
.p-check_cate span{
	transition: .2s ease;
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #c4c4c4;
	content: '';
}
.p-radio_cate span{
	transition: .2s ease;
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #c4c4c4;
	content: '';
}
.p-check_cate span:before, .p-check_cate span:after{
	transition: .2s ease;
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	display: block;
	content: '';
	opacity: 0;
	transform: rotate(45deg);
	background:#000;
}
.p-radio_cate span:before{
	transition: .2s ease;
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	display: block;
	content: '';
	opacity: 0;
	transform: rotate(45deg);
	background:#000;
	width:8px;
	height:8px;
	border-radius:50%;
}
.p-list-sort li input[type=radio]:checked + .p-radio_cate span:before{
	opacity:1;
}
.p-check_cate span:before {
	width: 2px;
	height: 8px;
}
.p-check_cate span:after{
	width: 8px;
	height: 2px;
}
.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked + .p-check_cate{
	background:#ebebeb;
	padding:13px 10px 13px 30px;
}
.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked + .p-check_cate span{
	border:none;
	border-radius:50%;
	background:#fff;
	left:4px;
	width:18px;
	height:18px;
}
.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked + .p-check_cate span:before,
.p-section_aside_cate ul.p-list_catecheck li input[type=checkbox]:checked + .p-check_cate span:after{
	opacity:1;
}
.l-list_sub_cate .sub_cate{
	display:none;
}
.l-list_sub_cate input[type=checkbox]:checked + .sub_cate{
	display:block;
}
.p-section_aside_cate ul.p-list_catecolor{
	margin-top:10px;
}
.p-list_catecolor_inner{
	display: flex;
    flex-wrap: wrap;
}
.p-section_aside_cate ul.p-list_catecolor li{
	width:25%;
	text-align:center;
	font-size:1rem;
}
.p-section_aside_cate ul.p-list_catecolor li span{
	transition: .2s ease;
	display:block;
	width:28px;
	height:28px;
	box-sizing:border-box;
	border-radius:50%;
	margin:0 auto 5px;
	cursor:pointer;
}
.p-coloricon_01{
	border:1px solid #ddd;
}
.p-coloricon_02{
	background:#000;
}
.p-coloricon_03{
	background:#EBEBEB;
}
.p-coloricon_04{
	background:#9A5B3F;
}
.p-coloricon_05{
	background:#F4E8C8;
}
.p-coloricon_06{
	background:#00B300;
}
.p-coloricon_07{
	background:#008FFF;
}
.p-coloricon_08{
	background:#9253D1;
}
.p-coloricon_09{
	background:#FFDE00;
}
.p-coloricon_10{
	background:#FF758B;
}
.p-coloricon_11{
	background:#EF2E44;
}
.p-coloricon_12{
	background:#FF8210;
}
.p-coloricon_13{
	background: url(../images/category/bg_color_other.png);
}
.p-section_aside_cate ul.p-list_catecolor li input[type=checkbox]:checked + .p-check_cate_color span{
	border:3px solid #888;
}
.p-list_catebland{
	margin-top:12px;
}
.p-list_catebland_inner{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-list_catebland_inner li{
	width:48%;
	margin-top:8px;
}
.p-list_catebland_inner li input[type=checkbox]{
	display:none;
}
.p-list_catebland_inner li .p-check_cate_bland{
	border:1px solid #EBEBEB;
	transition: .2s ease;
	display:block;
	cursor:pointer;
}
.p-list_catebland_inner li input[type=checkbox]:checked + .p-check_cate_bland{
	border-color:#000;
}
.p-aside_btn_area{
	position:relative;
	height:126px;
}
.p-inner_asidebtn{
	padding:10px 0;
	position:fixed;
	bottom:0;
	width:200px;
	z-index:10;
}
.p-inner_asidebtn.is-fit{
	position:relative;
}
.p-aside_btn_area a{
	transition: .2s ease;
}
.p-aside_btn_area a:hover{
	opacity:.5;
}
.p-submit_aside a{
	text-align:center;
	box-sizing:border-box;
	background:#FFDE00;
	border:3px solid #000;
	display:block;
	font-size:1rem;
	height:56px;
	border-radius:28px;
}
.p-submit_aside{
	margin-bottom:10px;
}
.p-submit_aside a span.p-text_count{
	display:block;
	font-size:2rem;
}
.p-submit_aside a span.p-text_count .p-text_count_s{
	font-size:1.2rem;
}
.p-clear_aside a{
	text-align:center;
	box-sizing:border-box;
	border:3px solid #000;
	background:#fff;
	display:block;
	font-size:1rem;
	height:40px;
	line-height:34px;
	border-radius:20px;
}

@media screen and (max-width: 1100px) {
	.l-aside-category{
		width:100%;
		order:2;
		padding:0 30px;
	}
}
  
@media screen and (max-width: 768px) {
  .l-aside-category{
		display:none;
	}
}



/*============================================================
category content
==============================================================*/
.l-content_category{
	width:calc(100% - 240px);
}
.l-inner-listsection{
	margin:auto;
	width:95.7%;
}


@media screen and (max-width: 1100px) {
  .l-content_category{
		width:100%;
		order:1;
		margin-bottom:60px;
	}
}

@media screen and (max-width: 768px) {
  .l-inner-listsection{
		width:88%;
	}
}


/*============================================================
narrow menu
==============================================================*/
.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:10;
	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{
	color:#8B8B8B;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-narrow-item-select{
	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);
}
.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;
}

@media screen and (max-width: 768px) {
  .p-btn_narrow{
		display:block;
	}
}


/*============================================================
title
==============================================================*/
.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;
}

@media screen and (max-width: 768px) {
	.c-title_cate{
		font-size: 1.6rem;
	}
  .c-title_cate span{
		font-size:3.6rem;
	}
  .c-title_cate{
		margin-bottom:30px;
	}
}