*,
*::before,
*::after {
    box-sizing: border-box;
}

#width1300 {
    max-width: 1300px;
    margin: 0 auto;
}

#gf_rule {
    margin: 0px;
    line-height: 1.8;
}

#gf_rule a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#gf_rule img {
    width: 100%;
}

#gf_rule section {
    text-align: center;
}

#gf_rule ul,
#gf_rule ol {
    padding: 0;
}

#gf_rule figure {
    margin: 1em;
}

#gf_rule h2 {
    position: relative;
    overflow: hidden;
    padding-bottom: .5em;
    text-align: left;
    font-size: 22px;
    padding-left: 3%;
    margin-top: 3em;
    margin-bottom: 35px;
    font-weight: bold;
}

#gf_rule h2:before,
#gf_rule h2:after {
    content: "";
    position: absolute;
    bottom: 0;
}

#gf_rule h2:before {
    border-bottom: 2px solid #7ED1E6;
    width: 100%;
}

#gf_rule h2:after {
    border-bottom: 2px solid #ddd;
    width: 100%;
}

.text_br,
.text_br_1024 {
    display: block;
}

.br_1024 {
    display: inline;
}

.taj {
    text-align: justify;
}

p {
    font-size: 1.2em;
}


/*headerここから*/


/*
header {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

header div {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    text-align: right;
}

header svg {
    width: 50%;
    max-width: 200px;
}
*/


/*headerここまで*/


/*ヒーローここから*/


/*
#gf_hero {
    height: 150vw;
    max-height: 576px;
    background-position: center;
    background-size: cover;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

#gf_hero_mask {
    width: 55%;
}

#gf_hero_pack {
    position: absolute;
    top: 100px;
    right: 0;
}
*/


/*shimmerここから*/

.blink {
    animation: blinkAnime 1.7s infinite alternate;
}

@keyframes blinkAnime {
    0% {
        color: rgba(34, 34, 34, 0.90)
    }
    91% {
        color: rgba(204, 204, 204, 0.64)
    }
    100% {
        color: rgba(204, 204, 204, 0.64)
    }
}

.blink {
    font-family: "Lato";
    font-weight: 300;
    font-size: 3em;
    margin: 0 auto;
    /*    padding: 0 140px 0 0;*/
    display: inline;
    margin-bottom: 0;
}


/*shimmerここまで*/


/*
#gf_hero_package,
#gf_hero_package_2 {
    width: 45%;
    max-width: 400px;
}

#gf_hero_package {
    margin: -20px 20px -20px auto;
}

#gf_hero_package_2 {
    margin: -20px auto -20px 20px;
}
*/


/* ----- 背景用の動画ファイル ----- */

#gf_hero_mov {
    position: relative;
    right: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
    max-width: 1200px;
    height: auto;
    background-size: cover;
}


/* ----- 背景の上に表示させたいコンテンツ ----- */

#gf_hero_title {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: white;
}

#gf_hero_title>div {
    width: 50%;
    max-width: 250px;
    margin: 0 0 0 auto;
}

#gf_hero_title h1 {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
}


/*ヒーローここまで*/


/*幹細胞培養液エキスここから*/

#gf_kansaibou .waku {
    position: relative;
    /*        padding: .5em .75em;*/
    text-align: center;
    border-top: solid 1px #CD5240;
    border-bottom: solid 1px #CD5240;
    padding: 2em 1em;
    width: 100%;
    margin: 0 auto 40px;
    font-weight: bold;
    font-size: 1.3em;
}

#gf_kansaibou .waku:before,
#gf_kansaibou .waku:after {
    content: '';
    position: absolute;
    top: -.5em;
    width: 1px;
    height: calc(100% + 1em);
    background-color: #CD5240;
}

#gf_kansaibou .waku:before {
    left: .5em;
}

#gf_kansaibou .waku:after {
    right: .5em;
}


/* #gf_kansaibou_1 {} */

#gf_kansaibou .marker,
#gf_kansaibou .marker .text_br {
    font-weight: bold;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #FAE438 80%);
    display: initial;
    font-size: 1.2em;
}

#gf_kansaibou .bo {
    margin: 30px auto 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

#gf_kansaibou li {
    list-style: decimal;
    text-align: left;
}

