
html {
 }

h3 {font-size: 36px; line-height: 48px;  letter-spacing: 3px; margin-bottom: 30px; text-transform: uppercase; text-align: center; font-weight: lighter;}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Meiryo" , "ＭＳ Ｐゴシック" , sans-serif;
  font-weight: lighter;
  color: #00843d; }

.inner.max820 {
  max-width: 860px; }
.inner.max500 {
  max-width: 540px; }

#mainHeader {
  background-color: #006c35;
  height: 100px; }

.mainVisualWrap {
  position: relative; }
  .mainVisualWrap img {
    width: 100%; }

.bgGreen {
  background-color: #006c35; }

.f-b {
  color: #000000; }

.textCenter {
  text-align: center; }

.v_bl {
  vertical-align: baseline; }

.heading1 {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px; }

.commonBT {
  cursor: pointer;
  max-width: 240px;
  height: 42px;
  border: 1px solid #00843d;
  line-height: 40px;
  text-align: center;
  color: #00843d;
  font-size: 13px;
  transition: .5s;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #00843d; }
  .commonBT:hover {
    text-decoration: none;
    background-color: #00843d;
    color: #fff; }

.shopLinks {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .shopLinks.max400 {
    max-width: 400px; }
  .shopLinks.ml0 {
    margin-left: 0; }
  .shopLinks a {
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; }
    .shopLinks a:hover {
      text-decoration: none; }
    .shopLinks a:hover {
      opacity: .7;
      text-decoration: none; }
  .shopLinks .rakuten {
    flex: 4.2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .shopLinks .rakuten > img {
      width: 100%;
      height: auto; }
  .shopLinks .amazon {
    flex: 4; }
  .shopLinks .spacer {
    flex: .4; }
    .shopLinks .spacer.bd {
      position: relative; }
      .shopLinks .spacer.bd:after {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        background-color: #101010;
        position: absolute;
        top: 0;
        right: 0;
        transform-origin: top center;
        -moz-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scaleY(0.6) translateY(12%);
        -webkit-transform: scaleY(0.6) translateY(12%); }

.photoList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .photoList .pc_none {
    display: none; }
  .photoList > * {
    width: calc((100% - 24px) / 7); }
    .photoList > * img {
      width: 100%; }

#section1 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff; }
  #section1 .inner #movieThumb {
    position: relative;
    cursor: pointer;
    flex: 5.5; }
    #section1 .inner #movieThumb img {
      width: 100%; }
    #section1 .inner #movieThumb:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.3);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      opacity: 0; }
      #section1 .inner #movieThumb:after:hover {
        text-decoration: none; }
    #section1 .inner #movieThumb:hover:after {
      opacity: 1; }
  #section1 .inner .txt {
    flex: 4.5;
    padding-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

#section2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /** background-image: url(../img/bg1.jpg); **/
}
  #section2 .section2_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    #section2 .section2_box .icon {
      width: 118px; }
    #section2 .section2_box .txt {
      padding-left: 20px; }
  #section2 .sect2_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 452px; }

#section3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg2.jpg); }
  #section3 .section3_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    #section3 .section3_box .img {
      max-width: 190px; }
    #section3 .section3_box .txt {
      padding-left: 10px;
      color: #000; }
    #section3 .section3_box .h {
      margin-bottom: 0.6em; }

#section4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg3.jpg); }
  #section4 .section4_box .img {
    max-width: 150px;
    margin: 0 auto 14px; }
  #section4 .section4_box .h {
    margin-bottom: 0.8em;
    white-space: nowrap; }
    #section4 .section4_box .h.color1 {
      color: #e8184a; }
    #section4 .section4_box .h.color2 {
      color: #0571ac; }
    #section4 .section4_box .h.color3 {
      color: #763500; }

.lineup-block {
    font-size: 1.12em;
    line-height: 1.6;
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    /** font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo" , "ＭＳ Ｐゴシック" , sans-serif; **/
}

.lineup-block li a {
    letter-spacing: 0.05em;
}

.btn1:hover {
    text-decoration: none;
}

header {
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    /** font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo" , "ＭＳ Ｐゴシック" , sans-serif; **/
}

header .btn-danon img {
    vertical-align: baseline;
    margin-top: -6px;
}

header li a:hover {
	text-decoration: none;
}

.container h1 {
    margin: 3px 0 3px 10px;
    display: inline-block;
}

footer {
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo" , "ＭＳ Ｐゴシック" , sans-serif;
    padding: 0 10px 0 10px;
}

footer .footer-link .danone-logo img {
    max-width: 150%;
}

