@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind');

/* PC版・スマホ版共通のスタイル */
#contents .message {
    color: #282F46;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
}
#contents .banner_area .banner_top ul{
    display: none;
}
#contents .banner_area .banner_top ul.slick-initialized{
    display: block;
}
#contents #main .input_stock_disabled{
    background-color: #AAAAAA;
}

/* PC版のスタイル */
@media only screen and (min-width: 768px) {
    #contents .banner_area .banner_top {
        width: 1286px;
        height: 458px;
        margin: 0 auto;
        position:relative;
    }
    #contents .banner_area .banner_top ul {
        padding-left: 0;
    }
    #contents .banner_area .banner_top img {
        width: 1286px;
        height: 458px;
        object-fit: cover;
    }
    #contents .banner_area .banner_top .slick-dots {
        display: flex;
        position:absolute;
        top: 418px;
        left: 280px;
        background-color: rgba(0,0,0,0);
    }
    #contents .banner_area .banner_top .slick-dots li {
        width: 160px;
        height: 0;
        border-bottom: 3px solid #FFFFFF;
        margin-left: 16px;
        position:relative;
    }
    #contents .banner_area .banner_top .slick-dots li button {
        border: 0;
        color: #FFFFFF;
        background-color: rgba(0,0,0,0);
        font-family: "Hind";
        font-size: 12px;
        font-weight: 650;
        width: 160px;
        cursor: pointer;
        text-align: left;
        position:absolute;
        top: -20px;
    }
    #contents .banner_area .banner_top .slick-dots li.slick-active {
        border-bottom: 3px solid #AF8257;
    }
    #contents .banner_area .banner_top .slick-dots li.slick-active button {
        color: #AF8257;
    }
    #contents .banner_area .banner_bottom {
        display: flex;
        width: 1286px;
        margin: 0 auto;
        margin-top: 48px;
    }
    #contents .banner_area .banner_bottom .banner_bottom_img_dummy {
        width: 694px;
        background: #F8F6F4;
        text-align: center;
        font-family: "Hind";
        font-size: 32px;
        font-weight: 300;
        color: #AF8257;
        padding-top: 98px;
        padding-bottom: 98px;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents {
        margin-left: 40px;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_title {
        margin-top: 24px;
        font-family: "Noto Sans JP";
        font-size: 22px;
        font-weight: 700;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_body {
        margin-top: 16px;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-weight: 500;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_link {
        margin-top: 16px;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-weight: 700;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_link a {
        text-decoration: none;
        cursor: pointer;
        color: #282F46;
    }
    #contents .main_area {
        display: flex;
        width: 1286px;
        margin: 0 auto;
    }
    #contents .search_condition {
        margin-top: 56px;
        width: 205px;
    }
    #contents #main {
        margin-left: 45px;
        margin-top: 56px;
        width: 758px;
    }
    #contents .search-result .result_count {
        width: 100%;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-weight: 700;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    #contents .search-result .result_count .goods_count {
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-weight: 700;
        color: #AF8257;
        margin-right: 5px;
    }
    #contents #main .search-result-products .product{
        display: grid;
        grid-template-columns :152px 297px 300px;
        grid-template-rows :120px 36px;
        margin-top: 32px;
        font-family: "Noto Sans JP";
        font-size: 12px;
        color: #282F46;
        border-bottom: 1px solid #BEC5DC;
    }
    #contents #main .search-result-products .product a {
        text-decoration: none;
        color: #282F46;
    }
    #contents #main .search-result-products .product .image{
        grid-column: 1/2;
        grid-row: 1/2;
        border: 1px solid #282F4614;
        width: 120px;
        height: 120px;
        margin-left: 32px;
        position: relative;
    }
    #contents #main .search-result-products .product .product_image img {
        margin-left: 10px;
        margin-top: 28px;
    }
    #contents #main .search-result-products .product .image img.large-image {
        position: absolute;
        bottom: 5px;
        left: 20px;
        margin: 0;
    }
    #contents #main .search-result-products .product .icon{
        grid-column: 1/2;
        grid-row: 2/3;
        margin-left: 32px;
    }
    #contents #main .search-result-products .product .info{
        grid-column: 2/3;
        grid-row: 1/3;
        font-weight: 400;
        margin-left: 32px;
    }
    #contents #main .search-result-products .product .info .maker_name {
        font-weight: 700;
    }
    #contents #main .search-result-products .product .info .product_name {
        font-weight: 700;
        margin-top: 8px;
    }
    #contents #main .search-result-products .product .info .item_code_title {
        margin-top: 8px;
    }
    #contents #main .search-result-products .product .info .jan_code_title {
        margin-top: 8px;
    }
    #contents #main .search-result-products .product .price_qty{
        grid-column: 3/4;
        grid-row: 1/3;
        font-weight: 700;
        position: relative;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty{
        display: flex;
        margin-top: 16px;
        height: 24px;
        line-height: 24px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .stock_title {
        margin-right: 5px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .qty {
        position: absolute;
        right:  0px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .qty input[type=text] {
        width: 26px;
        height: 24px;
        border: 1px solid #DADADA;
        text-align: right;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty {
        display: flex;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area {
        display: flex;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area .plus-qty {
        margin-right: 5px;
        width: 16px;
        border: 1px solid #DADADA;
        border-width: 1px 1px 1px 0;
        text-align: center;
        cursor : pointer;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area .minus-qty {
        margin-left: 5px;
        width: 16px;
        border: 1px solid #DADADA;
        border-width: 1px 0 1px 1px;
        text-align: center;
        cursor : pointer;
    }
    #contents #main .search-result-products .product .price_qty .arrive_date {
        margin-left: 32px;
    }
    #contents #main .search-result-products .product .price_qty .cart button {
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        background: #282F46;
        border: none;
        color: #FFFFFF;
        width: 164px;
        height: 40px;
        margin-top: 40px;
        background-image: url('../image/hf/cart.png');
        background-repeat: no-repeat;
        background-position: 25px 12px;
        background-size: 18px 16px;
        padding-left: 30px;
        cursor : pointer;
    }
    #contents #main .search-result-products .product .price_qty .favorite button {
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
        color: #5E6374;
        background-color: #FFFFFF;
        margin-top: 16px;
        border: none;
        background-image: url('../image/favo.png');
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding-left: 25px;
        cursor : pointer;
    }
    #contents #main .productlist_pagination {
        display: flex;
        justify-content: center;
        height: 72px;
        line-height: 72px;
        border-top: 1px solid #BEC5DC;
        border-bottom: 1px solid #BEC5DC;
    }
    #contents #main .productlist_pagination ul {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 32px;
        color: #AF8257;
    }
    #contents #main .productlist_pagination li {
        font-family: "Hind";
        font-size: 14px;
        font-weight: 650;
        list-style: none;
        margin-right: 24px;
    }
    #contents #main .productlist_pagination a {
        text-decoration: none;
        color: #282F46;
    }
    #contents #main .productlist_pagination .page_navi_first {
        background-image: url('../image/page_navi_first.png');
        background-repeat: no-repeat;
        background-position: 0 25px;
        margin-right: 10px;
        width: 25px;
    }
    #contents #main .productlist_pagination .page_navi_first span {
        color:rgba(255,255,255,0);
    }
    #contents #main .productlist_pagination .page_navi_last {
        background-image: url('../image/page_navi_last.png');
        background-repeat: no-repeat;
        background-position: 0 25px;
        margin-right: 0;
        width: 25px;
    }
    #contents #main .productlist_pagination .page_navi_last span {
        color:rgba(255,255,255,0);
    }
    #contents #main .productlist_pagination .display_conditon {
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-weight: 700;
    }
    #contents #main .productlist_pagination .display_conditon select {
        font-family: "Noto Sans JP";
        font-size: 12px;
    }
    #contents #main .productlist_pagination .display_conditon #PageLimit {
        width: 47px;
    }
    #contents #main .productlist_pagination .display_conditon #what_sort {
        width: 75px;
    }
    #contents #main .recommend_ {
        margin-top: 120px;
    }
    #contents #main .outlet_ {
        margin-top: 80px;
    }
    #contents #main .brand_list_ {
        margin-top: 120px;
    }
    #contents #main .center_bottom_ {
        margin-top: 80px;
    }
    #contents .cart_list {
        margin-left: 72px;
        margin-top: 56px;
        width: 205px;
    }
}

