@font-face {
    font-family: "Microsoft_Yi_Baiti";
    src: url("../font/msyi.woff2") format("woff2"),
         url("../font/msyi.woff") format("woff");
  }
.w1000{
    max-width:1000px;
    margin:0 auto;
}
.w1080{
    max-width:1080px;
    margin:0 auto;
}
#top_header_add_space_white,
.header{
    position: relative;
    z-index: 12;
}
#main{
    position: relative;
    z-index: 2;
    background: #FFF;
}

.home-key {
    height: 900px;
}
.home-key .home-key__video{
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 721px) {
    .pchidden {
        display: none;
    }
}
@media only screen and (max-width: 720px) {
    .home-key {
        height: 160vw;
    }
    .sphidden {
        display: none;
    }
    .sp_cep{
        display: block;
    }
}
/****************************************
        header
****************************************/
#top_header_add_space_white{
    background-color: #FFF;
    border-bottom:8px #dfcbc7 solid;
    text-align: center;
    padding:12px 0 8px;
}
#top_header_add_space_white .top_space_logo{
    display: inline-block;
    width:48px;
    height: 48px;
    border-radius: 100%;
    background-color: #dfcbc7;
    background-image: url(../images/br_logo.png);
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1;
}

@media only screen and (min-width: 721px){
    .header--dark{
        background-color: #000000;
    }
    .header__inner{
        padding:0;
    }
    .global-nav__list > li{
        padding:14px 0;
    }
}
@media only screen and (max-width: 720px) {
    #top_header_add_space_white{
        display: none;
    }
    .header__inner{
        padding:0;
        height: 40px;
    }
    .body--home .header{
        background-color: #dfcbc7;
    }
    .body--home .header__logo{
        background-color: #000;
        width: calc( 100% - 50px );
        position: absolute;
        bottom: 0;
    }
    .header__logo a{
        padding: 5px 0 0 20px;
    }
    .header__logo img{
        height: 16px;
        vertical-align: -9%;
    }
}

/****************************************
        about me
****************************************/
.about_section{
    background-color: #dfcbc7;
    position: relative;
    z-index: 2;
}
.about_section dl{
    display: flex;
    align-items: center;
    margin:0;
    padding:80px 0 30px;
    position: relative;
}
.about_section dl dt{
    font-size:50px;
    font-weight: bold;
    line-height: 1.1;
    color:#252525;
    font-family: Myriad, Myriad Pro, Helvetica, Arial, sans-serif;
    position: absolute;
    bottom:75px;
    left: -55px;
    display: inline-block;
    transform: rotate(-90deg);
}
.about_section dl dt::after{
    content: "";
    display: block;
    width:70px;
    height: 2px;
    background:#252525;
    position: absolute;
    bottom:-50px;
}
.about_section dl dd{
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 0.5px;
    color:#575757;
    padding-left: 180px;
    letter-spacing: -0.5px;
}
@media only screen and (max-width: 720px) {
    .about_section dl{
        display: block;
        padding:80px 0 35px;
        text-align: center;
    }
    .about_section dl dt{
        font-size:25px;
        line-height: 1.1;
        color:#252525;
        position: static;
        text-align: center;
        transform: rotate(0deg);
    }
    .about_section dl dt::after{
        width:35px;
        height: 1px;
        bottom:-5px;
        left:50%;
        transform: translateX(-50%);
    }
    .about_section dl dd{
        font-size: 12px;
        line-height: 2;
        padding:25px 0 0;
        margin: 0;
    }
}

