@charset "UTF-8";
/* =====================
common
===================== */
section {
    width: 100%;
    margin: 0 auto;
    /*padding: 100px 0;*/
}
.pc_disp {
    display: none;
}

/* =====================
ヘッダー
===================== */
header {
    display: flex;
    width: 100%;
    margin: 16px auto 0;
    align-items: center;
    justify-content: center;
}
header img {
    width: 100%;
    max-width: 72px;
}

/* =====================
FV
===================== */
#fv {
    margin: 15px auto 16vw;
    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/sp_fv_bg.png) no-repeat;
    background-position: top center;
    background-size: contain;
}
.fv_cont {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    height: 150vw;
}
.copy {
    position: absolute;
    top: 9vw;
    left: 0vw;
    width: 90vw;
}
.main_package {
    position: absolute;
    top: 35vw;
    left: 1vw;
    width: 56vw;
}
.fv_text {
    position: absolute;
    top: 82vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 93vw;
}

/* =====================
アンカーリンク
===================== */
.anker_cont {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px;
}
.anker_ttl > img {
    margin: 0 auto 20px;
    width: 70vw;
}
.anker_ttl div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.anker_ttl div span:first-child img {
    width: 38vw;
}
.anker_ttl div span:last-child img {
    width: 72vw;
    margin-top: 10px;
}
.anker_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 92vw;
    margin: 40px auto 0;
}
ul.anker_link {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 530px;
    justify-content: space-around;
    border-radius: 10px;
    padding: 30px 2% 20px;
}
ul.anker_link.lady {
    background: #feecef;
}
ul.anker_link.men {
    background: #e6f2fd;
    margin-top: 40px;
}
ul.anker_link li {
    padding: 0 4%;
}
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: 37vw;
    max-width: 145px;
    height: 8vw;
    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;
}


/* =====================
3つのポイント
===================== */
.point_ttl {
    width: 100%;
    max-width: 86vw;
    margin: 0 auto 14vw;
    border: 5px solid #e4e4e4;
    padding: 5vw 5vw 3vw;
}
.point_ttl > img {
    margin: 0 auto;
    width: 100%;
    max-width: 59vw;
}
.point_ttl div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 80vw;
    margin: 20px auto;
}
.point_ttl div span + span {
    margin-top: 14px;
}
.point_ttl div span:last-child img {
    width: 67vw;
}

.point_01, .point_02, .point_03 {
    margin: 0 4vw;
}
.point_cont_ttl {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 9vw 0 5vw;
    text-align: center;
    font-size: 5.4vw;
    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) 50%,rgba(255,255,255,.8));
}
.point_num {
    position: absolute;
    top: -5.6vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 30vw;
}
.point_cont_ttl p span {
    position: relative;
    z-index: 1;
}
.point_cont_ttl p span:after {
    content: "";
    position: absolute;
    border: 2px solid rgba(246,68,99,.5);
    width: 100%;
    bottom: 4px;
    left: 0;
    z-index: -1;
}
.point_cont {
    width: 100%;
    margin: 0 auto 50px;
}
.point_01 .point_cont img {
    margin: 0 auto;
}
.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/sp_img_point02_2x.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
}
.point_02 .point_cont {
    padding-top: 64vw;
}
.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/sp_img_point03_2x.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
}
.point_03 .point_cont {
    /* max-width: 900px; */
    position: relative;
    height: 91vw;
}
.point_cont p {
    font-size: 3.5vw;
    margin: 25px 0 30px;
    line-height: 1.6;
}
.point_cont p span {
    font-weight: 600;
    color: #DE1738;
}
.point_02 .point_cont p {font-size: 3.6vw;letter-spacing: -0.4px;}
.point_03 .point_cont p {
    position: absolute;
    top: 5vw;
    left: 6vw;
    width: 46vw;
    font-weight: 600;
}
.point_03 .point_cont p span {
    color: #2c87c7;
}

.box {
    border: 6px solid rgba(246,68,99,.2);
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    padding: 20px 0;
    color: #f64463;
    width: 84vw;
    margin: auto;
}
.point_cont p.caution {
    font-size: 2.6vw;
    width: 84vw;
    margin: 10px auto 0;
    line-height: 1.4;
}

/* =====================
配合成分について
===================== */
h2.com_ttl {
    text-align: center;
    font-size: 6.8vw;
    font-weight: 600;
    margin: 0 auto 25px;
}
h2.com_ttl span {
    color: #f64463;
}
.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 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 50vw;
    overflow: visible;
}
.age_ttl span {
    display: block;
    position: relative;
    height: 50vw;
    overflow: hidden;
}
.age_ttl span:after {
    content: "";
    display: block;
    width: 100%;
    height: 28vh;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.com_cont.age20 .age_ttl span: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 span: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 span: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 span: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 span:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(205,205,205,.3));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(205,205,205,.3));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(205,205,205,.3));
}
.img_backage {
    position: absolute;
    width: 100%;
    max-width: 60vw;
    z-index: 1;
}
.com_cont.lady .img_backage {
    top: 5vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.com_cont.men .img_backage {
    top: 5vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.img_age_ttl {
    position: absolute;
    bottom: -11vw;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 84vw;
    margin: auto;
    z-index: 2;
}
.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) 30vw, rgba(254 ,239,241,1) 70vw, rgba(255,255,255,1) 90vw);
}
.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%;
    margin: 0 auto;
    padding: 18vw 6vw 13vw;
}
.com_detail img {
    margin: 0 auto;
}
.link_btn {
    margin-top: 20px;
}
.link_btn a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 58vw;
    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;
}


/* =====================
ファンケルについて
===================== */
#about_fancl {
    margin: 0px 0 80px;
}
h2.about_ttl {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    color: #666;
    margin-bottom: 25px;
}
.bnr_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 4vw;
}

.bnr_cont div {
    position: relative;
    width: 100%;
    /* max-width: 430px; */
}
.bnr_cont div + div {
    margin-top: 20px;
}
.bnr_cont div span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 60vw;
    margin: auto;
    background: #fff;
}
.bnr_cont div span a {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 3vw;
    color: #000;
    letter-spacing: -0.6px;
}
.bnr_cont div span a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    vertical-align: middle;
    right: 4vw;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =====================
トップに戻る
===================== */
#pagetop {
    position: fixed;
    width: 75px;
    height: auto;
    bottom: 30px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}


/* =====================
コピーライト
===================== */
section#copy p {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 2.2vw;
    letter-spacing: 1;
}