@charset "UTF-8";

/*====================================

    header

====================================*/


.header {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 140px;
    z-index: 10;
}

/*====================================

    nav

====================================*/

.nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.nav ul li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #eee;
}
.nav ul li a {
    display: block;
    color: #231816;
    text-decoration: none;
}
.nav ul li a .ph {
    padding: 0 20%;
}
.nav ul li a p {
    font-size: 60%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 1.4em;
}

/*====================================

    main

====================================*/

.main {
}
.main .pc {
    display: none;
}

/*====================================

    sub_ph

====================================*/

.sub_ph {
    padding: 40px 20px;
    background: url(../images/sub_ph_bg.jpg) no-repeat;
    background-size: cover;
}
.sub_ph .cell {
    margin-bottom: 40px;
}
.sub_ph .cell:last-child {
    margin-bottom: 0px;
}
.sub_ph .cell .ph {
    width: 100%;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 20px;
}
.sub_ph .cell .text {
    width: 100%;
}
.sub_ph .cell .text p {
    width: 100%;
    position: relative;
    z-index: 1;
}
.sub_ph .cell .text p img {
    width: 100%;
}

/*====================================

    mokuj

====================================*/

.mokuj {
    padding: 40px 20px;
    background: #693E1C;
}
.mokuj .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 200%;
    line-height: 1em;
}
.mokuj .ttl span {
    font-size: 40%;
    display: block;
    line-height: 1em;
}
.mokuj ul {
}
.mokuj ul li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
}
.mokuj ul li:last-child {
    margin-bottom: 0px;
}
.mokuj ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
.mokuj ul li:nth-child(1) {
    background: url('../images/section_bg_01.jpg') no-repeat;
    background-size: cover;
}
.mokuj ul li:nth-child(2) {
    background: url('../images/section_bg_02.jpg') no-repeat;
    background-size: cover;
}
.mokuj ul li:nth-child(3) {
    background: url('../images/section_bg_03.jpg') no-repeat;
    background-size: cover;
}
.mokuj ul li:nth-child(4) {
    background: url('../images/section_bg_04.jpg') no-repeat;
    background-size: cover;
}
.mokuj ul li:nth-child(5) {
    background: url('../images/section_bg_05.jpg') no-repeat;
    background-size: cover;
}
.mokuj ul li a .ph {
    width: 30%;
}
.mokuj ul li p {
    width: 70%;
    font-size: 120%;
    text-align: center;
}


/*====================================

    products

====================================*/

.products {
}
.products .section {
    padding: 40px 20px;
    border-bottom: 6px solid #fff;
}
.products .section_precare {
    background: url('../images/section_bg_01.jpg') no-repeat;
    background-size: cover;
}
.products .section_moisturizing {
    background: url('../images/section_bg_02.jpg') no-repeat;
    background-size: cover;
}
.products .section_makeup {
    background: url('../images/section_bg_03.jpg') no-repeat;
    background-size: cover;
}
.products .section_bodycare {
    background: url('../images/section_bg_04.jpg') no-repeat;
    background-size: cover;
}
.products .section_etiquette {
    background: url('../images/section_bg_05.jpg') no-repeat;
    background-size: cover;
}
.products .section-title {
}
.products .content {
}
.products .image-container {
    width: 100%;
    z-index: 1;
    margin-bottom: 40px;
    padding: 0 10%;
}
.products .image-container img {
    display: block;
    width: 100%
    border: 30px solid #fff;
    border-radius: 30px;
}

.products .content .text {
    position: relative;
}
.products .content .text .fukidashi {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 30%;
}
.products .content .text .category {
    margin-bottom: 10px;
}
.products .content .text .category p {
    background: #fe801d;
    border-radius: 20px;
    line-height: 1em;
    display: inline-block;
    padding: .4em 2em;
    color: #fff;
}
.products .content .text .pdt_ttl {
}
.products .content .text .pdt_ttl h3 {
    font-size: 90%;
    margin-bottom: 10px;
}
.products .content .text .pdt_ttl h3 .super {
    vertical-align: super;
    font-size: 60%;
}
.products .content .text .pdt_ttl h3 .cap {
    font-size: 80%;
    padding-left: 2em;
}
.products .content .text .pdt_ttl h2 {
    font-size: 160%;
    margin-bottom: 20px;
}
.products .content .text .point {
    margin-bottom: 20px;
}
.products .content .text .point ul {
}
.products .content .text .point ul li {
    float: left;
    border: 1px solid #fe801d;
    color: #fe801d;
    margin-right: 0.5em;
    padding: 0.05em 1em;
    font-size: 80%;
    border-radius: 20px;
}
.products .content .text .ex {
    margin-bottom: 30px;
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
}
.products .content .text .cont_cell {
}
.products .content .text .cont_cell dl {
    margin-bottom: 30px;
}
.products .content .text .cont_cell dl:last-child {
    margin-bottom: 0px;
}
.products .content .text .cont_cell dl dt {
    border-radius: 10px 10px 0 0;
    background: #fe801d;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.products .content .text .cont_cell dl dd {
    background: #fff;
    border: 1px solid #fe801d;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
.products .content .text .cont_cell dl dd p {
    font-size: 90%;
}
.products .content .text .cont_cell dl dd p.cap {
    font-size: 70%;
    line-height: 1.5em;
}

/*====================================

    footer

====================================*/

.footer {
    padding: 40px 0;
    margin-bottom: 80px;
}
.footer .ph {
    width: 120px;
    margin: 0 auto 20px;
}
.footer .ph a {
    display: block;
}
.footer .copy {
    width: 100%;
    text-align: center;
}


/*====================================

    blur

====================================*/

.blur {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .6s;
}
@-webkit-keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}
@keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}