@charset "UTF-8";
.catalogs_wrapper {
  margin-bottom: 80px;
}
.catalogs_wrapper .toggle_cart {
  padding: 8px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.catalogs_wrapper .prev, .catalogs_wrapper .next {
  display: none;
}

@media screen and (max-width: 767px) {
  /*****************************************
   * カタログチャンネル
   *****************************************/
  .catalogs h2.title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    background-color: #272727;
    background-image: url(/images/catalogs-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .catalogs h3 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 2px solid #5C5C5C;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    font-size: 22px;
    font-weight: normal;
  }
  .catalogs h4 {
    margin-bottom: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #515CAD;
    font-size: 22px;
    font-weight: normal;
  }
  .catalogs .header {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .catalogs .header .content_wrapper {
    padding: 0 20px;
  }
  .catalogs .header .description {
    font-size: 18px;
    line-height: 1.8;
  }
  .catalogs .header .description .link {
    width: 260px;
    margin: 10px auto 0 auto;
  }
  .catalogs .header .description .link a {
    border-radius: 8px;
    display: block;
    width: 260px;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    background-color: #2548A8;
  }
  .catalogs .body {
    margin-bottom: 50px;
  }
  .catalogs .topcategories {
    padding: 0 20px;
  }
  .catalogs .topcategories .topcategory {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .catalogs .topcategories .topcategory .pickup {
    width: 240px;
    display: none;
  }
  .catalogs .topcategories .topcategory .pickup img {
    width: 160px;
    height: auto;
  }
  .catalogs .topcategories .topcategory .subcategories {
    width: 100%;
  }
  .catalogs .topcategories .topcategory .subcategories .subcategory {
    font-size: 14px;
    line-height: 1.8;
  }
  .catalogs .topcategories .topcategory .subcategories .subcategory a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #cccccc;
  }
  .catalogs .diamonds {
    opacity: 0;
  }

  /*****************************************
   * カタログチャンネル(サブカテゴリ)
   *****************************************/
  .catalogs-subcategory .header {
    margin-bottom: 30px;
  }
  .catalogs-subcategory .header .category_wrapper .category {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    background-color: #6A6A6A;
    text-indent: 8px;
  }
  .catalogs-subcategory .header .category_wrapper .navigator {
    width: 100%;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 12px;
    color: #555555;
    background-color: #D7D7D7;
    z-index: 9999;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items {
    position: absolute;
    display: none;
    z-index: 9999;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item {
    position: relative;
    padding-left: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(300px - 16px);
    height: 34px;
    font-size: 14px;
    z-index: 9999;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item .navigator_subitems {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    display: none;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item .navigator_subitems .navigator_subitem {
    padding-left: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(300px - 16px);
    height: 34px;
    font-size: 14px;
  }
  .catalogs-subcategory .body h3 {
    padding: 6px 0 4px 4px;
    font-size: 18px;
    font-weight: normal;
    color: #324DB5;
    background-color: #ECECED;
  }
  .catalogs-subcategory .body .catalogs_wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .toggle_cart {
    padding: 8px 0;
  }
  .catalogs-subcategory .body .catalogs_wrapper .scrollbar {
    position: relative;
    margin: 0 0 16px 0;
    height: 8px;
    background: #cccccc;
    line-height: 0;
  }
  .catalogs-subcategory .body .catalogs_wrapper .scrollbar .handle {
    position: absolute;
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs {
    display: flex;
    /*background-image: url(/images/catalogs-list-bg.jpg);
    background-repeat: repeat-x;*/
    overflow: hidden;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog {
    padding: 0 15px;
    width: 150px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog a .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog a .name {
    margin-bottom: 5px;
    padding-top: 8px;
    height: 62px;
    line-height: 1.2;
    font-size: 15px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog .company {
    width: 150px;
    font-size: 13px;
    background-image: url(../catalog/img/catalog_comicon.png);
    background-position: left 4px;
    background-repeat: no-repeat;
  }
  .catalogs-subcategory .body .catalogs_wrapper .prev, .catalogs-subcategory .body .catalogs_wrapper .next {
    display: none;
  }
}
