@charset "utf-8";

/* リセットcss(HTML5 Doctor CSS Reset) ------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* 全体 --------------------------------------------*/

html{
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%; /* =10px */
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

#wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

body{
    font-family: 'Noto Serif JP', serif;
    color:#161616;
}
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sumana', serif;*/

/* header ----------------------------------*/
header{
    width: 100%;
    height: 4.6rem;
    position: fixed;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    background-color:  #faf0f1;
    opacity: 0.9;
}

#header_logo{
  width: 61px;
  position: absolute;
  left:1rem;
  top:0.8rem;
  z-index: 99;
}


/* keyVisual ----------------------------------*/
#keyVisual{
    height: 26vh;
    background-color: #faf0f1;;
    background-image:url(../images/background-img_produt_pregnant_woman.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top:4.6rem;
    padding:0 1rem;
    position: relative;
}

#catchCopy{

}

#catchCopy p{
    font-size: 3rem;
    color: #161616;
    line-height: 3rem;
    font-weight: 500;
}

#catchCopy h1{
    font-size: 1.5rem;
    color: #161616;
    padding: 1.5rem 0 0 0;
    font-weight: 400;
}

#keyVisual #mark{
    width: 63%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position:absolute;
    bottom: 2px;
    right:0px;

}

#keyVisual #mark #award{
    width: 100%;
    display: flex;
}

#keyVisual #mark #maternitymark{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#keyVisual #mark #maternitymark img{
    width: 22%;
}

#keyVisual #mark #maternitymark p{
    font-size: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    display: inline-block;
    margin-top:-1.2rem;
    padding-left: 0.5rem;
    font-weight: 200;
}

/* senpai ----------------------------------*/
#senpai{
    padding: 1rem;
}

#senpai p:nth-child(1){
    margin: 0 auto;
    width: 68.75%;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 0.2rem solid #000;
    font-weight: 500;
}

#senpai p:nth-child(2){
    font-size: 5rem;
    text-align: center;
    padding: 1rem 0 1rem 0;
    font-weight: bold;
}

#senpai p:nth-child(2) span{
  background: -webkit-linear-gradient(left, #f0cc7e, #e8c47e, #c78a03,
    #efca84, #f4e7cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#senpai p:nth-child(2) small{
    font-size: 50%;
    padding: 0 1rem 0 0.5rem;
}

/* product ----------------------------------*/
#product{
    font-family: 'Noto Sans JP', sans-serif;
}

.price_number{
    font-family: 'Open Sans', sans-serif;
}

#product{
    background-color: #faf0f1;
}

.productContainer{
    width: calc(848 / 960 * 100%);
    padding:2rem 0;
    margin: 0 auto;
}

.productContainer > p{
    background-color: rgb(255, 123, 172);
    text-align: center;
    padding: 1.5rem 0;
    color:  #fff;
    font-size: 1.5rem;
    font-weight:500;
}

#product .whiteContainer{
    background-color: #fff;
}

#product .whiteContainer img{
    width: 100%;
    height: auto;
    padding:2rem 2rem;
}

#product .whiteContainer .textbox{
    width: 100%;
    padding: 2rem 1rem;
}

#product .whiteContainer .textbox h2{
    font-size: 1.9rem;
    line-height: 1.5em;
    font-weight: 400;
}

.whiteContainer .textbox .pricebox{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 1rem 0 2rem 0;
}

#product .pricebox > p:nth-child(1){
    border: 0.2rem solid #000;
    text-align: center;
    width: calc(100 / 414 * 100%);
    /*! height: 3.5rem; */
    /*! line-height: 3.5rem; */
    font-size: 4vw;
    font-weight: 500;
    padding:0.8rem 0.3rem;
}

.price{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#product .pricebox .price p:nth-child(1){
    height: rem;
    line-height: 6.5rem;
    font-size: 6.5rem;
    text-align: center;
    margin-bottom:-0.6rem;
    font-weight: 500;
    padding-left: 0.8rem;
}

#product .pricebox .price p:nth-child(2){
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6em;
    font-weight: normal;
    padding-left: 2px;
}

#product .pricebox .price p:nth-child(2) span{
    font-size: 2rem;
    font-weight: 500;
}

.circle{
    width: 6em;
    height: 6rem;
    border-radius: 50%;
    background-color: #faf0f1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.2rem;/*位置の微修正*/
    line-height: 1.4rem;
}

#product .pricebox .circle p{
  font-size: 1.2rem;
  font-weight: normal;
}

#product .pricebox .circle p span{
  font-size: 1.rem;
  font-weight: 500;
  padding-right: 0.1rem;
}

.btn{
    width: 100%;
}

.btn a {
    border-radius: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,#40baff,#7cbdbf);
    padding: 1.3rem 5.5rem;
    font-size: 2rem;
    letter-spacing: 0.21rem;
    box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 10%);
    transition: all .3s ease;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.btn a::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(45deg);
}

.btn a:hover {
    opacity: 0.8;
}


/* ninety_percent ----------------------------------*/
#ninety_percent{
    height: 32rem; /* pc:height設定、　タブレットとスマホ：height vh or paddingハック設定*/
background-image: url(../images/smile.jpg);/*
バックが透明になるように再度スライスした画像をいれる*/
background-repeat: no-repeat;
position: relative;
/*! background-color: rgb(245, 250, 240); */
background-size: contain;
background-position: center
}

