@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
/* aminovital protein
---------------------------------------- */
/*-- proteinトップ --*/
/* トップ内共通 */
#protein_index .bnr_on:hover {
  opacity: 0.7;
}

#protein_index {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
  -webkit-font-smoothing: antialiased;
  /* 購入ボタン */
  /* トップ内各コンテンツ */
  /* mainvisualここまで */
  /* evolution-innerここまで */
  /* reasonここまで */
  /* improvementここまで */
  /* athleteここまで */
  /* keyvisualここまで */
}

@media screen and (max-width: 767px) {
  #protein_index .sec_inner {
    padding-right: 50px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .icon-cart {
    position: fixed;
    z-index: 800;
    bottom: 8px;
    right: 8px;
    background-color: #fff;
    width: 42px;
    border: 2px solid #333;
    padding: 10px 7px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22);
  }
}

@media screen and (min-width: 768px) {
  #protein_index .icon-cart {
    display: none;
  }
}

#protein_index .mainvisual {
  background: url(../images/img_mainviail.jpg) no-repeat;
  background-position: 47%;
  width: 100%;
  height: 588px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #protein_index .mainvisual {
    background: url(../images/img_mainviail_sp.jpg) no-repeat;
    background-size: cover;
    height: 770px;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .mainvisual h1:nth-child(1) {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  #protein_index .mainvisual h1:nth-child(1) img {
    width: 50%;
    position: absolute;
    top: 197px;
    right: 10px;
  }
  #protein_index .mainvisual::after {
    content: "";
    display: block;
    width: 184px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 1150px;
  }
  #protein_index .mainvisual h1:nth-child(2) img {
    display: none;
  }
  #protein_index .mainvisual::before {
    content: "";
    display: block;
    width: 164px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    right: 0;
    top: 716px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .mainvisual h1:nth-child(2) {
    position: relative;
  }
  #protein_index .mainvisual h1:nth-child(2) img {
    max-width: 300px;
    position: absolute;
    top: 370px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #protein_index .mainvisual::after {
    content: "";
    display: block;
    width: 98px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    left: -10px;
    top: 1370px;
    z-index: -1;
  }
  #protein_index .mainvisual h1:nth-child(1) img {
    display: none;
  }
  #protein_index .mainvisual::before {
    content: "";
    display: block;
    width: 80px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    right: 0;
    top: 945px;
    z-index: -1;
  }
}

#protein_index .mainvisual .scroll {
  max-width: 960px;
  margin: auto;
  position: relative;
}

#protein_index .mainvisual .scroll p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  top: 480px;
}

@media screen and (min-width: 768px) {
  #protein_index .mainvisual .scroll::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 520px;
    width: 1px;
    height: 30px;
    margin: auto;
    background-color: #636363;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .mainvisual .scroll p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 672px;
  }
  #protein_index .mainvisual .scroll::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 710px;
    width: 2px;
    height: 30px;
    margin: auto;
    background-color: #636363;
  }
}

#protein_index .evolution-inner {
  width: 100%;
  height: 215px;
}

@media screen and (min-width: 768px) {
  #protein_index .evolution-inner {
    background: url(../images/bg_blue.png) no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner {
    position: relative;
    background: #1d2767;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #protein_index .evolution-inner::after {
    content: '';
    position: absolute;
    border-top: 20px solid #1d2767;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#protein_index .evolution-inner .tow-point p {
  font-size: 20px;
  font-weight: bold;
  color: #cfae5d;
  line-height: 30px;
  text-align: center;
  padding-top: 42px;
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .tow-point p {
    font-size: 3.73vw;
    padding-top: 30px;
  }
}

#protein_index .evolution-inner .point-icon {
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #protein_index .evolution-inner .point-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .point-icon {
    max-width: 375px;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}

#protein_index .evolution-inner .point-icon .side {
  padding-top: 42px;
  margin-right: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .point-icon .side {
    margin-right: 24px;
    padding-top: 20px;
    display: inline-block;
  }
}

#protein_index .evolution-inner .point-icon .side::after {
  content: "";
  position: absolute;
  left: 102%;
  top: 53px;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 4px solid #d9b762;
  border-right: 4px solid #d9b762;
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .point-icon .side::after {
    content: "";
    position: absolute;
    left: 96%;
    top: 30px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 3px solid #d9b762;
    border-right: 3px solid #d9b762;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .point-icon .side img {
    width: 8vw;
  }
}

