@charset "UTF-8";

@media only screen and (min-width: 768px) {
  main {
    width: 1080px;
    margin: 160px auto 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 {
    width: 928px;
    margin-top: 60px;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }

  #cont_protein_01 p {
    width: 828px;
    font-size: 24px;
    margin: 0 auto 1.5em;
    flex: 1;
  }

  #cont_protein_01 .img {
    width: 340px;
    margin-left: 40px;
  }

  #cont_protein_02 {
    width: 835px;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  #cont_protein_02 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
  }
  #cont_protein_02 .img {
    width: 580px;
    margin: 0 auto 30px;
  }

  #cont_protein_02 p {
    font-size: 24px;
    margin: 0 auto 1.5em;
  }

  #cont_protein_03 {
    width: 835px;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  #cont_protein_03 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
  }
  #cont_protein_03 p {
    font-size: 24px;
    margin: 0 auto 1.5em;
  }
  #cont_protein_03 .img {
    width: 538px;
    margin: 0 auto 30px;
  }

  #cont_protein_04 {
    width: 890px;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
  }

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

  #cont_protein_04 .box_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  #cont_protein_04 .txt_box {
    flex: 1;
  }

  #cont_protein_04 p {
    font-size: 24px;
    margin: 0 auto 1.5em;
  }
  #cont_protein_04 .img {
    width: 364px;
    margin-right: 40px;
    order: 1;
  }
  #cont_protein_04 .btn a {
    display: block;
    width: 300px;
    margin: 0;
    background-color: #727272;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 40px;
    transition: 0.2s;
  }
  
  #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: 68px;
    margin-top: -14px;
  }
  #cont_protein_04 .btn a:hover {
    background-color: #fff;
    color: #727272;
    border: 1px solid #727272;
  }
  #cont_protein_04 .btn.pc_none {
    display: none;
  }
}
