@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}

main {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* HTML5 display-role reset for older browsers */
}
main div, main span, main applet, main object, main iframe, main h1, main h2, main h3, main h4, main h5, main h6, main p, main blockquote, main pre, main a, main abbr, main acronym, main address, main big, main cite, main code, main del, main dfn, main em, main img, main ins, main kbd, main q, main s, main samp, main small, main strike, main strong, main sub, main sup, main tt, main var, main b, main u, main i, main center, main dl, main dt, main dd, main ol, main ul, main li, main fieldset, main form, main label, main legend, main table, main caption, main tbody, main tfoot, main thead, main tr, main th, main td, main article, main aside, main canvas, main details, main embed, main figure, main figcaption, main footer, main header, main hgroup, main menu, main nav, main output, main ruby, main section, main summary, main time, main mark, main audio, main video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}
main article, main aside, main details, main figcaption, main figure, main footer, main header, main hgroup, main menu, main nav, main section {
  display: block;
}
main ol, main ul {
  list-style: none;
}
main blockquote, main q {
  quotes: none;
}
main blockquote:before, main blockquote:after {
  content: "";
  content: none;
}
main q:before, main q:after {
  content: "";
  content: none;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}
main a {
  text-decoration: none;
  color: #222222;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@keyframes boundeInCustom {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  40% {
    transform: scale(1.1, 0.9) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.95, 1.1) translate(0%, -30%);
  }
  75% {
    transform: scale(0.95, 1.1) translate(0%, -15%);
  }
  85% {
    transform: scale(1.1, 0.9) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes bounceCustom {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeInCustom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stepSwingRtoL {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes stepSwingLtoR {
  0% {
    transform: rotate(-20deg);
  }
  to {
    transform: rotate(10deg);
  }
}
@keyframes flipInCustom {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes slideInMV {
  0% {
    background-position: 50% -50%, 50% 210%;
  }
  100% {
    background-position: 50% 0, 50% 100%;
  }
}
main img {
  width: 100%;
}
main .img-obj {
  position: absolute;
  width: auto;
}
main .img-obj.--01 {
  top: 393.6px;
  left: 51.2px;
  width: 54.4px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--01 {
    top: 57.6vw;
    left: 10.5333333333vw;
    width: 6.2666666667vw;
  }
}
main .img-obj.--02 {
  top: 372px;
  left: 1090.4px;
  width: 52px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--02 {
    top: 55.8666666667vw;
    left: 83.7333333333vw;
    width: 6.1333333333vw;
  }
}
main .img-obj.--03 {
  top: 488px;
  left: 861.6px;
  width: 59.2px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--03 {
    top: 92.5333333333vw;
    left: 82.5333333333vw;
    width: 6.9333333333vw;
  }
}
main .img-obj.--04 {
  top: 212.97px;
  left: 141.36px;
  width: 56.73px;
}
main .img-obj.--05 {
  top: 243.66px;
  left: 82.77px;
  width: 87.42px;
}
main .img-obj.--06 {
  top: 225.99px;
  left: 1023.93px;
  width: 81.84px;
}
main .img-obj.--07 {
  top: 294.81px;
  left: 380.37px;
  width: 79.98px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--07 {
    top: auto;
    bottom: -16vw;
    left: 22.4vw;
    width: 16.4vw;
  }
}
main .img-obj.--08 {
  top: 288.3px;
  left: 485.46px;
  width: 46.5px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--08 {
    top: auto;
    bottom: -16vw;
    left: 42.9333333333vw;
    width: 9.7333333333vw;
  }
}
main .img-obj.--09 {
  top: 308.76px;
  left: 378.51px;
  width: 52.08px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--09 {
    top: auto;
    bottom: -16vw;
    left: 24.8vw;
    width: 9.8666666667vw;
  }
}
main .img-obj.--10 {
  top: 317.13px;
  left: 455.7px;
  width: 62.31px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--10 {
    top: auto;
    bottom: -16vw;
    left: 39.4666666667vw;
    width: 11.7333333333vw;
  }
}
main .img-obj.--11 {
  top: 297.6px;
  left: 377.58px;
  width: 79.98px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--11 {
    top: auto;
    bottom: -16vw;
    left: 22.1333333333vw;
    width: 16vw;
  }
}
main .img-obj.--12 {
  top: 292.02px;
  left: 473.37px;
  width: 57.66px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--12 {
    top: auto;
    bottom: -16vw;
    left: 41.6vw;
    width: 11.4666666667vw;
  }
}
main .img-obj.--13 {
  top: 344.1px;
  left: 362.7px;
  width: 85.56px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--13 {
    top: auto;
    bottom: -16vw;
    left: 19.3333333333vw;
    width: 17.3333333333vw;
  }
}
main .img-obj.--14 {
  top: 334.8px;
  left: 453.84px;
  width: 57.66px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--14 {
    top: auto;
    bottom: -16vw;
    left: 37.8666666667vw;
    width: 18.5333333333vw;
  }
}
main .img-obj.--15 {
  top: 318.06px;
  left: 378.51px;
  width: 73.47px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--15 {
    top: auto;
    bottom: -16vw;
    left: 22.6666666667vw;
    width: 14.1333333333vw;
  }
}
main .img-obj.--16 {
  top: 322.71px;
  left: 470.58px;
  width: 69.75px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--16 {
    top: auto;
    bottom: -16vw;
    left: 40.4vw;
    width: 13.3333333333vw;
  }
}
main .img-obj.--17 {
  top: 319.92px;
  left: 382.23px;
  width: 79.98px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--17 {
    top: auto;
    bottom: -16vw;
    left: 22.4vw;
    width: 16.4vw;
  }
}
main .img-obj.--18 {
  top: 304.11px;
  left: 478.02px;
  width: 80.91px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--18 {
    top: auto;
    bottom: -16vw;
    left: 41.6vw;
    width: 15.6vw;
  }
}
main .img-obj.--19 {
  top: 310.62px;
  left: 382.23px;
  width: 79.98px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--19 {
    top: auto;
    bottom: -16vw;
    left: 18.4vw;
    width: 16.4vw;
  }
}
main .img-obj.--20 {
  top: 317.13px;
  left: 468.72px;
  width: 85.56px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--20 {
    top: auto;
    bottom: -16vw;
    left: 38.9333333333vw;
    width: 18.6666666667vw;
  }
}
main .img-obj.--21 {
  top: 306.9px;
  left: 391.53px;
  width: 53.01px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--21 {
    top: auto;
    bottom: -16vw;
    left: 23.0666666667vw;
    width: 10.2666666667vw;
  }
}
main .img-obj.--22 {
  top: 310.62px;
  left: 462.21px;
  width: 88.35px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--22 {
    top: auto;
    bottom: -16vw;
    left: 36.1333333333vw;
    width: 16.8vw;
  }
}
main .img-obj.--23 {
  top: 310.62px;
  left: 381.3px;
  width: 79.98px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--23 {
    top: auto;
    bottom: -16vw;
    left: 19.8666666667vw;
    width: 16.4vw;
  }
}
main .img-obj.--24 {
  top: 305.04px;
  left: 478.02px;
  width: 80.91px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--24 {
    top: auto;
    bottom: -16vw;
    left: 38.8vw;
    width: 15.6vw;
  }
}
main .img-obj.--25 {
  top: 321.78px;
  left: 371.07px;
  width: 93.93px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--25 {
    top: auto;
    bottom: -16vw;
    left: 18.8vw;
    width: 19.2vw;
  }
}
main .img-obj.--26 {
  top: 337.59px;
  left: 473.37px;
  width: 83.7px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--26 {
    top: auto;
    bottom: -16vw;
    left: 40vw;
    width: 17.3333333333vw;
  }
}
main .img-obj.--27 {
  top: 251.1px;
  left: 397.11px;
  width: 54.87px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--27 {
    top: auto;
    bottom: -16vw;
    left: 24vw;
    width: 10.4vw;
  }
}
main .img-obj.--28 {
  top: 260.4px;
  left: 465px;
  width: 75.33px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--28 {
    top: auto;
    bottom: -16vw;
    left: 37.3333333333vw;
    width: 14.1333333333vw;
  }
}
main .img-obj.--29 {
  top: 291.09px;
  left: 384.09px;
  width: 74.4px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--29 {
    top: auto;
    bottom: -16vw;
    left: 24vw;
    width: 12.9333333333vw;
  }
}
main .img-obj.--30 {
  top: 292.95px;
  left: 479.88px;
  width: 63.24px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--30 {
    top: auto;
    bottom: -16vw;
    left: 40.8vw;
    width: 10.9333333333vw;
  }
}
main .img-obj.--31 {
  top: 315.27px;
  left: 384.09px;
  width: 74.4px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--31 {
    top: auto;
    bottom: -16vw;
    left: 24vw;
    width: 12.9333333333vw;
  }
}
main .img-obj.--32 {
  top: 331.08px;
  left: 472.44px;
  width: 73.47px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--32 {
    top: auto;
    bottom: -16vw;
    left: 40vw;
    width: 13.3333333333vw;
  }
}
main .img-obj.--33 {
  top: 270.63px;
  left: 27.9px;
  width: 81.84px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--33 {
    top: 38.8vw;
    left: 14.2666666667vw;
    width: 11.4666666667vw;
  }
}
main .img-obj.--34 {
  top: 272.49px;
  left: 1088.1px;
  width: 79.05px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--34 {
    top: 43.2vw;
    left: 76.9333333333vw;
    width: 11.7333333333vw;
  }
}
main .img-obj.--35 {
  top: 577.53px;
  left: 122.76px;
  width: 77.19px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--35 {
    top: 68.8vw;
    left: 41.6vw;
    width: 10vw;
  }
}
main .img-obj.--36 {
  top: 491.97px;
  left: 1000.68px;
  width: 57.66px;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  main .img-obj.--36 {
    top: 89.8666666667vw;
    left: 88.1333333333vw;
    width: 9.6vw;
  }
}
main .fade-obj {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
}
main .fade-obj.fade-in {
  transform: translateY(0);
  opacity: 1;
}
main .popIn-obj {
  opacity: 0;
}
main .popIn-obj.scroll-in {
  opacity: 1;
  animation: boundeInCustom 0.6s linear 0s, fadeInCustom 0.6s linear 0s;
}
main .popIn-obj.--delay.scroll-in {
  opacity: 1;
  animation: boundeInCustom 0.6s linear 0.2s, fadeInCustom 0.6s linear 0.2s;
}
main .flipIn-obj {
  opacity: 0;
}
main .flipIn-obj.flip-in {
  opacity: 1;
  animation: flipInCustom 0.6s linear 0s, fadeInCustom 0.6s linear 0s;
}
main .mascot {
  position: absolute;
}
main .dashed-underline {
  background-image: linear-gradient(to right, #b2b2b2 3.72px, transparent 3.72px);
  background-repeat: repeat-x;
  background-position: 0 100%;
  -webkit-background-size: 5.58px 1px;
  background-size: 5.58px 1px;
}
@media screen and (max-width: 767px) {
  main .dashed-underline {
    background-image: linear-gradient(to right, #b2b2b2 0.5333333333vw, transparent 0.5333333333vw);
    -webkit-background-size: 0.8vw 1px;
    background-size: 0.8vw 1px;
  }
}
main .featured-text {
  font-size: 26.04px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main .featured-text {
    font-size: 4.1vw;
  }
}
main .featured-text.red {
  color: #f0373d;
}
main .featured-text.green {
  color: #3cb53c;
}
main .featured-text.blue {
  color: #3a58d8;
}
main .featured-text.marker {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #feff86);
}
main .featured-text.mr {
  margin-right: 9.3px;
}
@media screen and (max-width: 767px) {
  main .featured-text.mr {
    margin-right: 0.6666666667vw;
  }
}
main .mainvisual {
  position: relative;
  height: 1200px;
  padding: 293px 0 0;
  box-sizing: border-box;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_mainvisual_top.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_mainvisual_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 50% 100%;
  -webkit-background-size: contain;
  background-size: contain;
  animation: slideInMV 0.4s ease-out 0s;
}
@media screen and (max-width: 767px) {
  main .mainvisual {
    height: 156.2666666667vw;
    padding-top: 52.8vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_mainvisual_top_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_mainvisual_bottom_sp.png");
    background-position: 50% 0, 50% 139%;
  }
}
main .mainvisual .mainLogo {
  width: 793px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .mainvisual .mainLogo {
    width: 88.5333333333vw;
  }
}
main .about {
  position: relative;
  width: 100%;
  margin: -316.2px 0 0;
  padding: 132.06px 0 199.95px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #9de9ea 20%);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main .about {
    margin-top: -6.4vw;
    padding-top: 15.2vw;
    padding-bottom: 35.7333333333vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #9de9ea 20%);
  }
}
main .about h2 {
  width: 652.86px;
  margin: 0 auto 41.85px;
}
@media screen and (max-width: 767px) {
  main .about h2 {
    width: 93.6vw;
    margin-bottom: 3.2vw;
  }
}
main .about .about-contents {
  width: 1143.9px;
  height: 666.81px;
  margin: 0 auto 72.54px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about_description.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .about .about-contents {
    width: 93.3333333333vw;
    height: 209.8666666667vw;
    margin: 0 auto 7.3333333333vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about_description_sp.png");
    -webkit-background-size: cover;
    background-size: cover;
  }
}
main .about .about-contents .image-description {
  padding: 144.15px 0 0 540.33px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
main .about .about-contents .image-description p {
  width: 524.52px;
  margin: 0 0 32.55px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description p {
    width: 85.3333333333vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 99.4666666667vw;
  }
}
main .about .about-contents .image-description p > span {
  display: block;
  height: 27.9px;
  margin: 0 0 9.3px;
  font-size: 16.74px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description p > span {
    height: 5.8666666667vw;
    margin-bottom: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
main .about .about-contents .image-description p > span.wide {
  height: 37.2px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description p > span.wide {
    height: 8vw;
  }
}
main .about .about-contents .image-description p > span.shorten {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description p > span.broaden {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  main .about .about-contents .image-description p > span:nth-of-type(5) {
    height: 11.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main .about .about-contents .image-description p:nth-of-type(1) > span:nth-of-type(3) {
    width: 490.11px;
  }
}
main .about .about-contents .image-description p:nth-of-type(2), main .about .about-contents .image-description p:nth-of-type(3) {
  width: 450.12px;
}
main .about .about-contents .image-description p:nth-of-type(3) > span:nth-of-type(1) {
  width: 428.73px;
}
main .about .about-contents .image-description p:nth-of-type(3) > span:nth-of-type(4) {
  width: 366.42px;
}
main .about .mascot {
  top: 212.97px;
  left: 930.93px;
  width: 166.47px;
}
main .about .mascot.--a {
  top: 1069.5px;
  left: 132.06px;
  width: 165.54px;
}
@media screen and (max-width: 767px) {
  main .about .mascot.--a {
    top: 252.9333333333vw;
    left: 0;
    width: 18vw;
  }
}
main .about .mascot.--c {
  top: 1180.17px;
  left: 876.99px;
  width: 184.14px;
}
@media screen and (max-width: 767px) {
  main .about .mascot.--c {
    top: 284.6666666667vw;
    left: 78.4vw;
    width: 20.8vw;
  }
}
main .about .about-contents2 {
  width: 1039.74px;
  height: 368.28px;
  margin: 0 0 0 52.08px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about2.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 {
    width: 94vw;
    height: 57.2vw;
    margin-left: 4.6666666667vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_about2_sp.png");
  }
}
main .about .about-contents2 p {
  width: 571.95px;
  margin: 0 auto;
  padding: 127.41px 0 0 24.18px;
  font-size: 19.53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p {
    width: 68.5333333333vw;
    padding-top: 17.7333333333vw;
    padding-left: 0;
    font-size: 4.2666666667vw;
  }
}
main .about .about-contents2 p > span {
  display: block;
  height: 27.9px;
  margin: 0 0 9.3px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p > span {
    height: 5.6vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  main .about .about-contents2 p > span:nth-of-type(2) {
    height: 41.85px;
  }
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p > span:nth-of-type(2), main .about .about-contents2 p > span:nth-of-type(3) {
    height: 6.6666666667vw;
  }
}
main .detail {
  position: relative;
  width: 100%;
  margin: -88.35px 0 0;
  padding: 154.38px 0 188.79px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_detail.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #ffffff 20%);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main .detail {
    padding-top: 17.6vw;
    padding-bottom: 40vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_detail_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #ffffff 20%);
  }
}
main .detail h2 {
  width: 710.52px;
  margin: 0 auto 86.49px;
}
@media screen and (max-width: 767px) {
  main .detail h2 {
    width: 94.5333333333vw;
    margin-bottom: 7.2vw;
  }
}
main .detail .graph-list {
  display: flex;
  width: 1116px;
  margin: 0 auto 8.37px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 37.2px;
}
@media screen and (max-width: 767px) {
  main .detail .graph-list {
    display: block;
    width: 100%;
  }
}
main .detail .graph-list p {
  width: 48.3333333333%;
  margin: 0 0 40.92px;
}
@media screen and (max-width: 767px) {
  main .detail .graph-list p {
    width: 91.8666666667vw;
    margin: 0 auto 5.6vw;
  }
}
main .detail .remarks {
  margin: 0 0 82.77px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .detail .remarks {
    margin-bottom: 11.3333333333vw;
    font-size: 2.4vw;
    letter-spacing: 0.05em;
    line-height: 1.77em;
  }
}
main .detail .detail-image {
  width: 984.87px;
  height: 466.86px;
  margin: 0 0 0 95.79px;
  box-sizing: border-box;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_description2.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .detail .detail-image {
    width: 100vw;
    height: 78.4vw;
    margin-left: 0;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_description2_sp.png");
    background-position: 50% 0;
    -webkit-background-size: 105%;
    background-size: 105%;
  }
}
main .detail .detail-image p {
  width: 493.83px;
  margin: 0 auto 0 288.3px;
  padding: 139.5px 0 0;
  font-size: 19.53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p {
    width: 95.4666666667vw;
    margin-left: 2.1333333333vw;
    padding-top: 20.8vw;
    font-size: 4.2666666667vw;
  }
}
main .detail .detail-image p > span {
  display: block;
  height: 37.2px;
  margin: 0 auto 9.3px;
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span {
    height: 5.6vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  main .detail .detail-image p > span:nth-of-type(2), main .detail .detail-image p > span:nth-of-type(5) {
    height: 46.5px;
  }
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span:nth-of-type(2), main .detail .detail-image p > span:nth-of-type(6) {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span:nth-of-type(7) {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span:nth-of-type(1), main .detail .detail-image p > span:nth-of-type(2) {
    width: 74.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span:nth-of-type(6) {
    width: 64vw;
  }
}
main .detail .mascot {
  position: absolute;
  top: 190.65px;
  left: 969.99px;
  width: 128.34px;
}
main .detail .mascot.--b-yousan {
  top: 1582.86px;
  left: 117.18px;
  width: 189.72px;
}
@media screen and (max-width: 767px) {
  main .detail .mascot.--b-yousan {
    top: 399.2vw;
    left: 0.8vw;
    width: 21.0666666667vw;
  }
}
main .detail .mascot.--b-biotine {
  top: 1714.92px;
  left: 965.34px;
  width: 146.94px;
}
@media screen and (max-width: 767px) {
  main .detail .mascot.--b-biotine {
    top: 467.4666666667vw;
    left: 78.8vw;
    width: 17.4666666667vw;
  }
}
main .check {
  position: relative;
  width: 100%;
  margin: -88.35px 0 0;
  padding: 154.38px 0 188.79px 0;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_check.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #fff5dd 20%);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main .check {
    padding-top: 17.6vw;
    padding-bottom: 17.3333333333vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_check_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, #fff5dd 2%);
  }
}
main .check h2 {
  width: 745.86px;
  margin: 0 auto 46.5px;
}
@media screen and (max-width: 767px) {
  main .check h2 {
    width: 93.7333333333vw;
    margin-bottom: 4.8vw;
  }
}
main .check .overview {
  margin: 0 0 74.4px;
  font-size: 16.74px;
  text-align: center;
  line-height: 2.11em;
}
@media screen and (max-width: 767px) {
  main .check .overview {
    width: 89.3333333333vw;
    margin: 0 auto 9.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.76em;
  }
}
main .check .subTitle {
  width: 1116px;
  margin: 0 auto 55.8px;
}
@media screen and (max-width: 767px) {
  main .check .subTitle {
    width: 89.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
main .check .vitamin-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 27.9px;
  width: 1116px;
  margin: 0 auto 75.33px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-list {
    display: block;
    width: 100%;
    margin-bottom: 12.5333333333vw;
  }
}
main .check .vitamin-list li {
  width: 31.6666666667%;
  margin: 0 0 26.04px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-list li {
    width: 83.8666666667vw;
    margin: 0 auto 4.5333333333vw;
  }
}
main .check .vitamin-list:last-of-type {
  margin-bottom: 61.38px;
}
main .check .vitamin-difference {
  margin: 0 auto 130.2px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference {
    margin-bottom: 16vw;
  }
}
main .check .vitamin-difference .title {
  width: 493.83px;
  height: 52.08px;
  margin: 0 auto;
  font-size: 20.46px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  line-height: 52.08px;
  color: #ffffff;
  background: #232323;
  border-radius: 26.04px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .title {
    width: 93.3333333333vw;
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
}
main .check .vitamin-difference .difference-wrapper {
  display: flex;
  width: 1116px;
  height: 277.14px;
  margin: -26.04px auto 0;
  padding: 53.94px 0 52.08px;
  box-sizing: border-box;
  border-radius: 138.57px;
  border: 1px solid #232323;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .difference-wrapper {
    display: block;
    width: 89.3333333333vw;
    height: auto;
    padding-top: 11.8666666667vw;
    border-radius: 12vw;
  }
}
main .check .vitamin-difference .difference-wrapper .difference {
  width: 50%;
  padding: 0 52.08px 52.08px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .difference-wrapper .difference {
    width: 80.5333333333vw;
    margin: 0 auto;
    padding: 0;
  }
}
main .check .vitamin-difference .difference-wrapper .difference:first-of-type {
  border-right: 1px dashed #4e4c47;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .difference-wrapper .difference:first-of-type {
    margin: 0 auto 6.9333333333vw;
    padding: 0 0 6vw;
    border-right: none;
    border-bottom: 1px dashed #4e4c47;
  }
}
main .check .vitamin-difference .difference-wrapper .difference .name {
  width: 32.3333333333%;
  height: 37.2px;
  margin: 0 auto 18.6px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35.34px;
  text-align: center;
  border: 1px solid #232323;
  border-radius: 18.6px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .difference-wrapper .difference .name {
    width: 38.4vw;
    height: 7.6vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
main .check .vitamin-difference .difference-wrapper .difference .description {
  font-size: 1rem;
  line-height: 1.73em;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-difference .difference-wrapper .difference .description {
    padding: 0 2vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.72em;
  }
}
main .check .anchor-title {
  width: 1116px;
  margin: 0 auto 20.46px;
}
@media screen and (max-width: 767px) {
  main .check .anchor-title {
    width: 89.4666666667vw;
    margin-bottom: 1.6vw;
  }
}
main .check .vitamin-mascots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 27.9px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots {
    margin-bottom: 4.2666666667vw;
  }
}
main .check .vitamin-mascots p {
  float: left;
}
main .check .vitamin-mascots p.--a {
  width: 131.13px;
  margin: 0 70.68px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--a {
    width: 15.7333333333vw;
    margin-right: 8.4vw;
  }
}
main .check .vitamin-mascots p.--c {
  width: 143.22px;
  margin: 0 66.03px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--c {
    width: 17.2vw;
    margin-right: 7.2vw;
  }
}
main .check .vitamin-mascots p.--e {
  width: 122.76px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--e {
    width: 14.6666666667vw;
  }
}
main .check .vitamin-mascots p.--d {
  width: 199.95px;
  margin: 0 17.67px 0 0;
  padding: 9.3px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--d {
    width: 21.8666666667vw;
    padding-top: 2.4vw;
  }
}
main .check .vitamin-mascots p.--k {
  width: 166.47px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--k {
    width: 18.1333333333vw;
    padding-top: 1.6vw;
  }
}
main .check .vitamin-mascots p.--b1 {
  width: 127.41px;
  margin: 15.81px 21.39px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b1 {
    width: 16.9333333333vw;
    margin-top: 4.8vw;
    margin-right: 3.2vw;
  }
}
main .check .vitamin-mascots p.--b2 {
  width: 140.43px;
  margin: 22.32px 10.23px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b2 {
    width: 18.6666666667vw;
    margin-top: 5.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}
main .check .vitamin-mascots p.--b-niacine {
  width: 103.23px;
  margin: 8.37px 20.46px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b-niacine {
    width: 13.6vw;
    margin-top: 4.2666666667vw;
    margin-right: 5.3333333333vw;
  }
}
main .check .vitamin-mascots p.--b-pantoten {
  width: 146.94px;
  margin: 24.18px 9.3px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b-pantoten {
    width: 19.6vw;
    margin-top: 6.4vw;
    margin-right: 2.4vw;
  }
}
main .check .vitamin-mascots p.--b6 {
  width: 149.73px;
  margin: 22.32px 21.39px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b6 {
    width: 20vw;
    margin-top: 5.8666666667vw;
    margin-right: 5.6vw;
  }
}
main .check .vitamin-mascots p.--b-biotine {
  width: 106.02px;
  margin: 19.53px 23.25px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b-biotine {
    width: 14vw;
    margin-top: 5.2vw;
    margin-right: 6.1333333333vw;
  }
}
main .check .vitamin-mascots p.--b-yousan {
  width: 133.92px;
  margin: 0 15.81px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b-yousan {
    width: 17.7333333333vw;
    margin-top: 3.7333333333vw;
    margin-right: 4.2666666667vw;
  }
}
main .check .vitamin-mascots p.--b12 {
  width: 111.6px;
  margin: 24.18px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--b12 {
    width: 14.8vw;
    margin-top: 6.4vw;
  }
}
main .check .detail-overview {
  margin: 0 0 51.15px;
  font-size: 1rem;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  main .check .detail-overview {
    width: 89.3333333333vw;
    margin: 0 auto 7.2vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 1.76em;
  }
}
main .check .detail-overview span {
  display: inline-block;
  font-size: 50%;
  vertical-align: super;
}
main .check .detail-overview.--team-b {
  margin-bottom: 23.25px;
}
main .check .overview-notice {
  margin: 0 0 43.71px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .check .overview-notice {
    font-size: 3.7333333333vw;
  }
}
main .check .btn-comic {
  width: 307.83px;
  margin: 0 auto 62.31px;
}
@media screen and (max-width: 767px) {
  main .check .btn-comic {
    width: 67.4666666667vw;
  }
}
main .check .vitamin-detail-list {
  margin: 0 0 145.08px;
  padding: 111.6px 0 165.54px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_ace.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list {
    position: relative;
    margin-bottom: 18.6666666667vw;
    padding-top: 11.7333333333vw;
    padding-bottom: 16vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_ace_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_ace_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, #fc7a7f 6%, #fc7a7f 94%, rgba(0, 0, 0, 0) 94%);
    background-position: 50% 0, 50% 100%;
    -webkit-background-size: contain, contain;
    background-size: contain, contain;
  }
}
main .check .vitamin-detail-list.--duo {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_duo.png");
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list.--duo {
    padding-bottom: 24vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_duo_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_duo_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, #feb7ec 8%, #feb7ec 92%, rgba(0, 0, 0, 0) 92%);
  }
}
main .check .vitamin-detail-list.--team-b {
  margin-bottom: 0;
  padding-bottom: 215.76px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_team_b.png");
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list.--team-b {
    margin-bottom: 13.8666666667vw;
    padding-bottom: 18.6666666667vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_team_b_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_team_b_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, #42bf85 6%, #42bf85 96%, rgba(0, 0, 0, 0) 96%);
  }
}
main .check .vitamin-detail-list li {
  display: flex;
  width: 1116px;
  height: 511.5px;
  margin: 0 auto 46.5px;
  align-items: center;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_vitamin.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li {
    display: block;
    width: 89.4666666667vw;
    height: auto;
    margin-bottom: 8vw;
    padding: 0 0 22vw;
    box-sizing: border-box;
    background-image: none;
    background-color: #fff;
    border-top-right-radius: 44.8vw;
    border-bottom-right-radius: 20vw;
    border-top-left-radius: 44.8vw;
  }
}
main .check .vitamin-detail-list li .detailedinfo {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #232323;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .detailedinfo {
    display: block;
  }
}
main .check .vitamin-detail-list li .detailedinfo .btn-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 104.16px;
  height: 104.16px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .detailedinfo .btn-next {
    bottom: -22vw;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
  }
}
main .check .vitamin-detail-list li .vitamin-image {
  position: relative;
  width: 444.54px;
  height: 100%;
  margin: 0 44.64px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-image {
    width: 100%;
    height: 57.0666666667vw;
    margin: 0 0 4vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_vitamin_mascot.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
main .check .vitamin-detail-list li .vitamin-image .mascot {
  position: absolute;
}
main .check .vitamin-detail-list li .vitamin-image .tooltip {
  position: absolute;
  top: 40.92px;
  left: 316.2px;
  width: 121.83px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-image .tooltip {
    top: 35.2vw;
    left: 64vw;
    width: 20.2666666667vw;
  }
}
main .check .vitamin-detail-list li.--a .mascot {
  top: 115.32px;
  left: 152.52px;
  width: 232.5px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--a .mascot {
    top: 13.3333333333vw;
    left: 30.5333333333vw;
    width: 29.8666666667vw;
  }
}
main .check .vitamin-detail-list li.--c .mascot {
  top: 130.2px;
  left: 128.34px;
  width: 237.15px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--c .mascot {
    top: 12.5333333333vw;
    left: 27.4666666667vw;
    width: 32vw;
  }
}
main .check .vitamin-detail-list li.--e .mascot {
  top: 116.25px;
  left: 147.87px;
  width: 210.18px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--e .mascot {
    top: 10.2666666667vw;
    left: 29.4666666667vw;
    width: 28.6666666667vw;
  }
}
main .check .vitamin-detail-list li.--d .mascot {
  top: 141.36px;
  left: 98.58px;
  width: 316.2px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--d .mascot {
    top: 14vw;
    left: 21.3333333333vw;
    width: 42.2666666667vw;
  }
}
main .check .vitamin-detail-list li.--k .mascot {
  top: 150.66px;
  left: 127.41px;
  width: 246.45px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--k .mascot {
    top: 12.4vw;
    left: 25.0666666667vw;
    width: 34.8vw;
  }
}
main .check .vitamin-detail-list li.--b1 .mascot {
  top: 125.55px;
  left: 141.36px;
  width: 241.8px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b1 .mascot {
    top: 11.0666666667vw;
    left: 28vw;
    width: 32.8vw;
  }
}
main .check .vitamin-detail-list li.--b2 .mascot {
  top: 134.85px;
  left: 140.43px;
  width: 264.12px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b2 .mascot {
    top: 10.8vw;
    left: 27.7333333333vw;
    width: 34.8vw;
  }
}
main .check .vitamin-detail-list li.--b-niacine .mascot {
  top: 118.11px;
  left: 152.52px;
  width: 197.16px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b-niacine .mascot {
    top: 9.7333333333vw;
    left: 29.7333333333vw;
    width: 26.2666666667vw;
  }
}
main .check .vitamin-detail-list li.--b-pantoten .mascot {
  top: 144.15px;
  left: 111.6px;
  width: 277.14px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b-pantoten .mascot {
    top: 12.1333333333vw;
    left: 22.9333333333vw;
    width: 39.6vw;
  }
}
main .check .vitamin-detail-list li.--b6 .mascot {
  top: 136.71px;
  left: 103.23px;
  width: 293.88px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b6 .mascot {
    top: 11.7333333333vw;
    left: 23.6vw;
    width: 39.6vw;
  }
}
main .check .vitamin-detail-list li.--b-biotine .mascot {
  top: 132.06px;
  left: 158.1px;
  width: 206.46px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b-biotine .mascot {
    top: 11.7333333333vw;
    left: 30.2666666667vw;
    width: 28.2666666667vw;
  }
}
main .check .vitamin-detail-list li.--b-yousan .mascot {
  top: 103.23px;
  left: 134.85px;
  width: 259.47px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b-yousan .mascot {
    top: 8.8vw;
    left: 26.2666666667vw;
    width: 34.8vw;
  }
}
main .check .vitamin-detail-list li.--b12 .mascot {
  top: 140.43px;
  left: 149.73px;
  width: 222.27px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--b12 .mascot {
    top: 11.2vw;
    left: 28.5333333333vw;
    width: 31.7333333333vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description {
  position: relative;
  width: 628.68px;
  padding: 0 46.5px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description {
    width: 76.9333333333vw;
    margin: 0 auto;
    padding: 0;
  }
}
main .check .vitamin-detail-list li .vitamin-description .description-lead {
  margin: 0 0 11.16px;
  font-size: 26.04px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .description-lead {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
main .check .vitamin-detail-list li .vitamin-description .description-lead > span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #feff86);
}
main .check .vitamin-detail-list li .vitamin-description .description-lead > span .small {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .name-wrapper {
    display: flex;
    margin: 0 0 2.6666666667vw;
    justify-content: center;
    align-items: center;
  }
  main .check .vitamin-detail-list li .vitamin-description .name-wrapper .vitamin-name {
    order: 2;
  }
  main .check .vitamin-detail-list li .vitamin-description .name-wrapper .function-tag {
    order: 1;
  }
}
main .check .vitamin-detail-list li .vitamin-description .vitamin-name {
  margin: 0 0 12.09px;
  font-size: 40.92px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .vitamin-name {
    margin: 0;
    font-size: 6.9333333333vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description .function-tag {
  width: 77.19px;
  height: 26.97px;
  margin: 0 0 23.25px;
  font-size: 13.02px;
  text-align: center;
  line-height: 26.97px;
  border: 1px solid #232323;
  border-radius: 13.95px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .function-tag {
    width: 19.0666666667vw;
    height: 4.8vw;
    margin: 0 0.9333333333vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description .description-text {
  margin: 0 0 27.9px;
  padding: 0 0 29.76px;
  font-size: 15.81px;
  line-height: 1.76em;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bd_dot.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .description-text {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description .description-text span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 22.32px;
  font-weight: 900;
  color: #fc3e45;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .description-text span {
    display: inline;
    font-size: 4.2666666667vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description .grocery-list {
  width: 366.42px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .grocery-list {
    width: 100%;
  }
}
main .check .vitamin-detail-list li .vitamin-description .grocery-list dt {
  margin: 0 0 9.3px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .grocery-list dt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
main .check .vitamin-detail-list li .vitamin-description .grocery-list dd {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .grocery-list dd {
    font-size: 4.2666666667vw;
    line-height: 1.52em;
  }
}
main .bottom {
  position: relative;
  width: 100%;
  margin: -88.35px 0 0;
  padding: 152.52px 0 217.62px 0;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #9de9ea 20%);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main .bottom {
    padding-top: 15.4666666667vw;
    padding-bottom: 25.3333333333vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_bottom_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #9de9ea 20%);
  }
}
main .bottom .bottom-message {
  width: 1185.75px;
  height: 597.99px;
  margin: 0 0 0 7.44px;
  padding: 112.53px 0 0;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_bottom_message.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message {
    width: 100vw;
    height: 125.8666666667vw;
    margin: 0;
    padding: 0;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_bottom_message_sp.png");
    background-position: 50% 19.3333333333vw;
    -webkit-background-size: 104%;
    background-size: 104%;
  }
}
main .bottom .bottom-message .ttl-message {
  width: 736.56px;
  margin: 0 auto 26.97px;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message .ttl-message {
    width: 91.2vw;
    margin-bottom: 21.6vw;
  }
}
main .bottom .bottom-message p {
  width: 720.75px;
  margin: 0 auto;
  font-size: 19.53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p {
    width: 92vw;
    font-size: 4.2666666667vw;
  }
}
main .bottom .bottom-message p > span {
  display: block;
  height: 27.9px;
  margin: 0 auto 9.3px;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span {
    height: 5.6vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  main .bottom .bottom-message p > span:nth-of-type(1), main .bottom .bottom-message p > span:nth-of-type(4) {
    height: 41.85px;
  }
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span:nth-of-type(2), main .bottom .bottom-message p > span:nth-of-type(7) {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span:nth-of-type(1), main .bottom .bottom-message p > span:nth-of-type(4), main .bottom .bottom-message p > span:nth-of-type(5) {
    width: 81.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span:nth-of-type(6) {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span:nth-of-type(7) {
    width: 73.2vw;
  }
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span:nth-of-type(8) {
    width: 90.9333333333vw;
  }
}
main .bottom .characters {
  position: absolute;
  bottom: 54.87px;
  left: 0;
}
main .bottom-banner {
  margin: 0;
  padding: 126px 0 110px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_banner.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .bottom-banner {
    height: 68.4vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 17.0666666667vw;
    padding-bottom: 0;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/vitamin/bg_banner_sp.png");
  }
}
main .bottom-banner .ttl-banner {
  width: 511px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  main .bottom-banner .ttl-banner {
    width: 71.6vw;
    margin-bottom: 4.5333333333vw;
  }
}
main .bottom-banner .btn-banner {
  width: 593px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .bottom-banner .btn-banner {
    width: 79.0666666667vw;
  }
}

/*# sourceMappingURL=app.css.map */

/*あとらす追記*/
a:hover {
  opacity: .8;
  transition: .3s;
}
a {
  transition: .3s;
}
header {
  background: #fff;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding: 10px;
}
header a {
    width: 140px;
  display: inline-block;
}
.l-main--responsive {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0;
    display: block;
}
#footer {
    font-family: Noto Sans JP;
    background: #fff;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
  header {
      width: 100%;
      padding: 2vw;
  }
  header a {
      width: 24vw;
  }
  .l-main--responsive {
    position: relative;
    width: 100%;
    max-width: 768px;
    min-width: 320px;
    display: block;
    margin: 0 auto;
  }
  #footer {
    width: 100%;
    padding: 3vw!important;
    font-size: 2.5vw!important;
  }
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}
#pagetop a {
    font-size: 0;
    position: relative;
    background: #333;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    font-weight: 700;
    color: #2f59a0 !important;
    text-decoration: none;
    text-align: center;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 3vw;
    bottom: 9vw;
  }
  #pagetop a {
    width: 12vw;
    height: 12vw;
  }
}