#protein_index .evolution-inner .point-icon .side p {
  font-size: 24px;
  font-weight: bold;
  color: #cfae5d;
  margin-top: 8px;
  margin-left: 20px;
  float: right;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #protein_index .evolution-inner .point-icon .side p {
    font-size: 4.26vw;
    margin-top: 2.13vw;
    margin-left: 4.76vw;
    padding-right: 4.76vw;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .reasons {
    position: relative;
  }
  #protein_index .reasons::after {
    content: "";
    display: block;
    width: 184px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 1200px;
    z-index: -1;
  }
  #protein_index .reasons::before {
    content: "";
    display: block;
    width: 164px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    right: 0;
    top: 795px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .reasons {
    position: relative;
  }
  #protein_index .reasons::after {
    content: "";
    display: block;
    width: 98px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    left: -10px;
    top: 1000px;
    z-index: -1;
  }
  #protein_index .reasons::before {
    content: "";
    display: block;
    width: 88px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    right: 0;
    top: 755px;
    z-index: -1;
  }
}

#protein_index .reasons .condition {
  max-width: 960px;
  height: auto;
  margin: auto;
}

#protein_index .reasons .condition .point {
  text-align: center;
}

#protein_index .reasons .condition .point img {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .point img {
    width: 14%;
    padding-top: 13.3vw;
  }
}

#protein_index .reasons .condition .description {
  width: 97%;
  max-width: 960px;
  margin: auto;
}

#protein_index .reasons .condition .description p:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #1d2767;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .description p:nth-child(1) .sp-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .description p:nth-child(1) {
    width: 80%;
    margin: auto;
    font-size: 5.18vw;
    margin-top: 5.33vw;
  }
  #protein_index .reasons .condition .description p:nth-child(1) .sp-br {
    display: inline;
  }
  #protein_index .reasons .condition .description p:nth-child(1) .pc-br {
    display: none;
  }
}

#protein_index .reasons .condition .description p:nth-child(1) span {
  font-size: 12px;
  vertical-align: 20px;
}

#protein_index .reasons .condition .description p:nth-child(2) {
  font-size: 12px;
  text-align: right;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .description p:nth-child(2) {
    margin-right: 5.33vw;
    margin-bottom: 13.3vw;
  }
}

#protein_index .reasons .condition .conditioning {
  max-width: 960px;
  margin: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .conditioning {
    width: 90%;
    margin: auto;
    height: auto;
  }
}

#protein_index .reasons .condition .conditioning h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1d2767;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .conditioning h3 {
    width: 100%;
    margin: auto;
    font-size: 4.1vw;
    margin-bottom: 8vw;
  }
}

#protein_index .reasons .condition .conditioning h3 span {
  font-size: 36px;
  font-weight: normal;
  vertical-align: -2.5px;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .conditioning h3 span {
    vertical-align: -5px;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .conditioning h3 span:nth-child(1) {
    padding-right: 10px;
  }
  #protein_index .reasons .condition .conditioning h3 span:nth-child(2) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .conditioning h3 span:nth-child(1) {
    padding-right: 0.93vw;
  }
  #protein_index .reasons .condition .conditioning h3 span:nth-child(2) {
    padding-left: 3.5px;
  }
}

#protein_index .reasons .condition .conditioning .hexagon {
  max-width: 960px;
  height: auto;
  margin: auto;
  text-align: center;
}

#protein_index .reasons .condition .conditioning .hexagon img {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .conditioning .hexagon img {
    margin-bottom: 13.3vw;
  }
}

#protein_index .reasons .condition .answer {
  max-width: 960px;
  width: 90%;
  height: auto;
  margin: auto;
  color: #333;
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .answer {
    width: 90%;
  }
}

#protein_index .reasons .condition .answer .answer-frame {
  position: relative;
  background-color: #f4f5fb;
}

#protein_index .reasons .condition .answer .answer-frame * {
  box-sizing: border-box;
}

#protein_index .reasons .condition .answer .answer-frame + .answer-frame {
  margin-top: 1.33vw;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame + .answer-frame {
    margin-top: 5px;
  }
}

#protein_index .reasons .condition .answer .answer-frame dt {
  width: 100%;
  padding: 5.3vw 5.3vw 5.3vw 11.47vw;
  position: relative;
  font-weight: bold;
  font-size: 3.73vw;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame dt {
    font-size: 24px;
    padding: 44px 40px 44px 70px;
  }
}

#protein_index .reasons .condition .answer .answer-frame dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3.2vw;
  height: 3.73vw;
  background: url(../images/ico_hexagon.png) no-repeat;
  background-size: cover;
  left: 5.33vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 2.67vw;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame dt::before {
    left: 40px;
    width: 16px;
    height: 18px;
    margin-right: 16px;
  }
}