#ninety_percent > p{
    width: 30.833%;
    color: #8c0c04;
    background-color: #faf0f1;
    padding: 0.7rem 0;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 1rem;
    position: absolute;
    top: 6rem;
    z-index: 3;
}

#ninety_percent #square{
    width: 100%;
    height: 55.111%;
    background-color: rgba(250, 250, 250, 0.5);
    position: absolute;
    right: 0;
    top: 24%;
    padding-top:3rem;
}

#ninety_percent #square p:nth-child(1){
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5em;
}

#ninety_percent p span{
    color: red;
}

#ninety_percent p:nth-child(2){
    font-size: 1.2rem;
    text-align: right;
    padding-top: 3rem;
}

/* concern ----------------------------------*/
#concern{
    height: 39rem;
    background-color: rgb(244, 244, 244);
    background-image: url(../images/concern_gray.png);
    background-repeat: no-repeat;
    background-position: 95% 83%;
    background-size: auto 62.524%;
    padding: 1rem 1rem;

}

#concern p{
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding-bottom: 5.5rem;
}

#concern ul{
    list-style-type: none;
}

#concern ul li span{
    display: inline-block;
      background-color:#fff;
    padding-left: 4rem;
       background-image: url(../images/check_mark.png);
        background-repeat: no-repeat;
    background-size: 2.6rem auto;
       margin-bottom: 1.5rem;
    font-size: 2rem;
}

/* bunner ----------------------------------*/
.bunner{
    padding: 2rem 0 3rem 0;
}

.bunner img{
    display: block;
    margin: 0 auto;
    padding:0 1rem;
    transition: 0.3s;
}

.bunner a img:hover {
    opacity: 0.8;
}

/* reason ----------------------------------*/
.number{
    font-family: 'Sumana', serif;
    font-weight: 200;
}

#reason > p{
    padding: 1rem;
    background-color: #846f1d;
    font-size: 3rem;
    text-align: center;
    color: #fff;
}

#reason .reason_inner{
    width: calc(874 / 960 * 100%);
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    color:#846f1d;
}

.reason_inner img { order: 2; }
.reason_inner .textbox { order: 1; }

#reason .reason_inner:nth-child(2){
    padding-top: 2rem;
    padding-bottom: 6rem;
}

#reason .reason_inner:nth-child(3){
    padding-bottom: 6rem;
}

#reason .reason_inner:nth-child(4){
    padding-bottom: 5rem;
}

#reason .reason_inner img{
    width: 85%;
    box-shadow: 0.5rem 0.5rem 0px 0 rgb(0, 0, 0, 0.2);
    display: block;
    margin:0 auto;
}

.textbox .title{
    margin-bottom: 1.2rem;
    letter-spacing: 0.13rem;
}

.textbox .title .number{
    display: none;
}

.textbox p{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding:1rem 0;
}

#reason h2{
    font-size: 3rem;
    /*border-bottom: 0.5rem solid rgb(250, 134, 142);*/
    border-bottom: 1px solid #846f1d;
    padding-bottom: 1rem;
    font-weight: 300;
    text-align: center;
    line-height: 3.5rem;
}

/* keymessage ----------------------------------*/
#keymessage{
    height: 25rem;
    background-image: url(../images/product_withgreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
       display: flex;
    justify-content: center;
    align-items: center
}

#keymessage p{
    width: 100%;
    background-color: rgba(250, 250, 250, 0.5);
    text-align: center;
    font-size: 2.5rem;
    padding:3rem 0;

}

/* founder ----------------------------------*/
#founder{
    background-color: #faf0f1;
    padding:0 2rem;
    font-family: 'Noto Sans JP', sans-serif;
}

#founder > p{
    color: #8c0c04;
    font-size: 3rem;
    padding:2rem 0;
    text-align: center;
    font-weight: 300;
}

#founder .float-R{
    padding:2rem 0;
}

#founder .float-R p:nth-child(1){
    text-align: center;
    padding-bottom: 1.5rem;
}

#founder .float-R p{
    color: #161616;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 0.1rem
}

#founder .float-R p span{
    text-align: right;
}

/* voice ----------------------------------*/
#voice{
    background-color: rgb(245, 250, 240);
    padding: 2.6rem 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}

#voice #whiteContainer{
    background-color: #fff;
}

#voice #whiteContainer > p{
    width: 90%;
    font-size: 2.5rem;
    text-align: center;
    background-image: url(../images/voice_icon_underbar.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 7rem;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    margin: 0 auto;
}

#voice #whiteContainer .voice_inner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
}

.voice_inner img { order: 1; }
.voice_inner .textbox { order: 2; }

#voice #whiteContainer .voice_inner img{
    width: calc(146 / 645 * 100%);
    height: 100%;
    align-items: center;
    display:block;
    margin:0 auto;
}

#voice #whiteContainer .voice_inner .textbox{
    width: 100%;
    margin: 0 auto;
    padding:0 2rem
}

#voice .textbox h3{
    font-size: 2.5rem;
    line-height: 1.2em;
    padding-bottom: 1.4rem;
    padding-top: 1rem;
    font-weight:400
}

#voice .textbox p{
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 300;
    padding:1rem 0;
}

/* footer ----------------------------------*/
footer{
    margin: 0 auto;
    text-align: center;
    padding-top: 1.5rem;
}

footer img{
    width:  61px;
    padding-bottom: 1rem;
}

footer p{
    line-height: 1.3em;
    font-size: 1.2rem;
    font-weight: 100;
}