html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(255,255,255)
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ul,li {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

button {
    background-color: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    color: inherit
}

.wrapper {
    flex-grow: 1
}

.page-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.page-width:not(.padding-inner) {
    max-width: 1440px
}

.page-width.padding-inner {
    max-width: calc(1440px + 5rem)
}

@media screen and (min-width: 1501px) {
    .page-width.padding-inner {
        width:62.5%;
        max-width: none
    }
}

.content-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.content-width:not(.padding-inner) {
    max-width: 800px
}

.content-width.padding-inner {
    max-width: calc(800px + 5rem)
}

.padding-inner {
    padding: 0rem 2rem
}

@media screen and (max-width: 768px) {
    .padding-inner {
        padding:0rem 1.5rem
    }
}

@media screen and (max-width: 576px) {
    .padding-inner {
        padding:0rem 20px
    }
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cover-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.cover-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width: 768px) {
    .pc {
        display:none
    }
}

@media screen and (min-width: 769px) {
    .sp {
        display:none
    }
}

.bold {
    font-weight: bold !important
}

.text-center {
    text-align: center !important
}

.text-danger {
    color: #e32929
}

.text-muted {
    color: #b3b3b3
}

.link {
    color: #19a0ff !important
}

.c-section {
    margin-bottom: 120px
}

@media screen and (max-width: 768px) {
    .c-section {
        margin-bottom:60px
    }
}

@media screen and (max-width: 576px) {
    .c-section {
        margin-bottom:30px
    }
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:not(.btn),a:not(.btn):link,a:not(.btn):visited,a:not(.btn):hover,a:not(.btn):active {
    text-decoration: none;
    transition: .2s all ease-in-out
}

a:not(.btn):hover {
    opacity: .6
}

p {
    line-height: 1.6
}

small {
    font-size: 87.5%
}

img {
    max-width: 100%
}

html {
    scroll-behavior: smooth
}

.section_headding {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .section_headding {
        margin-bottom:10px
    }
}

.section_headding-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 900;
    font-size: 42px;
    font-size: calc(30px + 12*(100vw - 375px)/1545);
    line-height: 1.1904761905
}



@media screen and (max-width: 768px) {
    .section_headding-title::before {
        top:calc(100% + 9px)
    }
}

.btn {
    position: relative;
    display: block;
    /* background-color: #000; */
    color: #595857;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .btn {
        font-size:14px
    }
}

.btn .arrow-right {
    position: absolute;
    right: 27px;
    width: 36px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
    .btn .arrow-right {
        right:17px;
        width: 25px
    }
}

.btn.btn_border-red {
    background-color: #fff;
    border: 1px solid #fe0000;
    color: #fe0000
}

.bg-diagonal {
    position: relative;
    z-index: 10
}

.bg-diagonal::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .bg-diagonal::before {
        /* transform:skewY(-12.16deg) */
    }
}

.page_main {
    padding-top: 80px;
    padding-bottom: 80px
}

.c-product_info__star,.c-product_info__form__quantity {
    margin-top: 0 !important
}

.header {
    position: fixed;
    padding: 18px 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100000;
    transition: background-color .5s,color .5s
}

@media screen and (max-width: 576px) {
    .header {
        padding:8px 0
    }

    .header .ham,.header .header_nav ul,.header .logo {
        width: 30%
    }
}

.header.change-color {
    background-color: rgb(236, 236, 228);
}

.header .ham {
    display: none
}

@media screen and (max-width: 768px) {
    .header .ham {
        display:block
    }
}

.header .header_nav {
    display: flex;
    justify-content: space-between
}

.header .header_nav .logo {
    width: 106px
}

@media screen and (max-width: 576px) {
    .header .header_nav .logo {
        width:80px;
        padding-top: 8px
    }
}

.header .header_nav .logo img {
    width: 100%;
    vertical-align: bottom
}

.header .header_nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end
}

.header .header_nav ul li {
    padding: 0 5px;
    position: relative
}

.header .header_nav ul li.active::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(100% + 4px)
}

@media screen and (max-width: 768px) {
    .header .header_nav ul li.active::before {
        display:none
    }
}

.header .header_nav ul li a {
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #595857
}

/* .page-header {
    background-color: #fff
} */

.page-header .header_nav ul li a {
    color: #333
}

.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.NavMenu ul {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.NavMenu ul li {
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px
}

.NavMenu ul li:last-child {
    padding-bottom: 0
}

.NavMenu ul li a {
    display: block;
    color: #595857;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .1em
}

.Toggle {
    position: relative;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 13
}

.Toggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 1px #fff;
    transition: .35s ease-in-out;
    left: 10px
}

.Toggle span:nth-child(1) {
    top: 12px
}

.Toggle span:nth-child(2) {
    top: 20px
}

.Toggle span:nth-child(3) {
    top: 28px
}

.Toggle.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    transform: rotate(-40deg);
    border-bottom: solid 1px #595857
}