#gf_kansaibou li>p {
    padding-left: 20px;
    font-size: 1em;
}

#gf_kansaibou_img {
    display: none;
}

#gf_kansaibou_b {
    width: 90%;
    max-width: 910px;
    margin: 30px auto;
}

#gf_kansaibou_c {
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
}

#gf_kansaibou_c p {
    margin-bottom: 35px;
}


/*植物とヒトの違いここから*/

#gf_chigai>div {
    position: relative;
    /*    height: 66vw;*/
    padding: 30px 0;
}

.gf_chigai_bg {
    opacity: .5;
}

.gf_chigai_tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 90%;
    line-height: normal;
}

.gf_chigai_tx p :first-child {
    margin: .5em auto;
}

.gf_chigai_tx p :last-child {
    margin: 0;
    padding: .5em;
    text-align: left;
}


/*植物とヒトの違いここまで*/


/*マスクについてここから*/

#gf_mask_info_a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#gf_mask_info_a .gf_mask_info_bg {
    width: 50%;
    padding: 8px;
}

#gf_mask_info_a .gf_mask_info_bg figure {
    /*    margin: auto 20px;*/
    max-width: 400px;
    margin: 0 auto;
}

#gf_mask_info_a .gf_mask_info_bg figcaption {
    font-size: .8em;
}

#gf_mask_info .gf_mask_info_small {
    font-size: .75em;
    /* transform: rotate(-20deg); */
    display: inline-block;
    background: linear-gradient(transparent 70%, yellow 70%);
}


/*
.text {
    color: #fff;
    text-shadow: 1px 1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, -1px -1px 0 #aaa;
    font-size: 1.8em;
    display: inline;
    background: linear-gradient(transparent 70%, yellow 70%);
}
*/


/* 吹き出し本体 */

#gf_mask_info .fukidashi-b {
    position: relative;
    border-radius: 10px;
    display: block;
    /*    margin: 30px;*/
    background-color: #DEE9F1;
    color: #000000;
    padding: 30px;
    max-width: 350px;
    margin: 30px auto;
    width: 60%;
}

#gf_mask_info .fukidashi-y {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    display: block;
    max-width: 350px;
    margin: 30px auto;
    background-color: #F9F2B0;
    color: #000000;
    width: 60%;
}


/* 色付きの半円 */

#gf_mask_info .fukidashi-b::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    /*    left: 20px;*/
    right: 20px;
    top: -15px;
    /*    border-left: 20px solid #DEE9F1;*/
    border-left: 20px solid transparent;
    border-top: 20px solid #DEE9F1;
    /*    border-right: 20px solid transparent;*/
    border-right: 20px solid #DEE9F1;
    border-bottom: 20px solid transparent;
}

#gf_mask_info .fukidashi-y::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 20px;
    top: -15px;
    border-left: 20px solid #F9F2B0;
    border-top: 20px solid #F9F2B0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


/* 白い半円 */

#gf_mask_info .fukidashi-b::after,
#gf_mask_info .fukidashi-y::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 35px;
    top: -20px;
    border-left: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#gf_mask_info .fukidashi-b::after {
    right: 35px;
    left: auto;
}

#gf_mask_info_word {
    text-align: left;
}


/*きらりここから*/

.blink-2 {
    font-family: "Lato";
    font-weight: 300;
    margin: 0 auto;
    display: inline;
    margin-bottom: 0;
    font-size: 1.8em;
}

.blink-2 {
    animation: blinkAnime-2 1.2s infinite alternate;
}

@keyframes blinkAnime-2 {
    0% {
        color: rgba(51, 51, 51, 0.86)
    }
    92% {
        color: rgba(153, 153, 153, 0.63)
    }
    100% {
        color: rgba(153, 153, 153, 0.63)
    }
}


/*きらりここまで*/


/*マスクについてここまで*/


/*3つの理由ここから*/

#mask_more {
    padding-bottom: .5em;
    font-size: 15px;
    margin-top: 2em;
    font-weight: bold;
    text-align: center;
}

.text_big {
    font-size: 2em;
    font-style: italic;
    color: #e23425;
}

.three_reasons {
    font-size: 2em;
    font-style: italic;
}

