@charset "utf-8";
.front-page h1 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.select-check {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0 0;
}

.stock-check {
    font-weight: bold;
    width: 50%;
}

.stock-check span {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.solt-check {
    width: 50%;
    text-align: right;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.front-top .solt {
    text-align: right;
    margin-left: 10px;
}

.front-top .solt-text {
    display: inline-block;
    color: #010101;
    font-weight: bold;
}

.front-top .select-solt {
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 3px 8px;
    background-image: url(../images/common/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container span.sale {
    display: inline-block;
    padding: 3px 3px 1px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    background-color: #ff4009;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

p.notice {
    font-size: 80%;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 150%;
    color: var(--main-text);
}


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .front-page {
        background-size: cover;
        background-color: var(--main-bk);
        padding: 20px 0 20px;
    }
    .front-inner {
        width: 96%;
        margin: 0 auto;
    }
    .front-top {}
    .front-top .top-title {
        font-size: 140%;
        font-weight: bold;
        color: var(--main-text);
        line-height: 1;
        display: inline-block;
    }
    .front-top .count {
        display: inline-block;
        background-color: var(--button-blue);
        color: #fff;
        border-radius: 10px;
        font-weight: bold;
        box-sizing: border-box;
        padding: 5px 5px 3px;
        line-height: 1;
        vertical-align: bottom;
        margin: 0 0 0 3px;
        font-size: 85%;
    }
    .container {
        margin: 20px auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .container article {
        width: 49%;
        margin: 0 0 2% 0;
        background-color: var(--header-bg-bottom);
        position: relative;
        box-sizing: border-box;
        padding: 10px 10px 60px;
    }
    .container span.sale {
        font-size: 75%;
    }
    .container .article-inner {}
    .container .article-tag {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .container .article-tag li {
        display: inline-block;
        padding: 3px 3px 1px;
        box-sizing: border-box;
        font-size: 75%;
        color: #fff;
        line-height: 1;
    }
    .container .article-tag .new {
        background-color: #2776df;
    }
    .container .article-tag .popular {
        background-color: #019e95;
    }
    .container .article-thumb {
        text-align: center;
        border: 1px solid var(--prod-border);
        box-sizing: border-box;
        line-height: 0;
    }
    .container .article-thumb:hover {
        border-color: var(--button-blue);
    }
    .container .article-thumb a {
        display: block;
    }
    .container .article-thumb img {}
    .container .article-title {
        margin: 10px 0 0;
    }
    .container .article-title a {
        color: var(--goods-text);
    }
    .container .article-title .name {
        font-weight: bold;
        line-height: 1.5;
        font-size: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .container .article-price {}
    .container .article-price .price-inner {
        margin: 25px 0 5px;
    }
    .container .article-price .price-inner span {
        color: var(--goods-price);
    }
    .container .article-price .price-inner .common {
        margin: 0 0 -10px;
        position: relative;
        font-size: 65%;
        top: -13px;
    }
    .container .article-price .price-inner .common .line-through {
        text-decoration: line-through;
    }
    .container .article-price .price-inner .currency {
        font-size: 90%;
        font-weight: bold;
    }
    .container .article-price .price-inner .price {
        font-size: 130%;
        font-weight: bold;
    }
    .container .article-shipping .shipping-cost {
        font-size: 65%;
        font-weight: bold;
        color: var(--shipping-cost);
    }
    .container .article-review {
        margin: 0;
        padding: 0 0 10px;
        font-size: 110%;
    }
    .container .article-review .ballon {
        position: relative;
        top: 5px;
    }
    .container .article-review .ballon svg {
        width: 20px !important;
        height: 20px !important;
    }
    .container .article-review .ballon svg path {
        fill: #999999 !important;
    }
    .container .article-review .number {
        font-size: 100%;
        text-decoration: underline;
        color: var(--button-blue);
        font-weight: bold;
    }
    .container .article-review .text {
        font-size: 90%;
    }
    .container .article-footer {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        display: block;
        box-sizing: border-box;
        padding: 10px 10px 0;
        border-top: 1px solid var(--prod-border);
    }
    .container .article-footer .quantity-box {
        display: inline-block;
    }
    .container .article-footer .quantity-box .plus,
    .container .article-footer .quantity-box .minus {
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 50%;
        cursor: pointer;
    }
    .container .article-footer .quantity-box .plus::before,
    .container .article-footer .quantity-box .plus::after,
    .container .article-footer .quantity-box .minus::before {
        position: absolute;
        top: 75%;
        left: 50%;
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        border-top: 1px solid #000;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .container .article-footer .quantity-box .plus::after {
        top: 25%;
        left: 0;
        height: 12px;
        transform: rotate(90deg);
    }
    .container .article-footer .quantity-box .quantity {
        font-size: 100%;
        font-weight: bold;
        position: relative;
        line-height: 1;
        top: -8px;
        margin: 0 5px;
        color: var(--goods-price);
    }
    .container .article-footer label.cart-check-label {
        cursor: pointer;
    }
    .container .article-footer .cart {
        float: right;
    }
    .container .article-footer .cart svg {
        background-color: var(--button-blue);
        padding: 1px 15px;
        border-radius: 15px;
        width: 20px;
    }
    .container .article-footer .cart svg path {
        fill: #fff;
    }
}

@media print,
screen and (max-width: 480px) {
    .container {
        margin: 5px auto 20px auto;
    }
    .container article {
        padding-bottom: 60px;
    }
    .select-check {
        display: block;
        margin-top: 5px;
        padding: 1px 10px 10px 10px;
        box-sizing: border-box;
    }
    .stock-check {
        display: block;
        font-size: 8pt;
        width: 100%;
        margin-top: 15px;
        text-align: left;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    .solt-check {
        width: 100%;
    }
    .front-top .solt {
        margin: 10px 0 0 0;
    }
    .front-top .solt:last-child {
        margin-left: 10px;
    }
    .front-top .solt-text {
        font-size: 8pt;
    }
    .front-top select.select-solt {
        font-size: 8pt;
    }
    .container .article-price .price-inner {
        margin: 25px 0 0 0;
    }
    .container .article-review {
        margin: 10px 0 0 0;
        padding: 0;
        border: 0;
        font-size: 9pt;
    }
    .container .article-review .ballon {
        top: 4px;
    }
    .container .article-review .ballon svg {
        width: 15px !important;
        height: 15px !important;
    }
    .container .article-review .text {
        display: none;
    }
    p.notice {
        font-size: 65%;
        font-weight: bold;
        text-align: left;
    }
}

@media print,
screen and (max-width: 320px) {
    .select-check {
        display: block;
    }
    .solt-check {
        width: 100%;
    }
    .front-top .solt {
        text-align: left;
    }
    .front-top .solt-text {
        display: inline-block;
    }
    .container .article-footer {
        width: calc(100% - 10px);
        padding: 10px 2px 0;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .front-page {
        padding: 40px 0;
    }
    .front-inner {
        max-width: 1200px;
        width: 96%;
        margin: 0 auto;
    }
    .front-page h1 {
        display: inline-block;
    }
    .front-top {}
    .front-top .top-title {
        font-size: 180%;
        font-weight: bold;
        color: var(--main-text);
        line-height: 1;
        display: inline-block;
    }
    .front-top .count {
        display: inline-block;
        background-color: var(--button-blue);
        color: #fff;
        border-radius: 20px;
        font-weight: bold;
        box-sizing: border-box;
        padding: 5px 5px 3px;
        line-height: 1;
        vertical-align: top;
        margin: 0 0 0 3px;
    }
    .front-top .select-solt {
        font-size: 80%;
    }
    .container {
        max-width: 1200px;
        margin: 15px auto 50px auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .container article {
        width: 24%;
        margin: 0 1.333% 1.333% 0;
        background-color: var(--header-bg-bottom);
        position: relative;
        box-sizing: border-box;
        padding: 20px 10px 60px;
    }
    .container article:nth-of-type(4n) {
        margin: 0 0 1.333% 0;
    }
    .container span.sale {
        font-size: 75%;
    }
    .container .article-inner {}
    .container .article-tag {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .container .article-tag li {
        display: inline-block;
        padding: 3px 3px 1px;
        box-sizing: border-box;
        font-size: 75%;
        color: #fff;
        line-height: 1;
    }
    .container .article-tag .new {
        background-color: #2776df;
    }
    .container .article-tag .popular {
        background-color: #019e95;
    }
    .container .article-thumb {
        border: 1px solid var(--prod-border);
        box-sizing: border-box;
        line-height: 0;
    }
    .container .article-thumb:hover {
        border-color: var(--button-blue);
    }
    .container .article-thumb img {}
    .container .article-title {
        margin: 10px 0 0;
    }
    .container .article-title a {
        color: var(--goods-text);
    }
    .container .article-title .name {
        font-weight: bold;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container .article-price {}
    .container .article-price .price-inner {
        margin: 15px 0 0;
    }
    .container .article-price .price-inner span {
        color: var(--goods-price);
    }
    .container .article-price .price-inner .common {
        margin: 1em 0 5px;
        font-size: 90%;
    }
    .container .article-price .price-inner .common .line-through {
        text-decoration: line-through;
    }
    .container .article-price .price-inner .currency {
        font-size: 110%;
        font-weight: bold;
    }
    .container .article-price .price-inner .price {
        font-size: 140%;
        font-weight: bold;
    }
    .container .article-shipping .shipping-cost {
        font-size: 80%;
        font-weight: bold;
        color: var(--shipping-cost);
    }
    .container .article-review {
        margin: -5px 0 0;
        padding: 0 0 10px;
    }
    .container .article-review .ballon {
        position: relative;
        top: 10px;
    }
    .container .article-review .ballon svg {
        width: 20px !important;
    }
    .container .article-review .ballon svg path {
        fill: #999999 !important;
    }
    .container .article-review .number {
        font-size: 90%;
        color: var(--button-blue);
        font-weight: bold;
    }
    .container .article-review .text {
        font-size: 90%;
    }
    .container .article-footer {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        display: block;
        box-sizing: border-box;
        padding: 10px 10px 0;
        border-top: 1px solid var(--prod-border);
    }
    .container .article-footer .quantity-box {
        display: inline-block;
    }
    .container .article-footer .quantity-box .plus,
    .container .article-footer .quantity-box .minus {
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 50%;
        cursor: pointer;
    }
    .container .article-footer .quantity-box .plus::before,
    .container .article-footer .quantity-box .plus::after,
    .container .article-footer .quantity-box .minus::before {
        position: absolute;
        top: 75%;
        left: 50%;
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        border-top: 1px solid #000;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .container .article-footer .quantity-box .plus::after {
        top: 25%;
        left: 0;
        height: 12px;
        transform: rotate(90deg);
    }
    .container .article-footer .quantity-box .quantity {
        font-size: 100%;
        font-weight: bold;
        position: relative;
        line-height: 1;
        top: -8px;
        margin: 0 5px;
        color: var(--goods-price);
    }
    .container .article-footer .cart {
        float: right;
    }
    .container .article-footer label.cart-check-label {
        cursor: pointer;
    }
    .container .article-footer .cart svg {
        background-color: var(--button-blue);
        padding: 1px 15px;
        border-radius: 15px;
        width: 20px;
    }
    .container .article-footer .cart svg path {
        fill: #fff;
    }
}

.container .article-footer .cart .disabled svg {
    background-color: #ccc !important;
}

#age-verification {
    position: relative;
    margin-top: 10px;
    display: block;
}

.cat-banners {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.cat-banners .banner-content {
    display: block;
    position: relative;
    width: 24.5%;
    margin: 0 0.6% 5px 0;
    box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
    .cat-banners .banner-content:nth-of-type(4n) {
        margin: 0 0 5px 0;
    }
}

@media print, screen and (max-width: 768px)  and (min-width: 589px) {
    .cat-banners .banner-content {
        width: 32%;
        margin: 0 2% 15px 0;
      }
    .cat-banners .banner-content:nth-of-type(3n) {
        margin: 0 0 15px 0;
    }
}

@media print, screen and (max-width: 588px) {
    .cat-banners .banner-content {
        width: 49%;
        margin: 0 2% 8px 0;
     }
    .cat-banners .banner-content:nth-of-type(2n) {
        margin: 0 0 8px 0;
    }
}
.cat-banners .banner-content a:hover {
    opacity: 0.8;
}

.cat-banners .banner-content .banner-title {
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding-left: 10px;
    color: var(--goods-text);
}

.slide-content a{
    display: block;
    text-align: center;
    line-height: 0;
}