@charset "UTF-8";
/*============================================================
guide wrap
==============================================================*/
.l-content_category {
  width: calc(100% - 240px);
}
.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;
}
.l-category__head, 
.l-category_head{
  text-align: center;
}
.c-title_cate{
  font-size: 2.2rem;
}
.c-title_cate span {
  display: block;
  font-size: 6.4rem;
  line-height: 1;
}
.l-category__head .p-catehead__text, 
.l-category_head .p-catehead_text {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 25px;
}

.l-category__head .p-main_img, 
.l-category_head .p-main_img {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.l-category__head .p-catehead__text::before,
.l-category__head .p-catehead__text::after,
.l-category_head .p-catehead_text::before,
.l-category_head .p-catehead_text::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 60px;
  background-image: url(../images/guide/bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.l-category__head .p-catehead__text::after,
.l-category_head .p-catehead_text::after {
  top: inherit;
  bottom: 0;
}
.l-category__head .p-main_title,
.l-category_head .p-main_title {
  color: #FF758B;
  margin-top: 20px;
  margin-bottom: 10px;
}


.l-detail-guide {
  padding: 40px 0;
}
.l-detail-guide .p-guide_title {
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  margin-bottom: 24px;
  font-weight: 700;
}
.l-detail-guide .l-detail-guide_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-detail-guide .l-detail-guide_list_item {
  display: flex;
  justify-content: space-between;
  width: 49%;
  margin-bottom: 2%;
  background: #fff;
  border: 2px solid #EBEBEB;
  padding: 20px 16px;
}
.l-detail-guide .p-guide_list_img {
  width: 81px;
}
.l-detail-guide .p-guide_list_text {
  width: 270px;
}
.l-detail-guide .p-guide_list_title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.l-detail-guide .p-guide_list_sub {

}
.l-detail-guide .p-guide_list_arrow {
  width: 16px;
  margin-top: 3px;
}


.l-detail-order {
  background: #FFE000;
}

.l-detail-guide_bg {
  background-color: transparent;
}

.l-detail-production {
  background: #FF758B;
}
.l-detail-production .p-guide_title {
  color: #fff;
  border-color: #fff;
}

.l-detail-other {
  background: #EBEBEB;
}




/*============================================================
aside
==============================================================*/
.l-aside-category{
  width:200px;
  position:relative;
  margin-bottom: 50px;
}
.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;
}


/*============================================================
breakpoint 761px
==============================================================*/

@media screen and (min-width: 761px) {
  .sp {
    display: none!important;
  }
}

/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
  .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:0;
  }
  .l-container_category{
    padding:0;
  }
}



/*============================================================
breakpoint 1024px
==============================================================*/
@media screen and (max-width: 1024px) {

}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }

  .l-aside-category {
    display: none;
  }
  .l-content_category {
    margin-bottom: 0;
  }


  .l-category__head, .l-category_head {
    margin-bottom: 0;
    margin-top: 10%;
  }
  .c-title_cate {
    font-size: 1.6rem;
  }
  .c-title_cate span {
    font-size: 3.6rem;
  }
  .l-category__head .p-main_img, 
  .l-category_head .p-main_img {
    width: 21%;
    top: 20px;
  }
  .l-category__head .p-main_title, 
  .l-category_head .p-main_title {
    font-size: 1.8rem;
    margin-top: 0;
    padding-top: 0;
  }
  .l-category__head .p-catehead__text, 
  .l-category_head .p-catehead_text {
    margin-top: 6%;
    padding-bottom: 27%;
  }
  .l-category__head .p-catehead__text::before,
  .l-category__head .p-catehead__text::after, 
  .l-category_head .p-catehead_text::before,
  .l-category_head .p-catehead_text::after {
    width: 100%;
    min-height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .l-category__head .p-catehead__text p,
  .l-category_head .p-catehead_text p {
    text-align: left;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }

  .l-detail-guide {
    padding: 12% 0;
  }
  .l-container {
    width: 90%;
  }
  .l-detail-guide .l-detail-guide_list {
    display: block;
    background: #fff;
  }
  .l-detail-guide .l-detail-guide_list_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #EBEBEB;
    padding: 5% 15px;
  }
  #l-detail-other .l-detail-guide_list_item,
  #l-detail-production  .l-detail-guide_list_item{
    border: none;
    border-bottom: 2px solid #EBEBEB;
  }
  #l-detail-production  .l-detail-guide_list_item:last-child,
  #l-detail-other .l-detail-guide_list_item:last-child{
    border: none;
  }
  .l-detail-guide .p-guide_list_img {
    width: 16%;
  }
  .l-detail-guide .p-guide_list_text {
    width: 72%;
  }
  .l-detail-guide .p-guide_list_title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 6%;
    margin-top: 7%;
  }
  .l-detail-guide .p-guide_list_title_2 {
    margin-top: 4%;
  }
  .l-detail-guide .p-guide_title {
    line-height: 1.2;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .l-detail-guide .p-guide_list_sub {
    font-size: 1.4rem;
  }
  .l-detail-guide .p-guide_list_arrow {
    width: 14px;
  }
  
}
