@charset "UTF-8";
/* =====================
common
===================== */
section {
    width: 100%;
    margin: 0 auto;
    /*padding: 100px 0;*/
}
.sp_disp {
    display: none;
}

/* =====================
ヘッダー
===================== */
header {
    display: flex;
    width: 100%;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
}
header img {
    width: 100%;
    max-width: 75px;
}

/* =====================
FV
===================== */
#fv {
    margin: 20px auto 50px;
    padding: 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/fv_bg.png) no-repeat, -moz-linear-gradient(left, rgb(235 241 247),rgb(201 216 230));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/fv_bg.png) no-repeat, -webkit-linear-gradient(left, rgb(235 241 247),rgb(201 216 230));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/fv_bg.png) no-repeat, linear-gradient(to right, #ebf1f7,#c9d8e6);
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/fv_bg.png) no-repeat, linear-gradient(to right, rgb(235 241 247),rgb(201 216 230));
    background-position: center center;
    background-size: contain;
}
.fv_cont {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    height: 490px;
}
.copy {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 505px;
}
.main_package {
    position: absolute;
    top: 180px;
    left: 0;
    width: 360px;
}
.fv_text {
    position: absolute;
    top: 70px;
    right: 0;
    width: 410px;
}
@media screen and (max-width: 1079px) {
    .fv_cont {
        height: 43.2vw;
    }
    .copy {
        width: 46.8vw;
        top: 3.7vw;
    }
    .main_package {
        width: 33.4vw;
        top: 16.7vw;
    }
    .fv_text {
        width: 38vw;
        top: 6.5vw;
    }
}

/* =====================
アンカーリンク
===================== */
.anker_cont {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px;
}
.anker_ttl > img {
    margin: 0 auto;
    width: 340px;
}
.anker_ttl div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.anker_ttl div span:first-child img {
    width: 225px;
}
.anker_ttl div span:last-child img {
    width: 430px;
    margin-left: 10px;
}
.anker_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin-top: 60px;
}
ul.anker_link {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 530px;
    justify-content: space-around;
    border-radius: 10px;
    padding: 30px 10px 20px 10px;
}
ul.anker_link.lady {
    background: #feecef;
}
ul.anker_link.men {
    background: #e6f2fd;
}
ul.anker_link li {
    padding: 0 5.4%;
    width: 20%;
}
ul.anker_link.lady li + li {
    border-left: 1px solid rgba(246,68,99,.3);
}
ul.anker_link.men li + li {
    border-left: 1px solid rgba(9,128,231,.3);
}
ul.anker_link:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 141px;
    height: 30px;
    margin: auto;
    z-index: 1;
}
ul.anker_link.lady:before {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/anker_l_ttl.jpg) no-repeat;
    background-size: contain;
}
ul.anker_link.men:before {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/anker_m_ttl.jpg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1079px) {
    .anker_box {
        justify-content: center;
    }
ul.anker_link {
    max-width: 80vw;
}
    ul.anker_link.men {
        margin-top: 40px;
    }
}