#three-1 p {
    margin: 20px auto;
    text-align: center;
    background-color: #CD5240;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    max-width: 400px;
}


/*3つの理由ここまで*/


/*マスクに美容液が入っているここから*/

#gf_biyoueki h2 {
    padding-left: 0px;
    /* text-align: right; */
    padding-left: 3%;
}

#biyoueki_bg {
    background-position: center;
    padding: 10px;
    margin: 2% 5%;
}

#biyoueki_wrapper {
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    max-width: 500px;
    margin: auto;
}

#biyoueki_text {
    padding: 0 0 0 10%;
    position: relative;
}

#biyoueki_text::before {
    display: block;
    font: normal normal 7rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    position: absolute;
    line-height: 0;
}

#biyoueki_text::before {
    content: '}';
    top: 50%;
    left: 0;
}

#biyoueki_text p {
    font-weight: bold;
    font-size: 1.2em;
}

.br_768 {
    display: block;
}

#biyoueki_img {
    display: inline-block;
    max-width: 100px;
}


/*マスクに美容液が入っているここまで*/


/*プラセンタについてここから*/

.taiban {
    font-size: 1.3em;
    font-weight: bold;
}

#gf_pla_box {
    position: relative;
    margin: 2em auto;
    padding: 1.2em 0em;
    width: 100%;
    /* color: #555555; */
    background-color: #fff;
    border: 1px solid #CD5240;
    /* box-shadow: 2px 2px 1px #ccc; */
}

#gf_pla_box .title {
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -15px;
    /*    font-weight: bold;*/
    background-color: #fff;
    color: #CD5240;
}

#gf_pla_box p {
    padding: 15px 16px;
    margin: 0;
    line-height: 1.5;
}

.about_placenta {
    position: relative;
}

.about_placenta p {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.gf_placenta_img {
    max-width: 400px;
    margin: 0 auto;
}


/*プラセンタについてここまで*/


/*バイオセルロース素材のマスクここから*/

.gf_bio_waku_sp {
    /* border: 1.5px solid #CD5240; */
    background-color: aliceblue;
    border-radius: 50px;
    padding: 3em 2.5em;
    margin: 20px auto;
}

#gf_bio ol {
    list-style: none;
    padding-left: 0;
    display: table;
    margin-bottom: -5px;
}

#gf_bio ol li:after {
    content: "";
    display: block;
    margin-bottom: 0.5em;
}

#gf_bio ol li {
    display: table-row;
    counter-increment: table-ol;
    text-align: left;
}

#gf_bio ol li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: right;
}

#gf_bio li {
    margin-bottom: 0.5em;
}

#gf_bio .text_big {
    font-size: 1.5em;
    font-style: normal;
    text-align: center;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
}


/* #gf_bio .big {
    margin-top: -20px;
} */

#gf_bio article {
    position: relative;
    margin: 2em auto;
    padding: 1.2em 0em;
    width: 100%;
    /* color: #555555; */
    background-color: #fff;
    border: 1px solid #CD5240;
    /* box-shadow: 2px 2px 1px #ccc; */
    margin-bottom: 50px;
}

#gf_bio article .title {
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -15px;
    /*    font-weight: bold;*/
    background-color: #fff;
    color: #CD5240;
}

#gf_bio p {
    font-size: 1.1em;
}

#gf_bio article p {
    text-align: left;
    padding: 1em 2em;
    margin: 0;
    line-height: 2;
}

.text_small {
    font-size: .8em;
}


/*バイオセルロース素材のマスクここまで*/


/*マスクまとめヒアルロン酸ここから*/

#gfh_title h2,
#gfc_title h2 {
    margin-top: 0;
}

#gfh_title,
#gfc_title {
    margin-top: 2em;
}

#gfh_title p,
#gfc_title p {
    text-align: left;
    padding-left: 4%;
    margin-bottom: 0;
}

.maru_big {
    font-weight: bold;
    font-size: .95em;
}

#gf_gfh .maru,
#gf_gfc .maru {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(#fff, #98C5E4);
}

#gf_gfh .maru .inner,
#gf_gfc .maru .inner {
    position: absolute;
    display: inline-block;
    width: 180px;
    padding: .5em;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    line-height: 1.3;
}

#gfh_detail,
#gfc_detail {
    position: relative;
    /*        padding: .5em .75em;*/
    text-align: center;
    border-top: solid 1px #98C5E4;
    border-bottom: solid 1px #98C5E4;
    padding: 2em 3em 2em 2em;
    /*    width: 90%;*/
    margin: 0 auto 40px;
    /*        font-weight: bold;*/
}

#gfh_detail:before,
#gfh_detail:after,
#gfc_detail:before,
#gfc_detail:after {
    content: '';
    position: absolute;
    top: -.5em;
    width: 1px;
    height: calc(100% + 1em);
    background-color: #98C5E4;
}

#gfh_detail:before,
#gfc_detail:before {
    left: .5em;
}

#gfh_detail:after,
#gfc_detail:after {
    right: .5em;
}

#gfh_detail_img,
#gfc_detail_img {
    width: 60%;
    margin: 0 auto;
    max-width: 300px;
}

.component {
    font-size: .7em;
    color: #999;
}

.big {
    font-size: 1.1em;
    font-weight: bold;
}

#gf_gfh h3,
#gf_gfc h3 {
    margin: 30px auto 10px;
    position: relative;
    display: inline-block;
    /*        padding: 0 2.5em;*/
    text-align: center;
    padding: 0 0.5em;
}

#gf_gfh h3:before,
#gf_gfh h3:after,
#gf_gfc h3:before,
#gf_gfc h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 5%;
    height: 1px;
    background-color: #98C5E4;
}

#gf_gfh h3:before,
#gf_gfc h3:before {
    left: 0;
}

#gf_gfh h3:after,
#gf_gfc h3:after {
    right: 0;
}

#gf_gfh .hi_maru,
#gf_gfc .hi_maru {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(#fff, #98C5E4);
}

#gf_gfh .hi_maru .inner,
#gf_gfc .hi_maru .inner {
    position: absolute;
    display: inline-block;
    width: 180px;
    padding: .5em;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    line-height: 1.3;
}

#gfh_hi_img {
    margin: 1em auto;
    /* box-shadow: 10px 10px 0 #98C5E4; */
    position: relative;
    display: inline-block;
    max-width: 350px;
    height: 230px;
    border: 10px solid #fff;
    box-shadow: 0 0 4px #999;
    transform: rotate(-5deg);
    /* 全体を回転 */
    overflow: hidden;
    /* 不要部分は消す */
}

#gfh_hi_img img {
    margin-top: 0;
    /*        margin-left: -90px;  ポジション調整 */
    transform-origin: 0 0;
    /*        transform: rotate(-20deg);  写真は元に戻す */
}

#gfh_hi_text p {
    text-align: justify;
}

.user {
    margin: 0 auto 50px;
    max-width: 850px;
}

.tar {
    text-align: right;
    margin: 0;
}


/*続きを読むここから*/

.grad-wrap {
    position: relative;
}

.grad-trigger:checked~.grad-btn {
    bottom: -3em;
}

.grad-btn {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #98C5E4;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

.grad-btn::before {
    content: "続きを読む"
}

.grad-item {
    position: relative;
    overflow: hidden;
    height: 150px;
    /*隠した状態の高さ*/
    text-align: left;
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
}

.grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::before {
    content: "閉じる"
    /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked~.grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/*続きを読むここまで*/


/*マスクまとめヒアルロン酸ここまで*/


/*マスクまとめビタミンCここから*/

#gf_gfc .maru {
    background: radial-gradient(#fff, #F4E662);
}

#gfc_detail {
    border-top: solid 1px #F4E662;
    border-bottom: solid 1px #F4E662;
}

#gfc_detail:before,
#gfc_detail:after {
    background-color: #F4E662;
}

#gf_gfc h3:before,
#gf_gfc h3:after {
    background-color: #F4E662;
}

#gf_gfc .hi_maru {
    background: radial-gradient(#fff, #F4E662);
}

.grad-btn.y {
    background: #F4E662;
    color: #333;
}

#gfc_sayou {
    text-align: justify;
}

#gfc_sayou div:first-of-type {
    max-width: 300px;
    margin: 0 auto;
}


/*マスクまとめビタミンCここまで*/


/*使い方ここから*/

.hawtouse_title {
    text-align: center;
    display: inline-block;
}

#howtouse img {
    width: 150px;
    margin: 0 auto;
}

#howtouse .images_h img {
    height: 280px;
    width: auto;
}

#howtouse-1 img {
    width: 100%;
    max-width: 300px
}

#howtouse p {
    text-align: justify;
    margin-bottom: 20px;
}

#howtouse .howto_ab img {
    width: 200px;
}


/*使い方ここまで*/


/*最後のまとめここから*/

#matome .matome_img {
    max-width: 300px;
    margin: 0 auto;
    width: 80%;
}

#matome h3 {
    font-size: 18px;
    margin-top: 15px;
}

#matome article p:first-child {
    font-size: 1.1em;
    /* transform: rotate(-20deg); */
    margin-top: 30px;
    margin-bottom: -10px;
    display: inline-block;
}

#matome .matome_button {
    border: solid 1px #ddd;
    width: 250px;
    padding: .5em;
    border-radius: 30px;
    margin: 0 auto;
    /* box-shadow: 0 0 8px grey; */
    margin-top: 15px;
    margin-bottom: 10px;
}

#matome_30ml {
    display: none;
}


/*最後のまとめここまで*/

@media(min-width:420px) {
    .mini_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 450px;
        margin: -40px auto;
    }
    .mini_flex_1 {
        display: flex;
        justify-content: space-around;
        margin: -60px auto auto;
        max-width: 600px;
    }
    .mini_flex_2 {
        display: flex;
        justify-content: center;
        margin: -20px 0 30px 0;
    }
    #gfh_hi_text p {
        text-align: center;
        line-height: 2;
    }
}

