@media (max-width:900px) {
    main {
        padding: 0;
    }

    .catalog_wrap {
        padding: 65px 0 0;
    }

    .catalog_side_bar,
    .pc-breadcrumb {
        display: none;
    }

    .catalog_contents {
        margin-bottom: 48px;
        padding: 0 24px;
    }

    .catalog_products {
        width: 100%;
    }

    .catalog_main {
        width: 100%;
    }

    .sp-catalog-title {
        /* 1021cheng:  ãƒ–ãƒ©ãƒ³ãƒ‰èª¬æ˜Žæ–‡ã®ãƒ‡ã‚¶ã‚¤ãƒ³èª¿æ•´ã®ãŸã‚ã€ä¸€æ™‚çš„ã«å¤‰æ›´ */
        /* display: block; */
        display: none;
        margin: 0 0 24px 0;
    }

    .sp-catalog-title h2 {
        margin-bottom: 0;
    }

    .tab_wrap label {
        max-width: none;
        width: 33.3%;
        height: 55px;
        font-size: 12px;
        line-height: 1.75;
        letter-spacing: 0.15px;
    }

    /* .tab_wrap::after {
        background-color: unset;
    } */

    .product_list_header {
        width: 100%;
        border-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        background-image: none;
    }

    .product_list_condition {
        gap: 8px;
    }

    .filter-might-like-img {
        /*  display: none; */ /* 2/5å¯¾å¿œ; 8/8 ã‚³ãƒ¡ãƒ³ãƒˆã‚¢ã‚¦ãƒˆ */
    }

    .product_filter_button {
        cursor: pointer;
        color: #1B1B1B;
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #D9D9D9;
        padding: 12px 16px;
        border-radius: 2px;
    }

    /* .product_sort_button{
        max-width: 101px;
    } */
    .product_sort_button select {
        width: 100%;
        height: 48px;
        margin-right: 0px;
    }

    .catalog_products {
        gap: 32px 16px;
    }

    .catalog_product {
        width: calc(50% - 8px);
        min-width: initial;
    }


    .catalog_product_img_wrap {
        width: 100%;
        border-radius: 4px;
        /* padding-bottom: 8px; */
        margin-bottom: 8px;
    }

    .catalog_product_colors {
        margin-bottom: 8px;
    }

    .catalog_product_colors .product-color:nth-of-type(9),
    .catalog_product_colors .product-color:nth-of-type(10) {
        display: none;
    }


    .product_list_wrap {
        gap: 16px;
        margin-top: unset;
        padding: 0;
    }

    .pc-information-wrap-outside {
        /* 1021cheng:  ãƒ–ãƒ©ãƒ³ãƒ‰èª¬æ˜Žæ–‡ã®ãƒ‡ã‚¶ã‚¤ãƒ³èª¿æ•´ã®ãŸã‚ã€ä¸€æ™‚çš„ã«å¤‰æ›´ */
        /* display: none; */
    }

    .sp-information-wrap-outside {
        /* 1021cheng:  ãƒ–ãƒ©ãƒ³ãƒ‰èª¬æ˜Žæ–‡ã®ãƒ‡ã‚¶ã‚¤ãƒ³èª¿æ•´ã®ãŸã‚ã€ä¸€æ™‚çš„ã«å¤‰æ›´ */
        /* display: flex; */
        display: none; 
        align-items: center;
        gap: 32px;
        align-self: stretch;
        max-width: none;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        padding: 0 24px;
    }

    .sp-information {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .sp-information p {
        margin-bottom: 0;
    }

    .sp-information-top-box {
        display: flex;
        width: 100%;
    }

    .sp-no-margin {
        margin: unset;
    }

    .catalog_header_img_wrap {
        width: 100%;
        height: auto;
    }

    .sp-information-bottom-box {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .sp-information-bottom-text {
        color: #006CA0;
        text-align: right;
    }

    .sp-breadcrumb {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 12px 0;
        flex-wrap: wrap;
        overflow-x: scroll;
        font-size: 10px;
    }

	.sp-breadcrumb::-webkit-scrollbar{
  		display: none;
	}

    .sp-breadcrumb div {
        display: flex;
        color: #ABABAB;
        white-space: nowrap;
    }

    .sp-breadcrumb a {
        display: flex;
        text-decoration: none;
        white-space: nowrap;
    }

    .sp-breadcrumb p {
        display: flex;
        white-space: nowrap;
    }

    .sp-breadcrumb span {
    	display: flex;
        color: #ABABAB;
        white-space: nowrap;
    }

    

    .refined_search_head {
        width: 100%;
        padding: 18px 32px;
        display: flex;
        justify-content: space-between;
        position: fixed;
        background-color: #fff;
        z-index: 99;
        align-items: center;
    }

    .page_back,
    .close_refined_search {
        width: 12px;
        height: 16px;
        cursor: pointer;
    }

    .page_back img,
    .close_refined_search img {
        width: 100%;
        height: 100%;
    }

    .refined_search_contents {
        width: 100%;
        margin-top: 16px;
        padding: 64px 32px 96px;
        display: flex;
        flex-direction: column;
        gap: 32px;
        overflow-y: scroll;
    }

    .refined_search_form {
        width: 100%;
        height: 56px;
        padding: 0 16px;
        border: 1px solid #D9D9D9;
        background: #F6F6F6;
    }

    .product-list-refined-search-feature-contents {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: 56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    .product-list-refined-search-feature-contents input {
        background-color: unset;
        border: none;
        width: 80%;
    }

    .product-list-refined-search-feature-contents input::placeholder {
        color: #ABABAB !important;
    }

    .product-list-refined-search-btn {
        border-radius: 80px;
        color: #fff;
        padding: 8px;
        /* padding-top: 6px; */
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        border: 2px solid #C6C6C6;
        background-color: #006CA0;
        border: #006CA0;
    }

    .product-list-refined-search-btn img {
        color: #fff;
        width: 100%;
    }

    .product-list-pagination {
        margin-top: 0;
    }

    .wrap_brand_category {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
        cursor: pointer;
        border-bottom: 1px solid #D9D9D9;
        border-top: 1px solid #D9D9D9;
    }

    .wrap_brand_category-h {
        margin-bottom: 0 !important;
    }

    .brand_category_row {
        width: 100%;
        padding: 16px 0;
        display: flex;
        flex-direction: column;
    }

    .brand_row {
        border-bottom: 1px solid #D9D9D9;
    }

    .brand_category_row h5 {
        color: #1B1B1B;
        margin-bottom: 0;
    }

    .brand_category_label_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .catalog_sidebar_img_wrap {
        width: 10px;
        height: 12px;
        display: inline-flex;
        align-items: center;
    }

    .catalog_sidebar_img_wrap img {
        width: 14px;
    }

    .chosen-tag-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .manage-chosen-tag-row {
        padding-bottom: 0;
    }

    .manage-chosen-tag-row-h {
        margin-top: 16px;
    }

    .manage-chosen-tag-row-h:empty {
        margin-top: 0;
    }

    .manage-chosen-tag-row-brands {
        margin-top: 16px;
    }

    .manage-chosen-tag-row-brands:empty {
        margin-top: 0;
    }

    .chosen-tag {
        width: fit-content;
        margin-top: 0 !important;
    }

    .row-color-picker {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }

    .color-tag-wrap {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .color-tag-wrap-h {
        margin-top: 16px;
    }

    .color-chosen-tag {
        border-radius: 4px;
        border: 1px solid #D9D9D9;
        background: #F6F6F6;
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
    }

    .color-chosen-tag p {
        margin-bottom: 0;
        color: #666;
        margin-right: 8px;
    }

    .refined_search_btn_wrap {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #F6F6F6;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .refined_search_btn_wrap ul {
        padding: 0;
    }

    .refined_search_btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .reset_btn {
        width: 113px;
        height: 48px;
        color: #006CA0;
        padding: 13.5px 32px;
        border-radius: 4px;
        border: 1px solid #006CA0;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
    }

    .refined_serch_btn {
        width: 174px;
        height: 48px;
        color: #FFF;
        padding: 13.5px 32px;
        border-radius: 4px;
        background: #006CA0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .product-list-refined-sp {
        display: flex;
        justify-content: space-between;
    }

    .product_list_refined_search_category,
    .product_list_refined_search_brand {
        display: none;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        min-height: 100%;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
    }

    .product_list_refined_search_category.open,
    .product_list_refined_search_brand.open {
        display: block;
    }


    .product_list_refined_search_category.close,
    .product_list_refined_search_brand.close {
        display: none;
    }

    .product_list_refined_search_category .product-list-refined-sp,
    .product_list_refined_search_brand .product-list-refined-sp {
        margin-bottom: 16px;
        align-items: center;
        position: fixed;
        background-color: #FFF;
        height: 68.5px;
        width: 100%;
        padding: 0 32px;
        z-index: 99;
    }

    .main-sp-open-content_detail.open .header-sp .header__hamburger span {
        background-color: #006ca0;
    }

    .product_list_refined_search_category.open .product-list-refined-sp .product-list-refined__hamburger span {
        background-color: #006CA0;

    }

    .product-list-refined-back {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-list-refined-back:hover {
        cursor: pointer;
    }

    .product-list-refined-js-close {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        width: 14px;
        height: 100%;
        background-color: transparent;
        border-color: transparent;
    }

    .product-list-refined-category-wrapper {
        padding: 64px 32px 80px;
    }

    .wrap-medium-category {
        padding-left: 0;
    }

    .wrap-medium-category {
        gap: 0;
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    .medium-category {
        padding: 16px 0;
        border-bottom: 1px solid #D9D9D9;
    }

    .medium-category:last-child {
        border-bottom: none;
    }

    .medium-category p {
        font-weight: normal;
    }

    .accordion_arrow img {
        transform: rotate(90deg);
    }

    .refined_category_btn {
        background-color: #f6f6f6;
        padding-top: 16px;
        position: fixed;
        bottom: 0;
        margin-bottom: 0px;
    }

    .product-list-refined-brand-index {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding-left: 0;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 64px 24px 0 24px;
        list-style: none;
    }

    .product-list-refined-brand-index li {
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        width: 39px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .product-list-refined-brand-index li a {
        display: block;
        font-size: 10px;
        letter-spacing: 0.15px;
    }

    .product-list-refined-brand-title-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .product-list-refined-brand-title-wrap h2 {
        margin: 0;
    }

    .product-list-refined-brand-title-wrap.active {
        justify-content: unset;
        gap: 8px;
    }

    .product-list-refined-brand-title-wrap,
    .brand-btn-svg-A,
    .brand-btn-svg-B,
    .brand-btn-svg-C {
        transition: none !important;
    }

    .product-list-refined-brand-wrapper {
        padding: 0 32px;
    }

    .product-list-refined-brand-wrapper>ul {
        display: flex;
        gap: 16px;
        flex-direction: column;
        list-style: none;
        padding-left: 0;
    }

    .product-list-refined-brand-wrapper ul>li>ul {
        display: block;
        list-style: none;
        padding-left: 0;
    }

    .product-list-refined-accordion {
        cursor: pointer;
    }

    .product-list-refined-brand-item a {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 4px;
        column-gap: 8px;
        padding: 16px 0;
        border-bottom: 1px solid #ECEBEA;
    }

    .product-list-refined-brand-detail {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .product-list-refined-brand-detail p {
        padding-bottom: 4px;
    }

    .product-list-refined-brand-item a .product-list-refined-num {
        display: flex;
        padding: 2px 10px;
        align-items: center;
        border-radius: 100px;
        border: 1px solid#D9D9D9;
        background: #FFF;
        color: #ABABAB;
    }

    .product-list-refined-brand-title-wrap svg {
        transition: transform 0.3s ease;
    }

    .product-list-refined-brand-title-wrap svg.rotate {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .open_menu {
        display: none;
    }

    .menu-inside-h {
        padding-bottom: 0 !important;
    }

    a {
        text-decoration: none;
        color: unset;
        list-style: none;
    }


    .small-category {
        border-radius: unset;
    }

    .display_results {
        gap: 4px;
    }
    .display_results h2 {
        font-size: 16px;
    }
    .display_results h5 {
        font-size: 12px;
    }
    .monthly-price {
       font-size: 10px !important;
       padding: 6px 8px;
    }
    .suggested_retail_price {
        margin-right: 4px;
        font-size: 10px;
    }
    .price_number {
        font-size: 12px;
    }
    .num-monthly-price-original{
        font-size: 12px !important;
    }
    .num-monthly-price {
        font-size: 16px !important;
    }
    .num-monthly-price-ranking {
        font-size: 14px !important;
    }
    .display_limit_count{
      line-height: unset;
    }
    .footerarea-pc-container {
      padding: 16px 24px;
    }

    .sp_search_btn_wrap {
        display: block;
        position: fixed;
        bottom: -100px;
        right: 24px;
        z-index: 100;
        -webkit-transition: bottom .6s ease-in-out;
        transition: bottom .6s ease-in-out;
    }
    .sp_search_btn_wrap.is-fixed {
        bottom: 20px;   
    }
    .sp_search_btn_wrap .sp_search_btn {
        display: block;
        width: 72px;
        height: 72px;
        background-color: #006ca0;
        border: none;
        color: #ffffff;
        border-radius: 50%;
        font-size: 12px;
        padding: 0;
    }
    .sp_search_btn_wrap .sp_search_btn .icon_expand {
        margin-bottom: 6px;
    }
    
    .search-category {
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      padding: 0 24px;
      flex-direction: column;
    }
    .category-search-medium__wrapper{
      flex-wrap: wrap;
      margin-bottom: 16px;
      flex-direction: column;
    }
    .category-search-medium{
      align-items: center;
      margin-bottom: 4px;
    }
    .category-search-medium p{
      font-weight: 700;
      font-size: 11px;
    }
    .category-search-small p{
      font-weight: 400;
      font-size: 11px;
    }
    
    .category-search-arrow__wrap img {
      width: 80%;
    }
    
    .medium-category__facet_count{
      width: 38px;
      height: 22px;
    }
    
    .js_color_picker {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
    }
    
    .js_color_picker label {
      display: flex !important;
    }
    
    .sizeSearch__slider-group {
      width:100%;
      padding: 0px 10px;
    }
    
    .sizeSearch__track, 
    .sizeSearch__handle {
      touch-action: none;
    }
    
    .row-spec-pickers_sp {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
}

@media (max-width:450px) {
    .product_list_tab_outlet {
        text-align: center;
    }

    .pc_catalog_br {
        display: block !important;
    }
}