#protein_index .reasons .condition .answer .answer-frame dt::after {
  content: '';
  position: absolute;
  background: url(../images/ico_open.png) no-repeat;
  background-size: cover;
  width: 2.67vw;
  height: 2.67vw;
  top: 50%;
  right: 5.33vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame dt::after {
    width: 18px;
    height: 18px;
    right: 60px;
  }
}

#protein_index .reasons .condition .answer .answer-frame dt:hover {
  cursor: pointer;
}

#protein_index .reasons .condition .answer .answer-frame dt.is-open::after {
  background-image: url(../images/ico_close.png);
}

#protein_index .reasons .condition .answer .answer-frame.answer-frame-cystine dt {
  padding-left: 15.2vw;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame.answer-frame-cystine dt {
    padding-left: 93px;
  }
}

#protein_index .reasons .condition .answer .answer-frame.answer-frame-cystine dt::before {
  width: 7.2vw;
  background-image: url(../images/ico_hexagon_gold.png), url(../images/ico_hexagon_red.png);
  background-size: 3.2vw 3.73vw,3.2vw 3.73vw;
  background-position: 0% 50%, 100% 50%;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame.answer-frame-cystine dt::before {
    width: 37px;
    background-size: 16px 18px,16px 18px;
  }
}

#protein_index .reasons .condition .answer .answer-frame.answer-frame-glutamine dt {
  padding-left: 15.2vw;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame.answer-frame-glutamine dt {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .reasons .condition .answer .answer-frame.answer-frame-glutamine dt {
    padding-left: 55px;
  }
}

#protein_index .reasons .condition .answer .answer-frame.answer-frame-glutamine dt::before {
  width: 7.2vw;
  background-image: url(../images/ico_hexagon_gold.png);
  background-size: 3.2vw 3.73vw,3.2vw 3.73vw;
  background-position: 0% 50%, 100% 50%;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame.answer-frame-glutamine dt::before {
    width: 37px;
    background-size: 16px 18px,16px 18px;
  }
}

#protein_index .reasons .condition .answer .answer-frame dd {
  width: 100%;
  font-size: 4.26vw;
  color: #333;
  display: none;
  padding: 0 5.3vw 5.3vw;
  position: relative;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #protein_index .reasons .condition .answer .answer-frame dd {
    font-size: 16px;
    padding: 0 60px 44px 40px;
  }
}

#protein_index .reasons .condition .answer .answer-frame:nth-child(3) dt img {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement {
    position: relative;
  }
  #protein_index .improvement::after {
    content: "";
    width: 184px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
  }
  #protein_index .improvement::before {
    content: "";
    display: block;
    width: 164px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    right: 0;
    top: -460px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement {
    position: relative;
  }
  #protein_index .improvement::after {
    content: "";
    width: 98px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    left: -10px;
    top: 570px;
    z-index: -1;
  }
  #protein_index .improvement::before {
    content: "";
    display: block;
    width: 88px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    right: 0;
    top: 135px;
    z-index: -1;
  }
}

#protein_index .improvement .leap {
  max-width: 960px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap {
    padding-top: 100px;
  }
}

#protein_index .improvement .leap .point {
  width: 13.87vw;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .point {
    width: 70px;
  }
}

#protein_index .improvement .leap .point img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .point img {
    padding-top: 18.5vw;
  }
}

#protein_index .improvement .leap h3 {
  font-size: 5.33vw;
  color: #1d2767;
  text-align: center;
  margin-top: 5.33vw;
  margin-bottom: 13.3vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap h3 {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 85px;
  }
  #protein_index .improvement .leap h3 .sp-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap h3 .sp-br {
    display: inline;
  }
}

#protein_index .improvement .leap .correction {
  max-width: 600px;
  background-color: #f4f5fb;
  margin: auto;
  margin-bottom: 85px;
  padding: 5.33vw;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .correction {
    padding: 45px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .correction {
    margin-bottom: 13.35vw;
  }
}

#protein_index .improvement .leap .correction p {
  position: relative;
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
  color: #333;
  padding-left: 7.47vw;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .correction p {
    font-size: 20px;
    padding-left: 40px;
  }
}

#protein_index .improvement .leap .correction p + p {
  margin-top: 5.33%;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .correction p + p {
    margin-top: 20px;
  }
}

#protein_index .improvement .leap .correction p:before {
  content: "";
  background: url(../images/check.png) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  top: 0.3em;
  width: 5.33vw;
  height: 4.53vw;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .correction p:before {
    width: 26px;
    height: 21px;
  }
}

#protein_index .improvement .leap .evaluation {
  max-width: 960px;
  width: 90%;
  margin: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .evaluation {
    padding-bottom: 19.4vw;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation {
    padding-bottom: 140px;
  }
}

