@charset "UTF-8";
* {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Helvetica", "Segoe UI", Arial, sans-serif;
}

html {
    font-size: 10px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Helvetica", "Segoe UI", Arial, sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    max-width: 100%;
}

a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

a img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    display: block;
}

a:hover,
a img:hover {
    opacity: 0.8;
}

figure {
    margin: 0;
}

figure img {
    display: block;
    margin: auto;
}

.red {
    color: #e60007;
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
input[type=password],
input[type=date],
input[type=url],
input[type=number],
textarea,
button {
    -webkit-appearance: none;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Helvetica", "Segoe UI", Arial, sans-serif;
    padding: 5px 10px;
}

input[type=email]:focus, input[type=email]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=url]:focus,
input[type=url]:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
    outline: none;
}

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

select {
    -webkit-appearance: none;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Helvetica", "Segoe UI", Arial, sans-serif;
    padding: 5px 10px;
}

select:focus, select:active {
    outline: none;
}

.o-container {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1200px;
}

@media screen and (max-width: 600px) {
    .o-container {
        width: 100%;
    }
}

.o-btn {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 250px;
}

.o-btn--dgy {
    background: #555f64;
    border: 1px solid #555f64;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.o-btn--dgy:hover {
    background: #fff;
    color: #555f64;
}

.o-btn--wh {
    background: #fff;
    border: 1px solid #555f64;
    color: #555f64;
}

.o-btn--wh:hover {
    background: #555f64;
    color: #fff;
}

.o-history {
    padding: 40px;
}

.o-history__box {
    margin-right: 20px;
    max-width: 130px;
}

.o-history__box a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.o-history__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 130px;
}

.o-history__name {
    display: block;
    font-size: 1.2rem;
    margin: 5px auto;
    text-align: left;
    width: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.o-history .slick-prev {
    height: 48px;
    left: -35px;
    width: 48px;
    z-index: 1;
}

.o-history .slick-prev:before {
    background: url(../images/arw_slider-l.webp) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 48px;
    width: 48px;
}

.o-history .slick-next {
    height: 48px;
    right: -35px;
    width: 48px;
}

.o-history .slick-next:before {
    background: url(../images/arw_slider-r.webp) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 35px;
    width: 35px;
}

.o-ttl {
    color: #555f64;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 auto 20px auto;
    text-align: center;
}

.o-slideitem {
    padding: 40px 0;
}

@media screen and (max-width: 600px) {
    .o-slideitem {
        padding: 25px 0;
    }
}

.o-slideitem__box {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px 2px rgba(85, 95, 100, 0.4);
    box-shadow: 0 0 3px 2px rgba(85, 95, 100, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555f64;
    margin: 0 10px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .slick-track .o-slideitem__box {
        margin: 0 5px;
    }
}

.o-slideitem__icon {
    position: absolute;
    right: 0;
    top: -15px;
}

.o-slideitem__icon li {
    display: inline-block;
}

.o-slideitem__icon li + li {
    margin-left: 5px;
}

.o-slideitem__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 15px 0 15px;
}

.o-slideitem__brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 15px 5px 15px;
    width: 100%;
}

.o-slideitem__brand img {
    margin: 0 5px 0 0;
}

.o-slideitem__brand figcaption {
    font-size: 11px;
    text-align: left;
}

.list-style .o-slideitem__brand {
    width: 80%;

}

@media screen and (max-width: 600px) {
    .o-slideitem__brand figcaption {
        width: 60%;
    }
}

.o-slideitem__name {
    border-bottom: 1px solid #eee;
    display: block;
    margin: 0 15px;
    padding-bottom: 10px;
    text-align: left;
}

.t-category__search--list .o-slideitem__box .o-slideitem__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    border-bottom: 0px;
    height: 40px;
}

.t-category__search--list .o-slideitem__box .o-slideitem__spec {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.o-slideitem__box .o-slideitem__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    border-bottom: 0px;
    height: 40px;
}

.o-slideitem__box .o-slideitem__spec {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.o-slideitem__spec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
    padding: 10px 0;
}

.o-slideitem__price {
    font-size: 1.2rem;
    text-align: right;
}

.o-slideitem__price em {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .o-slideitem__price em {
        font-size: 1.5rem;
    }
}

.o-slideitem__detail {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.o-slideitem__favorite {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
}

.list-style .o-slideitem__favorite {
    border-left: 1px solid hsl(0deg 0% 93%);
}

.o-slideitem__cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/icn_cart-wh.webp) no-repeat left 20px center #f6ac19;
    border-radius: 0 0 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: calc(100% - 50px);
}

.o-slideitem__cart:hover {
    background-color: #f7b83b;
}

@media screen and (max-width: 600px) {
    .o-slideitem__cart {
        background: url(../images/icn_cart-wh.webp) no-repeat left 5px center #f6ac19;
        padding-left: 30px;
        width: calc(100% - 15px);
    }
}

