*,
::after,
::before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.6;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    margin: 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.h1,
.h2,
h1,
h2 {
    font-size: 20px;
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    border-top-width: 0.1rem;
    box-sizing: content-box;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

embed,
iframe,
img,
object {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: middle;
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 0.1rem dotted ButtonText;
}

select::-ms-expand {
    display: none;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -0.2rem;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable] {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #1e1e1e;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "kern", "liga", "clig", "calt";
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

object {
    display: inline-block;
    pointer-events: none;
}

a {
    display: block;
    text-decoration: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    opacity: 0.6;
}

::-moz-selection {
    background: #1e1e1e;
    color: #ffffff;
}

::selection {
    background: #1e1e1e;
    color: #ffffff;
}

::-moz-selection {
    background: #1e1e1e;
    color: #ffffff;
}

:focus {
    outline: none;
}

::-moz-placeholder {
    color: #bcbcbc;
}

:-ms-input-placeholder {
    color: #bcbcbc;
}

::placeholder {
    color: #bcbcbc;
}

:-ms-input-placeholder {
    color: #bcbcbc;
}

.container {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    left: 0;
    transition: left 0.5s ease;
    padding: 0;
    margin-bottom: 100px;
}
.container__todo--active {
    left: -10rem;
    transition: left 0.5s ease;
}
.container__todo--active .header {
    left: -10rem;
    transition: left 0.5s ease;
}

.fixedcontainer {
    width: 88%;
    margin: auto;
}

.form-control {
    font-size: 14px;
}

.modal-dialog {
    max-width: 90%;
    margin: auto;
}

h5,
p {
    font-size: 14px;
}

.btn {
    font-size: 16px;
}

.header {
    position: fixed;
    background: #ffffff;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 96;
    transition: all 0.5s ease;
}

.header__top {
    display: flex;
    padding: 2rem 1.5rem;
}

.header__top .header__seach {
    position: relative;
    flex: 1 1 auto;
    margin-right: 0.75rem;
}
.header__top .header__seach .search__link {
    position: relative;
    background: #f4f4f4;
    color: #bcbcbc;
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    border-radius: 1.5rem;
    padding: 1rem 1rem 1rem 3.5rem;
}
.header__top .header__seach .search__link::before {
    content: "";
    position: absolute;
    display: block;
    content: "\e8b6";
    color: #1e1e1e;
    font-family: "Material Icons Outlined";
    font-size: 1.8rem;
    top: 50%;
    left: 1rem;
    margin-top: -0.9rem;
}
.header__top .header__seach a {
    top: 0;
}
.header__top .icon__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__top .icon__list .list__icon {
    position: relative;
    width: 3.7rem;
    height: 100%;
}
.header__top .icon__list .list__icon::before {
    position: absolute;
    display: block;
    color: #1e1e1e;
    font-family: "Material Icons";
    font-size: 2.4rem;
    top: 50%;
    left: 50%;
    margin: -0.9rem 0 0 -1.2rem;
}
.header__top .icon__list .list__icon--filter::before {
    content: "\ef4f";
}
.header__top .icon__list .list__icon--filter::after {
    content: "";
    position: absolute;
    display: block;
    background: #1e1e1e;
    width: 0.6rem;
    height: 0.2rem;
    bottom: 50%;
    right: 50%;
    margin: 0 -1rem -0.9rem 0;
}
.header__top .icon__list .list__icon--filter--active::after {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0.2rem 0 0.2rem;
    border-color: #e63946 transparent transparent transparent;
    margin-right: -0.8rem;
}
.header__top .icon__list .list__icon--todo::before {
    content: "\e5ca";
}
.header__top .icon__list .list__icon--todo .todo__count {
    position: absolute;
    background: #e63946;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    right: 0.5rem;
    border-radius: 50%;
    margin-top: -1.5rem;
    z-index: 1;
}

.filter__level1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    max-height: calc(100vh - 5rem);
    bottom: -100%;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow-y: scroll;
    transition: bottom linear 0.5s;
    z-index: 99;
}
.filter__level1::-webkit-scrollbar {
    display: none;
}
.filter__level1--active {
    bottom: 0;
    transition: bottom linear 0.5s;
}
.filter__level1 .level1__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    transition: all 0.5s ease;
    z-index: 99;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
}
.filter__level1 .level1__header [class$=__title] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.filter__level1 .level1__header [class$=__clear] .clear__button {
    position: absolute;
    font-weight: bold;
    top: 2rem;
    right: 1.5rem;
}
.filter__level1 .level1__header .level1__close {
    position: absolute;
    width: 2rem;
    height: 1.8rem;
    top: 2rem;
    right: 1.5rem;
}
.filter__level1 .level1__header .level1__close::after {
    font-size: 2rem;
    top: 50%;
    right: 0;
    margin-top: -0.9rem;
}
.filter__level1 .level1__header .level1__close::after {
    content: "";
    position: absolute;
    display: block;
    content: "\e5cd";
    font-family: "Material Icons Outlined";
}
.filter__level1 .level1__list {
    margin: 5.8rem 0 17rem;
}
.filter__level1 .level1__list .level1__item {
    position: relative;
    font-weight: bold;
    border-bottom: 0.1rem solid #eaeaea;
    padding: 2rem 0;
}
.filter__level1 .level1__list .level1__item:last-child {
    border-bottom: none;
}
.filter__level1 .level1__list .level1__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid;
    border-right: 0.2rem solid;
    border-radius: 0.1rem;
    transform: rotate(45deg);
    top: 2.5rem;
    right: 0.2rem;
}
.filter__level1 .level1__list .level1__item .level1__input {
    display: none;
}
.filter__level1 .level1__list .level1__item .price__text {
    margin-bottom: 3.5rem;
}
.filter__level1 .level1__list .level1__item .price__slider {
    position: relative;
    background: #30aff4;
    height: 0.6rem;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
    margin: 0 1rem;
}
.filter__level1 .level1__list .level1__item .price__slider .nstSlider {
    background: #30aff4;
    width: 100%;
    height: 0.6rem;
}
.filter__level1 .level1__list .level1__item .price__slider .nstSlider .bar {
    height: 0.6rem;
}
.filter__level1 .level1__list .level1__item .price__slider .nstSlider .leftGrip,
.filter__level1 .level1__list .level1__item .price__slider .nstSlider .rightGrip {
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    margin-top: -1.2rem;
}
.filter__level1 .level1__list .level1__item .price__slider .leftLabel__text,
.filter__level1 .level1__list .level1__item .price__slider .rightLabel__text {
    position: absolute;
    top: 2rem;
    color: #979797;
    font-size: 1rem;
}
.filter__level1 .level1__list .level1__item .price__slider .leftLabel__text input,
.filter__level1 .level1__list .level1__item .price__slider .rightLabel__text input {
    display: inline;
    color: #979797;
}
.filter__level1 .level1__list .level1__item .price__slider .leftLabel__text {
    left: 0.5rem;
}
.filter__level1 .level1__list .level1__item .price__slider .rightLabel__text {
    right: 0.5rem;
}
.filter__level1 .level1__list .level1__item .price__slider .rightLabel__text input {
    width: 3rem;
}
.filter__level1 .level1__button {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 3fr;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    background: #ffffff;
    width: 100vw;
    bottom: -100vh;
    left: 0;
    padding: 2rem 1.5rem 4.5rem;
    transition: bottom linear 0.5s;
}
.filter__level1 .level1__button .level1__clear .clear__button {
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: 0.1rem solid;
    border-radius: 0.5rem;
    padding: 1.4rem 0;
}
.filter__level1 .level1__button .level1__search .search__button {
    background: #30aff4;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 0.5rem;
    padding: 1.5rem 0;
}
.filter__level1--active .level1__button {
    bottom: 0;
    transition: bottom linear 0.5s;
}
.filter__level1--select .level1__list .level1__item {
    padding: 1.2rem 0;
}
.filter__level1--select .level1__list .level1__item .level1__title {
    display: block;
    color: #979797;
    font-size: 1rem;
}
.filter__level1--select .level1__list .level1__item .level1__input {
    display: block;
    color: #30aff4;
    width: 100%;
}