/****************************************
        frankincense
****************************************/
.frankincense_section{
    padding:140px 0 100px;
    background: #FFF;
}
.frankincense_section .w1080{
    display: flex;
    align-items: center;
}
.fra_image{
    width:50%;
    padding:132px 6.76% 70px;
    text-align: center;
    background-color: #efc4be;
    background-image: url(../images/br_logo.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fra_image img{
    width: 100%;
    height: auto;
}
.fra_text{
    width:50%;
}
.fra_text dl{
    padding:10px 0 10px 6%;
}
.fra_text dt{
    font-size: 24px;
    color: #e6aaaa;
    padding-left:22px;
    background-image: url(../images/check01.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.fra_text dd{
    position: relative;
    margin: 0;
    padding:5px 9% 0 0;
    font-size: 16px;
    color:#656465;
    line-height: 1.7;
}
.fra_text dd .small{
    position: absolute;
    font-size: 12px;
    bottom:-20px;
    right: 10%;
}
.fra_bottom{
    text-align: center;
    margin-top:80px;
}
@media only screen and (max-width: 720px) {
    .frankincense_section{
        padding: 0;
        position: relative;
    }
    .frankincense_section .w1080{
        display: block;
    }
    .fra_image{
        width: 100%;
        background-color: transparent;
        position: relative;
        z-index: 2;
        background-size: 30px auto;
        background-position: center top;
        padding: 47px 16.4% 0;
    }
    .frankincense_section .w1080::before{
        content:"";
        display: block;
        width:100%;
        height: 120px;
        background-color: #dfcbc7;
        position: absolute;
        top:0;
        left: 0;
        z-index: 1;
    }
    .frankincense_section .fra_text{
        width: 100%;
        margin-top: 35vw;
        padding: 0 4%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .frankincense_section .fra_text dl{
        padding: 20px 10%;
        background: #e5c9c6;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .frankincense_section .fra_text dl:first-child{
        padding-top: 50px;
    }
    .frankincense_section .fra_text dl:last-child{
        padding-bottom: 50px;
    }
    .frankincense_section .fra_text dt{
        font-size: 15px;
        color: #FFF;
        background-image: url(../images/check01_white.gif);
        background-size: 14px auto;
        padding-left: 16px;
        letter-spacing: -0.5px;
    }
    .frankincense_section .fra_text dd{
        font-size: 11px;
        line-height: 1.5;
        padding: 5px 0 0;
        color: #252525;
    }
    .frankincense_section .fra_text dd .small{
        font-size: 10px;
        right: 0;
    }

    .fra_bottom{
        margin: 0;
        position: absolute;
        top: 70vw;
    }
    .fra_bottom img{
        width: 88%;
        height: auto;
    }
}

/****************************************
        brand product
****************************************/

.brand_product_inner{
    padding:110px 0;
    display: flex;
    justify-content:space-between ;
    position: relative;
}
.brand_product_inner .moreLink{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none;
    font-size:0;
    text-indent: -9999px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
}
.brand_product_text_area{
    position: relative;
    width: 46.4%;
}
.brand_product_image_area{
    position: relative;
    width: 51%;
}
.brand_product_title{
    display: inline-block;
    font-size:62px;
    color: #FFF;
    line-height: 0.7;
    font-weight: bold;
    font-family: 'Microsoft_Yi_Baiti';
    padding:22px 38px 22px 130px;
    background-color: #dbb7b7;
    position: absolute;
    top:0;
    left: 90%;
    z-index: 1;
    white-space: nowrap;
}
.brand_product_photo{
    position: relative;
    padding:20px 0 70px;
    z-index: 2;
}
.brand_product_text_area .fra_text{
    width:100%;
    position: absolute;
    top:18%;
    left:105%;
    font-size: 18px;
    line-height: 1.6;
    color: #232424;
}
.serum .brand_product_text_area .fra_text{
    top:14%;
}
.brand_product_text_area .fra_text dl{
    padding:0;
}
.brand_product_text_area .fra_text dt{
    font-size:26px;
    color: #242424;
    padding-left: 50px;
    background-image: url(../images/check02.png);
}
.brand_product_text_area .fra_text dd{
    padding:20px 15% 0 55px;
}
.brand_product_photo img,
.brand_product_image img{
    width:100%;
    height: auto;
}
.brand_product_image{
    width:54.902%;
    position: absolute;
    bottom:12%;
    left: -15%;
}
.brand_product_ingred{
    margin:80% 0 0 0;
    text-align: right;
}
.brand_product_ingred dl{
    display: inline-block;
    position: relative;
    border:1px #3c3d3c solid;
    border-radius:5px ;
    margin: 0;
    text-align: center;
    min-width: 275px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 5% 6px;
}
.brand_product_ingred dl dt{
    display: inline-block;
    background: #FFF;
    padding:0 12px;
    position: absolute;
    top:-30px;
    left: 50%;
    transform: translateX(-50%);
}
.brand_product_ingred dl dd{
    min-width: 194px;
    background: #fbdfdc;
    font-size: 18px;
    line-height: 1;
    color: #575959;
    padding:8px 0;
    text-align: center;
    border-radius: 5px;
    margin:0 0 8px 0;
}
@media only screen and (min-width: 721px) {
    .brand_product_inner .more_btn a{
        transition: all 0.6s ease;
        background-color:#FFF ;
    }
    .brand_product_inner:hover .more_btn a{
        color: #FFF;
        background-color:#000 ;
    }
    .serum_item .brand_product_text_area .fra_text dd{
        padding:20px 5% 0 55px;
    }
}

.brand_product_inner .brand_product_photo{
    position: relative;
}
.brand_product_inner .brand_product_photo::before{
    content: "";
    display: block;
    width:210px;
    height: 123px;
    position: absolute;
    top:-46px;
    left: -43px;
    background-image: url(../images/icon_care.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.lotion_item.brand_product_inner .brand_product_photo::before{
    top:-46px;
    left: auto;
    right: -43px;
    background-image: url(../images/icon_setp1.png);
}
.serum_item.brand_product_inner .brand_product_photo::before{
    background-image: url(../images/icon_setp2.png);
}

/******** right ver ***************/

.brand_product_inner.right{
    flex-direction: row-reverse;
    padding-bottom: 180px;
}
.brand_product_inner.right .brand_product_title{
    padding:22px 130px 22px 38px;
    left: -80%;
    text-align: right;
}
.brand_product_inner.right .brand_product_text_area .fra_text{
    left:-105%;
}
.brand_product_inner.right .brand_product_text_area .fra_text dl{
    text-align: right;
}
.brand_product_inner.right .brand_product_text_area .fra_text dt{
    display: inline-block;
    padding:0 13% 0 50px;
}
.brand_product_inner.right .brand_product_text_area .fra_text dd{
    padding:20px 13% 0 0;
}
.brand_product_inner.right .brand_product_image{
    bottom:-6%;
    left:auto;
    right: -15%;
}
.brand_product_inner.right .brand_product_ingred{
    text-align: left;
}
.brand_product_section{
    background: #FFF;
}
@media only screen and (max-width: 720px) {
    .brand_product_section{
        width: 100%;
        overflow: hidden;
        padding: 50px 0;
    }
    .brand_product_inner{
        margin: 0;
        padding: 50px 0;
        display: block;
        position: relative;
    }
    .brand_product_text_area{
        width: 100%;
    }
    .brand_product_title{
        font-size: 31px;
        z-index: 2;
        left: auto;
        right: 0;
        padding: 11px 6% 13px 20%;
    }
    .brand_product_photo{
        z-index: 1;
        width: 60%;
        padding: 52px 0 5px;
        margin-left: 4%;
    }
    .brand_product_text_area .fra_text{
        position: static;
        font-size: 11px;
        width: 43%;
        margin-left: 4%;
    }
    .brand_product_text_area .fra_text dt{
        font-size: 14px;
        font-weight: bold;
        background-size: 28px auto;
        padding: 5px 0 5px 30px;
    }
    .brand_product_text_area .fra_text dd{
        padding: 5px 0 20px 0;
        font-size: 11px;
    }
    .brand_product_text_area .more_btn{
        width: 40%;
        margin: 0 0 0 8%;
    }
    .brand_product_text_area .more_btn a{
        font-size: 10px;
        padding: 10px 0;
    }

    .brand_product_image_area{
        position: absolute;
        top: 160px;
        right: 3%;
        width: 40%;
    }
    .brand_product_image{
        position: static;
        width: 92%;
        margin-left: 8%;
    }
    .brand_product_ingred{
        margin: 34% 0 0 0;
        position: relative;
        z-index: 2;
    }
    .brand_product_ingred dl{
        background: #FFF;
        min-width: 90%;
        width: 90%;
        padding: 30px 10% 6px;
    }
    .brand_product_ingred dl dt{
        top: -10px;
        width: 60%;
        padding: 0 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .brand_product_ingred dl dt img{
        height: auto;
    }
    .brand_product_ingred dl dd{
        min-width: auto;
        font-size: 10px;
        padding: 4px 0;
        margin: 0 0 2px 0;
    }

    .brand_product_inner.serum .brand_product_photo{
        padding: 32px 0 5px;
    }
    .brand_product_inner.serum .brand_product_image_area{
        top: 140px;
    }
    .brand_product_inner.serum .brand_product_text_area .fra_text{
        width: 55%;
    }

    .brand_product_inner{
        overflow: hidden;
    }
    .brand_product_inner .brand_product_photo::before{
        width: 100px;
        height: 58px;
        top: 3px;
        left: -20px;
    }
    .lotion_item.brand_product_inner .brand_product_photo::before{
        top: 24px;
        left: auto;
        right: -20px;
    }
    .serum_item.brand_product_inner .brand_product_photo::before{
        top: 24px;
    }

    /******** right ver ***************/
    .brand_product_inner.right{
        padding:50px 0;
    }
    .brand_product_inner.right .brand_product_title{
        left: 0;
        right: auto;
        padding: 11px 28% 13px 6%;
    }
    .brand_product_inner.right .brand_product_photo{
        margin-left: 36%;
    }
    .brand_product_inner.right .brand_product_text_area .fra_text{
        margin-left: 52%;
        width: 50%;
    }
    .brand_product_inner.right .brand_product_text_area .fra_text dl{
        text-align: left;
    }
    .brand_product_inner.right .brand_product_text_area .fra_text dt{
        padding: 5px 0 5px 30px;
    }
    .brand_product_inner.right .brand_product_text_area .fra_text dd{
        padding: 5px 13% 10px 0;
    }
    .brand_product_inner.right .brand_product_text_area .more_btn{
        margin: 0 0 0 54%;
    }
    .brand_product_inner.right .brand_product_image_area{
        left: 3%;
        right: auto;
    }
    .brand_product_inner.right .brand_product_image{
        right: auto;
        left: 0;
        margin-left: 0;
    }

}

.home-point2{
    background: #FFF;
}
@media only screen and (max-width: 720px) {
    .home-point2{
        padding-bottom: 0;
    }
}

/****************************************
        slider
****************************************/
.home-product{
    background-color: #fcfbfb;
    padding: 95px 0 55px;
}
#productSlider{
    max-width: 1000px;
    margin:0 auto;
}
#productSlider.product_item_list dl{
    margin:0;
    padding:0 5px;
}
#productSlider .slick-prev,
#productSlider .slick-next{
    width: 25px;
    height: 68px;
    background-image: url(../images/arrow_gray.png);
    background-size: cover;
}
#productSlider .slick-prev:before,
#productSlider .slick-next:before{
    display: none;
}
#productSlider .slick-next{
    right: -60px;
}
#productSlider .slick-prev{
    left: -60px;
    transform: rotate(180deg) translateY(35px);
}

@media only screen and (max-width: 720px) {
    .home-product{
        border: 5px #dfbcbd solid;
        border-radius: 5px;
        margin: 10px auto 0;
        padding: 42px 1% 20px;
        width: 98%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product_title img{
        width: 40.65%;
        height: auto;
    }
    #productSlider{
        padding: 0 0 0;
    }
    #productSlider.product_item_list dl{
        padding: 0 3%;
    }
    .product_item_list .product_name{
        font-size: 11px;
    }
}

/****************************************
        footer
****************************************/
.home_footer{
    position: relative;
    z-index: 2;
    background-color: #FFF;
    margin-bottom:900px;
}


/****************************************
        fixed text
****************************************/
#floatText .text_left,
#floatText .text_right{
    position: fixed;
    z-index: 10;
    font-size:100px;
    color: #fed2c9;
    line-height: 1;
    font-weight: bold;
    font-family: 'Microsoft_Yi_Baiti';
}
#floatText .text_left:after,
#floatText .text_right:after{
    content:"";
    display: block;
    width:100%;
    height: 12px;
    background-color: #fed2c9;
    transform: translateY(5px);
}
#floatText .text_right:after{
    transform: translateY(-100px);
}
#floatText .text_left{
    top:157px;
    left: -151px;
    transform: rotate(90deg);
}
#floatText .text_right{
    bottom:257px;
    right: -257px;
    transform: rotate(90deg);
}
@media only screen and (max-width: 720px) {
    #floatText {
        display: none;
    }
}

