@charset "UTF-8";

@media only screen and (max-width: 767px) {
  header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  header .head_navi .head_logo {
    visibility: visible;
    opacity: 1;
  }
  main {
    padding: 115px 30px 0;
    margin-bottom: 80px;
  }

  h2.title {
    font-size: 24px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  h2.title span {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: block;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_protein_01 {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  #cont_protein_01 .img {
    padding: 15px;
  }
  #cont_protein_01 p {
    margin-bottom: 1.5em;
  }

  #cont_protein_02 {
    margin-bottom: 80px;
  }

  #cont_protein_02 h3 {
    font-size: 22px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  #cont_protein_02 p {
    margin-bottom: 1.5em;
  }

  #cont_protein_03 {
    margin-bottom: 80px;
  }

  #cont_protein_03 h3 {
    font-size: 22px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  
  #cont_protein_03 p {
    margin-bottom: 1.5em;
  }

  #cont_protein_04 h3 {
    font-size: 22px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    background: url(../img/protein/PROTEIN_01.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    line-height: 1.5;
    padding: 30px 0;
  }

  #cont_protein_04 p {
    margin-bottom: 60px;
  }
  #cont_protein_04 .img {
    margin-bottom: 40px;
  }
  #cont_protein_04 .btn a {
    display: block;
    width: 270px;
    margin: 0 auto;
    background-color: #727272;
    height: 45px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    position: relative;
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  
  #cont_protein_04 .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 25px;
    background: url(../img/common/icon_cart_2.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: 58px;
    margin-top: -14px;
  }
  #cont_protein_04 .txt_box .btn {
    display: none;
  }
}
