﻿/* PKGで定義しているスタイルを上書きして独立してデザイン適用 */

body,
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


li {
    list-style: none;
}

.ls-price {
    color: #c30;
}


/* ここまで基底を上書き */


/*左メニュー*/

img {
    cursor: pointer;
}

.ls-block-category-tree--item {
    border-top: #eee 1px solid;
}

.ls-block-genre-tree--item {
    border-top: #eee 1px solid;
}

.ls-block-brand-tree--item {
    border-top: #eee 1px solid;
}


/* 左メニュー基底設定ここまで */


/* 商品一覧 */

.ls-block-goods-list--item-per-page {
    margin: 0.5em;
}

.ls-block-filter--header {
    display: flex;
    justify-content: space-between;
    background-color: #dcdcdc;
}

.ls-block-filter--expand-icon {
    padding: 10px;
    cursor: pointer;
}

.ls-block-filter--list-item {
    display: none;
    padding-bottom: 1em;
    border-bottom: #eee 1px solid;
}

.ls-block-sort--header {
    display: flex;
    justify-content: space-between;
    background-color: #dcdcdc;
}

.ls-block-sort--expand-icon {
    padding: 10px;
    cursor: pointer;
}

.ls-block-sort--element {
    display: none;
}

.ls-block-sort--select {
    padding: 5px;
}

.pagination {
    display: inline-block;
}

.pagination>* {
    list-style-type: none;
    float: left;
    margin-left: -1px;
    padding: 2px 7px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0 1px;
}

.pagination>.disabled {
    color: #777;
}

.pagination>li {
    min-width: 28px;
}

.ls-block-pickup-list-p--items {
    border-top: 1px solid #eee;
}

.ls-block-pickup-list-p--items li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.ls-block-pickup-list-p--items li a {
    display: table;
    table-layout: fixed;
    text-decoration: none;
    width: 100%;
}

.ls-block-pickup-list-p--goods-image {
    width: 145px;
    display: table-cell;
    vertical-align: top;
}

.ls-block-pickup-list-p--goods-image figure {
    background: #f5f5f5;
    width: 145px;
    height: 145px;
    padding: 5px;
}

.ls-block-pickup-list-p--goods-description {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    word-wrap: break-word;
    font-size: 14px;
}

.ls-block-pickup-list-p--goods-name {
    font-weight: bold;
}

.ls-block-pickup-list-p--comment {
    font-size: 12px;
    font-weight: bold;
}

.ls-block-pickup-list-p--price {
    font-size: 18px;
    font-weight: bold;
}

.ls-block-style--header {
    display: flex;
    justify-content: space-between;
    background-color: #dcdcdc;
}

.ls-block-style--expand-icon {
    padding: 10px;
    cursor: pointer;
}

.ls-block-style--element {
    display: none;
}

.ls-block-style--select {
    padding: 5px;
}

.ls-block-goods-list--display-style-items-selectbox {
    padding-left: 10px;
}

.ls-block-thumbnail-t li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.ls-block-thumbnail-t--goods:first-of-type {
    margin-left: 0;
}

.ls-block-thumbnail-t--goods {
    width: 200px;
    margin-right: 25px;
    margin-left: 0px;
}

.ls-block-thumbnail-t--goods a {
    color: #000;
    text-decoration: underline;
}

.ls-block-thumbnail-t--goods-image figure {
    background: #f5f5f5;
    width: 200px;
    height: 200px;
}

.ls-img-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ls-img-center img {
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.ls-block-thumbnail-t--goods-description {
    margin-top: 20px;
}

.ls-block-thumbnail-t--goods .price,
.ls-block-thumbnail-t--goods .net-price,
.ls-block-thumbnail-t--goods .default-price,
.ls-block-thumbnail-t--goods .exchange-price,
.ls-block-thumbnail-t--goods .ls-block-exchange-price--rate-dt {
    text-align: right;
}

.ls-block-thumbnail-t--goods .price {
    font-weight: bold;
}

.ls-block-thumbnail-t--items {
    border-top: 1px solid #eee;
    padding: 10px 10px 0 0;
}

.ls-block-thumbnail-t--items li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ls-block-thumbnail-t--items li a {
    text-decoration: none;
}

.ls-block-thumbnail-t--goods-image {
    width: 100%;
    margin-bottom: 5px;
}

.ls-block-thumbnail-t--goods-image figure {
    background: #f5f5f5;
    width: 100%;
    min-width: 140px;
    min-height: 140px;
    padding: 5px;
}

.ls-block-thumbnail-t--goods-description {
    word-wrap: break-word;
}

.ls-block-icon {
    font-size: 0;
}

.ls-block-icon {
    margin-bottom: 10px;
}

.ls-block-thumbnail-t--goods-name {
    font-weight: bold;
}

.ls-block-thumbnail-t--comment {
    font-size: 12px;
}

.ls-block-thumbnail-t--price {
    font-size: 18px;
    font-weight: bold;
}


/* 商品一覧基底設定ここまで */

#main {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 1200px;
    margin: 40px auto;
}

