@charset "UTF-8";


/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */
body, #container, #pageLoader {
    background-color: #f7ee13;
} 


/* --------------------------------------------------
    #pageHeader
-------------------------------------------------- */ 

#pageHeader {
    padding: 150px 0 90px;
    background-image: url(../../img/vitaminf/common/bg_ptn.png);
    background-size: 156px auto;
    background-position: 50% 9px;
} 
#pageHeader h2 {
    position: absolute;
    top: 43px;
    left: 38px;
    width: 85px;
    height: 85px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h2 a img {
    width: 85px;
    height: auto;
}
#pageHeader h1 {
    text-align: center;
    margin-bottom: 60px;
}
#pageHeader h1 img {
    width: 630px;
    height: auto;
}
#pageHeader .mainVisual {
    height: 698px;
    margin-bottom: 60px;
}
#pageHeader .mainVisual li {
    float: left;
    width: 50%;
    height: 349px;
    text-indent: -9999px;
    background-position: 50% 50%;
    background-size: auto 120%;
}
#pageHeader .mainVisual li:nth-child(1) { background-image: url(../../img/vitaminf/common/pic_main01.png); }
#pageHeader .mainVisual li:nth-child(2) { background-image: url(../../img/vitaminf/common/pic_main02.png); }
#pageHeader .mainVisual li:nth-child(3) { background-image: url(../../img/vitaminf/common/pic_main03.png); }
#pageHeader .mainVisual li:nth-child(4) { background-image: url(../../img/vitaminf/common/pic_main04.png); }

#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 26px;
    line-height: 2;
    color: #e83428;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
    padding: 100px 0 143px;
    background-color: #fff;
}
#contentInnr {
    width: 630px;
    margin: 0 auto;
}
#content .illustrator {
    margin-top: 110px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}
#content .illustrator span {
    font-weight: 500;
    font-size: 26px;
}



/* --------------------------------------------------
    unitVitaminf
-------------------------------------------------- */ 
.blockUnitGroup {
}
.unitVitaminf {
    border-top: solid 2px #f7ee13;
    padding-top: 95px;
    margin-top: 105px;
} 
.blockUnitGroup:first-child .unitVitaminf:first-child {
    border-top: none;
    margin-top: 0;
}
.unitVitaminf h2 {
    text-align: center;
    margin-bottom: 55px;
}

.unitVitaminf.unit0 h2 img { width: 268px; height: auto; }
.unitVitaminf.unit1 h2 img { width: 216px; height: auto; }
.unitVitaminf.unit2 h2 img { width: 360px; height: auto; }
.unitVitaminf.unit3 h2 img { width: 144px; height: auto; }

.unitVitaminf .image {
    width: 630px;
    margin-bottom: 12px;
}

.unitVitaminf .image img {
    width: 630px;
    height: auto;
}

.unitVitaminf .caption {
}

.unitVitaminf .caption .sentence {
}

.unitVitaminf .caption .sentence li {
    position: relative;
    padding: 35px 0;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-align: center;
}
.unitVitaminf .caption .sentence li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -68px;
    display: block;
    width: 136px;
    height: 2px;
    background-color: black;
}
.unitVitaminf .caption .sentence li:first-child:before {
    display: none;
}

.unitVitaminf .caption .sup {
    margin-top: 15px;
    background-color: #ececec;
    padding: 35px 50px;
}
.unitVitaminf .caption .sup p {
    font-size: 28px;
    line-height: 1.8;

}

/* --------------------------------------------------
    .blockDownload
-------------------------------------------------- */ 
.blockDownload {
    margin-top: 90px;
} 
.blockDownload p {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    margin-bottom: 42px;
    letter-spacing: 0.05em;    
    padding: 0 0.3em;
    text-align-last: justify;
}
#btnDownloadPdf {
    display: block;
    border: solid 1px black;
    font-size: 35px;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 105px;
}

/* --------------------------------------------------
    .blockMessage
-------------------------------------------------- */ 
.blockMessage {
    margin-top: 152px;
}
.blockMessage h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;    
    text-align-last: justify;
    margin-bottom: 24px;
    padding: 0 0.3em;
} 
.blockMessage p {
    font-size: 28px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.01em;
}


/* --------------------------------------------------
    #modalDownload
-------------------------------------------------- */ 
body.modalOpen {
    background-color: #fff;
}
body.modalOpen #containerWrap {
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100%;
}
#modalDownload {
    display: none;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 80px 0;
}
#modalDownload .modalCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}
#modalDownload .content { 
    position: relative;
    z-index: 3;
    width: 630px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 2px black;
    text-align: center; 
    padding: 125px 0 20px;
}
#modalDownload .content .exp {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 70px;
} 
#modalDownload .content > div {
    display: inline-block;
    margin: 0 18px 60px;
}
#modalDownload .content > div .download {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1;
}
#modalDownload .content > div .download:nth-child(2) {
    margin-top: 35px;
}
#modalDownload .content > div .download span {
    display: inline-block;
    margin-right: 8px;
    font-size: 27px;
    background-color: #fff;
    vertical-align: top;
}
#modalDownload .content > div .download a {
    display: inline-block;
    width: 68px;
    height: 28px;
    margin: 0 12px;
    background-size: 68px 56px;
    background-position: 0 0;
    text-indent: -99999px;
    vertical-align: top;
}
#modalDownload .content > div .download a.jpg {
    background-image: url(../../img/vitaminf/common/btn_downloadJPG.png);
}
#modalDownload .content > div .download a.pdf {
    background-image: url(../../img/vitaminf/common/btn_downloadPDF.png);
}
#modalDownload .content .btnClose {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 100px;
    height: 100px;
    margin: 0;
    line-height: 100px;
    text-align: center;
}
#modalDownload .content .btnClose img {
    width: 52px;
    height: 52px;
    vertical-align: middle;
}
#modalDownload .content .btnClose:hover {
    opacity: 0.9;
}
