.filter__level2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    max-height: calc(100vh - 5rem);
    bottom: -100%;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow-y: scroll;
    transition: bottom linear 0.5s;
    z-index: 99;
}
.filter__level2::-webkit-scrollbar {
    display: none;
}
.filter__level2--active {
    bottom: 0;
    transition: bottom linear 0.5s;
}
.filter__level2 .level2__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    transition: all 0.5s ease;
    z-index: 99;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
}
.filter__level2 .level2__header [class$=__title] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.filter__level2 .level2__header [class$=__clear] .clear__button {
    position: absolute;
    font-weight: bold;
    top: 2rem;
    right: 1.5rem;
}
.filter__level2 .level2__header .level2__back {
    position: absolute;
    width: 2rem;
    height: 1.8rem;
    top: 2rem;
    left: 1.5rem;
}
.filter__level2 .level2__header .level2__back::after {
    font-size: 2rem;
    top: 50%;
    left: 0;
    margin-top: -0.9rem;
}
.filter__level2 .level2__header .level2__back::after {
    content: "";
    position: absolute;
    display: block;
    content: "\f1e6";
    font-family: "Material Icons Outlined";
}
.filter__level2 .level2__list {
    margin-bottom: 2rem;
    margin-top: 6rem;
}
.filter__level2 .level2__list .level2__item {
    position: relative;
    font-weight: bold;
    border-bottom: 0.1rem solid #eaeaea;
    padding: 2rem 0;
}
.filter__level2 .level2__list .level2__item .level2__checkbox {
    display: none;
}
.filter__level2 .level2__list .level2__item .level2__text {
    display: block;
}
.filter__level2 .level2__list .level2__item .level2__text--select {
    color: #30aff4;
}
.filter__level2 .level2__list .level2__item .level3__list {
    color: #787878;
    height: 0;
    border-bottom: none;
    margin-left: 2rem;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}