#protein_index .improvement .leap .evaluation h3 {
  font-size: 4.27vw;
  font-weight: bold;
  color: #1d2767;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation h3 {
    font-size: 24px;
  }
}

#protein_index .improvement .leap .evaluation h3 span {
  font-size: 36px;
  font-weight: normal;
  vertical-align: -2.5px;
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .evaluation h3 span {
    vertical-align: -5px;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation h3 span:nth-child(1) {
    padding-right: 10px;
  }
  #protein_index .improvement .leap .evaluation h3 span:nth-child(2) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .evaluation h3 span:nth-child(1) {
    padding-right: 3.5px;
  }
  #protein_index .improvement .leap .evaluation h3 span:nth-child(2) {
    padding-left: 3.5px;
  }
}

#protein_index .improvement .leap .evaluation h3 + p {
  font-size: 3.73vw;
  color: #333333;
  margin-top: 8vw;
  margin-bottom: 8vw;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation h3 + p {
    font-size: 16px;
    margin-top: 46px;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .evaluation h3 + p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#protein_index .improvement .leap .evaluation .graph-box .graph {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph {
    width: 30.5%;
  }
}

#protein_index .improvement .leap .evaluation .graph-box .graph img {
  width: 100%;
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph img {
    margin-top: 20px;
  }
}

#protein_index .improvement .leap .evaluation .graph-box .graph figcaption {
  font-weight: bold;
  font-size: 4.26vw;
  line-height: 1.5;
  color: #333333;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph figcaption {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph:not(:first-child) {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph:not(:first-child) figcaption {
    line-height: 3em;
  }
}

#protein_index .improvement .leap .evaluation .graph-box .graph small {
  font-size: 2.93vw;
  color: #333333;
  text-align: left;
  margin-top: 4vw;
  display: block;
}

@media screen and (min-width: 768px) {
  #protein_index .improvement .leap .evaluation .graph-box .graph small {
    font-size: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .athlete {
    position: relative;
  }
  #protein_index .athlete::after {
    content: "";
    width: 184px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    left: -20px;
    top: -260px;
    z-index: -1;
  }
  #protein_index .athlete::before {
    content: "";
    display: block;
    width: 164px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    right: 0;
    top: -730px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .athlete {
    position: relative;
  }
  #protein_index .athlete::after {
    content: "";
    width: 98px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    left: -10px;
    top: -210px;
    z-index: -1;
  }
  #protein_index .athlete::before {
    content: "";
    display: block;
    width: 88px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    right: 0;
    top: -607px;
    z-index: -1;
  }
}

#protein_index .athlete .element {
  max-width: 960px;
  height: auto;
  margin: auto;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element {
    padding-bottom: 18.6vw;
  }
}

#protein_index .athlete .element .athleteheading {
  max-width: 385px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .athleteheading {
    max-width: 60%;
  }
}

#protein_index .athlete .element .athleteheading h3 {
  font-size: 34px;
  color: #1d2767;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .athleteheading h3 {
    font-size: 5.33vw;
    margin-bottom: 7.9vw;
  }
}

#protein_index .athlete .element .athleteheading h3:nth-child(1)::after, #protein_index .athlete .element .athleteheading h3:nth-child(1)::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #1d2767;
  display: block;
}

#protein_index .athlete .element .athleteheading h3:nth-child(1)::after {
  margin-left: 20px;
}

#protein_index .athlete .element .athleteheading h3:nth-child(1)::before {
  margin-right: 20px;
}

#protein_index .athlete .element .athletetext {
  max-width: 960px;
  width: 95%;
  margin: auto;
  height: auto;
}

#protein_index .athlete .element .athletetext p {
  font-size: 34px;
  color: #1d2767;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #protein_index .athlete .element .athletetext p .sp-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .athletetext p {
    font-size: 5.33vw;
    width: 90%;
    margin: auto;
    padding-bottom: 13.33vw;
  }
}

#protein_index .athlete .element .piechartarea {
  max-width: 960px;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .piechartarea {
    display: inline-block;
  }
}

#protein_index .athlete .element .piechartarea .piechart {
  max-width: 480px;
  width: 100%;
  margin: auto;
  height: auto;
}

#protein_index .athlete .element .piechartarea .piechart p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #protein_index .athlete .element .piechartarea .piechart img {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .piechartarea .piechart img {
    width: 90%;
  }
}

#protein_index .athlete .element .piechartarea .piechart:nth-child(1) p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .piechartarea .piechart:nth-child(1) p {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .athlete .element .piechartarea .piechart:nth-child(2) p {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
    margin-top: 8vw;
  }
}