.Toggle.active span:nth-child(2),.Toggle.active span:nth-child(3) {
    top: 20px;
    transform: rotate(40deg);
    border-bottom: solid 1px #595857
}

.page-header .Toggle span {
    border-bottom: solid 1px #000
}

.fv {
    position: relative
}

.fv_btn {
    position: absolute;
    left: 13.1770833333%;
    top: 64.2857142857%;
    z-index: 10;
    display: inline-block;
    width: 320px;
    background-color: #fff;
    padding: 16px;
    text-align: center;
    color: #333;
    font-weight: 500;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .fv_btn {
        left:50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 576px) {
    .fv_btn {
        width:180px
    }
}

.fv_btmLine {
    position: relative;
    z-index: 10;
    margin-top: -15%;
    width: 100%
}

@media screen and (max-width: 768px) {
    .fv_btmLine {
        margin-top:-24%
    }
}

.fv_btmLine img {
    width: 100%
}

.fv_text {
    position: absolute;
    top: 11.5983026874%;
    right: 5.2083333333%;
    z-index: 10;
    color: #fff
}

@media screen and (max-width: 768px) {
    .fv_text {
        right:auto;
        left: 50%;
        transform: translateX(-50%);
        width: 80%
    }
}

@media screen and (max-width: 576px) {
    .fv_text {
        top:8%
    }
}

.fv_text-title {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-size: 107px;
    line-height: 1.2056074766;
    margin-bottom: 16px;
    font-size: calc(34px + 73*(100vw - 375px)/1545)
}

@media screen and (max-width: 374px) {
    .fv_text-title {
        font-size:28px;
        margin-bottom: 8px
    }
}

.fv_text-subtitle {
    font-size: 35px;
    line-height: 1.4571428571;
    font-weight: 500;
    font-size: calc(14px + 21*(100vw - 375px)/1545)
}

.swiper {
    width: 100%
}

.swiper-slide {
    position: relative
}

.swiper img {
    width: 100%
}

.news {
    <!--margin-top: -7.5%;-->
    /* padding: 120px 0 */
}

@media screen and (max-width: 768px) {
    .news {
        <!--margin-top:-12.4%;-->
        padding: 60px 0px 0px 0px
    }
}

/* .news.bg-diagonal::before {
    background-color: #f4f5f7
} */

.news_list {
    margin-bottom: 94px;
    flex-wrap: wrap;
    gap: 60px 6.1666666667%
}

@media screen and (max-width: 768px) {
    .news_list {
        flex-flow:column;
        gap: 30px;
        margin-bottom: 30px
    }
}

.news_list-item {
    /* width: 29.1666666667%; */
    background-color:rgba(236, 236, 228)
}

@media screen and (max-width: 768px) {
    .news_list-item {
        width:100%;
        display: flex;
        padding-top: 10px;
    }
}

.news_list-item a {
    width: 100%
}

@media screen and (max-width: 768px) {
    .news_list-item a {
        display:flex
    }
}

.news_list-item .thum {
    width: 100%
}

@media screen and (max-width: 768px) {
    .news_list-item .thum {
        width:47.619047619%;
        flex-shrink: 0
    }
}

.news_list-item .thum .cover-image {
    padding-top: 51.4285714286%
}

@media screen and (max-width: 768px) {
    .news_list-item .thum .cover-image {
        padding-top:56.25%
    }
}

.news_list-item .news-content {
    color: #595857;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .news_list-item .news-content {
        padding:8px 14px
    }
}

.news_list-item .news-content .date {
    font-size: 14px;
    font-weight: 500;
    /* margin-bottom: 9px; */
}

@media screen and (max-width: 576px) {
    .news_list-item .news-content .date {
        margin-bottom:0;
        font-size: 12px
    }
}

.news_list-item .news-content .title {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media screen and (max-width: 768px) {
    .news_list-item .news-content .title {
        font-size:14px;
        line-height: 1.2857142857
    }
}

.p-news .news_list {
    margin-bottom: 0
}

.lineup {
    padding: 60px 0
}

@media screen and (max-width: 768px) {
    .lineup {
        padding:30px 0
    }
}

.lineup-inner {
    /* padding: 0 4.0625% */
}

@media screen and (max-width: 768px) {
    .lineup-inner {
        /* padding:0 5.3333333333% */
    }
}

.lineup_container {
    margin-bottom: 150px
}

@media screen and (max-width: 768px) {
    .lineup_container {
        margin-bottom:70px
    }
}

.lineup_container:last-child {
    margin-bottom: 0
}

.lineup_title {
    font-size: 42px;
    font-weight: 400;
    font-family: "Noto Sans JP",sans-serif
}

@media screen and (max-width: 768px) {
    .lineup_title {
        font-size:32px
    }
}

@media screen and (max-width: 576px) {
    .lineup_title {
        font-size:26px;
        margin-bottom: 30px
    }
}

.lineup_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 60px 2.5%
}

@media screen and (min-width: 1501px) {
    .lineup_list {
        display:flex
    }
}

