/* ==========================================================================

LAYOUT WIDTH

========================================================================== */
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

FONT

========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700");
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================

STYLE

========================================================================== */
#pageMV {
  width: 100%;
  height: 560px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll; }
  @media only screen and (max-width: 640px) {
    #pageMV {
      height: 470px; } }

#product .sttl {
  margin-bottom: 30px; }

.product {
  margin-bottom: 60px; }
  .product h3 {
    padding: 10px 0;
    border-top: 1.5px solid #111;
    border-bottom: 1.5px solid #111;
    margin-bottom: 30px;
    text-align: left; }
  .product .read {
    margin-bottom: 30px;
    text-align: left; }
  .product .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .product .product-list h4 {
      padding: 10px 0;
      border-top: 1px solid #111;
      border-bottom: 1px solid #111;
      margin-bottom: 30px; }
    .product .product-list li {
      width: 23%; }
      .product .product-list li img {
        width: 100%; }
      @media only screen and (max-width: 768px) {
        .product .product-list li {
          width: 48%; } }

#powerSalad-lineup {
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    #powerSalad-lineup {
      flex-flow: row wrap; } }
  #powerSalad-lineup li {
    flex: 0 0 18%;
    flex-wrap: wrap;
    align-items: stretch; }
    @media only screen and (max-width: 640px) {
      #powerSalad-lineup li {
        flex: 0 0 45%;
        margin-bottom: 20px; } }
    #powerSalad-lineup li h3 {
      border-top: 2px solid #111;
      border-bottom: 1px solid #111;
      padding: 0.7em 0;
      margin-bottom: 0.7em;
      font-size: 14px; }
    #powerSalad-lineup li p {
      text-align: left;
      letter-spacing: 1px; }
