a,body,dd,div,dl,dt,h1,h2,h3,h4,html,img,li,ol,p,span,table,td,th,tr,ul {
    font-size: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0
}

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

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

ol,ul {
    list-style: none;
    list-style-type: none
}

input[type=button],input[type=submit] {
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

input[type=button]::-webkit-search-decoration,input[type=submit]::-webkit-search-decoration {
    display: none
}

input[type=button]::focus,input[type=submit]::focus {
    outline-offset: -2px
}

html {
    font-size: 62.5%
}

body {
    -webkit-overflow-scrolling: touch
}

#wrap {
    overflow: hidden
}

body {
    font-family: Helvetica Neue,Helvetica,'Hiragino Kaku Gothic ProN','メイリオ',Arial,sans-serif;
    line-height: 1.5;
    color: #000;
    background-color: #fff
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.dn {
    display: 
}

.oh {
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

a {
    transition: .7s
}

a:hover {
    opacity: .6
}

a:hover img {
    opacity: .8
}

.container {
    width: 100%;
    max-width: 1147px;
    margin: 0 auto
}

.w775 {
    width: 100%;
    max-width: 775px;
    margin: 0 auto
}

.loading-wrap {
    position: fixed;
    z-index: 111111111;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    justify-content: center;
    align-items: center
}

.loading-wrap .loading-logo {
    position: relative;
    width: 198px;
    height: 49px
}

.loading-wrap .loading-logo .loading-logo-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 1s
}

.loading-wrap .loading-logo .loading-logo-inner {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .8s
}

.loading-wrap .loading-logo .loading-bottom-logo,.loading-wrap .loading-logo .loading-top-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px
}

.loading-wrap .loading-logo .loading-bottom-logo img,.loading-wrap .loading-logo .loading-top-logo img {
    width: 198px
}

.loading-wrap .loading-logo .loading-top-logo {
    z-index: 2
}

.loading-wrap .loading-logo .loading-bottom-logo {
    z-index: 1
}

.header-wrap {
    position: fixed;
    z-index: 100;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 0;
    transition: 2s;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    background-color: #fff
}

.header-wrap.mv-anime {
    height: 200%
}

section.hugstone {
    position: relative;
    margin-bottom: 0vw;
    padding: 25px 0 80px;
    background-color: #fff
}

section.hugstone.scroll-animetion h2 {
    -webkit-transform: translate(0,30%);
    transform: translate(0,30%);
    opacity: 0
}

section.hugstone h2 {
    transition: 1s
}


section.hugstone h2 {
    text-align: center
}

section.hugstone .read-tt {
    width: 444px;
    margin: 40px auto 0
}

section.hugstone .hugstone-main-wrap {
    display: flex;
    max-width: 640px;
    margin: 60px auto;
    justify-content: space-between;
    align-items: flex-start
}

section.hugstone .hugstone-main-wrap .hogstone-main-box {
    width: 248px
}

section.hugstone .hugstone-main-wrap .hogstone-main-box h3 {
    margin-bottom: 25px
}

section.hugstone .hugstone-main-wrap .hogstone-main-box .tt {
    font-size: 15px;
    line-height: 1.8
}

section.hugstone .detail-ttl {
    margin: 0 auto 30px;
    text-align: center
}

section.hugstone .stone-section {
    max-width: 945px;
    margin: 0 auto;
    transition: 1s
}

section.hugstone .stone-section.scroll-animetion {
    -webkit-transform: translate(0,10%);
    transform: translate(0,10%);
    opacity: 0
}

