@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
/*----------------------------------------------------
サイドバー
----------------------------------------------------*/
@media all and (max-width: 1000px) {
  .content_wrap {
    margin-top: 30px;
  }
  .sidebar {
    padding: 0 15px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) and (max-width: 1000px) {
  .sidebar {
    padding: 0 4%;
  }
}
@media all and (max-width: 1000px) {
  .sidebar .applicable {
    display: none;
  }
  .sidebar .filter .title {
    display: none;
  }
  .sidebar .filter #side_catlist > li {
    border-radius: 3px;
    border: 1px solid #f4f4f4;
  }
  .sidebar .filter #side_catlist > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .sidebar .filter #side_catlist > li > a {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 21px 20px;
    position: relative;
  }
  .sidebar .filter #side_catlist > li > a::before, .sidebar .filter #side_catlist > li > a::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #343434;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sidebar .filter #side_catlist > li > a::before {
    top: 50%;
    right: 28px;
    -webkit-transform: translate(48%, -50%);
            transform: translate(48%, -50%);
    width: 9px;
    height: 1px;
  }
  .sidebar .filter #side_catlist > li > a::after {
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 9px;
  }
  .sidebar .filter #side_catlist > li > a.open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .sidebar .filter #side_catlist > li > ul {
    display: none;
    padding: 20px;
    margin-top: -20px;
  }
  .sidebar .filter #side_catlist > li > ul li a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0;
  }
}
@media all and (min-width: 1001px) {
  .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
  }
  .content_wrap .sidebar {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .content_wrap .main_area {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .content_wrap {
    margin-top: 78px;
  }
  .sidebar .title {
    background-color: #f7f6f4;
    border-radius: 0 3px 3px 0;
    padding: 25px 30px;
  }
  .sidebar .content {
    padding: 34px 30px;
  }
  .sidebar .applicable {
    padding-bottom: 65px;
  }
  .sidebar .applicable .current_catlist .parent_group:not(:last-child) {
    margin-bottom: 34px;
  }
  .sidebar .applicable .current_catlist .parent_group .parent a {
    font-weight: 400;
  }
  .sidebar .applicable .current_catlist .parent_group .child_list {
    margin-top: 17px;
  }
  .sidebar .applicable .current_catlist .parent_group .child_list .child_item:not(:last-child) {
    margin-bottom: 17px;
  }
  .sidebar .applicable .current_catlist .parent_group a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /* 751- */
  }
}
@media (min-width: 1001px) and (min-width: 751px) and (hover: hover) {
  .sidebar .applicable .current_catlist .parent_group a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sidebar .applicable .current_catlist .parent_group a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1001px) {
  .sidebar .filter .title span {
    position: relative;
  }
  .sidebar .filter .title span::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/icon/filter.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -13px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    width: 20px;
    height: 20px;
  }
  .sidebar .filter #side_catlist > li {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px 0;
  }
  .sidebar .filter #side_catlist > li > a {
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    position: relative;
  }
  .sidebar .filter #side_catlist > li > a::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 6px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #cecece;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sidebar .filter #side_catlist > li > ul {
    display: none;
    margin-top: 20px;
  }
  .sidebar .filter #side_catlist > li > ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .sidebar .filter #side_catlist > li > ul li a {
    font-weight: 300;
  }
}
@media (min-width: 1001px) and (hover: hover) {
  .sidebar .filter #side_catlist > li > ul li a {
    position: relative;
  }
  .sidebar .filter #side_catlist > li > ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #343434;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sidebar .filter #side_catlist > li > ul li a:hover::after {
    width: 100%;
  }
}
/*----------------------------------------------------
共通
----------------------------------------------------*/
.title_wrap {
  margin-bottom: 55px;
}
@media all and (min-width: 1001px) {
  .title_wrap {
    margin-bottom: 58px;
  }
}

.page_title {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
@media all and (min-width: 1001px) {
  .page_title {
    white-space: nowrap;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.exp {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.16;
}
@media all and (min-width: 1001px) {
  .exp {
    font-size: 14px;
    line-height: 2.14;
  }
}

.item_list_area {
  margin-bottom: 74px;
}
@media all and (min-width: 1001px) {
  .item_list_area {
    margin-bottom: 120px;
  }
}

.recommend_area {
  border-top: 1px solid #f4f4f4;
  padding-top: 38px;
  padding-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .recommend_area {
    padding-top: 48px;
    padding-bottom: 94px;
  }
}

.catlist_area_btm {
  padding-top: 10px;
  padding-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .catlist_area_btm {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

/*----------------------------------------------------
親ページ
----------------------------------------------------*/
#pageCatParent .catlist_area {
  margin-bottom: 30px;
}
@media all and (min-width: 1001px) {
  #pageCatParent .catlist_area {
    margin-bottom: 67px;
  }
}
#pageCatParent .banner_area {
  margin-bottom: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageCatParent .banner_area {
    margin-bottom: 100px;
  }
}
#pageCatParent .banner_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageCatParent .banner_area ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
#pageCatParent .banner_area ul li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageCatParent .banner_area ul li {
    width: min((100% - 20px) / 2, 482px);
  }
}
#pageCatParent .banner_area ul li a {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #pageCatParent .banner_area ul li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #pageCatParent .banner_area ul li a:hover {
    opacity: 0.6;
  }
}
#pageCatParent .banner_area ul li a p {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
}
@media all and (min-width: 1001px) {
  #pageCatParent .banner_area ul li a p {
    left: 38px;
    font-weight: 300;
    font-size: 14px;
  }
}
#pageCatParent .banner_area ul li:nth-child(2) a {
  background-image: url(../images/category/banner_flow.jpg);
}