.o-slideitem .slick-list {
    overflow: hidden;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.o-slideitem .slick-prev {
    height: 48px;
    left: -60px;
    width: 48px;
}

.o-slideitem .slick-prev:before {
    background: url(../images/arw_slider-l.webp) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 48px;
    width: 48px;
}

.o-slideitem .slick-next {
    height: 48px;
    right: -60px;
    width: 48px;
}

.o-slideitem .slick-next:before {
    background: url(../images/arw_slider-r.webp) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 48px;
    width: 48px;
}

.o-path {
    padding: 10px 0;
}

@media screen and (max-width: 600px) {
    .o-path {
        padding: 10px 2%;
    }
}

.o-path ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 600px) {
    .o-path ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.o-path li:after {
    color: #666;
    content: ">";
    margin: 0 10px;
}

.o-path li:last-of-type:after {
    content: "";
}

.o-path a {
    background: #eee;
    border-radius: 15px;
    display: inline-block;
    padding: 3px 10px;
}

/* 追加 */
@media screen and (max-width: 600px) {
    .o-path {
        margin-top: 5px;
    }
}

.o-path span {
    display: inline-block;
    padding: 3px 10px;
}

.o-box__shadow {
    border-radius: 15px;
    -webkit-filter: drop-shadow(1px 0px 2px rgba(85, 95, 100, 0.8));
    filter: drop-shadow(1px 0px 2px rgba(85, 95, 100, 0.8));
    padding: 20px;
}

.o-require {
    border: 1px solid #e60007;
    color: #e60007;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 5px;
    padding: 1px 3px;
}

.o-pager {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.o-pager li + li {
    margin-left: 10px;
}

.o-pager a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    border-radius: 50%;
    color: #555f64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
}

.o-pager a:hover {
    background: #666;
    color: #fff;
}

.o-pager__current {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #555f64;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
}

.o-fixbnr {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    display: none;
}

@media only screen and (min-width: 600px) {
    .o-fixbnr {
        display: none;
    }
}

.o-fixbnr__img {
    position: relative;
    z-index: 1;
}

.o-fixbnr--none {
    display: none;
}

.o-fixbnr .is-fixbnr__close {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 2;
}

::placeholder {
    color: #BBB;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
    color: #BBB;
}

/* IE対応 */
:-ms-input-placeholder {
    color: #BBB;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading.loaded {
    opacity: 0;
    visibility: hidden;
}

/* sample loader */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 3px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #BBB;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/********************
modal
********************/
.o-modal {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
}

.o-modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.08);
    position: fixed;
}

.o-modal__content {
    padding-top: 30px;
    width: 350px;
    max-width: 90%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #e1e1e1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.o-modal__content .o-cart-d {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    border-top: 1px solid #b5babb;
}

.o-cart-d {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -10px;
    padding-top: 10px;
    width: calc(100% + 60px);
    border-top: 1px solid #b5babb;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.o-cart-d-list:nth-child(1) {
    border-right: 1px solid #b5babb;
}

.o-cart-d-list {
    width: 50%;
    text-align: center;
    font-weight: 600;
}

.o-cart-d-list a {
    display: block;
}

.o-cart-d-list-span {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.is-modal-close {
    padding: 18px;
}

@media only screen and (max-width: 600px) {
    .t-category__search--list .o-slideitem__box .o-slideitem__name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom: 0px;
        border-bottom: 0px;
        height: 40px;
    }
}

@media screen and (max-width: 600px) {
    .p-ItemPage .o-history .slick-prev {
        margin-left: 22px;
        z-index: 1000;
    }

    .p-ItemPage .o-history .slick-next {
        margin-right: 22px;
        z-index: 1000;
    }
}

.genre-adj {
    color: #555f64;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin: 20px auto;
    font-weight: bold;
}

.genre-h1-box {
    width: 1200px;
    margin: 0 auto;
}

.o-container.address-adj {
    width: 870px;
}

@media screen and (max-width: 600px) {
    .genre-h1-box {
        width: 96%;
        margin: 0 auto;
    }
}

.t-category__price01 .search_price_l-pc {
    padding-right: 30px;
}

.t-category__price01 .search_price_h-pc {
    padding-right: 30px;
}

@media screen and (max-width: 600px) {
    .sp-detail .o-btn--dgy:hover {
        background: hsl(200deg 8% 36%);
        color: hsl(0deg 0% 100%);
    }
}

@keyframes skeleton-animation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100vw 0;
    }
}

.skeleton {
    background-color: #F2F2F2 !important;
    background-image: linear-gradient(-80deg, #F2F2F2 15%, #F7F7F7 50%, #F2F2F2 85%) !important;
    animation: skeleton-animation 60s linear infinite;
}

.skeleton.inline {
    display: inline-block;
    height: 1.2em;
}

.skeleton.circle {
    border-radius: 50%;
}

.skeleton.pill {
    border-radius: 100vw;
}

.o-slideitem__price-ntc {
    text-align: right;
}

.o-slideitem__spec_ntc {
    padding: 4px 0px;
}

.o-slideitem__price_ntc .o-slideitem__price-ntc-box {
    font-size: 1.2rem;
}

.o-slideitem__price-ntc .o-slideitem__price-ntc-box em {
    font-size: 2.0rem;
    font-weight: bold;
}

.o-slideitem__price-ntc .o-slideitem__price-ntc-pack {
    font-size: 1.0rem;
}

@media screen and (max-width: 600px) {
    .o-slideitem__spec_ntc {
        padding: 1.5px 0px;
    }

    .o-slideitem__price-ntc .o-slideitem__price-ntc-box em {
        font-size: 1.5rem;
    }
}