@media screen and (max-width: 768px) {
    .lineup_list {
        grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))
    }
}

@media screen and (max-width: 576px) {
    .lineup_list {
        gap:30px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
    }
}

.lineup_list-item {
    position: relative;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    color: #333
}

@media screen and (min-width: 1501px) {
    .lineup_list-item {
        width:30%
    }
}

@media screen and (max-width: 768px) {
    .lineup_list-item {
        gap:16px;
        padding: 26px 6px
    }
}

.lineup_list-item .item-thum {
    width: 100%;
    flex-shrink: 0
}

@media screen and (max-width: 768px) {
    .lineup_list-item .item-thum {
        width:100%
    }
}

.lineup_list-item .item-detail {
    width: 100%
}

.lineup_list-item .item-title {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .lineup_list-item .item-title {
        margin-bottom:16px
    }
}

.lineup_list-item .item-title .explain {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45
}

@media screen and (max-width: 768px) {
    .lineup_list-item .item-title .explain {
        font-size:13px
    }
}

@media screen and (max-width: 374px) {
    .lineup_list-item .item-title .explain {
        font-size:12px
    }
}

.lineup_list-item .item-title .name {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-size: calc(20px + 12*(100vw - 375px)/1545)
}

@media screen and (max-width: 374px) {
    .lineup_list-item .item-title .name {
        font-size:22px
    }
}

.lineup_list-item .item-title .name span {
    font-weight: 200;
}

.lineup_list-item .item-title .ruby {
    font-size: 20px;
    font-size: calc(14px + 4*(100vw - 375px)/1545);
    font-weight: 700;

}

.lineup_list-item .item-ingredient li {
    padding-left: 10px;
    position: relative;
    font-size: calc(14px + 2*(100vw - 375px)/1545)
}

.lineup_list-item .item-ingredient li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #000
}

@media screen and (max-width: 768px) {
    .lineup_list-item .item-ingredient li::before {
        width:3px;
        height: 3px
    }
}

.lineup_list-item .arrowBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px
}

@media screen and (max-width: 768px) {
    .lineup_list-item .arrowBtn {
        right:-10px;
        bottom: -5px;
        width: 36px
    }
}

@media screen and (max-width: 768px) {
    .EAA .lineup_list-item {
        flex-direction:row-reverse
    }
}

.EAA .lineup_list-item .item-title .explain {
    font-size: 13px
}

@media screen and (max-width: 768px) {
    .EAA .lineup_list-item .item-title .explain {
        font-size:12px
    }
}

@media screen and (max-width: 374px) {
    .EAA .lineup_list-item .item-title .explain {
        font-size:10px
    }
}


@media screen and (max-width: 374px) {
    .EAA .lineup_list-item .item-title .ruby {
        font-size:10px
    }
}

.EAA .lineup_list-item .item-ingredient li {
    font-size: calc(10px + 6*(100vw - 375px)/1545)
}

.PR img {
    width: 100%
}

.safety {
    width: 100%;
    max-width: 540px;
    margin: auto
}

@media screen and (max-width: 768px) {
    .safety {
        padding:20px 20px 40px
    }
}

.safety-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px
}

@media screen and (max-width: 768px) {
    .safety-head {
        flex-flow:column-reverse;
        text-align: center
    }
}

.safety-head img {
    width: 120px
}

.safety-head h3 {
    font-size: calc(24px + 8*(100vw - 375px)/1545);
    font-weight: 900
}

.safety p {
    text-align: center;
    font-size: 16px;
    line-height: 2
}

@media screen and (max-width: 576px) {
    .safety p {
        font-size:14px;
        line-height: 1.4285714286
    }
}

.middle-visual {
    position: relative
}

.middle-visual .middle-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 66.8164794007%;
    width: 40.625%
}

.gallery-inner {
    padding: 62px 4.3229166667%
}

@media screen and (max-width: 768px) {
    .gallery-inner {
        padding:32px 20px
    }
}

.gallery_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px
}

@media screen and (max-width: 768px) {
    .gallery_list {
        gap:18px;
        justify-content: space-between
    }
}

.gallery_list::after {
    content: "";
    display: block;
    width: 530px
}

@media screen and (max-width: 768px) {
    .gallery_list::after {
        display:none
    }
}

.gallery_list-item {
    width: calc(50% - 20px);
    gap: 40px;
    color: #333
}

@media screen and (min-width: 1501px) {
    .gallery_list-item {
        width:30%
    }
}

@media screen and (max-width: 768px) {
    .gallery_list-item {
        width:calc(50% - 10px)
    }
}

.gallery_list-item .thum {
    background-color: #f4f5f7;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px
}

@media screen and (max-width: 768px) {
    .gallery_list-item .thum {
        width:100%;
        height: 180px;
        padding: 10px 0
    }
}

.gallery_list-item .thum img {
    width: 54.7169811321%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    .gallery_list-item .thum img {
        width:74.5222929936%;
        height: 100%
    }
}

