@charset "UTF-8";

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

    header

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


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

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

    nav

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

.nav {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.nav ul {
    width: 100%;
}
.nav ul li {
    float: left;
    margin-left: 20px;
}
.nav ul li a {
    display: block;
    color: #231816;
    text-decoration: none;
}
.nav ul li a .ph {
    display: none;
}
.nav ul li a p {
    font-size: 90%;
    font-weight: 400;
}
.nav ul li a:hover p {
    text-decoration: underline;
}
.nav ul li a p br {
    display: none;
}

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

    main

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

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

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

    sub_ph

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

.sub_ph {
    padding: 80px 0;
    background: url(../images/sub_ph_bg.jpg) no-repeat;
    background-size: cover;
}
.sub_ph .cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sub_ph .cell:nth-child(odd) {
    flex-direction: row;
}
.sub_ph .cell:nth-child(even) {
    flex-direction: row-reverse;
}
.sub_ph .cell .ph {
    width: 55%;
    overflow: hidden;
}
.sub_ph .cell:nth-child(odd) .ph {
    border-radius: 0 200px 200px 0;
}
.sub_ph .cell:nth-child(even) .ph {
    border-radius: 200px 0 0 200px;
}
.sub_ph .cell .text {
    width: 40%;
    padding: 0 30px;
}
.sub_ph .cell .text p {
    width: 140%;
    position: relative;
    z-index: 1;
}
.sub_ph .cell:nth-child(odd) .text p {
    margin-left: -40%;
}
.sub_ph .cell:nth-child(even) .text p {
}
.sub_ph .cell .text p img {
    width: 100%;
}

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

    mokuj

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

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


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

    products

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

.products {
}
.products .section {
    transform-origin: center top;
    transform: scaleY(calc(1 - var(--scale)));
    border-bottom: 10px 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 {
    position: relative;
    margin: -80vh auto 0;
    width: 100%;
}
.products .image-container {
    position: sticky;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    z-index: 1;
}
.products .image-container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 30px solid #fff;
    border-radius: 30px;
}
.products .content .text {
    padding: 0 40px 0 50%;
    position: relative;
}
.products .content .text .fukidashi {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 160px;
}
.products .content .text .category {
    margin-bottom: 20px;
}
.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: 180%;
    margin-bottom: 20px;
    line-height: 1.65em;
}
.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: 60px;
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
}
.products .content .text .cont_cell {
    margin-bottom: 100px;
}
.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;
}
.footer .ph {
    width: 200px;
    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);
    }
}