@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 fadeInRight {
  from {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeInDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateX(0);
  }
}
@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);
  }
}
main img {
  width: 100%;
}
main .img-obj {
  position: absolute;
  width: auto;
}
main .img-obj.--01 {
  top: 33px;
  left: 24px;
  animation: fadeInRight 0.2s ease-out 0s both, fadeInCustom 0.1s linear 0s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--01 {
    top: 6.9333333333vw;
    left: 3.8666666667vw;
    width: 34vw;
  }
}
main .img-obj.--02 {
  top: 48px;
  left: 224px;
  animation: fadeInDown 0.2s ease-out 0.4s both, fadeInCustom 0.1s linear 0.4s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--02 {
    top: 5.2vw;
    right: 3.8666666667vw;
    left: auto;
    width: 33.3333333333vw;
    animation: fadeInLeft 0.2s ease-out 0s both, fadeInCustom 0.1s linear 0s both;
  }
}
main .img-obj.--03 {
  top: 55px;
  right: 211px;
  animation: fadeInDown 0.2s ease-out 0.4s both, fadeInCustom 0.1s linear 0.4s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--03 {
    top: 49.6vw;
    left: 6.9333333333vw;
    width: 19.8666666667vw;
    animation: fadeInRight 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
  }
}
main .img-obj.--04 {
  top: 33px;
  right: 14px;
  animation: fadeInLeft 0.2s ease-out 0s both, fadeInCustom 0.1s linear 0s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--04 {
    top: 49.0666666667vw;
    right: 7.0666666667vw;
    width: 20.8vw;
    animation: fadeInLeft 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
  }
}
main .img-obj.--05 {
  top: 318px;
  left: 42px;
  animation: fadeInRight 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--05 {
    top: 128vw;
    left: 7.0666666667vw;
    width: 19.4666666667vw;
    animation: fadeInRight 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
  }
}
main .img-obj.--06 {
  top: 316px;
  right: 40px;
  animation: fadeInLeft 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--06 {
    top: 103.7333333333vw;
    left: 35.3333333333vw;
    width: 31.4666666667vw;
    animation: fadeInUp 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
  }
}
main .img-obj.--07 {
  top: 572px;
  left: 24px;
  animation: fadeInRight 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--07 {
    top: 128.1333333333vw;
    right: 5.8666666667vw;
    left: auto;
    width: 19.4666666667vw;
    animation: fadeInLeft 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
  }
}
main .img-obj.--08 {
  top: 502px;
  left: 480px;
  animation: fadeInUp 0.2s ease-out 0.4s both, fadeInCustom 0.1s linear 0.4s both;
}
@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: 574px;
  right: 30px;
  animation: fadeInLeft 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
}
@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: 188px;
  left: 103px;
  animation: fadeInLeft 0.2s ease-out 0s both, fadeInCustom 0.1s linear 0s both;
}
main .img-obj.--11 {
  top: 185px;
  right: 114px;
  animation: fadeInRight 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
}
main .img-obj.--12 {
  top: 214px;
  left: 95px;
  animation: fadeInLeft 0.2s ease-out 0.1s both, fadeInCustom 0.1s linear 0.1s both;
}
main .img-obj.--13 {
  top: 201px;
  right: 76px;
  animation: fadeInRight 0.2s ease-out 0.2s both, fadeInCustom 0.1s linear 0.2s both;
}
@media screen and (max-width: 767px) {
  main .img-obj.--13 {
    top: auto;
    bottom: -16vw;
    left: 22.4vw;
    width: 16.4vw;
  }
}
main .img-obj.--14 {
  top: 374px;
  left: 323px;
  width: 71px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--14 {
    top: auto;
    bottom: -12vw;
    left: 17.8666666667vw;
    width: 18.5333333333vw;
  }
}
main .img-obj.--15 {
  top: 347px;
  left: 418px;
  width: 49px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--15 {
    top: auto;
    bottom: -14.9333333333vw;
    left: 44.2666666667vw;
    width: 9.0666666667vw;
  }
}
main .img-obj.--16 {
  top: 354px;
  right: 184px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--16 {
    top: auto;
    bottom: -16vw;
    left: 20.2666666667vw;
    width: 18.5333333333vw;
  }
}
main .img-obj.--17 {
  top: 370px;
  left: 406px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--17 {
    top: auto;
    bottom: -16vw;
    left: 39.2vw;
    width: 15.8666666667vw;
  }
}
main .img-obj.--18 {
  top: 404px;
  left: 328px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--18 {
    top: auto;
    bottom: -16vw;
    left: 21.6vw;
    width: 15.0666666667vw;
  }
}
main .img-obj.--19 {
  top: 402px;
  left: 411px;
  width: 54px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--19 {
    top: auto;
    bottom: -16vw;
    left: 41.3333333333vw;
    width: 11.7333333333vw;
  }
}
main .img-obj.--20 {
  top: 297px;
  left: 248px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--20 {
    top: auto;
    bottom: -18vw;
    left: 25.8666666667vw;
    width: 8vw;
  }
}
main .img-obj.--21 {
  top: 297px;
  left: 315px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--21 {
    top: auto;
    bottom: -18vw;
    left: 38vw;
    width: 7.0666666667vw;
  }
}
main .img-obj.--22 {
  top: 340px;
  left: 332px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--22 {
    top: auto;
    bottom: -18vw;
    left: 25.0666666667vw;
    width: 11.2vw;
  }
}
main .img-obj.--23 {
  top: 350px;
  left: 391px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--23 {
    top: auto;
    bottom: -16vw;
    left: 37.8666666667vw;
    width: 12.8vw;
  }
}
main .img-obj.--24 {
  top: 345px;
  left: 328px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--24 {
    top: auto;
    bottom: -16vw;
    left: 20.8vw;
    width: 13.8666666667vw;
  }
}
main .img-obj.--25 {
  top: 351px;
  left: 413px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--25 {
    top: auto;
    bottom: -16vw;
    left: 40.8vw;
    width: 13.0666666667vw;
  }
}
main .img-obj.--26 {
  top: 367px;
  left: 326px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--26 {
    top: auto;
    bottom: -16vw;
    left: 24vw;
    width: 13.0666666667vw;
  }
}
main .img-obj.--27 {
  top: 356px;
  left: 410px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--27 {
    top: auto;
    bottom: -16vw;
    left: 40.9333333333vw;
    width: 9.8666666667vw;
  }
}
main .img-obj.--28 {
  top: 320px;
  left: 329px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--28 {
    top: auto;
    bottom: -16vw;
    left: 22.2666666667vw;
    width: 13.7333333333vw;
  }
}
main .img-obj.--29 {
  top: 326px;
  left: 404px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--29 {
    top: auto;
    bottom: -16vw;
    left: 38vw;
    width: 13.2vw;
  }
}
main .img-obj.--30 {
  top: 360px;
  left: 327px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--30 {
    top: auto;
    bottom: -16vw;
    left: 21.7333333333vw;
    width: 12.8vw;
  }
}
main .img-obj.--31 {
  top: 368px;
  left: 404px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--31 {
    top: auto;
    bottom: -14vw;
    left: 38.9333333333vw;
    width: 13.0666666667vw;
  }
}
main .img-obj.--32 {
  top: 358px;
  left: 324px;
  width: 47px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--32 {
    top: auto;
    bottom: -16vw;
    left: 24.9333333333vw;
    width: 10.1333333333vw;
  }
}
main .img-obj.--33 {
  top: 260px;
  left: 58px;
  width: 66px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--33 {
    top: 43.7333333333vw;
    left: 14.2666666667vw;
    width: 9.7333333333vw;
  }
}
main .img-obj.--34 {
  top: 322px;
  left: 1014px;
  width: 84px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--34 {
    top: 53.3333333333vw;
    left: 80vw;
    width: 14.5333333333vw;
  }
}
main .img-obj.--35 {
  top: 540px;
  left: 122px;
  width: 73px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--35 {
    top: 97.0666666667vw;
    left: 2.4vw;
    width: 9.7333333333vw;
  }
}
main .img-obj.--36 {
  top: 615px;
  left: 1035px;
  width: 76px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--36 {
    top: 96.8vw;
    left: 88.1333333333vw;
    width: 9.6vw;
  }
}
main .img-obj.--37 {
  top: 365px;
  left: 393px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--37 {
    top: auto;
    bottom: -16vw;
    left: 40.1333333333vw;
    width: 12.5333333333vw;
  }
}
main .img-obj.--38 {
  top: 305px;
  left: 298px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--38 {
    top: auto;
    bottom: -16vw;
    left: 21.0666666667vw;
    width: 14.4vw;
  }
}
main .img-obj.--39 {
  top: 305px;
  left: 390px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--39 {
    top: auto;
    bottom: -16vw;
    left: 41.0666666667vw;
    width: 13.7333333333vw;
  }
}
main .img-obj.--40 {
  top: 305px;
  left: 320px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--40 {
    top: auto;
    bottom: -16vw;
    left: 21.0666666667vw;
    width: 15.3333333333vw;
  }
}
main .img-obj.--41 {
  top: 305px;
  left: 405px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--41 {
    top: auto;
    bottom: -16vw;
    left: 41.0666666667vw;
    width: 12.5333333333vw;
  }
}
main .img-obj.--42 {
  top: 332px;
  left: 280px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--42 {
    top: auto;
    bottom: -16vw;
    left: 18vw;
    width: 18.6666666667vw;
  }
}
main .img-obj.--43 {
  top: 334px;
  left: 370px;
}
@media screen and (max-width: 767px) {
  main .img-obj.--43 {
    top: auto;
    bottom: -16vw;
    left: 39.0666666667vw;
    width: 16.6666666667vw;
  }
}
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 {
  animation: boundeInCustom 0.6s linear 0.2s both, fadeInCustom 0.8s linear 0s both;
}
main .popIn-obj.--delay.scroll-in {
  animation: boundeInCustom 0.6s linear 0.6s both, fadeInCustom 0.8s linear 0.4s both;
}
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: 26px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main .featured-text {
    font-size: 4.4vw;
  }
}
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 .featured-text .small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .featured-text .small {
    font-size: 4.2666666667vw;
  }
}
main .mainvisual {
  position: relative;
  height: 802px;
  padding: 253px 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/mineral/bg_mainvisual.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .mainvisual {
    height: 156.2666666667vw;
    padding-top: 50.9333333333vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_mainvisual_sp.png");
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
main .mainvisual .mainLogo {
  width: 768px;
  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: -30px 0 0;
  padding: 88px 0 184px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_about.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #B2E7FF 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: 38.6666666667vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_about_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #B2E7FF 20%);
  }
}
main .about h2 {
  width: 654px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  main .about h2 {
    width: 93.6vw;
    margin-bottom: 3.2vw;
  }
}
main .about .about-contents {
  width: 1119px;
  height: 756px;
  margin: 0 auto 49px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/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 16.2666666667vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_about_description_sp.png");
    -webkit-background-size: cover;
    background-size: cover;
  }
}
main .about .about-contents .image-description {
  padding: 156px 0 0 530px;
}
@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: 30px;
  margin: 0 0 9px;
  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 (min-width: 768px) {
  main .about .about-contents .image-description p:nth-of-type(2) > span:nth-of-type(3), main .about .about-contents .image-description p:nth-of-type(2) > span:nth-of-type(4) {
    width: 480px;
  }
}
main .about .mascot {
  top: 163px;
  left: 921px;
  width: 225px;
}
main .about .mascot.--a {
  top: 1120px;
  left: 64px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  main .about .mascot.--a {
    top: 256.8vw;
    left: -2.4vw;
    width: 26.6666666667vw;
  }
}
main .about .mascot.--c {
  top: 1242px;
  left: 861px;
  width: 229px;
}
@media screen and (max-width: 767px) {
  main .about .mascot.--c {
    top: 300.4vw;
    right: 3.0666666667vw;
    left: auto;
    width: 26.1333333333vw;
  }
}
main .about .about-contents2 {
  width: 905px;
  height: 396px;
  margin: 0 0 0 137px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/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/mineral/bg_about2_sp.png");
  }
}
main .about .about-contents2 p {
  width: 580px;
  margin: 0 auto;
  padding: 138px 0 0 0;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p {
    width: 68.5333333333vw;
    margin: 0 0 0 10.2666666667vw;
    padding-top: 16.8vw;
    padding-left: 0;
    font-size: 4.2666666667vw;
  }
}
main .about .about-contents2 p > span {
  display: block;
  height: 27.9px;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p > span {
    display: inline-block;
  }
}
main .about .about-contents2 p > span .featured-text {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main .about .about-contents2 p > span .featured-text {
    font-size: 4.4vw;
  }
}
@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;
    margin-bottom: 5px;
  }
}
main .about .about-contents2 p > span:nth-of-type(2), main .about .about-contents2 p > span:nth-of-type(3) {
  letter-spacing: 0.05em;
}
@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: 102px 0 238px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/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/mineral/bg_detail_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #ffffff 20%);
  }
}
main .detail h2 {
  width: 764px;
  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 51px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .detail .remarks {
    margin-bottom: 16.2666666667vw;
    font-size: 2.4vw;
    letter-spacing: 0.05em;
    line-height: 1.77em;
  }
}
main .detail .detail-image {
  width: 1034px;
  height: 497px;
  margin: 0 0 0 56px;
  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/mineral/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: 94.4vw;
    height: 78.4vw;
    margin-right: auto;
    margin-left: auto;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_description2_sp.png");
    background-position: 50% 0;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
main .detail .detail-image p {
  width: 704px;
  margin: 0 auto 0 199px;
  padding: 136px 0 0;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p {
    width: 95.4666666667vw;
    margin-left: 0;
    padding-top: 18.4vw;
    font-size: 4.2666666667vw;
  }
}
main .detail .detail-image p > span {
  display: inline-block;
  height: 37px;
  margin: 0 auto 18px;
  padding: 0 10px;
}
main .detail .detail-image p > span .featured-text {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main .detail .detail-image p > span .featured-text {
    font-size: 4.4vw;
  }
}
@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(3) {
    padding: 0 135px;
  }
}
@media screen and (min-width: 768px) {
  main .detail .detail-image p > span:nth-of-type(4) {
    height: 44px;
  }
}
@media screen and (min-width: 768px) {
  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(6) {
    width: 64vw;
  }
}
main .detail .mascot {
  position: absolute;
  top: 190.65px;
  left: 969.99px;
  width: 128.34px;
}
main .detail .mascot.--b-yousan {
  top: 1572px;
  left: 73px;
  width: 224px;
}
@media screen and (max-width: 767px) {
  main .detail .mascot.--b-yousan {
    top: 419.2vw;
    left: 0.8vw;
    width: 25.7333333333vw;
  }
}
main .detail .mascot.--b-biotine {
  top: 1802px;
  left: 942px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  main .detail .mascot.--b-biotine {
    top: 482.6666666667vw;
    left: auto;
    right: 1.3333333333vw;
    width: 26.5333333333vw;
  }
}
main .check {
  position: relative;
  width: 100%;
  margin: -88.35px 0 0;
  padding: 133.38px 0 87px 0;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_check.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #EDFFD1 0%);
  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/mineral/bg_check_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, #EDFFD1 2%);
  }
}
main .check h2 {
  width: 802px;
  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 80px;
  font-size: 16.74px;
  letter-spacing: 0.05em;
  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 25px;
}
@media screen and (max-width: 767px) {
  main .check .subTitle {
    width: 89.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
main .check .subOverview {
  margin: 0 auto 49px;
  font-size: 16.74px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.77em;
}
@media screen and (max-width: 767px) {
  main .check .subOverview {
    width: 89.33vw;
    margin-bottom: 6.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
main .check .vitamin-list {
  display: flex;
  width: 1120px;
  margin: 0 auto 57px;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-list {
    display: block;
    width: 100%;
    margin-bottom: 12.5333333333vw;
  }
}
main .check .vitamin-list:last-of-type {
  margin-bottom: 78px;
}
main .check .vitamin-list li {
  width: 360px;
  margin: 0 0 23px;
}
@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 .anchor-title {
  width: 1116px;
  margin: 0 auto 34px;
}
@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 53px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots {
    width: 89.33vw;
    margin-right: auto;
    margin-bottom: 4.2666666667vw;
    margin-left: auto;
  }
}
main .check .vitamin-mascots.--duo {
  width: 780px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots.--duo {
    width: 89.33vw;
    margin-bottom: 10.7692307692vw;
  }
}
main .check .vitamin-mascots.--duo p {
  display: flex;
  height: 169px;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots.--duo p {
    height: 22.5333333333vw;
  }
}
main .check .vitamin-mascots p {
  float: left;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p {
    display: flex;
    height: 21.2vw;
    align-items: flex-end;
  }
}
main .check .vitamin-mascots p.--calcium {
  width: 164px;
  margin: 0 26px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--calcium {
    width: 19.2vw;
    margin-right: 6.5333333333vw;
  }
}
main .check .vitamin-mascots p.--magnesium {
  width: 174px;
  margin: 0 26px 0 0;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--magnesium {
    width: 20.2666666667vw;
    margin-right: 4.5333333333vw;
  }
}
main .check .vitamin-mascots p.--phosphorus {
  width: 127px;
  margin: 0 23px 0 0;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--phosphorus {
    width: 14.8vw;
    margin: 0;
  }
}
main .check .vitamin-mascots p.--sodium {
  width: 172px;
  margin: 0 30px 0 0;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--sodium {
    width: 21.8666666667vw;
    margin-top: 1.3333333333vw;
    padding-top: 0;
  }
}
main .check .vitamin-mascots p.--potassium {
  width: 127px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--potassium {
    width: 14.8vw;
    margin-top: 1.3333333333vw;
    padding-top: 0;
  }
}
main .check .vitamin-mascots p.--iron {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--iron {
    width: 20.5333333333vw;
    margin-right: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--zinc {
    width: 20.8vw;
  }
}
main .check .vitamin-mascots p.--copper {
  margin: 0 32px 0 -16px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--copper {
    width: 20vw;
    margin-right: 4.2666666667vw;
    margin-left: -2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--manganese {
    width: 19.0666666667vw;
  }
}
main .check .vitamin-mascots p:nth-of-type(n+ 5) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p:nth-of-type(n+ 5) {
    margin-top: 1.3333333333vw;
  }
}
main .check .vitamin-mascots p.--iodine {
  margin-right: 20px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--iodine {
    width: 17.3333333333vw;
    margin-right: 3.2vw;
    margin-left: 0;
  }
}
main .check .vitamin-mascots p.--selenium {
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--selenium {
    width: 18.5333333333vw;
    margin-right: 3.4666666667vw;
  }
}
main .check .vitamin-mascots p.--chromium {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--chromium {
    width: 18.9333333333vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main .check .vitamin-mascots p.--molybdenum {
    width: 22.6666666667vw;
  }
}
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 117px;
  padding: 119px 0 184px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_large_amount.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: 20.2666666667vw;
    padding-bottom: 16vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_ace_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_ace_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, #9DE5FF 6%, #9DE5FF 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 {
  margin-bottom: 0;
  padding-bottom: 220px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_trace_amount.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/mineral/bg_duo_sp.png"), url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_duo_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, #5E9BFF 6%, #5E9BFF 95%, rgba(0, 0, 0, 0) 95%);
  }
}
main .check .vitamin-detail-list li {
  display: flex;
  width: 1120px;
  height: 560px;
  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/mineral/bg_mineral.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: 2.6666666667vw;
    border-bottom-right-radius: 24vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-top-left-radius: 24vw;
  }
}
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: 478px;
  height: 100%;
  margin: 0 53px 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/mineral/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: 50px;
  left: 329px;
  width: 141px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-image .tooltip {
    top: 5.8666666667vw;
    left: 61.3333333333vw;
    width: 21.8666666667vw;
  }
}
main .check .vitamin-detail-list li.--calcium .mascot {
  top: 135.32px;
  left: 124px;
  width: 291px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--calcium .mascot {
    top: 9.3333333333vw;
    left: 25.8666666667vw;
    width: 38.8vw;
  }
}
main .check .vitamin-detail-list li.--magnesium .mascot {
  top: 137px;
  left: 114px;
  width: 330px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--magnesium .mascot {
    top: 6.5333333333vw;
    left: 25.3333333333vw;
    width: 44.2666666667vw;
  }
}
main .check .vitamin-detail-list li.--phosphorus .mascot {
  top: 135px;
  left: 142px;
  width: 235px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--phosphorus .mascot {
    top: 9.0666666667vw;
    left: 28.2666666667vw;
    width: 31.3333333333vw;
  }
}
main .check .vitamin-detail-list li.--sodium .mascot {
  top: 145px;
  left: 93px;
  width: 324px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--sodium .mascot {
    top: 9.0666666667vw;
    left: 18.2666666667vw;
    width: 43.0666666667vw;
  }
}
main .check .vitamin-detail-list li.--potassium .mascot {
  top: 131px;
  left: 153px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--potassium .mascot {
    top: 10.4vw;
    left: 29.0666666667vw;
    width: 31.2vw;
  }
}
main .check .vitamin-detail-list li.--iron .mascot {
  top: 155px;
  left: 111px;
  width: 322px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--iron .mascot {
    top: 11.0666666667vw;
    left: 22vw;
    width: 42.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.--zinc .mascot {
  top: 183px;
  left: 112px;
  width: 313px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--zinc .mascot {
    top: 13.7333333333vw;
    left: 28vw;
    width: 41.7333333333vw;
  }
}
main .check .vitamin-detail-list li.--copper .mascot {
  top: 171px;
  left: 93px;
  width: 315px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--copper .mascot {
    top: 13.2vw;
    left: 24vw;
    width: 42vw;
  }
}
main .check .vitamin-detail-list li.--manganese .mascot {
  top: 164px;
  left: 117px;
  width: 324px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--manganese .mascot {
    top: 11.7333333333vw;
    left: 23.6vw;
    width: 43.2vw;
  }
}
main .check .vitamin-detail-list li.--iodine .mascot {
  top: 142px;
  left: 112px;
  width: 298px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--iodine .mascot {
    top: 8.8vw;
    left: 24.2666666667vw;
    width: 39.7333333333vw;
  }
}
main .check .vitamin-detail-list li.--selenium .mascot {
  top: 158px;
  left: 107px;
  width: 287px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--selenium .mascot {
    top: 9.6vw;
    left: 23.2vw;
    width: 39.7333333333vw;
  }
}
main .check .vitamin-detail-list li.--chromium .mascot {
  top: 166px;
  left: 97px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--chromium .mascot {
    top: 8.1333333333vw;
    left: 20.5333333333vw;
    width: 43.8666666667vw;
  }
}
main .check .vitamin-detail-list li.--molybdenum .mascot {
  top: 184px;
  left: 83px;
  width: 362px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li.--molybdenum .mascot {
    top: 12.1333333333vw;
    left: 20.9333333333vw;
    width: 50.5333333333vw;
  }
}
main .check .vitamin-detail-list li .vitamin-description {
  position: relative;
  width: 584px;
  padding: 0 46px 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: 28px;
  letter-spacing: 0.05em;
  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 16px;
  font-size: 44px;
  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: 82px;
  height: 27px;
  margin: 0 0 20px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #232323;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  main .check .vitamin-detail-list li .vitamin-description .function-tag {
    width: 19.0666666667vw;
    height: 5.6vw;
    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 32px;
  padding: 0 0 26px;
  font-size: 16.74px;
  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/mineral/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 {
  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: 304px;
}
@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 12px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@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: 16.74px;
  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: 0;
  padding: 121px 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/mineral/bg_bottom.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #84E4AA 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: 32.6666666667vw;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_bottom_sp.png"), linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #84E4AA 20%);
  }
}
main .bottom .bottom-message {
  width: 1129px;
  height: 644px;
  margin: 0 0 0 49px;
  padding: 108px 0 0;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/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: 135.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/mineral/bg_bottom_message_sp.png");
    background-position: 50% 24vw;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
main .bottom .bottom-message .ttl-message {
  width: 762px;
  margin: 0 0 24px 168px;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message .ttl-message {
    width: 91.2vw;
    margin-right: auto;
    margin-bottom: 21.6vw;
    margin-left: auto;
  }
}
main .bottom .bottom-message p {
  width: 766px;
  margin: 0 auto;
  font-size: 1.125rem;
  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: inline-block;
  height: 27.9px;
  margin: 0 auto 9.3px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span {
    height: 6.4vw;
    margin-bottom: 1.6vw;
  }
}
main .bottom .bottom-message p > span .featured-text {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  main .bottom .bottom-message p > span .featured-text {
    font-size: 4.4vw;
  }
}
@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 (min-width: 768px) {
  main .bottom .bottom-message p > span:nth-of-type(3) {
    width: 97%;
  }
}
@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(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: 86px;
  left: 50%;
  width: 1143px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main .bottom .characters {
    width: 100vw;
    bottom: 15.3333333333vw;
  }
}
main .bottom-banner {
  margin: 0;
  padding: 104px 0 110px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/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;
    padding-top: 14.8vw;
    padding-bottom: 0;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/58635744/image/healthy/mineral/bg_banner_sp.png");
    -webkit-background-size: contain;
    background-size: contain;
  }
}
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: Arial;
    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;
  }
}
  