.gallery_list-item .item-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 768px) {
    .gallery_list-item .item-content {
        flex-flow:column;
        align-items: flex-start
    }
}

.gallery_list-item .item-content .item-info {
    width: 100%
}

@media screen and (max-width: 768px) {
    .gallery_list-item .item-content .item-info {
        margin-bottom:8px
    }
}

.gallery_list-item .item-content .category,.gallery_list-item .item-content .ruby {
    font-size: calc(12px + 4*(100vw - 375px)/1545);
    font-weight: 400;
    line-height: 1
}

@media screen and (max-width: 576px) {
    .gallery_list-item .item-content .category,.gallery_list-item .item-content .ruby {
        font-size:10px
    }
}

@media screen and (max-width: 768px) {
    .gallery_list-item .item-content .ruby {
        font-size:calc(10px + 9*(100vw - 375px)/1545)
    }
}

.gallery_list-item .item-content .name {
    font-size: calc(16px + 15*(100vw - 375px)/1545);
    font-weight: 700;
    margin-bottom: 4px;
    font-family: "Noto Sans JP",sans-serif;
    display: flex;
    align-items: center;
    min-height: 85px
}

@media screen and (max-width: 576px) {
    .gallery_list-item .item-content .name {
        font-size:16px;
        min-height: 45px
    }
}

.gallery_list-item .item-content .fee {
    font-size: calc(20px + 14*(100vw - 375px)/1545);
    font-weight: 500;
    flex-shrink: 0
}

.gallery_list-item .item-content .fee span {
    font-size: calc(12px + 8*(100vw - 375px)/1545)
}

.footer {
    background-color: rgba(236, 236, 228);
    z-index: 2;
    position: relative
}

@media screen and (max-width: 768px) {
    .footer .padding-inner {
        padding:0
    }
}

.footer_nav {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 768px) {
    .footer_nav {
        padding-top:36px;
        padding-bottom: 16px
    }
}

.footer_nav-list {
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media screen and (max-width: 768px) {
    .footer_nav-list {
        flex-flow:column
    }
}

.footer_nav-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-flow: column;
    gap: 26px
}

@media screen and (max-width: 768px) {
    .footer_nav-list li {
        gap:16px;
        text-align: center
    }
}

.footer_nav-list li a {
    color: #595857;
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .footer_nav-list li a {
        font-size:12px
    }
}

.footer-logo {
    max-width: 230px
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width:140px;
        margin: auto
    }
}

.footer .snsLink {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .footer .snsLink {
        gap:25px
    }
}

.footer .snsLink a {
    display: block;
    width: 48px
}

@media screen and (max-width: 768px) {
    .footer .snsLink a {
        width:32px
    }
}

.footer .border {
    padding: 50px 0;
    border-top: 1px solid #333
}

@media screen and (max-width: 768px) {
    .footer .border {
        padding:26px 0;
        border: none
    }
}

.footer .copy {
    color: #595857;
    font-size: 12px
}

.footer-link {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .footer-link {
        width:100%
    }

    .footer-link .footer-mid,.footer-link .footer-right {
        width: 50%;
        gap: 0
    }

    .footer-link .footer-mid a,.footer-link .footer-right a {
        display: inline-block;
        padding: 10px;
        
    }

    .footer-link .footer-right {
        border-left: 1px solid #595857
    }
}

@media screen and (max-width: 768px) {
    .footer-left {
        margin-bottom:30px
    }
}

.page_fv {
    padding-top: 70px;
    position: relative
}

.page_fv-bg {
    width: 100%
}

.page_fv-bg img {
    width: 100%;
    vertical-align: bottom
}

.page_fv-title {
    position: absolute;
    font-size: calc(24px + 60*(100vw - 375px)/1545);
    font-weight: 700;
    line-height: 1.4583333333;
    top: 50%;
    transform: translateY(-50%);
    left: 5.3333333333%;
    color: #fff
}

.influencer {
    background-color: #f4f5f7;
    padding: 60px 0
}

.influencer-inner {
    padding: 0 6%
}

@media screen and (max-width: 768px) {
    .influencer-inner {
        padding:0 20px
    }
}

.influencer_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 60px 30px;
    margin-bottom: 60px
}

.influencer_list:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .influencer_list {
        grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px
    }
}

.influencer_list-item {
    background-color: #fff;
    position: relative
}

.influencer_list-item .detail {
    padding: 20px
}

@media screen and (max-width: 768px) {
    .influencer_list-item .detail {
        padding:8px 6px 10px
    }
}

.influencer_list-item .detail-head {
    display: flex;
    align-items: center;
    gap: 8px
}

.influencer_list-item .detail-head .icon {
    width: 30px
}

@media screen and (max-width: 768px) {
    .influencer_list-item .detail-head .icon {
        width:20px
    }
}

.influencer_list-item .detail-head .icon img {
    width: 100%;
    vertical-align: bottom
}

@media screen and (max-width: 768px) {
    .influencer_list-item .detail-head .icon img {
        vertical-align:baseline
    }
}

