body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#lineup article, #lineup aside, #lineup body, #lineup dd, #lineup dl, #lineup dt, #lineup figcaption, #lineup figure, #lineup footer, #lineup h1, #lineup h2, #lineup h3, #lineup h4, #lineup h5, #lineup h6, #lineup header, #lineup html, #lineup li, #lineup nav, #lineup ol, #lineup p, #lineup section, #lineup ul {
  font-family: "Noto Sans JP", sans-serif;
}

body#lineup {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  color: #404040;
}
body#lineup a {
  color: #404040;
  text-decoration: none;
}
body#lineup a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1160px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    align-items: flex-start;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  product           */
/*----------------------------------------------------- */
.product {
  background: url(../images/bg_main.png) no-repeat;
  background-size: cover;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.product_ttl01 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
}

.product_txt01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 70px;
}

.product_txt02 {
  position: absolute;
  top: 570px;
  left: calc(50% + 610px);
  width: 29px;
}

.product_ttl02 {
  max-width: 338px;
  margin-bottom: 15px;
}

.product_div {
  padding: 8px;
  display: flex;
  align-items: center;
}
.product_div .wrap {
  max-width: 880px;
  width: 76%;
  padding: 0 1.5% 0 5%;
  display: flex;
  align-items: center;
  color: #fff;
}
.product_div .pic {
  width: 31%;
  margin-right: 7%;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.9));
}
.product_div .txt {
  width: 62%;
}
.product_div .ttl {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.2;
}
.product_div .txt01 {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 15px;
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
.product_div .txt02 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.product_div .step {
  max-width: 364px;
  margin-bottom: 15px;
}
.product_div .box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 0 20px 20px;
}
.product_div .list li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  letter-spacing: -0.01em;
  position: relative;
}
.product_div .list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #7ac2ff;
}
.product_div .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  font-size: 24px;
  background: #070505;
  padding: 30px 0;
  transition: 0.3s ease-in-out;
}
.product_div .btn:hover {
  opacity: 0.7;
}

.product_bcaa {
  background: url(../images/bg_01.png) no-repeat;
  background-size: contain;
  aspect-ratio: 2320/1256;
  margin-bottom: 50px;
}

.product_deep {
  background: url(../images/bg_02.png) no-repeat;
  background-size: contain;
  aspect-ratio: 2320/1440;
  margin-bottom: 50px;
}
.product_deep .txt {
  max-width: 430px;
}
.product_deep .list li::before {
  background: #8dd8ae;
}

.product_protein {
  background: url(../images/bg_03.png) no-repeat;
  background-size: contain;
  aspect-ratio: 2320/1256;
}
.product_protein .txt {
  max-width: 430px;
}
.product_protein .list li::before {
  background: #ff9ca4;
}

