@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main .section:nth-child(even) {
  background-color: #f3f0e8;
}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

/** ***************************************************************************
 * 内容
 */

#lead div.content {
  font-size: 1.143em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

}

/** ***************************************************************************
 * 画像
 */

#lead div.image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#lead div.image div.item {
  width: 26%;
  text-align: center;
}

#lead div.image div.item:nth-child(1) {
  animation-delay: 0.0s;
}

#lead div.image div.item:nth-child(2) {
  animation-delay: 0.3s;
}

#lead div.image div.item:nth-child(3) {
  animation-delay: 0.6s;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.image {
    justify-content: space-around;
  }

  #lead div.image div.item {
    width: 20%;
  }

}

/** ***************************************************************************
 * 野菜飲料の主な原料
 * ************************************************************************* */

#ingredient div.list {
  margin-bottom: -20px;
  overflow: hidden;
}

#ingredient div.list div.item {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #ingredient div.list {
    margin-bottom: -60px;
  }

  #ingredient div.list div.item {
    max-width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

}

/** ===========================================================================
 * 画像
 */

#ingredient div.list div.image {
  text-align: center;
  background-color: #eae7df;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #ingredient div.list div.image {
    width: 50%;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
  }

  #ingredient div.list div.image img {
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

}

/** ===========================================================================
 * 内容
 */

#ingredient div.list div.content {
  padding: 1em 1em 1.5em;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#ingredient div.list div.content dl.ingredient,
#ingredient div.list div.content dl.ingredient > * {
  margin: 0;
  padding: 0;
}

#ingredient div.list div.content dl.ingredient {
  width: 60%;
}

#ingredient div.list div.content dl.ingredient dt {
  margin-bottom: 5px;
  font-size: 1.285em;
  font-weight: 400;
}

#ingredient div.list div.content dl.ingredient dd {
  margin: 0;
}

#ingredient div.list div.content .pref {
  width: 40%;
  max-width: 300px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #ingredient div.list div.content {
    width: 50%;
    min-width: 500px;
    padding: 2em 2em 2.5em;
    flex-grow: 1;
  }

  #ingredient div.list div.content dl.ingredient {
    width: 50%;
  }

  #ingredient div.list div.content dl.ingredient dt {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 2em;
  }

  #ingredient div.list div.content .pref {
    width: 50%;
  }

}

/** ***************************************************************************
 * メッセージ
 * ************************************************************************* */

#message div.content {
  text-align: center;
}

#message div.content strong {
  line-height: 1.4;
  font-size: 1.714em;
  font-weight: 500;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #message div.content {
    font-size: 1.6em;
  }

  #message div.content strong {
    font-size: 2em;
  }

}
