@charset "UTF-8";
body {
  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; }
  .textCenter a {
    text-decoration: underline; }
    .textCenter a:hover {
      color: #00833d; }

.v_bl {
  vertical-align: baseline; }

br.nopc {
    display: none; }

.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.max108 {
    max-width: 108px; }
  .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: 2.6;
    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: 2.6;
    margin-top: 0.4em; }
  .shopLinks .spacer {
    flex: .3; }
    .shopLinks .spacer.bd {
      position: relative; }
      .shopLinks .spacer.bd:after {
        content: '';
        width: 1px;
        height: 130%;
        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;
  background-color: #f7f7f5; }
  .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;
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  #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);
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  #section2 .section2_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: top; }
    #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);
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  #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 .txt div .inview a {
        text-decoration: underline; }
        #section3 .section3_box .txt div .inview a:hover {
          color: #00833d; }
    #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);
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  #section4 .section4_box .img {
    /*max-width: 150px;*/
    max-width: 186px;
    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; }

#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 40px;
      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); }

.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 .nav-first > li {
  letter-spacing: 0.03em; }

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%; }

@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: justify; }

  .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.max108 {
    max-width: 146px; }
  .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; }

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