@media screen and (max-width: 1200px) {
  .product_div .ttl {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .product_div .txt01 {
    font-size: 3.6vw;
    margin-bottom: 1.25vw;
  }
  .product_div .txt02 {
    font-size: 2.1vw;
    margin-bottom: 1.25vw;
  }
  .product_div .step {
    max-width: 30vw;
    margin-bottom: 1.25vw;
  }
  .product_div .box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.6vw 0 1.6vw 1.6vw;
  }
  .product_div .list li {
    font-size: 1.1vw;
    padding-left: 1.25vw;
  }
  .product_div .list li::before {
    top: 0.6vw;
    width: 0.8vw;
    height: 0.8vw;
  }
  .product_div .btn {
    margin-top: 1.6vw;
    font-size: 2vw;
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .product {
    background: url(../images/bg_main_sp.png) no-repeat;
    background-size: cover;
    padding: 14vw 0 17vw;
  }
  .product_ttl01 {
    font-size: 6.8vw;
    line-height: 1.4;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
  }
  .product_txt01 {
    font-size: 3.8vw;
    letter-spacing: -0.05em;
    margin-bottom: 70px;
  }
  .product_txt02 {
    top: 20px;
    left: auto;
    right: 1%;
    width: 4.5vw;
  }
  .product_ttl02 {
    max-width: 52vw;
    margin-bottom: 15px;
  }
  .product_div {
    display: block;
  }
  .product_div .wrap {
    width: 100%;
    padding: 6.25vw 0 0;
    display: block;
  }
  .product_div .pic {
    width: 41%;
    margin-right: 0%;
    margin-left: 10vw;
    margin-bottom: 12vw;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.9));
  }
  .product_div .txt {
    width: 82%;
    margin: 0 auto;
  }
  .product_div .ttl {
    font-size: 8vw;
    margin-bottom: 12px;
    margin-left: 4.6vw;
  }
  .product_div .txt01 {
    font-size: 6.5vw;
    margin-bottom: 12px;
    margin-left: 4.6vw;
  }
  .product_div .txt02 {
    font-size: 3.5vw;
    margin-bottom: 12px;
    margin-left: 4.6vw;
  }
  .product_div .step {
    max-width: 63vw;
    margin-bottom: 15px;
    margin-left: 4.6vw;
  }
  .product_div .box {
    padding: 3.1vw;
  }
  .product_div .list li {
    font-size: 3.1vw;
    padding-left: 12px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    position: relative;
  }
  .product_div .list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .product_div .btn {
    width: 64vw;
    margin: 12.5vw auto 0;
    font-weight: 700;
    font-size: 4.6vw;
    padding: 7vw 0;
  }
  .product_bcaa {
    background: url(../images/bg_01_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 604/1309;
    margin-bottom: 12.5vw;
  }
  .product_deep {
    background: url(../images/bg_02_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 604/1492;
    margin-bottom: 12.5vw;
  }
  .product_deep .txt {
    max-width: 430px;
  }
  .product_deep .list li::before {
    background: #8dd8ae;
  }
  .product_protein {
    background: url(../images/bg_03_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 604/1221;
  }
  .product_protein .txt {
    max-width: 430px;
  }
  .product_protein .list li::before {
    background: #ff9ca4;
  }
}
/*----------------------------------------------------- */
/*  links           */
/*----------------------------------------------------- */
.links {
  padding: 60px 0;
}
.links .btn {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
  max-width: 357px;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  font-weight: 900;
  color: #fff !important;
  background: url(../images/ico_triangle.png) right 10px center no-repeat #0d2c89;
  background-size: 14px;
  transition: 0.3s ease-in-out;
}
.links .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .links {
    padding: 15vw 0;
  }
  .links .btn {
    margin: 0 auto 10vw;
    max-width: 77vw;
    height: 19vw;
    line-height: 19vw;
    font-size: 3.9vw;
    color: #fff !important;
    background: url(../images/ico_triangle.png) right 10px center no-repeat #0d2c89;
    background-size: 10px;
  }
  .links_list {
    max-width: 90%;
    display: block;
  }
  .links_list li {
    width: 100%;
  }
  .links_list li a {
    display: block;
    border: 1px solid #fff;
    height: 20vw;
    line-height: 20vw;
    font-size: 3.9vw;
    background: url(../images/ico_triangle.png) right 10px center no-repeat;
    background-size: 12px;
  }
  .links_list li + li {
    margin-top: 30px;
  }
}
/*----------------------------------------------------- */
/*  sns           */
/*----------------------------------------------------- */
.sns {
  padding: 35px 0 50px;
}

.sns_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sns_ttl span {
  font-size: 16px;
  font-weight: 500;
}

.sns_list {
  display: flex;
  justify-content: center;
}
.sns_list li {
  width: 40px;
}
.sns_list li + li {
  margin-left: 40px;
}
.sns_list a {
  transition: 0.3s ease-in-out;
}
.sns_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 10vw 0;
  }
  .sns_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
  .sns_ttl span {
    font-size: 3.4vw;
  }
  .sns_list li {
    width: 8.75vw;
  }
  .sns_list li + li {
    margin-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */