@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.mb1em {
    margin-bottom: 1em;
}

.mb2em {
    margin-bottom: 2em;
}

.mb3em {
    margin-bottom: 3em;
}

.mb4em {
    margin-bottom: 4em;
}

.mb5em {
    margin-bottom: 5em;
}

.mb10em {
    margin-bottom: 10em;
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.mt3em {
    margin-top: 3em;
}

.mt4em {
    margin-top: 4em;
}

.mt5em {
    margin-top: 5em;
}

.mt10em {
    margin-top: 10em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.wrap{
    overflow:hidden;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.mv {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f0ebe7 50%, #f0ebe7 100%);
    padding-bottom: 50px;
}

.kodawari p {
    line-height: 1.8em;
}

.eng {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

.concept {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../img/p2.jpg);
    background-position: top center;
    color: #000;
    font-family: 'Klee One', cursive;
}

.klee {
    font-family: 'Klee One', cursive;
}

.noto_san {
    font-family: 'Noto Sans JP', sans-serif;
}

.noto_ser {
    font-family: 'Noto Serif JP', serif;
}

.pinktxt {
    color: #e94265;
}

.triangle {
    position: relative;
    background: #fff;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 49px 49px 0 49px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.lightblue {
    padding-top: 80px;
    margin-top: 50px;
    background-color: #F3F8F9;
}

.sec_tl {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    color: #e94265;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 200;
}

.p50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.concept p {
    line-height: 3.2em;
    font-size:25px;
}

.p1 {
    background: url(../img/p1.jpg);
    background-position: center;
}

.p2 {
    background: url(../img/pr.jpg);
    background-position: top left;
}

.p3 {
    background: url(../img/p3.jpg);
    background-position: center;
}

.p4 {
    background: url(../img/p4.jpg);
    background-position: top center;
}

.product_top {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product_top p {
    font-family: 'Klee One', cursive;
    font-size: 25px;
}

.btn_pink {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #e94265;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 4px;
    padding: 15px;
    font-size: 23px;
}

.btn_cocolacttop {
    font-family: 'Noto Sans JP', sans-serif;
   background: rgb(60,183,193);
background: linear-gradient(270deg, rgba(60,183,193,1) 0%, rgba(84,206,193,1) 100%);
    width: 100%;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 4px;
    padding: 15px;
    font-size: 23px;
}

.btn_cocolacttop:hover{
    color: #fff;
}
.row-center {
    text-align: center;
    letter-spacing: -0.4em;
}

.row-center>[class*='col-'] {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    float: none !important;
}

.row-center.va-middle>[class*='col-'] {
    vertical-align: middle;
}

.row-center.va-bottom>[class*='col-'] {
    vertical-align: bottom;
}

.news_top {
    padding: 80px 20px;
    text-align: center;
    background: #fffaf8;
}

.news_top ul {
    padding-left: 0;
    text-align: left;
    display: inline-block;
    list-style: none;
}

.news_top li {
    padding-bottom: 25px;
}

.news_top a {
    letter-spacing: .2rem;
    color: #000;
}

.date {
    color: #e94265;
    margin-right: 20px;
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.copy {
    font-size: 10px;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.f_menu li {
    display: inline-block;
    margin-right: 1em;
    padding-bottom: 0;
    font-size: 13px;
}

.sns li {
    display: inline-block;
    margin-right: 1em;
    padding-bottom: 0;
}

footer a {
    color: #000;
}

.bottom_content {
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(90deg, #fffaf8 0%, #fffaf8 50%, #f7f5f2 50%, #f7f5f2 100%);
}

.freedial {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 2px;
    color: #afa9c9;
}

.btn_purple {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    width: 100%;
    border-radius: 0;
    background-color: #afa9c9;
    padding: 13px 0px;
    letter-spacing: 2px;
}

.btn_purple:hover,
.btn_pink:hover {
    color: #fff;
}

.purtxt {
    color: #afa9c9;
}

a:hover {
    text-decoration: none;
}

.tdtxt {
    letter-spacing: 2px;
    font-weight: 500;
    color: #727171;
}

.mv2 h2 {
    text-transform: uppercase;
    font-family: 'Gideon Roman', cursive;
    font-size: 100px;
}

.mv2 p {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .2rem;
    letter-spacing: .2em;
    font-size: 25px;
}

.mv2 {
    position: relative;
    padding-bottom: 70px;
    padding-top: 70px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf2ef+0,fcebe6+45,e2c4c0+100 */
    background: #fcf2ef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcf2ef 0%, #fcebe6 45%, #e2c4c0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffaf8', endColorstr='#e2c4c0', GradientType=0);
    /* IE6-9 */
}

.mvbg {
    width: 100%;
    background-size: cover;
    height: 100vh;
    background-image: url(../img/mv2.jpg);
}

.al {
    top: 30%;
    left: 20%;
    position: absolute;
}

.dropdown-menu {
    text-align: center;
}

.kodawari .inner .subtl {
    line-height: 1.6em;
    font-size: 25px;
    letter-spacing: .1rem;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 10px;
}

.kodawari .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2px;
}

.point_tl1 {
    color: #e94265;
    font-size: 30px;
}

.point_tl2 {
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    padding: 7px 15px;
    background: rgb(233, 66, 101);
    background: linear-gradient(90deg, rgba(233, 66, 101, 1) 0%, rgba(233, 66, 101, 0.1881127450980392) 100%);
}

.point_tl3 {}

.balloon3 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 5px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    background: #e94265;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon3:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e94265;
    z-index: 0;
}

.smtxt {
    font-size: 13px !important;
    line-height: 1.2em !important;
}

.marker {
    background: linear-gradient(transparent 60%, #FFFFA0 60%);
}

.sub_tl {
    letter-spacing: .2rem;
    text-align: center;
    font-family: 'Kiwi Maru', serif;
}

.tl {
    text-align: center;
    font-size: 35px;
    letter-spacing: .2rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 30px;
}

.cocolact_top {
    background: url("../img/p2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.nayami_coco,
.cause {
    background: url("../img/cocobg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lightgreen {
    background: #e4e6d8;
}

.minttxt {
    color: #26ADAF;
}

.matchatxt {
    color: #536C65;
}

.nayami_coco .box {
    background: rgba(225, 225, 225, .6);
    padding: 70px 0;
    text-align: center;
}

.nayami_coco ul {
    list-style: none;
    display: inline-block;
}

.nayami_coco li {
    color: #454545;
    letter-spacing: .1rem;
    font-size: 22px;
    text-align: left;
    font-weight: 200;
    font-family: 'Kiwi Maru', serif;
}

.nayami_coco .fa-square-check {
    margin-right: 5px;
    color: #26ADAF;
}

.cause .box,
.ingr .box {
    padding: 80px 80px;
    background: rgba(255, 255, 255, .8);
}

.cocolact_page p {
    font-size: 18px;
    font-weight: 300;
}

.g_box {
    margin-bottom: 80px;
}

.g_box h3 {
    text-align: center;
    font-weight: 300;
    line-height: 1.5em;
    font-family: 'Kiwi Maru', serif;
    margin-bottom: 20px;
}

.g_box .question {
    font-weight: 700;
    color: #536C65;
    margin-right: 10px;
}

.cause li {
    letter-spacing: .1rem;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}

.tegaki {
    font-family: 'Kiwi Maru', serif;
    font-size: 30px;
    font-weight: 300;
    color: #26ADAF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 100px;
    padding: .3em;
    border: 2px solid #26ADAF;
    border-radius: 1em .6em 2em .6em/.6em 2em .6em 1em;
}

.setu {
    background: #26ADAF;
    color: #fff;
    letter-spacing: .15rem;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    padding: 12px 50px;
}

.ingr {
    background: url(../img/bgnature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cv_coco {
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #26ADAF 50%, #26ADAF 100%);
}

.tuika_cc {
    padding-top: 10px;
}

.tuika_cc .tl {
    margin-bottom: 50px;
}

.priceinfo {
    text-align: center;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    -moz-box-shadow: 10px 10px 34px -9px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 10px 10px 34px -9px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 10px 10px 34px -9px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 34px -9px rgba(0, 0, 0, 0.22);
}

.priceinfo p {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .1rem;
    font-weight: 500;
}

.priceinfo h4 {
    letter-spacing: .15rem;
    font-family: 'Kiwi Maru', serif;
    font-size: 20px;
}

.priceinfo h3 {
    font-size: 35px;
    letter-spacing: .2rem;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
}

.kodawari .tl {
    border-bottom: double 5px #26ADAF;
}

.enp {
    color: #26ADAF;
    font-style: italic;
    font-size: 150%;
    margin-right: 10px;
}

.btnbasic {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #e94265;
    width: 80%;
    border-radius: 0;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 15px;
    padding: 10px;
    border-radius:50px;
}

.btnbasic:hover {
    background-color: rgba(233, 66, 101, .7);
    color: #fff;
}

.btn_green {
    font-family: 'Shippori Mincho', serif;
    background-color: #e7828d;
    color: #fff;
    letter-spacing: .2rem;
    width: 100%;
    font-size: 17px;
    font-weight: 800;
    border-radius: 30px;
}

.btn_green:hover {
    color: #fff;
}

.upsec {
    margin-top: -70px;
}


/*PCheaderfooter用*/

.top_bar {
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main_menu {
    display: flex;
    margin-top: 10px;
}

.left_part {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2rem;
}

.left_part ul {
    padding-left: 15px;
}

.right_part {
    margin-left: auto;
    text-align: center;
    font-size: 12px !important;
    letter-spacing: .1rem;
    font-weight: 600 !important;
    flex-wrap: nowrap;
}

.right_part li,
.left_part li {
    display: inline-block;
    margin-right: 20px;
}

#Header a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.eng {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

#Header .nav .material-icons-outlined {
    font-size: 30px;
    font-weight: 100;
    line-height: 0;
}

#Header ul {
    white-space: nowrap;
}

.mv_pc,
.mv_sp {
    position: relative;
}

.sp_btn {
    position: absolute;
    bottom: 8%;
left: 1%;

}

.pc_btn {
    position: absolute;
    bottom: 8%;
    right: 7%; 
    width:40%;

  
}


/*サプリ*/

.basic_mv {
    background: #ccc;
    width: 100%;
    padding: 300px 0;
    text-align: center;
}

.basic_box img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.basic_box {
    text-align: center;
    margin-bottom: 60px;
}

.basic_kodawari {
    background: #fffaf8;
    line-height: 1.8em;
}

.basic_kodawari h4 {
    letter-spacing: .2rem;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Shippori Mincho', serif;
    border-bottom: 1px solid #e94265;
    padding-bottom: 10px;
}

.numberpink {
    color: #e94265;
    margin-right: 10px;
}

.basic_kodawari .tl {
    text-align: left !important;
}

.whbg {
    background: #fff;
}

.placenta {
    position: relative;
    font-family: 'Klee One', cursive;
    font-size: 18px;
    height: 60vh;
    background: url("../img/pr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.placenta_con {
    position: absolute;
    left: 15%;
    top: 5%;
}

.placenta_sp_cv {
    position: relative;
    background: #F9DED2;
    padding-bottom: 40px;
}

.placenta_sp_cv2,
.pla_pc_cv1,
.pla_pc_cv2 {
    position: relative;
}

.pla_pc_cv2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plapbtn1 {
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
}

.plapbtn2 {
    position: absolute;
    top: 74%;
    left: 11%;
    width: 60%;
}

.plabbtn3 {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

.pla_pc_cv2 .plabtn1 {
    position: absolute;
    top: 40%;
}

.plabtn2 {
    position: absolute;
    bottom: 14%;
}

.plabtn3 {
    position: absolute;
    bottom: 19%;
}

.resve_cv {
    background: #FBF8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.coq10_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F6FAF9 !important;
}

.omega_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F6FAFA;
}

.lutein_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F4F5;
}

.vb_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F6F2;
}

.vc_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F7FBF4;
}

.vo_cv,
.vd_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F5FBF4;
}

.yousan_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F4FA;
}

.lc_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FEF8FA;
}

.carnitine_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fcf3f4;
}

.folicacid_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f2fa;
}

.hemeiron_cv {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f3f9;
}

.rel {
    position: relative;
}

.cvpcsup {
    position: absolute;
    left: 22%;
    top: 75%;
}

.mv_tl {
    background: #f9f5f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mv_tl h1 {
    letter-spacing: .3rem;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
    color: #aa9268;
    text-align: center;
}

.infotable th,
.infotable td {
    border: 1px solid #ad8686 !important;
    font-weight: 300;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
}

.infotable th {
    background-color: #f9f5f4;
    color: #cf7078;
}

.policy p {
    line-height: 2em;
}

.policy li {
    line-height: 2em;
    list-style: none;
}

.policy h4 {
    margin-top: 40px;
    font-size: 19px;
}

.policy h5 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.guidestep {
    color: #e94265;
    margin-right: 15px;
}

.guidepage h4 {
    padding-top: 50px;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #f9f5f4;
    color: #cf7078;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2rem;
}

.acd-label:after {
    background: #f9f5f4;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 40px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 700;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label:after {
    content: '\f068';
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.faq_cat {
    letter-spacing: .2rem;
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
    color: #aa9268;
    padding-left: 10px;
    padding-bottom: 5px;
    font-family: 'Shippori Mincho', serif;
    border-bottom: 1px solid #aa9268;
    border-left: 6px solid #aa9268;
    margin-bottom: 20px;
}

.freedialfaq::before{
    content: url("../img/freedial.png");
    margin-right:3px;
        
}

.acd-content a{
    color: #000;
}

.article{
    padding-top: 80px;
      padding-bottom: 80px;
    line-height: 2em;
}

.article h3{
 margin-bottom: 30px;
    color: #e94265;
}

.article h4{
 margin-bottom:20px;
    color: #e94265;
    font-size: 13px
}

@media (max-width: 769px) {
    
    .cv_coco_sp{background:#26ADAF;}
    
    .btn_pink,.btn_cocolacttop {
        font-size: 15px;
    }
    .plabtn1{
        position:absolute; 
        bottom: 27%;
    }
    .basicitems_kodawari .p80{
        padding-top: 40px;
         padding-bottom: 40px;
    }
    .product_top p {
       font-weight:bold;
        font-size: 18px;
    }
    
    .tuika_cc {
        padding-bottom: 0;
    }
    .kodawari .p80 {
        padding-bottom: 20px;
    }
    .lightblue {
        padding-top: 20px
    }
    .tuika_cc .tl {
        margin-bottom: 5px;
    }
    .triangle {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .point_tl1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .kodawari .inner .subtl {
        font-size: 18px;
    }
    .cocolact_page p {
        font-size: 14px;
    }
    .smtxt {
        font-size: 11px !important;
    }
    .kodawari .tl {
        font-size: 24px;
    }
    .logo img {
        width: auto;
        height: 36px;
    }
    .resve_cv {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .basic_mv {
        padding: 150px 0;
    }
    .basic_rec {
        padding: 60px 30px !important;
        background-position: left;
    }
    .basic_rec li {
        font-size: 15px !important;
        ;
    }
    .basic_rec ul li:before {
        font-size: 16px !important
    }
    .basic_rec .tl {
        font-size: 24px;
    }
    .basic_rec .container {
        padding: 20px 40px;
        background: rgba(255, 255, 255, .7)
    }
    .priceinfo {
        margin-bottom: 20px;
    }
    .tl {
        font-size: 20px;
    }
    .sub_tl {
        font-size: 15px;
    }
    .tuika_cc .tl {
        font-weight: 500;
        line-height: 1.7em;
        font-size: 16px;
    }
    .nayami_coco li {
        font-size: 15px;
    }
    .nayamigirl {
        margin: auto;
        display: block;
        height: 180px;
        width: auto;
        margin-top: 20px;
    }
    .btnbasic {
        width: 100%;
    }
    .placenta {
        height: 40vh;
    }
    .placenta_con {
        top: 0;
        left: 5%;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .placenta_con img {
        width: 70%;
    }
    .pla {
        width: 53% !important;
    }
    .mv2_sp {
        position: relative;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf2ef+0,fcebe6+45,e2c4c0+100 */
        background: #fcf2ef;
        /* Old browsers */
        background: -moz-linear-gradient(top, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fcf2ef 0%, #fcebe6 45%, #e2c4c0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffaf8', endColorstr='#e2c4c0', GradientType=0);
        /* IE6-9 */
        padding: 80px 30px 110px 0px;
    }
    .mv2_sp h2 {
        text-transform: uppercase;
        font-family: 'Gideon Roman', cursive;
        font-size: 40px;
    }
    .al {
        top: 52%;
        left: 17%;
        position: absolute;
        background-color: rgba(255, 255, 255, .6);
        padding: 20px 20px;
    }
    .sns,
    .copy,
    .f_menu {
        text-align: center;
    }
    .f_menu {
        font-size: 11px;
    }
    .bottom_content {
        background: linear-gradient(180deg, #fffaf8 0%, #fffaf8 44%, #f7f5f2 44%, #f7f5f2 100%);
    }
    .product_top img {
        width: 70%;
    }
    .p4 p,
    .p2 p {
        color: #fff;
    }
    .p1 {
        background: url(../img/p1.jpg);
        background-position: top left;
        background-size: cover;
    }
    .p2 {
        background: url("../img/prsp.jpg");
        background-size: cover;
    }
    .p3 {
        background: url(../img/p3.jpg);
        background-position: center;
        background-size: cover;
    }
    .p4 {
        background: url(../img/p4.jpg);
        background-position: top left;
        background-size: cover;
    }
    footer {
        padding-bottom: 20px;
    }
    .concept p {
        font-size: 18px; 
        font-weight:600;
    }
    .hidden-xs {
        display: none;
    }
    /*SPheaderfooter用*/
    header {
        display: flex;
        padding: 0 16px;
        margin-bottom: 10px;
    }
    header h1 {
        margin: 0;
        font-size: 22px;
        line-height: 40px;
        padding-top: 5px;
    }
    .sp-menu {
        margin-left: auto;
    }
    .sp-menu #open {
        font-size: 32px;
        line-height: 40px;
        cursor: pointer;
    }
    .sp-menu #open.hide {
        display: none;
    }
    main {
        height: 60vh;
    }
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        opacity: 0;
        padding: 45px 20px 30px 20px;
        pointer-events: none;
        transition: opacity .6s;
        z-index: 1000;
    }
    .overlay.show {
        opacity: 1;
        pointer-events: auto;
    }
    .overlay #close {
        position: absolute;
        top: 50px;
        right: 16px;
        font-size: 32px;
        cursor: pointer;
    }
    .overlay ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .overlay li {
        border-bottom: 1px solid #ccc;
        list-style: none;
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 2.2em;
        font-weight: 600;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
    }
    h1 {
        margin-top: 8px;
    }
    .top_bar {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 10px 5px;
    }
    a {
        text-decoration: none;
        color: rgba(0, 0, 0, .5);
    }
    .eng {
        font-weight: 400;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 12px;
    }
    .icontxt {
        margin-left: 10px;
    }
    .material-icons {
        font-size: 18px;
    }
    footer .sec_tl {
        color: #e94265;
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 200;
    }
    footer {
        background: #f7f5f2;
        padding: 40px 20px;
    }
    footer img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    footer .item {
        text-align: center;
        background: #fff;
        margin-bottom: 30px;
        padding: 20px;
        font-size: 14px;
    }
    .item h4 {
        letter-spacing: .1rem;
        border-bottom: solid #afa9c9 1px;
        padding-bottom: 5px;
        margin-top: 5px;
        font-size: 15px;
    }
    .sns_sp a {
        color: #000;
    }
    .sns_sp ul {
        text-align: center;
        padding-left: 0;
    }
    .sns_sp li {
        display: inline-block;
        margin-right: 20px;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .copy {
        text-align: center;
        font-size: 11px;
    }
    .f_s_menu ul {
        padding-left: 0;
        text-align: center;
        font-size: 13px;
        list-style: none;
    }
    .f_s_menu li {
        display: inline-block;
        padding: 10px 5px;
        width: 46.4%;
        border-bottom: dashed 1px #ccc;
    }
    .sp_phone {
        color: #fff;
        font-size: 15px;
        padding: 13px 0;
        background: #e94265;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
        letter-spacing: .2rem;
        margin-top: 20px;
    }
    .sp_phone a {
        color: #fff;
    }
    /*SPheaderfooter用*/
    .concept {
        background-position: center right;
        color: #fff;
    }
    .p3 {
        padding: 110px 0;
    }
    .mv_pc,
    .navipc,
    .footerpc {
        display: none;
    }
}

.sns li {
    font-size: 20px !important;
}

.basic1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf2ef+0,fcebe6+45,e2c4c0+100 */
    background: #fcf2ef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcf2ef 0%, #fcebe6 45%, #e2c4c0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffaf8 0%, #fcebe6 45%, #e2c4c0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffaf8', endColorstr='#e2c4c0', GradientType=0);
    /* IE6-9 */
}

.basicitems .priceinfo h3 {
    font-weight: bold;
    font-size: 27px;
}

.basic_rec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/strech.jpg");
}

.resvebg {
    background-position: top center;
    background-image: url("../img/resvebg.jpg")
}

.luteinbg {
    background-position: top left;
    background-size: cover;
    background-image: url("../img/luteinbg.jpg");
}

.omega3bg {
    background-image: url("../img/omega3bg.jpg");
}

.coq10bg {
    background-image: url("../img/coq10bg.jpg");
}

.vitamincbg {
    background-image: url("../img/vitamincbg.jpg");
}

.vitaminbbg {
    background-image: url("../img/vitaminbbg.jpg");
    background-position: left center;
}

.vitamindbg {
    background-image: url("../img/vitamindbg.jpg");
}

.hemeironbg {
    background-image: url("../img/hemeironbg.jpg");
}

.folicacidbg {
    background-image: url("../img/folicacidbg.jpg");
}

.carnitinebg {
    background-image: url("../img/carnitinebg.jpg");
}

.basic_rec li {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    list-style: none;
    padding-left: 45px;
    line-height:45px;
}

.basic_rec ul li:before {
    font-family: "FontAwesome";
    content: url("../img/check.png");
    position: absolute;
    left: 0;
    
    font-weight: bold;
    color: #dbb3b3;
}

.basic_rec .tl {
    text-align: left;
    color:#e94265;
    font-weight:500;
}

.basicitems_kodawari {
    padding-top: 80px;
    padding-bottom: 80px;
}

.basicitems_detail {
    background: #f7f5f2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.basicitems_detail th {
    background: #aca8c8;
}

.basicitems_detail td {
    background-color: #fff;
}

.basicitems_detail .table{
    margin-bottom:0;
}

.basicitems_detail h4 {
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: 1px solid #afa9c9;
    border-left: 8px solid #afa9c9;
    padding-left: 12px;
    padding-bottom: 8px;
    margin-top: 50px;
    color: #afa9c9
}

.basicitems_kodawari h4 {
    color: #e7828d;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 30px;
}

.basicitems_kodawari .nunber {
    margin-right: 15px;
    font-weight: 400;
    font-style: italic;
}

.seibun th, .seibun td{text-align:center}

.cocopoint {
    padding-bottom: 100px;
}

.pinkgrd {
    padding-bottom: 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 80%, #FCF2F3 80%, #FCF2F3 100%);
}

.goldtxt {
    color: #aa9268
}

.row-center {
    text-align: center;
    letter-spacing: -0.4em;
}

.row-center>[class*='col-'] {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    float: none !important;
}

.row-center.va-middle>[class*='col-'] {
    vertical-align: middle;
}

.row-center.va-bottom>[class*='col-'] {
    vertical-align: bottom;
}

.ar {
    color: #e94265;
    text-align: center;
    margin-top: 0;
    font-size: 40px;
}

.tl-bgpink {
    background: #e94265;
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: .2rem;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 50px;
    padding: 15px 0;
}

@media (min-width: 770px) {
    .mv_sp,
    .navisp {
        display: none;
    }
    .visible-xs {
        display: none;
    }
    footer {
        background: #f7f5f2;
        padding: 60px 20px;
    }
    footer .sec_tl {
        color: #e94265;
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 200;
    }
    .footer_menu {
        display: flex;
        text-align: center;
    }
    .item {
        background: #fff;
        padding: 40px 25px;
        width: 25%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .item h4 {
        letter-spacing: .1rem;
        border-bottom: solid #e94265 1px;
        padding-bottom: 10px;
        margin-top: 5px;
    }
    .item small {
        font-size: 11px;
    }
    .copy {
        border-top: solid #ccc 1px;
        padding: 30px 0;
        margin-right: 10px;
    }
    .copy .container {
        display: flex;
    }
    .copy a {
        color: #333;
        text-decoration: none;
    }
    .sns li {
        font-size: 15px;
        display: inline-block;
        margin-right: 1em;
        padding-bottom: 0;
    }
    .sns ul {
        padding-left: 0;
    }
    .bottom_menu {
        margin-left: auto;
    }
    .copytext {
        font-size: 10px;
        text-align: center;
    }
    .f_menu {
        padding-left: 0;
        font-size: 13px;
    }
    .f_menu li {
        display: inline-block;
        margin-right: 1em;
    }
    .ptxt a {
        color: #000 !important;
        font-weight: 500;
    }
    .footersp {
        display: none;
    }
}

@media (max-width: 500px) {
    .placenta_con {
        width: 90%;
        left: 5%;
        top: 5%;
    }
    .placenta_con img {
        width: 80%;
        padding-right: 50px;
    }
    .placenta {
        height: 55vh;
    }
    .p3 {
        padding: 50px 0;
    }
}

@media (max-width: 375px) {
    .placenta {
        height: 60vh;
    }
}

#footer {
    margin-bottom: 130px;
}

@media (max-width: 769px) {
    
    .coq10bg{
        background-position: left;}
    
    .visible-xs {
        display: block !important;
    }
    .coq10_cv,
    .lutein_cv,
    .omega_cv,
    .vc_cv,
    .vb_cv,
    .vd_cv,
    .folicacid_cv,
    .carnitine_cv,
    .hemeiron_cv {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .basic_box img {
        height: 120px;
        width: auto;
    }
}

@media (max-width: 769px) {
    .product_coco {
        padding-bottom: 40px;
    }
    .product_coco2 {
        padding-top: 40px;
    }
    .cv_coco {
        background: linear-gradient(180deg, transparent 0%, transparent 28%, #26ADAF 28%, #26ADAF 100%);
    }
    .cv_coco2 {
        background: linear-gradient(180deg, transparent 0%, transparent 25%, #26ADAF 25%, #26ADAF 100%);
    }
    .hidden-xs {
        display: none !important;
    }
    .vitamincbg {
        background-position: left;
    }
    .vitaminbbg,
    .folicacidbg,
    .hemeironbg {
        background-position: center left;
    }
    .vitamindbg {
        background-position: center;
    }
}


@media (max-width: 777px) {
  .basic_box img {
    height: 120px;
    width: auto;
}  
}