/* =====================
3つのポイント
===================== */
.point_ttl {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.point_ttl > img {
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
}
.point_ttl div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 30px auto;
}
.point_ttl div span {
    width: 100%;
}
.point_ttl div span + span {
    padding-left: 30px;
}
.point_ttl div span img {
    width: 100%;
}
.point_cont_ttl {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 0 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(255,255,255,.6));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 60%,rgba(255,255,255,.6));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 60%,rgba(255,255,255,.6));
}
.point_num {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 135px;
}
.point_cont_ttl p span {
    position: relative;
}
.point_cont_ttl p span:after {
    content: "";
    position: absolute;
    border: 5px solid rgba(246,68,99,.5);
    width: 100%;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.point_cont {
    width: 100%;
    margin: 0 auto 100px;
}
.point_01 .point_cont {
    max-width: 720px;
}
.point_02 {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point02.png) no-repeat, -moz-linear-gradient(left, rgb(243 229 216),rgb(240 228 216));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point02.png) no-repeat, -webkit-linear-gradient(left, rgb(243 229 216),rgb(240 228 216));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point02.png) no-repeat, linear-gradient(to right, #f3e5d8,#f0e4d8);
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point02.png) no-repeat, linear-gradient(to right, rgb(243 229 216),rgb(240 228 216));
    background-position: center top;
    background-size: contain;
}
.point_02 .point_cont {
    max-width: 900px;
    position: relative;
    height: 400px;
}
.point_03 {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point03.png) no-repeat, -moz-linear-gradient(left, rgb(221 231 240),rgb(208 221 234));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point03.png) no-repeat, -webkit-linear-gradient(left, rgb(221 231 240),rgb(208 221 234));
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point03.png) no-repeat, linear-gradient(to right, #dde7f0,#d0ddea);
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/nendai/css/../img/img_point03.png) no-repeat, linear-gradient(to right, rgb(221 231 240),rgb(208 221 234));
    background-position: center top;
    background-size: contain;
}
.point_03 .point_cont {
    max-width: 900px;
    position: relative;
    height: 410px;
}
.point_cont p {
    font-size: 20px;
    margin: 30px 0;
    line-height: 1.7;
}
.point_cont p span {
    font-weight: 600;
    color: #DE1738;
}
.point_02 .point_cont p {
    position: absolute;
    top: 40px;
    right: 0;
    width: 460px;
}
.point_03 .point_cont p {
    position: absolute;
    top: 40px;
    left: 0;
    width: 460px;
}
.point_03 .point_cont p span {
    color: #2c87c7;
}

.box {
    border: 6px solid rgba(246,68,99,.2);
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding: 40px 0;
    color: #f64463;
}
.point_cont p.caution {
    margin: 10px 0;
    font-size: 12px;
}
@media screen and (max-width: 846px) {
    .point_num {
        top: -3vw;
        max-width: 16vw;
    }
}
@media screen and (max-width: 1079px) {
    .point_cont_ttl {
        font-size: 2.9vw;
    }
    .point_cont p {
        font-size: 1.84vw;
    }

    .point_02 .point_cont p {
        font-size: 20px;
        right: 15px;
    }
    .point_03 .point_cont p {
        font-size: 20px;
        left: 15px;
    }
}