/*----------------------------------------------------
商品詳細ページ
----------------------------------------------------*/
#pageItem {
  /* -750 */
  /* -750 */
  /* 751- */
  /* 751- */
}
@media all and (max-width: 750px) {
  #pageItem .sidebar {
    display: none;
  }
}
#pageItem .item_list {
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
}
@media all and (max-width: 750px) {
  #pageItem .item_content {
    position: relative;
  }
  #pageItem .item_content .item_title {
    position: absolute;
    top: 0;
  }
  #pageItem .item_content .img_block {
    padding-top: 38px;
  }
}
@media all and (min-width: 751px) {
  #pageItem .item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
  }
  #pageItem .img_block {
    width: 43.6%;
  }
  #pageItem .text_block {
    width: 50.7%;
  }
}
#pageItem .banner_area {
  margin-bottom: 35px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .banner_area {
    margin-bottom: 45px;
  }
}
#pageItem .slide_wrap {
  margin-bottom: 43px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .slide_wrap {
    margin-bottom: 53px;
  }
}
#pageItem #main-carousel .splide__slide {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transform: unset;
          transform: unset;
}
#pageItem .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 8px auto 0;
  padding: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .thumbnails {
    gap: 8px;
    margin-top: 18px;
  }
}
#pageItem .thumbnails .thumbnail {
  width: calc((100% - 16px) / 5);
  border-radius: 3px;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .thumbnails .thumbnail {
    width: calc((100% - 24px) / 4);
  }
}
#pageItem .thumbnails .thumbnail img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pageItem .thumbnails .thumbnail:not(.is-active) img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
@media (hover: hover) {
  #pageItem .thumbnails .thumbnail:hover img {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@media all and (min-width: 751px) {
  #pageItem .pathlist_area .group_list .group_item:not(:last-child) {
    margin-bottom: 4px;
  }
  #pageItem .pathlist_area .group_list .group_item a {
    color: #959595;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /* 751- */
  }
}
@media (min-width: 751px) and (min-width: 751px) and (hover: hover) {
  #pageItem .pathlist_area .group_list .group_item a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #pageItem .pathlist_area .group_list .group_item a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  #pageItem .pathlist_area .path_list {
    margin-top: 5px;
  }
  #pageItem .pathlist_area .path_list .path_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 0.2em;
  }
  #pageItem .pathlist_area .path_list .path_item:not(:last-child) {
    margin-bottom: 4px;
  }
  #pageItem .pathlist_area .path_list .path_item span:not(:first-child)::before {
    content: ">";
    font-weight: 300;
    color: #959595;
    font-size: 13px;
    padding-right: 1em;
  }
}
#pageItem .item_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .item_title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-bottom: 36px;
  }
}
#pageItem .text_block p,
#pageItem .text_block li {
  font-weight: 300;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .text_block p,
  #pageItem .text_block li {
    font-size: 14px;
  }
}
#pageItem .text_block p.head,
#pageItem .text_block li.head {
  font-weight: 400;
  /* -750 */
}
@media all and (max-width: 750px) {
  #pageItem .text_block p.head,
  #pageItem .text_block li.head {
    margin-bottom: 0.4em;
  }
}
#pageItem .exp {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .exp {
    padding-bottom: 30px;
  }
}
#pageItem .exp p {
  line-height: 2.16;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .exp p {
    line-height: 2.14;
  }
}
#pageItem .details {
  padding: 23px 0 74px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .details {
    padding: 30px 0 0;
  }
}
#pageItem .details ul li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #pageItem .details ul li p.head {
    width: min(100px, 30%);
  }
}
#pageItem .details ul li:not(:last-child) {
  margin-bottom: 23px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .details ul li:not(:last-child) {
    margin-bottom: 9px;
  }
}
#pageItem .details .suggest {
  margin-top: 23px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .details .suggest {
    margin-top: 30px;
  }
}
#pageItem .details .suggest a {
  color: #887d2a;
  text-decoration: underline;
  font-weight: 300;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .details .suggest a {
    font-size: 14px;
  }
}
#pageItem .details .consult_btn {
  margin-top: 40px;
}
@media all and (min-width: 1001px) {
  #pageItem .details .consult_btn {
    margin: 48px 0 0;
  }
}
#pageItem .other_area {
  padding: 32px 0 73px;
  /* -750 */
  /* 751- */
}
#pageItem .other_area > div:not(:last-child) {
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .other_area > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 750px) {
  #pageItem .other_area {
    border-top: 1px solid #e4e4e4;
  }
}
@media all and (min-width: 751px) {
  #pageItem .other_area {
    padding: 76px 0 0;
  }
}
#pageItem .other_area .other_process ul {
  margin-top: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .other_area .other_process ul {
    margin-top: 16px;
  }
}
#pageItem .other_area .other_process ul li {
  padding-left: 1em;
  position: relative;
}
#pageItem .other_area .other_process ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#pageItem .other_area .other_process ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  font-size: 1em;
}
#pageItem .other_area .other_process .other_link {
  margin-top: 23px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .other_area .other_process .other_link {
    margin-top: 26px;
  }
}
#pageItem .other_area .other_process .other_link a {
  color: #887d2a;
  text-decoration: underline;
  font-weight: 300;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .other_area .other_process .other_link a {
    font-size: 14px;
  }
}
#pageItem .works_area {
  border-top: 1px solid #f4f4f4;
  padding-top: 38px;
  padding-bottom: 76px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .works_area {
    padding-top: 48px;
    padding-bottom: 90px;
  }
}
#pageItem .related_area {
  border-top: 1px solid #f4f4f4;
  padding-top: 38px;
  padding-bottom: 67px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageItem .related_area {
    padding-top: 48px;
    padding-bottom: 118px;
  }
}
/*# sourceMappingURL=category.css.map */