/****************************************
        animation
****************************************/
.frankincense_section .fra_text dl.fadeIn dt{
    transform: translateY(50px);
    opacity:0;
    transition: transform 1.2s ease,opacity 1.2s linear;
}
.frankincense_section .fra_text dl.fadeIn dd{
    transform: translateY(50px);
    opacity:0;
    transition: transform 0.8s ease 0.4s,opacity 1.2s linear 0.6s;
}

.frankincense_section .fra_text dl.fadeIn.scrollin dt,
.frankincense_section .fra_text dl.fadeIn.scrollin dd{
    transform: translateY(0px);
    opacity:1;
}

.about_section.fadeIn dl dt{
    opacity:0;
    transition: opacity 1s linear;
}
.about_section.fadeIn dl dd{
    transform: translateY(100px);
    opacity:0;
    transition: transform 0.8s ease,opacity 1.2s linear;
}
.about_section.fadeIn.scrollin dl dt{
    opacity:1;
}
.about_section.fadeIn.scrollin dl dd{
    transform: translateY(0px);
    opacity:1;
}

.brand_product_inner.fadeIn .brand_product_photo{
    transform: translateX(-50px);
    opacity:0;
    transition: transform 0.8s ease 0.4s,opacity 1.2s linear 0.4s;
}
.brand_product_inner.fadeIn .brand_product_title{
    transform: translateX(30px);
    opacity:0;
    transition: transform 1.2s ease,opacity 1.6s linear;
}
.brand_product_inner.fadeIn .fra_text{
    transform: translateY(30px);
    opacity:0;
    transition: transform 0.8s ease 0.6s ,opacity 1.2s linear 0.6s;
}
.brand_product_inner.fadeIn .brand_product_image{
    transform: translate(30px,50px);
    opacity:0;
    transition: transform 1.4s ease 0.3s ,opacity 2.0s linear 0.3s;
}
.brand_product_inner.right.fadeIn .brand_product_image{
    transform: translate(-30px,50px);
}

.brand_product_inner.fadeIn.scrollin .brand_product_photo,
.brand_product_inner.fadeIn.scrollin .brand_product_title{
    transform: translateX(0px);
    opacity:1;
}
.brand_product_inner.fadeIn.scrollin .fra_text{
    transform: translateY(0px);
    opacity:1;
}
.brand_product_inner.fadeIn.scrollin .brand_product_image{
    transform: translate(0px,0px);
    opacity:1;
}

#productSlider.product_item_list dl dt{
	position: relative;
}
body .product_item_list{
	padding-top:0;
}
.voce-logo, .voce-logo--right, .voce-logo--horizontal, .voce-logo--horizontal--right {
    box-sizing: border-box;
    left: .5rem;
    max-width: 30%;
    padding: .5rem;
    position: absolute;
    top: .5rem;
    z-index: 10;
}
.voce-logo--right {
    left: auto;
    right: .5rem;
}
.voce-logo img, .voce-logo--right img, .voce-logo--horizontal img, .voce-logo--horizontal--right img {
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
}