#movieModal {
  position: fixed;
  z-index: 9999;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }
  #movieModal .movieContainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    max-width: 1064px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
    #movieModal .movieContainer > div {
      position: relative;
      padding-top: 56.25%; }
    #movieModal .movieContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#infoModal {
  position: fixed;
  z-index: 9999;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; }
  #infoModal .infoContainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    max-width: 772px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
    #infoModal .infoContainer > div {
      position: relative;
      background-color: #fff;
      padding: 50px;
      color: #00843d; }
    #infoModal .infoContainer .img {
      max-width: 376px;
      margin: 0 auto 20px; }
    #infoModal .infoContainer .h {
      display: block; }
    #infoModal .infoContainer .close {
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 15px;
      height: 15px; }
      #infoModal .infoContainer .close > span {
        display: block;
        height: 1px;
        top: 50%;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #858585; }
        #infoModal .infoContainer .close > span:first-child {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #infoModal .infoContainer .close > span:nth-child(2) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }

@media only screen and (max-width: 800px) {
  body {
    font-size: 15px; }

  .inner {
    padding-left: 25px;
    padding-right: 25px; }

  .mb25sp {
    margin-bottom: 25px; }

  #mainHeader {
    height: 86px; }

  .sp_textLeft {
    text-align: left; }

  .heading1 {
    margin-bottom: 25px;
    font-size: 27px; }

  .sp_block {
    display: block; }

  br.nosp {
    display: none; }

  .commonBT {
    max-width: 290px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 15px; }

  .shopLinks.ml0 {
    margin-left: auto; }

  .photoList > * {
    width: calc((100% - 12px) / 3); }
  .photoList .sp_none {
    display: none; }
  .photoList .pc_none {
    display: block; }

  .sp_max182 {
    max-width: 182px !important;
    margin-left: auto;
    margin-right: auto; }

  #section1 .inner {
    display: block; }
    #section1 .inner #movieThumb {
      margin-bottom: 40px; }
    #section1 .inner .txt {
      justify-content: center;
      width: 100%;
      padding-left: 0; }

  #section2 .section2_box {
    display: block; }
    #section2 .section2_box .icon {
      width: 100px;
      margin: 0 auto 20px; }
    #section2 .section2_box .txt {
      padding-left: 0; }

  #section3 .section3_box {
    display: block; }
    #section3 .section3_box .img {
      margin-bottom: 30px; }
  #section3 .txt {
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
  #section3 .h {
    text-align: center; }

  #movieModal .movieContainer {
    padding-left: 25px;
    padding-right: 25px; }

  #infoModal .infoContainer {
    padding-left: 25px;
    padding-right: 25px; }
    #infoModal .infoContainer > div {
      padding: 30px; }
  
  }


.bio-hero-banner {position:relative;}
.bio-hero-banner img {width:100%; display: block;}
.hero-banner-content {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; text-align: center;}
.hero-banner-content h1 {font-size: 5vw; color:rgb(51,51,51);}

.bio-intro-txt p {text-align: left; font-size: 24px; padding-bottom: 30px; letter-spacing: 0px; color: rgb(51,51,51);}

.bio-fact2-gray-item {padding: 94px 100px 0;}
.bio-fact-gray-item, .bio-fact2-gray-item {background:#f9f8f5; padding: 94px 100px; margin: 40px 0 100px; text-align: center;}
.bio-fact2-gray-item h3 {color: rgb(51,51,51);font-size:3em;}
.bio-fact-gray-item h3:after, .bio-fact2-gray-item h3:after {display: none;}
.bio-fact-gray-item p, .bio-fact2-gray-item p {font-size: 1.5em; color: rgb(51,51,51);}
.chart-block {margin: 60px auto 0; text-align: left; max-width: 620px;}
.chart-block p {font-size:1.2em;}

/* Promo links */
.promo-links {text-align: center; margin: 0 30px;}
.promo-links h6 {font-size: 24px; color:#006b35; margin-bottom: 25px;}
.promo-links li {display: inline-block; margin-right: -3px; width: 50%; padding: 10px 50px 0; position: relative;}
.promo-links li:first-child {text-align: right;}
.promo-links li:last-child {text-align: left;}
.promo-links li:first-child:after {position: absolute; content: ""; width: 1px; height: 50px; top: 50%; transform:translateY(-50%); right: 0; background: #000;}
.promo-links li a {display: inline-block;}
.promo-links li img {display: block; width:100%; height:auto}


@media screen and (max-width: 639px) {
.bio-fact2-gray-item h3 {
    font-size: 26px;
    line-height: 36px;
}
}