/* =====================
配合成分について
===================== */
h2.com_ttl {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
h2.com_ttl span {
    color: #f64463;
}
.age_ttl_bg {
    position: relative;
}
.com_cont.age20 .age_ttl_bg {
    background: -moz-linear-gradient(top left, rgba(251,232,240,1),rgba(248,213,227,1));
    background: -webkit-linear-gradient(top left, rgba(251,232,240,1),rgba(248,213,227,1));
    background: linear-gradient(to bottom right, rgba(251,232,240,1),rgba(248,213,227,1));
}
.com_cont.age30 .age_ttl_bg {
    background: -moz-linear-gradient(top left, rgba(239,245,194,1),rgba(225,236,175,1));
    background: -webkit-linear-gradient(top left, rgba(239,245,194,1),rgba(225,236,175,1));
    background: linear-gradient(to bottom right, rgba(239,245,194,1),rgba(225,236,175,1));
}
.com_cont.age40 .age_ttl_bg {
    background: -moz-linear-gradient(top left, rgba(247,239,249,1),rgba(241,224,244,1));
    background: -webkit-linear-gradient(top left, rgba(247,239,249,1),rgba(241,224,244,1));
    background: linear-gradient(to bottom right, rgba(247,239,249,1),rgba(241,224,244,1));
}
.com_cont.age50 .age_ttl_bg {
    background: -moz-linear-gradient(top left, rgba(249,242,220,1),rgba(245,231,189,1));
    background: -webkit-linear-gradient(top left, rgba(249,242,220,1),rgba(245,231,189,1));
    background: linear-gradient(to bottom right, rgba(249,242,220,1),rgba(245,231,189,1));
}
.com_cont.age60 .age_ttl_bg {
    background: -moz-linear-gradient(top left, rgba(241,241,241,1),rgba(230,230,230,1));
    background: -webkit-linear-gradient(top left, rgba(241,241,241,1),rgba(230,230,230,1));
    background: linear-gradient(to bottom right, rgba(241,241,241,1),rgba(230,230,230,1));
}
.age_ttl_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.com_cont.age20 .age_ttl_bg:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(241,172,200,.3));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(241,172,200,.3));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(241,172,200,.3));
}
.com_cont.age30 .age_ttl_bg:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(196,218,89,.3));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(196,218,89,.3));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(196,218,89,.3));
}
.com_cont.age40 .age_ttl_bg:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(227,194,233,.3));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(227,194,233,.3));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(227,194,233,.3));
}
.com_cont.age50 .age_ttl_bg:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(235,207,124,.3));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(235,207,124,.3));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(235,207,124,.3));
}
.com_cont.age60 .age_ttl_bg:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(205,205,205,.7));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(205,205,205,.7));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(205,205,205,.7));
}
.age_ttl {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}
.img_backage {
    position: absolute;
    width: 100%;
    max-width: 342px;
    z-index: 1;
}
.com_cont.lady .img_backage {
    top: -45px;
    left: 0;
}
.com_cont.men .img_backage {
    top: -45px;
    right: 0;
}
.img_age_ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    z-index: 2;
}
.com_cont.lady .img_age_ttl {
    right: 0;
}
.com_cont.men .img_age_ttl {
    left: 0;
}
.com_cont.lady .com_box {
    width: 100%;
    background:-moz-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(254 ,239,241,1) 600px, rgba(255,255,255,1));
    background:-webkit-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(254 ,239,241,1) 600px, rgba(255,255,255,1));
    background:radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(254 ,239,241,1) 600px, rgba(255,255,255,1));
}
.com_cont.men .com_box {
    width: 100%;
    background:-moz-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
    background:-webkit-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
    background:radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
}
.com_cont.age60.men .com_box{
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,.1)),-moz-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,.1)),-webkit-radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
    background: linear-gradient(to top, rgba(255,255,255,1) 10%,rgba(255,255,255,.1)), radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 80px, rgba(236 ,245,254,1) 600px, rgba(255,255,255,1));
}

.com_detail {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 45px 0;
}
.com_detail img {
    margin: 0 auto;
}
.link_btn {
    margin-top: 40px;
}
.link_btn a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.link_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    vertical-align: middle;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.com_cont.lady .link_btn a {
    background: #DE1738;
}
.com_cont.men .link_btn a {
    background: #0877D7;
}

@media screen and (max-width: 920px) {
    .com_cont.lady .img_age_ttl {
        right: 2%;
    }
    .com_cont.men .img_age_ttl {
        left: 2%;
    }

}
@media screen and (max-width: 1079px) {
    .img_age_ttl {
        max-width: 50%;
    }
}



/* =====================
ファンケルについて
===================== */
#about_fancl {
    margin: 60px 0 100px;
}
h2.about_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #666;
    margin-bottom: 40px;
}
.bnr_cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.bnr_cont div {
    position: relative;
    width: 100%;
    max-width: 430px;
}
.bnr_cont div span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 290px;
    margin: auto;
    background: #fff;
}
.bnr_cont div span a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.bnr_cont div span a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    vertical-align: middle;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1079px) {
    .bnr_cont {
        justify-content: center;
        flex-wrap: wrap;
    }
    .bnr_cont div + div {
        margin-top: 40px;
    }
}

/* =====================
トップに戻る
===================== */
#pagetop {
    position: fixed;
    width: 66px;
    height: auto;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10;
}


/* =====================
コピーライト
===================== */
section#copy p {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1;
}