#protein_index .keyvisual {
  background: url(../images/img_mainviail_02_sp.png?v=202204) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #protein_index .keyvisual {
    background-image: url(../images/img_mainviail_02.png?v=202204);
    background-position: 47% 100%;
  }
  #protein_index .keyvisual::before {
    content: "";
    display: block;
    width: 164px;
    height: 171px;
    background: url(../images/ico_-element_pc.png) no-repeat;
    position: absolute;
    right: 0;
    top: -690px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .keyvisual {
    position: relative;
  }
  #protein_index .keyvisual::after {
    content: "";
    width: 98px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    left: -10px;
    top: -385px;
    z-index: -1;
  }
  #protein_index .keyvisual::before {
    content: "";
    display: block;
    width: 88px;
    height: 91px;
    background: url(../images/ico_-element_sp.png) no-repeat;
    position: absolute;
    right: 0;
    top: -805px;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .keyvisual .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #protein_index .keyvisual .is-pc {
    display: none;
  }
}

#protein_index .keyvisual .keyvisual-inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #protein_index .keyvisual .keyvisual-inner {
    padding: 13.3vw 5.3vw 9vw;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .keyvisual .keyvisual-inner {
    padding: 80px 0 60px;
    max-width: 960px;
    text-align: center;
  }
}

#protein_index .keyvisual .kv-txt {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #protein_index .keyvisual .kv-txt {
    width: 59%;
    max-width: 566px;
  }
}

#protein_index .keyvisual .kv-txt img {
  width: 100%;
}

#protein_index .banner-fine {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 13.3vw auto;
  margin-bottom: 80px;
  position: relative;
  box-sizing: border-box;
  margin-top: 13.3vw;
}

@media screen and (max-width: 767px) {
  #protein_index .banner-fine {
    padding-right: 5.3vw;
    padding-left: 5.3vw;
    margin-bottom: 13.3vw;
  }
  #protein_index .banner-fine a:nth-child(1) img {
    padding-bottom: 5.3vw;
  }
}

@media screen and (min-width: 768px) {
  #protein_index .banner-fine {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #protein_index .banner-fine a:nth-child(1) img {
    width: 93%;
  }
  #protein_index .banner-fine a:nth-child(2) img {
    width: 93%;
  }
}

#protein_index .banner-fine img {
  width: 100%;
}

/* banner-fineここまで */
/*EC*/
.ec-link {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto 80px;
}

.ec-link_ttl {
  background: #1d2767;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 12px;
  box-sizing: border-box;
}

.ec-link_ttl img {
  width: 25px;
  display: inline-block;
  margin-right: 12px;
}

.ec-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.ec-link_list + .link-text {
  margin-top: 20px;
}

.ec-link_list_item {
  width: 49.5%;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

.ec-link_list_item:nth-child(n+3) {
  margin-top: 1%;
}

.ec-link_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ec-link_list_item01 a img {
  width: 22.1%;
  max-width: 100px;
}

.ec-link_list_item02 a img {
  width: 29.3%;
  max-width: 133px;
}

.ec-link_list_item03 a img {
  width: 32%;
  max-width: 145px;
}

.ec-link_list_item04 a img {
  width: 54%;
  max-width: 245px;
}

.ec-link_list_item a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url("/aminovital/shared_file/images/products/ico/icon_window.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 9px;
  right: 9px;
}

.link-text {
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
  .ec-link_list_item a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .ec-link {
    margin: 0 auto 13.3vw;
  }
  .ec-link_list_item {
    width: 100%;
  }
  .ec-link_list_item:nth-child(n+2) {
    margin-top: 10px;
  }
  .ec-link_list_item a {
    height: 16vw;
    max-height: 80px;
  }
  .ec-link_list_item a:after {
    width: 13px;
    height: 10px;
    bottom: 8px;
    right: 8px;
  }
  .link-text {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .show_ec_sp .ec-link {
    display: none !important;
  }
}

.sp-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
  overflow: scroll;
}

.sp-modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.sp-modal .modal__content {
  background: #fff;
  padding: 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 920px;
  box-sizing: border-box;
}

.sp-modal .modal__content .modal-close {
  clear: both;
  position: absolute;
  right: 0;
  top: -50px;
}

.sp-modal .modal__content .modal-close .icon-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.sp-modal .modal__content .modal-close .icon-close span::before,
.sp-modal .modal__content .modal-close .icon-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #ffffff;
}

.sp-modal .modal__content .modal-close .icon-close span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-modal .modal__content .modal-close .icon-close span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .sp-modal .modal__content {
    padding: 30px 15px;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