.influencer_list-item .detail-head .follower {
    font-size: calc(14px + 12*(100vw - 375px)/1545);
    font-weight: bold
}

.influencer_list-item .detail-head .follower span {
    font-size: calc(10px + 6*(100vw - 375px)/1545);
    font-weight: 500
}

.influencer_list-item .detail .influencer-name {
    font-size: calc(10px + 10*(100vw - 375px)/1545)
}

.influencer_link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.youtuber .thum {
    width: 100%;
    background-color: rgba(0,0,0,.4)
}

.youtuber .thum .cover-image {
    padding-top: 59.0062111801%
}

.instagramer .thum,.twitter .thum {
    width: 100%;
    background-color: rgba(0,0,0,.4)
}

.instagramer .thum .cover-image,.twitter .thum .cover-image {
    padding-top: 100%
}

.product_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem
}

@media screen and (max-width: 576px) {
    .product_title {
        font-size:16px
    }
}

.product_review {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.product_review .score_base {
    position: relative;
    margin-right: 10px
}

.product_review .score_base img {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

.product_review .score_base .score {
    display: inline-block;
    position: absolute;
    transition: width .8s;
    top: 0;
    left: 0;
    white-space: nowrap
}

.product_review_total {
    padding-left: 1rem;
    position: relative
}

@media screen and (max-width: 576px) {
    .product_review_total {
        font-size:12px
    }
}

.product_review_total:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #b9b9b9;
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    transform: translateY(-50%)
}

.product_review_total a {
    color: #333
}

.product_image {
    margin-bottom: 32px
}

.product_image_slider {
    text-align: center;
    padding: 30px
}

.product_image_slider img {
    width: 60%;
    max-width: 400px;
    margin: auto
}

.product_image .splide__slide {
    display: none
}

.product_image .splide__slide:first-child {
    display: block
}

.product_price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product_price .strike {
    display: inline-block;
    margin-right: 1.5rem;
    position: relative
}

@media screen and (max-width: 576px) {
    .product_price .strike {
        margin-right:18px
    }
}

.product_price .strike::before {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    font-size: 1rem;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0
}

.product_price .strike .price {
    font-size: 14px
}

@media screen and (max-width: 576px) {
    .product_price .strike .price {
        font-size:10px
    }
}

.product .currency {
    font-size: 16px
}

.product .sale {
    display: inline-block;
    padding: 5px 16px;
    font-size: 15px;
    color: #fff;
    background-color: #ff0909;
    position: relative;
    margin-right: 20px
}

@media screen and (max-width: 576px) {
    .product .sale {
        font-size:10px;
        margin-right: 10px
    }
}

.product .tax {
    font-size: 12px
}

.product .price_initial .price {
    font-size: 32px
}

@media screen and (max-width: 576px) {
    .product .price_initial .price {
        font-size:20px
    }
}

.product_tab {
    display: flex;
    <!--border-bottom: solid 1px #333;-->
    margin-bottom: 1.5rem;
    justify-content: space-between
}

.product_tab_item {
    max-width: 50%;
    width: calc((100% - 1rem)/2);
    position: relative;
    z-index: 0
}

.product_tab_item label {
    color: #b9b9b9;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 1rem 0;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #b9b9b9;
    border-radius: 3px 3px 0 0;
    transition: all .2s ease
}

.product_tab_item input[type=radio]:checked+label {
    color: #333;
    border-color: #333;
    pointer-events: none
}

.product_tab_item .subscription_recommend {
    position: absolute;
    color: #fff;
    background-color: #ff0909;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    font-size: 12px;
    padding: 2px 4px;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .product_tab_item .subscription_recommend {
        left:70%
    }
}

.product_quantity {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.product_quantity .quantity-title {
    margin-right: 10px
}

.product_quantity .quantity {
    width: 80px;
    padding: 10px;
    text-align: center
}

.product .purchase_period {
    margin-bottom: 32px
}

.product .purchase_period .period-title {
    margin-bottom: 16px
}

.product_radio_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .product_radio_inner {
        gap:5px
    }
}

.product_radio_item {
    width: calc((100% - 40px)/3)
}

@media screen and (max-width: 576px) {
    .product_radio_item {
        width:calc((100% - 10px)/3)
    }
}

.product_radio_item input[type=radio]:checked+label .product_radio_item_plan_name::before {
    background-color: #fe0000;
    box-shadow: inset 0 0 0 4px #fff
}

.product_radio_item label {
    display: block;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0;
    border: solid 1px #707070;
    border-radius: 3px;
    position: relative
}

@media screen and (max-width: 576px) {
    .product_radio_item label {
        font-size:14px
    }
}

.product_radio_item_plan_name {
    padding: .5rem 1rem .5rem 2.375rem;
    position: relative;
    font-size: 16px
}

@media screen and (max-width: 576px) {
    .product_radio_item_plan_name {
        padding-right:6px;
        padding-left: 26px;
        padding-top: 10px;
        font-size: 14px
    }
}

.product_radio_item_plan_name::before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: .25rem;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s ease;
    position: absolute;
    top: calc(.75rem - 1px);
    left: calc(1rem - 2px);
    z-index: 1
}