@media(min-width:768px) {
    .text_br {
        display: inline;
    }
    .text_br_768 {
        display: block;
    }
    header div {
        left: 20px;
        text-align: left;
    }
    #gf_hero {
        height: 50vw;
        max-height: 545px;
        background-position: center;
        background-size: cover;
        position: relative;
        max-width: 1090px;
        margin: 0 auto;
    }
    #gf_hero_mask img {
        display: none;
    }
    #gf_hero_pack {
        position: absolute;
        top: 40px;
        left: 0;
    }
    #gf_hero>div {
        width: 50%;
    }
    #gf_hero_title>div {
        margin: 0 auto;
    }
    /*    幹細胞培養液エキスここから*/
    #gf_kansaibou_a {
        display: flex;
        justify-content: space-around;
        margin: 50px auto;
    }
    #gf_kansaibou .waku {
        width: 70%;
    }
    #gf_kansaibou_a div:first-child {
        width: 65%;
    }
    #gf_kansaibou_img {
        display: block;
        width: 30%;
    }
    #gf_kansaibou .bo {
        padding: 0px 3.5em;
    }
    #gf_kansaibou .bo:before,
    #gf_kansaibou .bo:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 15%;
        height: 1px;
        background-color: #CD5240;
    }
    #gf_kansaibou .bo:before {
        left: 0;
    }
    #gf_kansaibou .bo:after {
        right: 0;
    }
    #gf_kansaibou_b,
    #gf_kansaibou_c {
        margin: 50px auto;
    }
    /*    幹細胞培養液エキスここまで*/
    /*植物とヒトの違いここから*/
    #gf_chigai>div {
        position: static;
        /*    height: 66vw;*/
        padding: 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gf_chigai>div:last-child {
        flex-direction: row-reverse;
    }
    .gf_chigai_bg {
        opacity: 1;
        width: 40%;
        margin: 0 30px;
        display: inline-block;
        position: relative;
    }
    .gf_chigai_bg:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 20px #fff
        /* 背景色と同じ色 */
        , inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
    }
    .gf_chigai_tx {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        width: 40%;
    }
    .gf_chigai_tx p:first-child {
        margin: .5em auto;
    }
    .gf_chigai_tx p:last-child {
        margin: 0;
        padding: .5em;
        text-align: left;
    }
    /*植物とヒトの違いここまで*/
    /*    マスクについてここから*/
    #gf_mask_info_a {
        margin-top: 2em;
    }
    #gf_mask_info_ {
        margin-bottom: 2em;
    }
    #gf_mask_info .gf_mask_info_small {
        font-size: 1.25em;
    }
    #gf_mask_info_a .gf_mask_info_bg figcaption {
        font-size: 1.2em;
    }
    .shimmer-2 {
        font-size: 2em;
    }
    /*    マスクについてここまで*/
    /*    あと3つの理由ここから*/
    #mask_more {
        font-size: 19px;
    }
    #mask_more:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 55px;
        transform: rotate(150deg);
        border-right: 3px solid #CD5240;
        position: relative;
        top: 16px;
    }
    #mask_more:after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 55px;
        transform: rotate(-150deg);
        border-left: 3px solid #CD5240;
        position: relative;
        top: 16px;
    }
    /*    あと3つの理由ここまで*/
    /*    美容液ここから*/
    .br_768 {
        display: none;
    }
    #biyoueki_bg {
        padding: 30px;
        margin: 2% 5%;
    }
    /*    美容液ここまで*/
    /*    プラセンタここから*/
    #gf_pla_flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row-reverse;
    }
    #gf_pla_box {
        width: 80%;
    }
    /*    プラセンタここまで*/
    /*    マスク素材ここから*/
    .gf_bio_waku_sp {
        border: none;
        padding: inherit;
        background-color: aliceblue;
        max-width: 47%;
        margin: 30px 0px;
    }
    #gf_bio_flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .gf_bio_img {
        width: 70%;
        margin-bottom: -20px;
        position: relative;
        z-index: 2;
        margin: 30px auto;
        margin-bottom: -30px;
    }
    /* .gf_bio_img.right {
                        margin: 0 0 -20px auto;
                    } */
    .gf_bio_waku_pc {
        position: relative;
        display: inline-block;
        width: 93%;
        height: 50vw;
        max-height: 360px;
        /* border-radius: 50%; */
        /* border: 3px double #98C5E4; */
        max-width: 500px;
        margin-bottom: -60px;
    }
    .gf_bio_waku_pc span {
        position: absolute;
        display: inline-block;
        width: 80%;
        text-align: center;
        top: 40%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    #gf_bio article {
        width: 80%;
    }
    /*    マスク素材ここまで*/
    /*    マスクまとめヒアルロン酸ここから*/
    #gf_gfh .maru,
    #gf_gfc .maru {
        width: 220px;
        height: 220px;
    }
    #gf_gfh .maru .inner,
    #gf_gfc .maru .inner {
        width: 200px;
    }
    .mini_flex {
        justify-content: space-around;
        max-width: 600px;
        margin: -70px auto;
    }
    #gfh_detail,
    #gfc_detail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px 10% 50px;
    }
    #gfh_detail>div,
    #gfc_detail>div {
        width: 50%;
    }
    #gfh_detail>div:first-of-type>p,
    #gfc_detail>div:first-of-type>p {
        width: 80%;
        max-width: 360px;
        margin: 0 auto;
    }
    #gfh_detail>div:last-of-type,
    #gfc_detail>div:last-of-type {
        text-align: left;
    }
    #gf_gfh h3,
    #gf_gfc h3 {
        padding: 0 3.5em;
    }
    #gf_gfh h3:before,
    #gf_gfh h3:after,
    #gf_gfc h3:before,
    #gf_gfc h3:after {
        width: 15%;
    }
    .user {
        padding: 0 3em;
        width: 65%;
    }
    /*    マスクまとめヒアルロン酸ここまで*/
    /*    マスクまとめビタミンCここから*/
    .mini_flex_1 {
        margin: -90px auto auto;
        margin: -90px auto auto;
    }
    #gfc_sayou {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gfc_sayou div:first-of-type {
        max-width: 400px;
    }
    #gfc_sayou p {
        margin: auto 1em;
    }
    /*    マスクまとめビタミンCここまで*/
    /*    使い方ここから*/
    #howtouse>div {
        display: flex;
        justify-content: center;
        max-width: 1100px;
        margin: 0 auto;
    }
    #howtouse .flex_box {
        flex: 0 0 25%;
        padding: 0 2.5%;
        border: 1px solid #CD5240;
    }
    #howtouse .flex_box div:first-child {
        height: 300px;
    }
    #howtouse .flex_box div {
        display: flex;
        align-items: center;
    }
    #howtouse .flex_box:last-child p {
        margin-bottom: 150px;
    }
    #howtouse {
        position: relative;
    }
    #howtouse .howto_ab {
        position: absolute;
        bottom: 5px;
        right: 10%;
        margin: auto;
        width: 210px;
        height: 140px;
    }
    /*    使い方ここまで*/
    /*    最後のまとめここから*/
    #matome>div {
        display: flex;
        align-items: flex-end;
        margin-bottom: 25px;
    }
    #matome_30ml {
        display: block;
        flex: 0 0 20%;
        margin: auto;
    }
    #matome article {
        width: 40%;
    }
    /*    最後のまとめここまで*/
}