.filter__level2 .level2__list .level2__item .level3__list .level3__item--select {
    color: #30aff4;
}
.filter__level2 .level2__list .level2__item .level2__checkbox:checked + .level2__text + .level3__list {
    height: auto;
    padding-top: 2rem;
    opacity: 1;
    visibility: visible;
}
.filter__level2 .level2__list .level2__item--select .level3__list .level3__item {
    padding: 1rem 0;
}
.filter__level2 .level2__list .level2__item--select .level3__list .level3__item:last-child {
    padding-bottom: 2rem;
}
.filter__level2--maxlevel3 .level2__list .level2__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    top: 2.3rem;
    right: 0.2rem;
    border-bottom: 0.2rem solid;
    border-right: 0.2rem solid;
    transform: rotate(45deg);
}
.filter__level2--brand .level2__header .level2__title {
    margin-bottom: 2rem;
}
.filter__level2--brand .level2__header .level2__search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.filter__level2--brand .level2__header .level2__search .search__input {
    background: #f4f4f4;
    width: 100%;
    border-radius: 1rem;
    padding: 1rem;
}
.filter__level2--brand .level2__list {
    margin-top: 10.6rem;
}
.filter__level2--color .level2__header .level2__cancel {
    position: absolute;
    width: 2rem;
    height: 1.8rem;
    top: 2rem;
    right: 1.5rem;
}
.filter__level2--color .level2__header .level2__cancel::after {
    font-size: 2rem;
    top: 50%;
    right: 0;
    margin-top: -0.9rem;
}
.filter__level2--color .level2__header .level2__cancel::after {
    content: "";
    position: absolute;
    display: block;
    content: "\e5cd";
    font-family: "Material Icons Outlined";
}
.filter__level2--color .level2__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 2.5rem;
    margin-top: 10.5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
}
.filter__level2--color .level2__list .level2__item {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border-bottom: 0;
    padding: 0;
}
.filter__level2--color .level2__list .level2__item .level2__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.filter__level2--color .level2__list .level2__item .level2__text--select {
    position: relative;
    border: 0.5rem solid #30aff4;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}
.filter__level2--color .level2__list .level2__item .level2__text--select::after {
    content: "";
    position: absolute;
    display: block;
    content: "\e5ca";
    color: #ffffff;
    font-family: "Material Icons Outlined";
    font-size: 3rem;
    top: 50%;
    left: 50%;
    margin: -0.9rem 0 0 -1.5rem;
}
.filter__level2--color .level2__list .level2__item .level2__text--select > span {
    display: none;
}
.filter__level2--color .level2__list .level2__item--black {
    background: #1e1e1e;
}
.filter__level2--color .level2__list .level2__item--white {
    background: #ffffff;
    color: #1e1e1e;
    border: 2px solid #979797;
}
.filter__level2--color .level2__list .level2__item--white .level2__text--select::after {
    color: #1e1e1e;
}
.filter__level2--color .level2__list .level2__item--gray {
    background: #bcbcbc;
}
.filter__level2--color .level2__list .level2__item--green {
    background: #00b733;
}
.filter__level2--color .level2__list .level2__item--khaki {
    background: #556b2f;
}
.filter__level2--color .level2__list .level2__item--tan {
    background: #d2b48c;
}
.filter__level2--color .level2__list .level2__item--blue {
    background: #c1e7fc;
}
.filter__level2--color .level2__list .level2__item--navy {
    background: #000080;
}
.filter__level2--color .level2__list .level2__item--purple {
    background: #7851a9;
}
.filter__level2--color .level2__list .level2__item--red {
    background: #ff0000;
}
.filter__level2--color .level2__list .level2__item--orange {
    background: #ff6700;
}
.filter__level2--color .level2__list .level2__item--yellow {
    background: #ffa500;
}
.filter__level2--color .level2__list .level2__item--other {
    background: url("../../cmn/img/img_color_other.png") no-repeat top left;
    background-size: cover;
}

.header__todo {
    position: fixed;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100vw;
    z-index: 99;
    transition: all 0.5s ease;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.header__todo::-webkit-scrollbar {
    display: none;
}
.header__todo .todo__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    transition: all 0.5s ease;
    z-index: 99;
    top: 0;
    left: 100vw;
}
.header__todo .todo__header [class$=__title] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.header__todo .todo__header [class$=__clear] .clear__button {
    position: absolute;
    font-weight: bold;
    top: 2rem;
    right: 1.5rem;
}
.header__todo .todo__header .todo__back {
    position: absolute;
    width: 2rem;
    height: 1.8rem;
    top: 2rem;
    left: 1.5rem;
}
.header__todo .todo__header .todo__back::after {
    font-size: 2rem;
    top: 50%;
    left: 0;
    margin-top: -0.9rem;
}
.header__todo .todo__header .todo__back::after {
    content: "";
    position: absolute;
    display: block;
    content: "\f1e6";
    font-family: "Material Icons Outlined";
}
.header__todo--active {
    left: 0;
    transition: all 0.5s ease;
}
.header__todo--active .todo__header {
    left: 0;
    transition: all 0.5s ease;
}
.header__todo .todo__list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 5.8rem;
}
.header__todo .todo__list .todo__item {
    border-bottom: 0.1rem solid #eaeaea;
}
.header__todo .todo__list .todo__item > a {
    display: grid;
    grid-template-columns: 6.8rem auto;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding: 1rem 0;
}
.header__todo .todo__list .todo__item > a [class$=__picture] {
    aspect-ratio: 1/1;
}
.header__todo .todo__list .todo__item > a [class$=__picture] > img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 1rem;
}
.header__todo .todo__list .todo__item .todo__link .todo__detail .todo__state {
    color: #30aff4;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.header__todo .todo__list .todo__item .todo__link .todo__detail .todo__text {
    margin-bottom: 0.5rem;
}
.header__todo .todo__list .todo__item .todo__link .todo__detail .todo__limit {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.header__todo .todo__list .todo__item .todo__link .todo__detail .todo__ago {
    color: #bcbcbc;
    font-size: 1rem;
}

.category {
    border-bottom: 0.1rem solid #f4f4f4;
}
.category__list {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.category__list::-webkit-scrollbar {
    display: none;
}
.category__list .category__item {
    flex: 0 0 auto;
    color: #bcbcbc;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 1rem;
    margin: 0 0.75rem;
}
.category__list .category__item:first-child {
    margin-left: 1.5rem;
}
.category__list .category__item:last-child {
    margin-right: 1.5rem;
}
.category__list .category__item.active {
    position: relative;
    color: #30aff4;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.category__list .category__item.active::after {
    content: "";
    position: absolute;
    display: block;
    background: #30aff4;
    width: 100%;
    height: 0.3rem;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.footer {
    position: fixed;
    background: #f4f4f4;
    width: 100vw;
    bottom: 0;
    left: 0;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    padding: 0.6rem 0 2.2rem;
    z-index: 100;
}
.footer__nav .nav__menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-end;
}
.footer__nav .nav__menu .menu__item .item_link {
    position: relative;
    color: #787878;
    font-size: 1rem;
    text-align: center;
    padding-top: 0.5rem;
}
.footer__nav .nav__menu .menu__item .item_link::before {
    content: "";
    position: absolute;
    display: block;
    font-family: "Material Icons Outlined";
    top: 0;
    left: 50%;
    font-size: 2.4rem;
    margin-left: -1.2rem;
}
.footer__nav .nav__menu .menu__item .item_link .link__icon--tent {
    display: block;
    position: absolute;
    width: 3.1rem;
    height: 2rem;
    top: 0;
    left: 50%;
    margin-left: -1.55rem;
    transform: scale(var(--ggs, 1));
    overflow: hidden;
}
.footer__nav .nav__menu .menu__item .item_link .link__icon--tent::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1.4rem;
    top: 0.56rem;
    border-left: 0.84rem solid transparent;
    border-right: 0.84rem solid transparent;
    border-bottom: 1.4rem solid;
}
.footer__nav .nav__menu .menu__item .item_link .link__icon--tent::after {
    content: "";
    position: absolute;
    display: block;
    background: currentColor;
    width: 0.84rem;
    height: 3rem;
    top: 0.42rem;
    left: 1.9rem;
    transform: rotate(-32deg) skewY(-35deg);
}
.footer__nav .nav__menu .menu__item--active .item_link {
    color: #1e1e1e;
}
.footer__nav .nav__menu .menu__item--community .item_link::before {
    content: "\e618";
}
.footer__nav .nav__menu .menu__item--listing .item_link::before {
    content: "\e146";
}
.footer__nav .nav__menu .menu__item--notice .item_link::before {
    content: "\e7f4";
}
.footer__nav .nav__menu .menu__item--notice .item_link::after {
    content: "";
    position: absolute;
    display: block;
    background: #e63946;
    width: 0.8rem;
    height: 0.8rem;
    top: -0.5rem;
    left: 50%;
    border-radius: 50%;
    margin-left: 0.5rem;
}
.footer__nav .nav__menu .menu__item--mypage .item_link::before {
    content: "\e7fd";
}

.header__overlay,
.overlay {
    position: fixed;
    background: #1e1e1e;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100vw;
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 97;
}
.header__overlay--active,
.overlay--active {
    left: 0;
    opacity: 0.5;
    transition: opacity 0.7s ease;
}

.bottom-fixed-btn {
    position: fixed;
    left: auto;
    right: auto;
    bottom: 0;
}

.tag {
    padding-bottom: 16px;
    padding-top: 16px;
}
.tag .tag__list {
    display: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tag .tag__list::-webkit-scrollbar {
    display: none;
}
.tag .tag__list.active {
    display: flex;
    overflow-y: hidden;
}
.tag .tag__list .tag__item {
    flex: 0 0 auto;
    background: #eaeaea;
    font-size: 1.2rem;
    border-radius: 2.5rem;
    letter-spacing: -.5px;
    margin: 0 4px;
    transition: all 0.5s ease;
    display: flex;
    height: 40px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
}
.tag .tag__list .tag__item:first-child {
    margin-left: 1.5rem;
}
.tag .tag__list .tag__item:last-child {
    margin-right: 1.5rem;
}
.tag .tag__list .tag__item.active {
    background: #1e1e1e;
    color: #ffffff;
    transition: all 0.5s ease;
}

.information {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 2.5rem;
}
.information__list .information__item {
    border-radius: 2rem;
}
.information__list .information__item .information__link img {
    border-radius: 1.6rem;
}

.information__list .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 1.5rem;
    left: 0;
}
.information__list .slick-dots li {
    background: #ffffff;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin: 0 0.4rem;
    opacity: 0.8;
    transition: all 0.5s ease;
}
.information__list .slick-dots li button {
    display: none;
}
.information__list .slick-dots .slick-active {
    background: #1e1e1e;
    width: 3rem;
    transition: all 0.5s ease;
}

.product {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.product__filter {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.product__filter .filter__sale .sale__text {
    position: relative;
    font-size: 1.3rem;
}
.product__filter .filter__sale .sale__text::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    top: 50%;
    right: -1.5rem;
    border-left: 0.2rem solid #bcbcbc;
    border-bottom: 0.2rem solid #bcbcbc;
    margin-top: -0.6rem;
    transform: rotate(-45deg);
}
.product__filter .filter__sort .sort__text {
    font-size: 1.3rem;
}
.product__filter .filter__sort .sort__icon--arrow {
    position: relative;
    display: inline-block;
    color: #bcbcbc;
    vertical-align: text-bottom;
    width: 1.4rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    transform: scale(var(--ggs, 1));
}
.product__filter .filter__sort .sort__icon--arrow::before {
    content: "";
    position: absolute;
    display: block;
    background: #bcbcbc;
    width: 0.2rem;
    height: 0.6rem;
    top: 0.4rem;
    left: 0.2rem;
    box-shadow: 0.7rem -0.4rem 0;
    border-radius: 0.4rem;
    transform: rotate(45deg);
}
.product__filter .filter__sort .sort__icon--arrow::after {
    content: "";
    position: absolute;
    display: block;
    background: #bcbcbc;
    width: 0.2rem;
    height: 1.2rem;
    right: 0.4rem;
    bottom: 0.4rem;
    border-radius: 0.4rem;
    box-shadow: -0.4rem 0.4rem 0;
}

.filter__list .filter__form .filter__list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    background: #ffffff;
    width: 100vw;
    max-height: calc(100vh - 5rem);
    bottom: -100%;
    left: 0;
    border-radius: 1.5rem 1.5rem 0 0;
    overflow-y: scroll;
    transition: bottom linear 0.5s;
    z-index: 99;
}
.filter__list .filter__form .filter__list::-webkit-scrollbar {
    display: none;
}
.filter__list .filter__form .filter__list--active {
    bottom: 0;
    transition: bottom linear 0.5s;
}
.filter__list .filter__form .filter__list .filter__item {
    position: relative;
    font-weight: bold;
    border-bottom: 0.1rem solid #eaeaea;
    padding: 2rem 0;
}
.filter__list .filter__form .filter__list .filter__item--select::after {
    content: "";
    position: absolute;
    display: block;
    border-right: 0.2rem solid;
    border-bottom: 0.2rem solid;
    width: 0.7rem;
    height: 1.5rem;
    top: 50%;
    right: 1rem;
    margin-top: -0.9rem;
    transform: rotate(45deg);
}

.product__list {
    display: none;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    grid-template-rows: auto;
    gap: 3.2rem 0.8rem;
}
.product__list .product__item {
    border-radius: 1.6rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.product__list .product__item .product__link .product__picture {
    position: relative;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
}
.product__list .product__item .product__link .product__picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1.6rem 1.6rem 0 0;
}
.product__list .product__item .product__link .product__picture .product__auction {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    top: 0.5rem;
    right: 0.5rem;
    border-radius: 1.6rem;
    padding: 0.8rem 0.8rem 0.8rem 2rem;
}
.product__list .product__item .product__link .product__picture .product__auction::before {
    content: "\e90e";
    position: absolute;
    top: 48%;
    left: 0.6rem;
    font-family: "Material Icons Outlined";
    color: #ffffff;
    margin-top: -0.6rem;
}
.product__list .product__item .product__link .product__info {
    padding: 0 0.75rem 1.25rem;
}
.product__list .product__item .product__link .product__info .product__timer {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 0.8rem;
}
.product__list .product__item .product__link .product__info .product__timer--red {
    color: #e63946;
}
.product__list .product__item .product__link .product__info .product__end__datetime {
    display: none;
}
.product__list .product__item .product__link .product__info .product__brand {
    border-top: 1px solid #eaeaea;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: -.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #787878;
    padding-top: 0.8rem;
}
.product__list .product__item .product__link .product__info .product__name {
    font-size: 1.3rem;
    margin: 0.8rem 0;
    height: 40px;
    line-height: 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product__list .product__item .product__link .product__info .product__name :hover {
    color: #1e1e1e;
}
.product__list .product__item .product__link .product__info .product__price {
    color: #30aff4;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8rem;
}

.header__top {
    background-color: white;
    position: relative;
    z-index: 2;
}
.header__top .header__seach .clear_btn {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.header__top .icon__list .filter_icon {
    margin-left: 0;
}
.header__top .icon__list .todo_list_icon {
    position: relative;
    margin-right: 0.5vw;
}
.header__top .icon__list .todo_list_icon span {
    top: -3px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #e63946;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    border: 2px solid #ffffff;
}

.search_dialog {
    position: absolute;
    background: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 1;
    /* padding-top: 80px; */
    padding: 0 15px;
    transition: all 0.4s ease;
}
.search_dialog.active {
    height: 100vh;
    overflow-y: scroll;
    transition: all 0.4s ease;
    padding: 80px 15px 40px;
}
.search_dialog .block {
    position: relative;
}
.search_dialog .block h3 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
.search_dialog .block h3 a {
    font-size: 12px;
    font-weight: normal;
    color: #787878;
}
.search_dialog .block ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 97%;
}
.search_dialog .block2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
}
.search_dialog .block2 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
}
/*# sourceMappingURL=top.css.map */

/* 追加 */
.price-filter {
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
}

@media only screen and (max-width: 1080px) {
    .top-banner {
        width: 100%;
        margin: 0;
    }
}

.shortcut {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 24px!important;
}

.shortcut .title-border {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    color: #222;
    font-weight: 500;
}

.shortcut .title-border:before{

}

.shortcut .title-border:after{
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
    color: #f4f4f4;
}

.shortcut_item{
    display: flex;
    align-items: center;
}

.shortcut_item_title_left{
    width: 50%;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
    background-color: #61A3F1;
    margin-right: 8px;
    color: #fff;
    font-weight: 600;
}

.shortcut_item_title_right{
    width: 50%;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
    background-color: #61A3F1;
    color: #fff;
    font-weight: 600;
}