@media screen and (max-width: 576px) {
    .product_radio_item_plan_name::before {
        left:calc(1rem - 10px)
    }
}

.product_radio_item_plan_name::after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: .25rem;
    border: 1px solid #b9b9b9;
    cursor: pointer;
    position: absolute;
    top: calc(.75rem - 1px);
    left: calc(1rem - 2px);
    z-index: 2
}

@media screen and (max-width: 576px) {
    .product_radio_item_plan_name::after {
        left:calc(1rem - 10px)
    }
}

.product_radio_item_plan_text {
    width: 100%;
    padding: .25rem .75rem;
    font-size: 14px;
    background-color: #eaeaea;
    line-height: .875rem;
    position: relative;
    z-index: -1;
    padding-bottom: 30px;
    font-weight: 400
}

@media screen and (max-width: 576px) {
    .product_radio_item_plan_text {
        font-size:10px
    }
}

.product .attention {
    font-size: 14px
}

@media screen and (max-width: 576px) {
    .product .attention {
        font-size:10px
    }
}

.product_information {
    color: #646464;
    font-size: .75rem;
    letter-spacing: 0;
    padding: 1rem 1rem 1rem 2.5rem;
    border-top: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
    margin-bottom: 1rem;
    position: relative
}

@media screen and (max-width: 576px) {
    .product_information {
        padding-left:0;
        padding-right: 0
    }
}

.product_information a {
    color: #646464;
    text-decoration: underline
}

.product_btn_wrapper {
    margin-bottom: 32px
}

.product_btn_wrapper .product_btn {
    display: flex;
    justify-content: center;
    color:white;
}

.product_btn_wrapper .product_btn.--column {
    flex-flow: column;
    align-items: center;
    gap: 8px;
    color:white;
}

.product_btn_wrapper .product_btn .btn_base {
    display: block;
    width: 100%;
    max-width: 335px;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    max-width: calc((100% - 1rem)/2)
}

@media screen and (max-width: 576px) {
    .product_btn_wrapper .product_btn .btn_base {
        font-size:14px;
        padding: 10px 0
    }
}

.product_btn_wrapper .product_btn .btn_red {
    background-color:red;
    <!--border: 1px solid #595857;-->
    color:rgb(255,255,255);
}

.product_btn_wrapper .product_btn .btn_border-red {
    background-color: rgb(236, 236, 228);
    border: 1px solid #595857;
    color: #595857
}

.product_detail-content {
    max-width: 800px;
    margin: auto
}

.product_detail-content .splide__slide:first-child {
    display: none
}

.product_detail-content img {
    width: 100%
}

.product_detail_title {
    padding: 0 20px;
    margin-bottom: 32px
}

.product_detail_title p {
    background-color: rgb(236, 236, 228);
    padding: 16px;
    font-size: 16px
}

.product_detail-info {
    background-color: rgb(236, 236, 228);
    width: 100%;
    margin-bottom: 60px;
    padding: 40px 22px
}

.product_detail-info-logo {
    text-align: center;
    margin-bottom: 36px
}

.product_detail-info-logo img {
    width: 110px;
    margin: auto
}

.product_detail-info-thum {
    margin-bottom: 36px
}

.product_detail-info-thum .thu-tit {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    color: #665c58;
    font-weight: bold;
    font-size: 40px
}

@media screen and (max-width: 576px) {
    .product_detail-info-thum .thu-tit {
        font-size:20px
    }
}

.product_detail-info-thum img {
    width: 30%;
    display: block;
    margin: auto;
    min-width: 110px
}

.product_detail-info-table th {
    width: 130px;
    padding: 30px 20px;
    background-color: #ECECE4;
    color: #595857;
    border: 1px solid #595857;
    font-size: 18px
}

@media screen and (max-width: 576px) {
    .product_detail-info-table th {
        font-size:16px;
        padding: 20px 16px;
        width: 105px
    }
}

.product_detail-info-table td {
    padding: 30px;
    background-color: #ECECE4;
    border: 1px solid #595857;
    font-size: 16px
}

.review_app {
    background-color: #ECECE4;
    padding: 80px 0
}

.review_app-title {
    margin-bottom: 60px
}

.review_app-title .tit {
    font-size: 20px;
    margin-bottom: 16px
}

.review_app .review_score {
    display: flex;
    align-items: center;
    gap: 20px
}

.review_app .review_score .review_total {
    padding-left: 16px;
    border-left: 1px solid #707070
}

.review_app .star {
    color: #ffcc01
}

.review_app_container {
    display: flex;
    flex-flow: column;
    gap: 30px
}

.review_app-box {
    background-color: #ECECE4;
    padding: 20px 32px 30px
}

@media screen and (max-width: 768px) {
    .review_app-box {
        padding:20px 16px 20px
    }
}