/* スマホ版のスタイル */
@media only screen and (max-width: 767px) {
    #contents {
        font-family: "Noto Sans JP";
        color: #282F46;
    }
    #contents .banner_area {
        margin-left: 24px;
        margin-right: 24px;
    }
    #contents .banner_area .banner_top {
        width: 100%;
        margin: 0 auto;
        position:relative;
    }
    #contents .banner_area .banner_top ul {
        padding-left: 0;
    }
    #contents .banner_area .banner_top img {
        width: 100%;
    }
    #contents .banner_area .banner_top .slick-dots {
        display: flex;
        position:absolute;
        width: 100%;
        top: 90%;
        background-color: rgba(0,0,0,0);
    }
    #contents .banner_area .banner_top .slick-dots li {
        width: 23%;
        height: 0;
        border-bottom: 3px solid #FFFFFF;
        margin-left: 10px;
        position:relative;
    }
    #contents .banner_area .banner_top .slick-dots li button {
        border: 0;
        color: #FFFFFF;
        background-color: rgba(0,0,0,0);
        font-family: "Hind";
        font-size: 12px;
        font-weight: 650;
        width: 100%;
        text-align: left;
        position:absolute;
        top: -20px;
    }
    #contents .banner_area .banner_top .slick-dots li.slick-active {
        border-bottom: 3px solid #AF8257;
    }
    #contents .banner_area .banner_top .slick-dots li.slick-active button {
        color: #AF8257;
    }

    #contents .banner_area .banner_bottom {
        width: 100%;
        margin: 0 auto;
        margin-top: 24px;
    }
    #contents .banner_area .banner_bottom .banner_bottom_img img {
        width: 100%;
    }
    #contents .banner_area .banner_bottom .banner_bottom_img_dummy {
        width: 100%;
        aspect-ratio: 700 / 250;
        background: #F8F6F4;
        text-align: center;
        font-family: "Hind";
        font-size: 32px;
        font-weight: 300;
        color: #AF8257;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents {
        margin-left: 32px;
        margin-right: 32px;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_title {
        margin-top: 24px;
        font-size: 14px;
        font-weight: 700;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_body {
        margin-top: 16px;
        font-size: 12px;
        font-weight: 500;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_link {
        margin-top: 16px;
        font-size: 12px;
        font-weight: 700;
    }
    #contents .banner_area .banner_bottom .banner_bottom_contents .banner_bottom_contents_link a {
        text-decoration: none;
        cursor: pointer;
        color: #282F46;
    }
    #contents .main_area {
        margin-left: 24px;
        margin-right: 24px;
    }
    #contents .main_area .search_condition {
        display: none;
    }
    #contents #main .search-result {
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    #contents #main .search-result .goods_count {
        font-size: 18px;
        font-weight: 700;
        color: #AF8257;
    }
    #contents #main .productlist_pagination {
        display: flex;
        justify-content: center;
        height: 72px;
        line-height: 72px;
        border-top: 1px solid #BEC5DC;
        border-bottom: 1px solid #BEC5DC;
    }
    #contents #main .productlist_pagination .pagination {
        margin-left: 32px;
        margin-right: 32px;
        width: 100%;
    }
    #contents #main .productlist_pagination ul {
        display: flex;
        margin: 0 auto;
        padding-left: 0;
        color: #AF8257;
        width: 90%;
    }
    #contents #main .productlist_pagination li {
        font-family: "Hind";
        font-size: 14px;
        font-weight: 650;
        list-style: none;
        width: 15%;
        text-align: center;
        flex-grow: 1;
    }
    #contents #main .productlist_pagination li.page_navi_pconly {
        display: none;
    }
    #contents #main .productlist_pagination a {
        text-decoration: none;
        color: #282F46;
    }
    #contents #main .productlist_pagination .arrow-link {
        width: 10%;
    }
    #contents #main .productlist_pagination .page_navi_first {
        background-image: url('../image/page_navi_first.png');
        background-repeat: no-repeat;
        background-position: 0 25px;
        width: 100%;
    }
    #contents #main .productlist_pagination .page_navi_first span {
        color:rgba(255,255,255,0);
    }
    #contents #main .productlist_pagination .page_navi_last {
        background-image: url('../image/page_navi_last.png');
        background-repeat: no-repeat;
        background-position: 0 25px;
        width: 100%;
    }
    #contents #main .productlist_pagination .page_navi_last span {
        color:rgba(255,255,255,0);
    }
    #contents #main .search-result-products .product {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #BEC5DC;
    }
    #contents #main .search-result-products .product .image {
        float: left;
        width: 120px;
        height: 120px;
        border: 1px solid #282F4614;
        position: relative;
    }
    #contents #main .search-result-products .product .image img {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    #contents #main .search-result-products .product .image img.large-image {
        position: absolute;
        bottom: 5px;
        left: 20px;
    }
    #contents #main .search-result-products .product .info {
        margin-left: 144px;
        font-size: 12px;
    }
    #contents #main .search-result-products .product .info a {
        text-decoration: none;
        color: #282F46;
    }
    #contents #main .search-result-products .product .info .maker_name {
        font-weight: 700;
    }
    #contents #main .search-result-products .product .info .product_name {
        font-weight: 700;
        margin-top: 8px;
    }
    #contents #main .search-result-products .product .info .item_code_title {
        font-weight: 400;
        margin-top: 8px;
    }
    #contents #main .search-result-products .product .info .item_code_value {
        font-weight: 400;
    }
    #contents #main .search-result-products .product .price_qty {
        margin-left: 144px;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 700;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty {
        margin-top: 24px;
        line-height: 32px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .stock .stock_title{
        margin-right: 5px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area {
        display: flex;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area input[type=text] {
        width: 35.2px;
        height: 32px;
        border: 1px solid #DADADA;
        text-align: right;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area .minus-qty {
        width: 32px;
        /* height: 34px; */
        text-align: center;
        border-top: 1px solid #DADADA;
        border-left: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        margin-left: 5px;
    }
    #contents #main .search-result-products .product .price_qty .stock_qty .input-qty-area .plus-qty {
        width: 32px;
        /* height: 34px; */
        text-align: center;
        border-top: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }
    #contents #main .search-result-products .product .price_qty .arrive_date {
        margin-left: 32px;
    }
    #contents #main .search-result-products .product .price_qty .cart button {
        font-weight: 700;
        font-size: 12px;
        width: 167px;
        height: 48px;
        color: #FFFFFF;
        background: #282F46;
        background-image: url('../image/hf/cart.png');
        background-repeat: no-repeat;
        background-position: 25px 12px;
        background-size: 18px 16px;
        margin-top: 32px;
        text-indent: 10px;
        border: 0;
    }
    #contents #main .brand_list_ {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    #contents .cart_list {
        display: none;
    }
}