@media(min-width:1024px) {
    .text_br_1024 {
        display: inline-block;
    }
    .br_1024 {
        display: block;
    }
    /*        hero文字サイズ*/
    #gf_hero_title h1 {
        font-size: 40px;
    }
    /*    あと3つの理由ここから*/
    #three-1 {
        margin: 3em 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #fff;
    }
    #three-1 p {
        border-left: 1px solid #fff;
        margin: 0;
        width: calc(100%/3);
        padding-top: 4em;
        padding-bottom: 4em;
        font-size: 1.2em;
    }
    /*あと3つの理由ここまで*/
    /*        マスクまとめヒアルロン酸ここから*/
    #gfh_tokuchou {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gfh_tokuchou div:first-child {
        flex: 0 0 30%;
    }
    /*        マスクまとめヒアルロン酸ここまで*/
}

@media(min-width:1440px) {
    .text_br_768 {
        display: inline-block;
    }
}

.attention {
    text-align: left;
    margin-top: 20px;
    margin-left: 8%;
    font-size: 12px;
    margin-bottom: 10px;
}

@media(min-width:450px) {
    .pc_none {
        display: none;
    }
    #howtouse .howto_ab {
        display: none;
    }
}

@media(max-width:450px) {
    #gf_gfh .maru,
    #gf_gfc .maru {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }
    #gfh_detail,
    #gfc_detail {
        margin: 35px 5px 40px;
        padding: 2em 2em;
    }
    #howtouse p {
        margin-bottom: 20px;
        margin-top: 15px;
        margin-left: 5%;
    }
    #gf_kansaibou .waku {
        padding: 2em 1em;
        width: 85%;
    }
    .matome_p {
        margin: 40px 0px;
    }
    #gf_rule h2 {
        font-size: 16px;
        font-weight: bold;
    }
    #gfh_detail p,
    #gfc_detail p {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #gf_bio p {
        margin-bottom: 20px;
    }
    p {
        font-size: 1em;
    }
    #gf_kansaibou .waku {
        font-size: 1.2em;
    }
}

@media(min-width:450px) {
    #gfh_detail p,
    #gfc_detail p {
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .gf_bio_img,
    .right {
        padding: 10px;
        margin: 0px auto;
        border-radius: 3%;
    }
}

@media (min-width: 768px) {
    .gf_bio_img,
    .right {
        margin: 25px auto;
        margin-bottom: -18px;
        border-radius: none;
    }
}

@media (min-width: 1000px) {
    .gf_bio_img,
    .right {
        padding: 10px;
        margin: 30px auto;
        margin-bottom: -30px;
    }
}


/* for IE 11 */


/*
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .shimmer,
    .shimmer-2 {
        color: #fff;
        text-shadow: 1px 1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, -1px -1px 0 #aaa;
        font-size: 1.8em;
        display: inline;
        background: linear-gradient(transparent 70%, yellow 70%);
    }
}
*/


/* for IE 10 */


/*
@media all and (-ms-high-contrast:none) {

    .shimmer,
    .shimmer-2 {
        color: #fff;
        text-shadow: 1px 1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, -1px -1px 0 #aaa;
        font-size: 1.8em;
        display: inline;
        background: linear-gradient(transparent 70%, yellow 70%);
    }
}
*/


/* for Microsoft Edge */


/*
@supports (-ms-ime-align:auto) {
    .class-name {
        color: #fff;
        text-shadow: 1px 1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, -1px -1px 0 #aaa;
        font-size: 1.8em;
        display: inline;
        background: linear-gradient(transparent 70%, yellow 70%);
    }
}
*/