.review_app-box .star {
    margin-bottom: 5px
}

.review_app-box .tit {
    font-size: 18px;
    font-weight: bold
}

.review_app-box .info {
    font-size: 14px;
    color: #707070;
    margin-bottom: 20px;
    display: flex;
    gap: 16px
}

.review_app-box .date {
    margin-bottom: 0
}

.review_app-box p {
    font-size: 16px
}

.review_app .review_app-section {
    margin-bottom: 50px
}

.review_app .review_post-section p {
    font-size: 18px;
    margin-bottom: 20px
}

.review_app .review_post-section .input_box {
    margin-bottom: 10px
}

.review_app .review_post-section .input_box input,.review_app .review_post-section .input_box textarea {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 16px;
    font-family: "Noto Sans JP",sans-serif
}

.review_app .review_post-section .input_box select {
    width: 150px;
    background-color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    color: #ffcc01
}

.review_app .review_post-section .input_box .review_btn {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    padding: 8px 12px
}

.related_product {
    padding: 32px 0 80px
}

.related_product-title {
    font-size: calc(16px + 6*(100vw - 375px)/1545);
    margin-bottom: 32px
}

.related_product_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}

.related_product_list::after {
    content: "";
    display: block;
    width: 33.3333333333%;
    height: 100%
}

.related_product_list-item {
    width: 33.3333333333%;
    padding: 16px 32px;
    text-align: center
}

@media screen and (max-width: 576px) {
    .related_product_list-item {
        padding:8px
    }
}

.related_product_list-item:nth-child(6n+1) {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070
}

.related_product_list-item:nth-child(6n+2) {
    border-bottom: 1px solid #707070
}

.related_product_list-item:nth-child(6n+3) {
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070
}

.related_product_list-item:nth-child(6n+4) {
    border-bottom: none;
    border-right: 1px solid #707070
}

.related_product_list-item:nth-child(6n+5) {
    border-bottom: none
}

.related_product_list-item:nth-child(6n+6) {
    border-left: 1px solid #707070
}

.related_product_list-item .thum {
    width: 80%;
    margin: 0 auto 6px
}

.related_product_list-item .name {
    color: #333
}

.related_product_list-item .name p {
    font-size: calc(10px + 6*(100vw - 375px)/1545);
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 900
}

.related_product_list-item .name span {
    font-size: calc(8px + 6*(100vw - 375px)/1545);
    line-height: 1.2
}

.float-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: rgb(236, 236, 228);
    padding: 20px;
    box-shadow: 0 -4px 5px rgba(0,0,0,.1);
    transform: translateY(90px);
    transition: all .5s
}

.float-btn.floating {
    transform: translateY(0)
}

@media screen and (max-width: 576px) {
    .float-btn {
        padding:0
    }
}

.float-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.float-btn-inner {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

@media screen and (max-width: 576px) {
    .float-btn-inner {
        gap:0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        flex-shrink: 0
    }
}

.float-btn-inner .shopBtn {
    padding: 10px 30px;
    <!--border: 1px solid #595857;-->
    color: #595857;
    text-align: center;
    font-size: 16px
}

@media screen and (max-width: 576px) {
    .float-btn-inner .shopBtn {
        width:100%;
        font-size: 14px;
        padding: 10px
    }
}

.float-btn-inner .shopBtn.red {
    background-color:red;
    color: white
}

.float-btn .float_product-name {
    font-size: 18px
}

@media screen and (max-width: 576px) {
    .float-btn .float_product-name {
        font-size:16px;
        padding-left: 16px
    }
}

.faq {
    padding-top: 55px;
    z-index: 2;
    position: relative
}

.faq::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color:#ECECE4 ;
    background-size: cover
}

.faq_head {
    /* background-color: #313131; */
    padding: 30px 0 0
}

.faq_title {
    text-align: center;
    padding: 0px 16px 30px
}

.faq_title h1 {
    font-size: calc(42px + 20*(100vw - 375px)/1545);
    color: #595857;
    font-family: "Lato","Noto Sans JP",sans-serif
}

.faq_title h1 span {
    font-size: calc(29px + 10*(100vw - 375px)/1545)
}

.faq_title p {
    font-size: calc(16px + 4*(100vw - 375px)/1545);
    color: #595857
}

.faq .page_link {
    display: flex;
    justify-content: space-between
}

.faq .page_link a {
    display: block;
    width: 33.3333333333%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 32px 8px;
    text-align: center;
    color: #595857;
    font-size: calc(14px + 4*(100vw - 375px)/1545)
}

@media screen and (max-width: 374px) {
    .faq .page_link a {
        font-size:11px
    }
}

.faq .page_link a:nth-child(1) {
    border-right: 1px solid #707070
}

.faq .page_link a:nth-child(3),.faq .page_link a:nth-child(4) {
    border-left: 1px solid #707070
}

.faq_content {
    padding: 60px 0 32px
}

.faq_content:last-of-type {
    margin-bottom: 80px
}