section.hugstone .stone-section h3 {
    display: flex;
    width: 100px;
    height: 274px;
    background-image: url(/img/hugstone/pc/hugstone_goldbox.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center
}

section.hugstone .stone-section .stone-this {
    position: relative
}

section.hugstone .stone-section .stone-info {
    position: absolute
}

section.hugstone .stone-section .stone-info:hover .info-list,section.hugstone .stone-section .stone-info:hover .info-ttl {
    visibility: initial;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

section.hugstone .stone-section .stone-info dt {
    position: relative;
    top: 6px;
    left: 7px;
    display: block;
    box-sizing: content-box;
    width: 32px;
    height: 32px
}

section.hugstone .stone-section .stone-info dt:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 200%;
    height: 200%;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation-name: pikopiko;
    animation-name: pikopiko;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: solid 2px #cfaa5b;
    border-radius: 50%;
    background-color: rgba(0,0,0,0)
}

section.hugstone .stone-section .stone-info dd {
    position: absolute
}

section.hugstone .stone-section .stone-info dd .info-lavel {
    font-size: 14px;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 23px;
    padding: 0 8px;
    color: #fff;
    background-color: #cfaa5b;
    justify-content: center;
    align-items: center
}

section.hugstone .stone-section .stone-info dd .info-list,section.hugstone .stone-section .stone-info dd .info-ttl {
    visibility: hidden;
    transition: .5s;
    opacity: 0
}

section.hugstone .stone-section .stone-info dd .info-ttl {
    font-size: 14px;
    font-weight: 700
}

section.hugstone .stone-section .stone-info dd .info-list {
    font-size: 12px
}

section.hugstone .stone-section .stone-info dd .info-list li {
    margin-bottom: 3px
}

section.hugstone .stone-section .stone-info dd .info-list li:before {
    content: '・'
}

section.hugstone .stone-section .stone-info dd .info-line {
    position: absolute
}

section.hugstone .stone-section.incarose h3 {
    float: left
}

section.hugstone .stone-section.incarose h3 img {
    width: 60px
}

section.hugstone .stone-section.incarose h4 {
    float: left;
    width: 113px;
    margin: 81px 26px 0 34px
}

section.hugstone .stone-section.incarose .stone-this {
    float: left;
    margin: 242px 0 0 26px
}

section.hugstone .stone-section.incarose .stone-info {
    top: -30px;
    left: 17px
}

section.hugstone .stone-section.incarose .stone-info dd {
    top: -46px;
    left: 131px
}

section.hugstone .stone-section.incarose .stone-info dd .info-ttl {
    margin: 6px 0 10px 7px
}

section.hugstone .stone-section.incarose .stone-info dd .info-line {
    top: 12px;
    left: -109px
}

section.hugstone .stone-section.pearl {
    margin-top: -339px;
    transition-delay: .5s
}

section.hugstone .stone-section.pearl h3 {
    float: right
}

section.hugstone .stone-section.pearl h3 img {
    width: 61px
}

section.hugstone .stone-section.pearl h4 {
    float: right;
    width: 113px;
    margin: 93px 41px 0 25px
}

section.hugstone .stone-section.pearl .stone-this {
    float: right;
    margin: 253px 0 0 0
}

section.hugstone .stone-section.pearl .stone-info {
    bottom: -19px;
    left: 19px
}

section.hugstone .stone-section.pearl .stone-info dd {
    top: 20px;
    left: -314px
}

section.hugstone .stone-section.pearl .stone-info dd .info-lavel {
    margin: 6px 0 0
}

section.hugstone .stone-section.pearl .stone-info dd .info-ttl {
    margin-left: 3px
}

section.hugstone .stone-section.pearl .stone-info dd .info-list {
    margin: -18px 0 0 35px
}

section.hugstone .stone-section.pearl .stone-info dd .info-line {
    top: 3px;
    left: 226px
}

section.care {
    padding: 130px 0 0
}

section.care.scroll-animetion h2 {
    opacity: 0
}

section.care h2 {
    width: 324px;
    margin: 0 auto;
    transition: 1s
}

section.care .care-img-wrap {
    position: relative;
    width: 775px;
    height: 701px;
    margin: 45px auto 79px;
    background-image: url(/img/24hours/pc/24hours_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

section.care .care-maru {
    position: absolute
}

section.care .care-maru.care-lash {
    top: 57px;
    left: 250px
}

section.care .care-maru.care-lash dd {
    top: 100%;
    left: calc(100% + 27px);
    margin-top: -7px
}

section.care .care-maru.care-lash dd .cara-lavel {
    float: right
}

section.care .care-maru.care-lash dd .pict {
    bottom: 0;
    left: 157px
}

section.care .care-maru.care-lash dd .line {
    top: -15px;
    left: -49px
}

section.care .care-maru.care-liner {
    bottom: 70px;
    left: 314px
}

section.care .care-maru.care-liner dd {
    right: calc(100% + 81px);
    bottom: -76px;
    margin-top: -8px
}

section.care .care-maru.care-liner dd .cara-lavel {
    float: right
}

section.care .care-maru.care-liner dd .pict {
    right: 158px;
    bottom: 6px
}

section.care .care-maru.care-liner dd .line {
    top: -45px;
    right: -103px
}

section.care .care-maru.care-mascara {
    right: 229px;
    bottom: 151px
}

section.care .care-maru.care-mascara dd {
    right: calc(100% + 5px);
    bottom: calc(100% + 1px);
    margin-bottom: -8px
}

section.care .care-maru.care-mascara dd .cara-lavel {
    float: left
}

section.care .care-maru.care-mascara dd .pict {
    right: 192px;
    bottom: 6px
}

section.care .care-maru.care-mascara dd .line {
    top: 12px;
    right: -27px
}

section.care .care-maru dt {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 42px;
    height: 42px
}

section.care .care-maru dt:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 200%;
    height: 200%;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation-name: pikopiko;
    animation-name: pikopiko;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: solid 2px #df002b;
    border-radius: 50%;
    background-color: rgba(0,0,0,0)
}

section.care .care-maru dd {
    position: absolute
}

section.care .care-maru dd .cara-ttl {
    font-size: 16px;
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 3px 0
}

section.care .care-maru dd .cara-lavel {
    font-size: 14px;
    position: relative;
    z-index: 2;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 23px;
    padding: 0 7px;
    color: #fff;
    background-color: #df002b;
    justify-content: center;
    align-items: center
}

section.care .care-maru dd .pict {
    position: absolute
}

section.care .care-maru dd .line {
    position: absolute
}

section.care .care-maru dd .cara-ttl,section.care .care-maru dd .pict {
    visibility: hidden;
    transition: .5s;
    -webkit-transform: translate(0,20px);
    transform: translate(0,20px);
    opacity: 0
}

section.care .care-maru:hover dd .cara-ttl,section.care .care-maru:hover dd .pict {
    visibility: initial;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

.product-list {
    position: relative;
    z-index: 10;
    display: flex;
    max-width: 896px;
    margin: 0 auto;
    padding: 0 0 123px;
    justify-content: space-between;
    align-items: center
}

.product-list.scroll-animetion li {
    -webkit-transform: translate(0,20%);
    transform: translate(0,20%);
    opacity: 0
}

.product-list li:nth-of-type(1) {
    transition-delay: 0s
}

.product-list li:nth-of-type(2) {
    transition-delay: .2s
}

.product-list li:nth-of-type(3) {
    transition-delay: .4s
}

.product-list li {
    width: 276px;
    transition: 1s;
    box-shadow: 0 0 2px 0 rgba(4,0,0,.3)
}

.product-list a {
    display: block
}

.product-list a:hover {
    opacity: 1!important
}

.product-list a:hover img {
    opacity: 1!important
}

.contact-wrap {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.contact-wrap .inner {
    display: flex;
    height: calc(100vh - 90px);
    align-items: center;
    justify-content: center
}

.contact-wrap .inner-wrap {
    width: 100%;
    max-width: 900px
}

.contact-wrap .contact-btm-close,.contact-wrap .contact-top-close {
    position: absolute
}

.contact-wrap .contact-top-close {
    top: 53px;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 912px;
    margin: 0 auto
}

.contact-wrap .contact-top-close a {
    float: right;
    width: 21px
}

.contact-wrap .contact-btm-close {
    right: 0;
    bottom: 40px;
    left: 0;
    width: 42px;
    margin: 0 auto
}

.contact-wrap .ttl {
    margin: 0 auto 50px
}

.contact-wrap .ttl:nth-of-type(1) {
    width: 323px
}

.contact-wrap .ttl:nth-of-type(2) {
    width: 259px
}

.contact-wrap .contact-box-area {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
}

.contact-wrap .contact-box-area.first {
    margin-bottom: 70px;
    justify-content: center
}

.contact-wrap .contact-box {
    overflow: hidden;
    width: 280px;
    width: 280px;
    height: 200px;
    border-radius: 3px
}

.contact-wrap .contact-box .head-box {
    display: flex;
    height: 60px;
    background-image: url(/img/common/pc/contact_head_box_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: space-between
}

.contact-wrap .contact-box .head-box img {
    width: auto;
    height: 16px;
    margin-left: 19px
}

.contact-wrap .contact-box .tt-box {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    height: 140px;
    text-align: center;
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center
}

.contact-wrap .contact-box .tt-box.line2 {
    font-size: 16px
}

.menu-wrap .menu-top {
    width: 32.5px
}

.menu-wrap .menu-brand {
    width: 140px
}

.menu-wrap .menu-item {
    width: 37px
}

.menu-wrap .menu-essence {
    width: 75.5px
}

.menu-wrap .menu-news {
    width: 46.5px
}

.menu-wrap .menu-philosophy {
    width: 105px
}

.menu-wrap .menu-point {
    width: 49.5px
}

.menu-wrap .menu-24hcare {
    width: 80px
}

.menu-wrap .menu-price {
    width: 48px
}

.menu-wrap .menu-hogstone {
    width: 94px
}

.menu-wrap .menu-howto {
    width: 60px
}

.mv-1st-in-second,.mv-2nd-in-second {
    transition: 1s
}

.mv-3rd-in-second {
    transition: .7s
}

.mv-4th-in-second {
    transition: 1s
}

.mv-1st-in {
    opacity: 0
}

.mv-2nd-in {
    opacity: 0
}

.mv-3rd-in {
    opacity: 0
}

.menu-open-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.menu-open-btn {
    position: relative;
    z-index: 100;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    width: 79.9px;
    height: 79.9px;
    margin: 20px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #df002b
}

.menu-open-btn img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 29px!important;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.scroll-top {
    position: fixed;
    z-index: 100;
    right: -110px;
    bottom: 0;
    display: inline-block;
    width: 110px;
    height: 110px;
    transition: 1s
}

.scroll-top.show {
    right: 0
}

footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #2a1e19
}

footer a {
    text-decoration: none;
    color: #fff
}

footer .inner {
    position: relative;
    z-index: 1
}

footer .logo {
    padding: 160px 0 30px
}

footer .footer-menu {
    display: flex;
    margin: 36px 0;
    justify-content: flex-start;
    align-items: flex-start
}

footer .footer-menu li {
    font-size: 12px
}

footer .footer-menu li:after {
    font-size: 90%;
    display: inline-block;
    margin: 0 4px;
    content: '/';
    vertical-align: text-bottom
}

footer .footer-menu li:nth-last-of-type(1):after {
    display: none
}

footer .footer-sns {
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

footer .footer-sns dt {
    font-weight: 700
}

footer .footer-sns dd {
    overflow: hidden
}

footer .footer-sns dd>a {
    float: left;
    margin-left: 13px
}

footer .copyr {
    font-size: 12px;
    padding: 26px 0 50px
}

footer .copyr .small-links {
    margin: 0 17px -5px
}

footer .copyr .small-links a {
    margin: 0 3px
}

footer .footer-tt {
    font-size: 11px;
    margin-top: 2em
}

@media only screen and (min-width: 751px) and (max-width:1180px) {
    html {
        width:1180px
    }

    footer {
        width: 1180px
    }
}

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

    section.hugstone:after {
        position: absolute;
        z-index: -1;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 500px;
        content: '';
        background-color: #fff
    }

    section.hugstone .read-tt {
        width: 297.5px
    }

    section.hugstone .detail-ttl img {
        width: 464px
    }

    section.hugstone .stone-section .stone-info dd .info-list,section.hugstone .stone-section .stone-info dd .info-ttl {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px)
    }

    .product-list .product-list-item {
        position: relative;
        box-sizing: content-box;
        width: 276px;
        height: 476px;
        transition: .5s;
        box-shadow: 0 0 4px 0 rgba(4,0,0,.3)
    }

    .product-list .product-list-item .product-list-ttl {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 200px;
        background-image: url(/img/top/pc/item-ttl-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        justify-content: center;
        align-items: center
    }

    .product-list .product-list-item .product-list-ttl .ttl-img {
        width: 220px
    }

    .product-list .product-list-item .product-list-hover-label-wrap {
        position: absolute;
        bottom: 276px;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s
    }

    .product-list .product-list-item .product-list-hover-label {
        height: 324px
    }

    .product-list .product-list-item .product-list-hover-item {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: 29px;
        left: 0;
        margin: 0 auto;
        transition: .5s;
        opacity: 0
    }

    .product-list .product-list-item .product-list-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .product-list .product-list-item:hover {
        margin-top: -124px;
        padding-top: 124px
    }

    .product-list .product-list-item:hover .product-list-hover-label-wrap {
        height: 324px
    }

    .product-list .product-list-item:hover .product-list-hover-item {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        opacity: 1
    }

    .product-list .product-list-item.mascara-item:hover .product-list-hover-item {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    .menu-wrap {
        display: block!important;
        opacity: 1!important
    }

    .menu-wrap .header-link {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0
    }

    .menu-wrap .header-link.mv-4th-in {
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%)
    }

    .menu-wrap .header-link a {
        font-size: 15px;
        display: block;
        display: flex;
        width: 160px;
        height: 59px;
        margin-bottom: 1px;
        padding: 0 0 0 24px;
        text-decoration: none;
        color: #fff;
        background-color: #df002b;
        align-items: center
    }

    .menu-wrap .header-link a:hover {
        opacity: 1;
        background-color: #c30007
    }

    .menu-wrap .header-link a:hover img {
        opacity: 1
    }

    .menu-wrap .header-link a:nth-of-type(1) img {
        width: 114px
    }

    .menu-wrap .header-link a:nth-of-type(2) img {
        width: 51px
    }

    .menu-wrap .menu-link {
        position: fixed;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: 20px;
        width: 162px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        height: fit-content;
        margin: auto 0
    }

    .menu-wrap .menu-link.mv-4th-in {
        -webkit-transform: translate(-200%,0);
        transform: translate(-200%,0)
    }

    .menu-wrap .menu-link a {
        font-size: 16px;
        line-height: 1.3;
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 25px;
        padding: 0 0 0 16px;
        text-decoration: none;
        color: #200d00
    }

    .menu-wrap .menu-link a:hover {
        width: 100%!important
    }

    .menu-wrap .menu-link a img {
        vertical-align: middle
    }

    .menu-wrap .menu-link a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto 0;
        content: '';
        border-radius: 50%;
        background-color: #eee
    }

    .menu-wrap .menu-link a:nth-last-of-type(1) {
        margin-bottom: 0
    }

    .menu-open-btn-wrap {
        display: none!important
    }

    footer:before {
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 500px;
        content: '';
        background-color: #2a1e19
    }
}

@media only screen and (max-width: 750px) {
    #wrap {
        width:100%;
        min-width: 100%
    }

    .pc {
        display: none
    }

    .container {
        max-width: 100%
    }

    .w775 {
        max-width: 100%
    }

    .loading-wrap .loading-logo {
        width: 395px;
        height: 48px
    }

    .loading-wrap .loading-logo .loading-bottom-logo,.loading-wrap .loading-logo .loading-top-logo {
        width: 395px
    }

    .loading-wrap .loading-logo .loading-bottom-logo img,.loading-wrap .loading-logo .loading-top-logo img {
        width: 395px
    }

	.menu-open-btn {position:fixed!important;top:0;right:0;}

    section.care {
        padding: 120px 0 0
    }

    section.care h2 {
        width: 540px
    }

    section.care .care-img-wrap {
        overflow: initial;
        width: 100%;
        height: 681px;
        margin: 75px auto 95px;
        background-image: url(/img/24hours/sp/24hours_img.jpg);
        background-position: left top;
        background-size: initial
    }

    section.care .care-maru.care-lash {
        top: 57px;
        left: 220px
    }

    section.care .care-maru.care-lash dd {
        top: 100%;
        left: calc(100% + 26px);
        margin-top: -16px
    }

    section.care .care-maru.care-lash dd .cara-lavel {
        float: right
    }

    section.care .care-maru.care-lash dd .pict {
        bottom: 0;
        left: 195px
    }

    section.care .care-maru.care-lash dd .line {
        top: -3px;
        left: -47px
    }

    section.care .care-maru.care-liner {
        bottom: 71px;
        left: 297px
    }

    section.care .care-maru.care-liner dd {
        top: calc(100% + 25px);
        right: calc(100% + 82px);
        bottom: auto;
        margin-top: -8px
    }

    section.care .care-maru.care-liner dd .cara-ttl {
        margin-right: -70px
    }

    section.care .care-maru.care-liner dd .cara-lavel {
        float: right
    }

    section.care .care-maru.care-liner dd .pict {
        right: 132px;
        bottom: 8px
    }

    section.care .care-maru.care-liner dd .line {
        top: -36px;
        right: -104px
    }

    section.care .care-maru.care-mascara {
        right: 233px;
        bottom: 141px
    }

    section.care .care-maru.care-mascara dd {
        right: 5px;
        bottom: 102px;
        margin-bottom: -8px
    }

    section.care .care-maru.care-mascara dd .cara-ttl {
        margin: -64px 0 0
    }

    section.care .care-maru.care-mascara dd .cara-lavel {
        float: left
    }

    section.care .care-maru.care-mascara dd .pict {
        right: 241px;
        bottom: -32px
    }

    section.care .care-maru.care-mascara dd .line {
        top: 17px;
        right: 15px
    }

    section.care .care-maru dt {
        width: 41px;
        height: 41px
    }

    section.care .care-maru dt:before {
        width: 100%;
        height: 100%;
        -webkit-animation: none;
        animation: none;
        border-width: 6px
    }

    section.care .care-maru dd .cara-ttl {
        font-size: 20px;
        visibility: inherit;
        margin: 3px 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    section.care .care-maru dd .cara-lavel {
        font-size: 26px;
        height: 32px;
        padding: 0 7px
    }

    section.care .care-maru dd .pict {
        visibility: inherit;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    .product-list {
        max-width: 670px;
        padding: 0 0 90px
    }

    .product-list li {
        width: 207px;
        box-shadow: 0 0 2px 0 rgba(4,0,0,.3)
    }

    .contact-wrap {
        position: fixed
    }

    .contact-wrap .inner {
        display: block;
        overflow: scroll;
        height: 100%
    }

    .contact-wrap .inner-wrap {
        height: 1334px
    }

    .contact-wrap .contact-btm-close,.contact-wrap .contact-top-close {
        position: static
    }

    .contact-wrap .contact-top-close {
        top: 0;
        width: 100%;
        margin: 0 auto;
        padding: 31px 57px 73px 0
    }

    .contact-wrap .contact-top-close a {
        width: 24px
    }

    .contact-wrap .contact-btm-close {
        bottom: 0;
        width: 41.5px;
        margin: 0 auto;
        padding: 55px 0 48px
    }

    .contact-wrap .ttl {
        width: 100%!important;
        margin: 0 auto 24px;
        text-align: center
    }

    .contact-wrap .contact-box-area {
        display: flex;
        max-width: 420px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

    .contact-wrap .contact-box-area.first {
        margin-bottom: 90px
    }

    .contact-wrap .contact-box {
        width: 100%;
        height: 180px;
        margin-top: 30px;
        border-radius: 3px
    }

    .contact-wrap .contact-box .head-box {
        height: 90px;
        background-image: url(/img/common/sp/contact_head_box_bg.png)
    }

    .contact-wrap .contact-box .head-box img {
        width: inherit;
        height: auto;
        margin-left: 32px
    }

    .contact-wrap .contact-box .tt-box {
        font-size: 33px;
        font-weight: 400;
        height: 90px
    }

    .contact-wrap .contact-box .tt-box.line2 {
        font-size: 24px;
        font-weight: 700
    }

    .menu-wrap {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        display: none;
        overflow: scroll;
        width: 100%;
        height: 100%;
        border-right: solid 1px #020202;
        border-left: solid 1px #020202;
        background-color: rgba(42,30,25,.85)
    }

    .menu-wrap img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%
    }

    .menu-wrap:before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        box-shadow: 0 0 100vw 12vh rgba(2,2,2,.2) inset
    }

    .menu-wrap .inner {
        width: 100%;
        height: 100%;
        padding: 204px 0 0;
        background-image: url(/img/top/pc/header-show.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 204px
    }

    .menu-wrap .header-sns-menu,.menu-wrap .item-link-two-box,.menu-wrap .menu-close-btn-wrap,.menu-wrap a {
        height: 125px
    }

    .menu-wrap a {
        position: relative;
        display: block;
        display: flex;
        width: inherit!important;
        padding: 0 0 0 65px;
        text-decoration: none;
        justify-content: flex-start;
        align-items: center
    }

    .menu-wrap a:hover {
        opacity: 1
    }

    .menu-wrap a:before {
        position: absolute;
        top: 0;
        right: 62px;
        bottom: 0;
        display: inline-block;
        width: 13px;
        height: 22px;
        margin: auto 0;
        content: '';
        transition: .4s;
        background-image: url(/img/common/sp/menu-arrow.png);
        background-repeat: no-repeat;
        background-position: center
    }

    .menu-wrap a img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .menu-wrap a.click-item-menu:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .menu-wrap .sub-close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 204px
    }

    .menu-wrap .sub-close-btn img {
        position: absolute;
        top: 0;
        right: 56px;
        bottom: 0;
        width: 29px!important;
        margin: auto 0
    }

    .menu-wrap .header-link>a {
        border-top: solid 1px #020202;
        background-color: #df002b
    }

    .menu-wrap .header-link>a:nth-of-type(1) img {
        width: 242.5px
    }

    .menu-wrap .header-link>a:nth-of-type(2) img {
        width: 109px
    }

    .menu-wrap .item-link {
        display: none
    }

    .menu-wrap .item-link .item-link-two-box {
        display: flex;
        padding: 0 14px;
        border-top: solid 1px #020202;
        justify-content: space-between;
        align-items: center
    }

    .menu-wrap .item-link a {
        width: 352px!important;
        height: 106px;
        border-radius: 6px;
        background-color: rgba(255,255,255,.2);
        background-position: calc(100% - 47px) center
    }

    .menu-wrap .menu-top-boder {
        border-top: solid 1px #020202
    }

    .menu-wrap .menu-link>a {
        border-top: solid 1px #020202
    }

    .menu-wrap .menu-link>a img {
        vertical-align: middle
    }

    .menu-wrap .header-sns-menu {
        position: relative;
        display: flex;
        border-top: solid 1px #020202;
        justify-content: space-between
    }

    .menu-wrap .header-sns-menu:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 2px;
        height: 57px;
        margin: auto;
        content: '';
        background-color: rgba(255,255,255,.2)
    }

    .menu-wrap .header-sns-menu a {
        width: 50%!important;
        padding: 0;
        text-align: center;
        background-image: none
    }

    .menu-wrap .header-sns-menu a:before {
        display: none
    }

    .menu-wrap .header-sns-menu img {
        display: block;
        margin: 0 auto
    }

    .menu-wrap .menu-close-btn-wrap {
        display: flex;
        border-top: solid 1px #020202;
        justify-content: space-between;
        align-items: center
    }

    .menu-wrap .menu-close-btn-wrap .menu-close-btn {
        display: block;
        width: 100%;
        text-align: center
    }

    .menu-wrap .menu-close-btn-wrap .menu-close-btn img {
        width: 29px!important
    }

    .menu-wrap .menu-close-btn-wrap .menu-close-btn p {
        font-family: Helvetica Neue,Helvetica,'Hiragino Kaku Gothic ProN','メイリオ',Arial,sans-serif;
        font-size: 19px;
        font-weight: 700;
        margin-top: 7px;
        letter-spacing: .5px;
        color: #fff
    }

    footer .inner {
        padding: 0 40px
    }

    footer:after {
        position: absolute;
        z-index: -1;
        top: -90px;
        left: 0;
        width: 100%;
        height: 96px;
        content: '';
        background-color: #2a1e19
    }

    footer .logo {
        padding: 230px 0 47px
    }

    footer .footer-menu {
        display: none
    }

    footer .footer-sns {
        font-size: 19px;
        margin-top: 44px
    }

    footer .footer-sns dd>a {
        margin-left: 20px
    }

    footer .copyr {
        font-size: 19px;
        padding: 40px 0 25px
    }
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pikopiko {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100%,80% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes pikopiko {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100%,80% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
