/** Shopify CDN: Minification failed

Line 340:14 Expected identifier but found whitespace
Line 341:12 Unexpected "{"
Line 342:20 Expected ":"
Line 346:6 Expected ":"
Line 362:14 Expected identifier but found whitespace
Line 363:12 Unexpected "{"
Line 364:20 Expected ":"
Line 368:6 Expected ":"
Line 372:14 Expected identifier but found whitespace
Line 373:12 Unexpected "{"
... and 6 more hidden warnings

**/
.center {
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
}

.article-tag {
    text-decoration: none;
    color: #fff;
}

.article-item-row {
    max-width: calc(50% - 20px);
    margin: auto;
}

.article--outer {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.article--inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #be141e;
    color: #fff;
    line-height: 2em;
    padding: 8px 0 8px 30px;
    text-align: left;
}

.article--inner h1 {
    font-weight: 700;
    font-size: 2rem;
    padding: 8px 0;
    margin: 0;
}

.article--inner p {
    margin: 0;
}

.article--title {
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
    font-size: 2rem;
}

.article--content {
    /*font-family: Noto Sans !important;*/
    margin: 0;
    padding: 0 10px;
}

.article--content * {
    font-size: 17px;
    /*line-height: 1.6;*/
    letter-spacing: 1px;
    word-spacing: 0px;
    /*font-family: Noto Sans;*/
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
}

.article--content blockquote {
    border-color: #be141e;
}

.article--content em {
    font-style: italic;
}

.article--content strong {
    font-weight: 700;
}

.article--content h2 {
    margin: 20px 0;
    /*padding: 0 10px;*/
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
    word-spacing: 0px;
    color: #333;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    font-weight: 700;
}

.article--content h3 {
    margin: 18px 0;
    /*padding: 0 10px;*/
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    word-spacing: 0px;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    font-weight: 700;
}

.article--content h4{
  color:#000;
  font-size: 18px;
  font-weight:700;
  line-height: 1.44;
  
}

.article--content p {
    margin: 20px 0;
    padding: 0 10px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    word-spacing: 0px;
    color: #333;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
}

.article--content .point {
    margin: 0;
    padding: 0 10px;
    font-size: 17px;
    line-height: 2.3;
    letter-spacing: 0;
    word-spacing: 0px;
    color: #333;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left !important;
}

.article--content .element {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
}

.article--content .row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.article--content .column:not(:last-child) {
    margin-right: 4%;
}

.article--content .element .column:first-child:nth-last-child(2),
.article--content .element .column:first-child:nth-last-child(2)~.column {
    width: 48%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.article--content .element .column:first-child:nth-last-child(3),
.article--content .element .column:first-child:nth-last-child(3)~.column {
    width: 30%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.article--content .column * {
    margin: 0 auto !important;
}

/*
.article--content .column img{
    width: 100%;
}*/

/* PC */
@media screen and (min-width: 719px) {
    .product_small {
        width: 280px;
        margin: auto;
    }
}

/* SP */
@media screen and (max-width: 719px) {
    .article--container {
        padding: 0;
    }

    .article--content .column {
        width: 100%;
    }

    .article-item-row {
        max-width: none;
        margin: auto;
    }

}

.article-product-card {
    display: inline-block;
    width: 60%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

.article--content .price {
    padding: 16px 0;
    letter-spacing: 1px;
    word-spacing: 0px;
    font-family: inherit;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.article--content .price * {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.article--content .regular-price {
    color: #333;
    font-size: 20px;
}

.article--content .compare-price {
    text-decoration: line-through;
    color: #333c;
    font-size: 16px;
}

.article--content ul {

    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.article--content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


.article-image {
    padding: 300px 0 0;
    height: auto;
}

.article-product-cart-button {
    text-align: center;
}

.article-product-cart-button button {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #fff0;
    border-radius: 5px;
    overflow: hidden;
    width: auto;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bolder;
    background-color: #f01e1d;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    width: auto;
    height: auto;
    white-space: normal;
    padding: 12px 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.article-product-cart-button-text {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.blog-tag-list {
    display: inline-block;
    vertical-align: middle;
}

.blog-tag {
    font-size: {
            {
            settings.blog_tag_size
        }
    }

    px;
    margin: 1px 0 0;
    padding: 6px 8px;
    line-height: 1;
    float: left;
    text-transform: uppercase;
    border: 1px solid;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #be141e;
    border-color: rgba(190, 20, 30, 0.7);
    margin-right: 2px;
    text-decoration: none;
}

.blog-title h1 {
    font-size: {
            {
            settings.blog_category_size
        }
    }

    px;
}

.article--excerpt-title {
    font-size: {
            {
            settings.article_title_size
        }
    }

    px;
}

.article--excerpt-text {
    font-size: {
            {
            settings.article_description_size
        }
    }

    px;
}

.border {
    border-top: 1px solid #aaa;
    margin: 20px 0;
}

.aligncenter,
.alignnone {
    clear: both;
    display: block;
    margin: 0 auto 24px;
    max-width: 100%
}

.alignleft,
.alignright {
    display: inline;
    margin-bottom: 10px
}

.alignright {
    margin-left: 24px
}

.alignleft {
    float: left;
    margin-right: 24px
}

@media (min-width: 768px) and (max-width: 1240px)
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}