@media screen and (max-width: 576px) {
    .faq_content {
        padding:30px 0
    }
}

.faq_content-title {
    text-align: center;
    color: #595857;
    font-size: calc(16px + 4*(100vw - 375px)/1545);
    margin-bottom: 16px
}

.faq_content .faq_list-item .item-ilne {
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 12px 16px
}

@media screen and (max-width: 576px) {
    .faq_content .faq_list-item .item-ilne {
        align-items:flex-start
    }
}

.faq_content .faq_list-item .item-ilne.question {
    background-color: #ECECE4;
    color: #595857
}

.faq_content .faq_list-item .item-ilne.answer {
    background-color: #ECECE4
}

.faq_content .faq_list-item .icon {
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato","Noto Sans JP",sans-serif
}

.faq_content .faq_list-item .item-text {
    font-size: calc(16px + 2*(100vw - 375px)/1545)
}

.p-product_list__list {
    gap: 60px 0
}

.p-product_list .medium-up--one-1 {
    max-width: 320px
}

.p-product_list .medium-up--one-1:not(:first-child) {
    margin-top: 0
}

@media screen and (min-width: 719px) {
    .p-product_list .medium-up--one-1 .c-product_item__inner__eyecatch {
        width:100%
    }

    .p-product_list .medium-up--one-1 .c-product_item__inner__content {
        width: 100%
    }

    .p-product_list .medium-up--one-1 .c-product_item__inner__title {
        font-size: 24px
    }
}

#payment_method_description {
    padding-top: 30px
}

@media screen and (max-width: 576px) {
    .article_thum {
        width:100%
    }
}

.article_thum img {
    width: 50%;
    display: block;
    margin: auto
}

@media screen and (max-width: 576px) {
    .article_thum img {
        width:100%
    }
}

.article_thum .p-column_header__bg {
    display: none
}

.article_thum .p-column_header__panel {
    margin-top: 20px
}

.p-checkout_confirm__float {
    z-index: 10
}

.line_new_ec {
    max-width: 450px
}

.option_flavor {
    margin-bottom: 32px
}

.option_flavor .option_type {
    display: flex;
    align-items: center;
    gap: 16px
}

.option_flavor .form-control {
    padding: 0 20px 0 20px
}

.p-product_content {
    padding: 0;
    margin: 0
}

.c-product_info__form__variant>div>div {
    max-width: 250px
}

.formError {
    width: auto !important;
    height: auto !important;
    background: #e21e1e;
    color: #fff;
    font-size: 12px !important;
    padding: 4px 10px !important;
    margin: 0 !important;
    top: -6px !important;
    left: auto !important;
    right: -10px !important;
    z-index: 1;
    opacity: 1 !important
}

.formError>* {
    margin: 0 !important
}

.c-product_img__item:hover {
    opacity: 1
}

.c-product_img__item:hover {
    opacity: 1 !important
}

.stock-waiting {
    text-align: center;
    margin-bottom: 28px
}

.modal-scrollable {
    top: 0 !important;
    z-index: 3;
    width: 100%
}

@media screen and (min-height: 200px) {
    .modal-scrollable {
        position:fixed
    }
}

.modal-scrollable .modal {
    width: 100%;
    height: 100vh;
    margin: 0 !important;
    background-color: #fff;
    overflow: auto
}

.c-product_item:hover {
    opacity: 1
}

.c-container {
    padding-top: 90px
}

.p-set_selection__content__list .c-product_item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 16px
}

.m-tag_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px
}

.m-tag_container .m-tag {
    padding: 4px 10px 5px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    border-radius: 5px
}

main{
    background-color: rgb(255 255 255);
}

.reTitle{
    max-width: 23%;
}

@media screen and (max-width:768px) {
   .reTitle{
    max-width:75% ;
   } 
}

.newsTitle{
    max-width: 36%;
}

@media screen and (max-width:768px) {
   .newsTitle{
    max-width:80% ;
   } 
}

.lineupTitle{
    margin: 60px;
}

@media screen and (max-width:768px) {
   .lineupTitle{
    margin: 30px;
   } 
}

.lineup_slist{
    margin-top: 40px;
}

@media screen and (max-width:768px) {
   .lineup_slist{
    margin-top: 0px;
   } 
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(255,255,255)!important;
}
.footer {
    background-color: rgb(245 245 245)!important;
    z-index: 2;
    position: relative;
}
.page-width.padding-inner,.footer_nav,.footer_nav-list,.footer-link,.footer-logo,.footer_nav-list li{
background-color: rgb(245 245 245)!important;
}
#news .page-width{
background-color: rgb(255 255 255)!important;
}
.top-img img{
width:100%;
}
.top-img2 img{
width:100%;
margin-top:100px;
}

.footer .border{
background-color: rgb(245 245 245)!important;
}
.footer .copy{
background-color: rgb(245 245 245)!important;
}


.product .sale{
    background-color: #ff0909!important;
}
/*# sourceMappingURL=style.min.css.map */