.pagination>li.page-item.active>a {
    font-weight: bold;
    color: red;
}

.paginate-sb {
    text-align: center;
}

div#result-info-area {
    text-align: left;
}

div#result-info-area>label {
    margin-right: 25%;
}

#hitCount {
    text-align: left;
}

#keyword-info {
    margin: 0 0 0 20px;
}

#goods-hitCount {
    margin: 0px 10px;
}

div#paginate-info {
    position: relative;
    grid-row: 5/6;
    grid-column: 1/2;
    text-align: center;
    align-self: end;
}

#pagination {
    margin: auto 0 0 0;
    text-align: left;
}

#goods-list>ul>li>dl {
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

div#result-info-area {
    display: grid;
    grid-row: 1/2;
    grid-column: 1/1;
    grid-template-columns: auto;
}

div#result-info {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: end;
    text-align: center;
}

div#display-option {
    display: grid;
    grid-row: 2/3;
    grid-column: 1/2;
}

#search-result {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
}

div#sort-condition {
    display: grid;
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: end;
}

div#breadcrumbs {
    padding: 12px 0;
    background-color: gray;
    text-align: center;
}

.azs-block-filete {
    grid-row: 2/3;
    grid-column: auto;
}

.azs-block-goods--sort {
    grid-row: 3/4;
    grid-column: auto;
}

#result-info-area-text {
    grid-row: 4/5;
    grid-column: auto;
}

.block-switcher li {
    width: 49%;
}

.filter-I li {
    display: inline;
}

.filter-enable {
    border: solid 2px black;
}

.filter-image {
    margin: 10px;
}

.highlight {
    background-color: #DDDDDD;
}

.nowloading {
    background-image: url("/images/gif/nowloading.gif");
    width: 100px;
    height: 100px;
    background-size: 100%;
    margin: 50px auto;
}

#left-menu-contents {
    color: #555555;
}

span.item-name {
    max-width: 10em;
    min-width: 6em;
    display: inline;
    padding-left: 0.5em;
}

.item-name {
    text-align: center;
    font-size: 18px;
}

.global-search {
    text-align: center;
    height: 100%;
}

#azs-keyword {
    padding: 0.5em;
    font-size: 1.2em;
    height: 100%;
}

div#left-menu {
    width: 25%;
    min-width: 240px;
    margin-right: 60px;
    margin-top: 30px;
    height: 800px;
    overflow-y: scroll;
    /* IE, Edge用スクロールバー非表示*/
    -ms-overflow-style: none;
    /* Firefox用スクロールバー非表示 */
    scrollbar-width: none;
}


/* Chrome, Safari用スクロールバー非表示 */

div#left-menu::-webkit-scrollbar {
    display: none;
}

.item {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}
.bold ul li {
    padding-left: 1em;
}

ul {
    list-style-type: dot;
}

li.block-category-tree--item.item .fa {
    font-size: 20px;
}

li.block-category-tree--item.item .bold {
    display: flex;
}

li.block-genre-tree--item.item .fa {
    font-size: 20px;
}

li.block-genre-tree--item.item .bold {
    display: flex;
}

li.block-brand-tree--item.item .fa {
    font-size: 20px;
}

li.block-brand-tree--item.item .bold {
    display: flex;
}

#folder-state {
    margin-left: auto;
    padding-right: 15px;
}

.fade-enter {
    opacity: 0 ease-in;
    animation: r1 0.4s linear infinite, fadein 0.4s linear;
}

.fade-enter-active {
    transition: opacity 0.1s ease-in;
}

.fade-enter-to {
    opacity: 1;
}

.fade-leave {
    opacity: 1;
}

.fade-leave-active {
    transition: opacity 0.1s ease-in;
}

.fade-leave-to {
    opacity: 0 ease-in;
    animation: r1 0.4s linear infinite, fadeOut 0.4s linear;
}

@keyframes r1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.left-menu-window {
    margin-bottom: 10px;
}

.left-menu-line {
    float: left;
}

.folder-state {
    margin-left: auto;
}

#menu_bar1:checked~#links1 li {
    height: auto;
    padding: auto;
    opacity: 1;
}

#menu_bar1:checked~label:before {
    content: "caret-right";
}

#left-menu-narrowing-down li {
    overflow: hidden;
    transition: all 0.5s;
}

#links1 li {
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: 0.5s;
}

#narrowing-size:before {
    content: "caret-right";
    font-family: "FontAwesome";
}

#menu_bar1 {
    display: none;
}

#keyWordInput input {
    width: 150px;
}

#global-keyword {
    width: 85%;
    height: 100%;
    font-size: large;
}

#glocal-search div {
    display: inline;
}

#global-search--submit {
    height: 100%;
    width: 14%;
}

.reaf {
    font-weight: bold;
    padding: 15px 0px;
    padding-left: 16px;
}

#input-keyword {
    width: 88%;
    margin-left: 3px;
}

#sort-keyword {
    margin: 1em 0em 0em 1em;
}

.item-count {
    font-size: 18px;
    margin-left: 5px;
}

.block-pickup-list-p--comment {
    font-weight: bold;
}

#suggest {
    position: absolute;
    z-index: 1;
}

.pane-globalnav {
    z-index: 0;
}

.suggest-keyword {
    border: 0.5px solid;
    background-color: white;
    padding: 5px 10px;
    font-size: large;
}

.disable {
    display: none;
}

.level1 {
    display: flex;
}

.level2 {
    display: flex;
    padding-left: 3em;
}

.level3 {
    display: flex;
    padding-left: 5em;
}

.level4 {
    display: flex;
    padding-left: 7em;
}

.folder-state {
    float: right;
    padding-right: 0.5em;
    font-size: 25px;
}

.block-category-tree--item>div {
    font-size: 18px;
}

.block-genre-tree--item>div {
    font-size: 18px;
}

.block-brand-tree--item>div {
    font-size: 18px;
}


/* ↓デザイン調整追加CSS↓ */

.left-menu-window {
    margin-bottom: 30px!important;
    border-top: none!important;
}

.ls-menu-title {
    padding: 5px 0px 5px 5px;
    background: #444;
    color: #fff;
    font-size: 18px;
}

.level2:before {
    padding-top: 0.5em;
    content: ">";
}

.level3:before {
    padding-top: 0.5em;
    content: "-";
}

.level4:before {
    content: "";
}

ul#left-menu-contents>li.ls-block-category-tree--item,
ul#left-menu-contents>li.ls-block-genre-tree--item {
    border-bottom: none;
}

li>ul>li.ls-block-category-tree--item,
li>ul>li.ls-block-genre-tree--item {
    border-top: none;
    border-bottom: #eee 1px solid;
    padding: 1.5em 0;
    overflow: hidden;
}

span.folder-state {
    cursor: pointer;
    float: right;
    font-size: 18px;
}

li.ls-block-category-tree--item>ul>li:hover,
li.ls-block-genre-tree--item>ul>li:hover {
    background-color: #eee;
    text-decoration: none;
}

li>ul>li.ls-block-brand-tree--item {
    padding: 1em 0;
}

.left-menu-contents-filter .item-name {
    padding: 5px 0px 5px 5px;
    background: #444;
    color: #fff;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

input#filter-keyword {
    width: 195px;
    border: 1px solid #ccc;
}

button.block-global-search--submit.btn.btn-default {
    border: 1px solid;
    padding: 10px;
    background: #000;
    border-radius: 4px;
    color: #ffff;
}

div#azs-keyword span {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

/* ↑デザイン調整追加CSS↑ */

#price-filter-slider {
    margin: 1em 1em 0em 1em;
}

.block-filter--filter-items button {
    margin: 1em 0em 0em 1em;
}

.block-global-search--keyword {
    width: 80%;
    height: inherit;
}

.block-filter-keyword .ls-suggest {
    position: fixed;
    margin-top: -30px;
    width: 85%;
}