@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&display=swap");
[data-anim] {
  transition: 0.8s all;
}

[data-anim=true] {
  transform: translateY(2vh);
  -ms-transform: translateY(100px);
  opacity: 0;
}

/* main */
/* ----------------------------------------------------------------------------*/
#wrapper #main {
  position: relative;
  min-height: 100vh;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* js-image-modal */
  /* ----------------------------------------------------------------------------*/
  /* fixedBtn */
  /* ----------------------------------------------------------------------------*/
  /* header */
  /* ----------------------------------------------------------------------------*/
  /* section-head */
  /* ----------------------------------------------------------------------------*/
  /*============================
    healthgrip
    ============================*/
  /* kv */
  /* ----------------------------------------------------------------------------*/
  /* movie1 */
  /* ----------------------------------------------------------------------------*/
  /* voice */
  /* ----------------------------------------------------------------------------*/
  /* about1 */
  /* ----------------------------------------------------------------------------*/
  /* about2 */
  /* ----------------------------------------------------------------------------*/
  /* about3 */
  /* ----------------------------------------------------------------------------*/
  /* about4 */
  /* ----------------------------------------------------------------------------*/
  /* photos */
  /* ----------------------------------------------------------------------------*/
  /* solution */
  /* ----------------------------------------------------------------------------*/
  /* murata */
  /* ----------------------------------------------------------------------------*/
  /* step */
  /* ----------------------------------------------------------------------------*/
  /* training */
  /* ----------------------------------------------------------------------------*/
  /* movie */
  /* ----------------------------------------------------------------------------*/
  /* health */
  /* ----------------------------------------------------------------------------*/
  /* price */
  /* ----------------------------------------------------------------------------*/
  /* faq */
  /* ----------------------------------------------------------------------------*/
  /* spec */
  /* ----------------------------------------------------------------------------*/
  /* safety */
  /* ----------------------------------------------------------------------------*/
}
#wrapper #main *,
#wrapper #main *:before,
#wrapper #main *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper #main img,
#wrapper #main svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#wrapper #main svg {
  fill: currentColor;
}
#wrapper #main input,
#wrapper #main button,
#wrapper #main select,
#wrapper #main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "Hind", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#wrapper #main input[type=submit],
#wrapper #main button {
  cursor: pointer;
}
#wrapper #main sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}
#wrapper #main .hind {
  font-family: "Hind", sans-serif;
}
#wrapper #main a {
  text-decoration: none;
  color: #000;
  transition: 0.4s all;
}
#wrapper #main a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #wrapper #main a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main a:link {
    width: auto;
    margin: 0;
  }
}
#wrapper #main .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #wrapper #main .pc {
    display: none;
  }
}
#wrapper #main .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .sp {
    display: block;
  }
}
#wrapper #main .underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #ed6d01;
}
@media screen and (max-width: 767px) {
  #wrapper #main .underline {
    padding-bottom: 0.8vmin;
  }
}
#wrapper #main .movie {
  position: relative;
  background-color: #999;
}
#wrapper #main .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#wrapper #main .movie iframe,
#wrapper #main .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#wrapper #main .pageTop {
  position: sticky;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 500;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .pageTop {
    padding: 3.7333333333vmin 3.2vmin;
  }
}
#wrapper #main .pageTop.-top span.pagehealthgrip__down {
  opacity: 0;
  transform: translateY(-150px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .pageTop.-top span.pagehealthgrip__down {
    transform: translateY(-26.6666666667vmin);
  }
}
#wrapper #main .pageTop.-top a.pagehealthgrip__top {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #wrapper #main .pageTop.-top a.pagehealthgrip__top {
    transform: translateY(0);
  }
}
#wrapper #main span.pagehealthgrip__down,
#wrapper #main a.pagehealthgrip__top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: auto;
  display: block;
  width: 24px;
  margin: 0 0 0 auto;
  pointer-events: auto;
  transition: 0.8s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main span.pagehealthgrip__down,
  #wrapper #main a.pagehealthgrip__top {
    right: 3.2vmin;
    bottom: 3.7333333333vmin;
    width: 3.7333333333vmin;
  }
}
#wrapper #main a.pagehealthgrip__top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(150px);
}
@media screen and (max-width: 767px) {
  #wrapper #main a.pagehealthgrip__top {
    transform: translateY(26.6666666667vmin);
  }
}
#wrapper #main .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  background-color: rgba(231, 231, 231, 0.6);
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .modal {
    padding: 0;
  }
}
#wrapper #main .modal[data-modal-active=true] {
  opacity: 1;
  pointer-events: auto;
}
#wrapper #main .modal[data-modal-active=true] .modal__inner {
  transform: scale(1);
  opacity: 1;
}
#wrapper #main .modal__inner {
  position: relative;
  width: 100%;
  max-width: 140vh;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.4s 0.2s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .modal__inner {
    max-width: 120vh;
    margin-top: 5.3333333333vmin;
  }
}
#wrapper #main .modal__image {
  max-height: 75vh;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #wrapper #main .modal__image .js-image-modal__inner {
    padding: 5.3333333333vmin;
    background-color: #fff;
  }
}
#wrapper #main .modal__close {
  position: absolute;
  top: -10px;
  right: -80px;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .modal__close {
    top: -13.3333333333vmin;
    right: 2.6666666667vmin;
    width: 10.6666666667vmin;
    height: 10.6666666667vmin;
  }
}
#wrapper #main .modal__close::before, #wrapper #main .modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  margin: auto 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #wrapper #main .modal__close::before, #wrapper #main .modal__close::after {
    height: 2px;
  }
}
#wrapper #main .modal__close::before {
  transform: rotate(45deg);
}
#wrapper #main .modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #wrapper #main .js-image-modal {
    position: relative;
  }
}
#wrapper #main .js-image-modal__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .js-image-modal__btn {
    cursor: pointer;
    position: absolute;
    right: 2.6666666667vmin;
    bottom: 2.6666666667vmin;
    display: block;
    width: 12vmin;
    height: 12vmin;
    border-radius: 50%;
    border: 1px solid #3c3c3c;
    background-color: #fff;
  }
  #wrapper #main .js-image-modal__btn::before, #wrapper #main .js-image-modal__btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 56%;
    height: 1px;
    margin: auto;
    background-color: #3c3c3c;
  }
  #wrapper #main .js-image-modal__btn::before {
    transform: rotate(90deg);
  }
}
#wrapper #main .fixedBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .fixedBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 0 5.3333333333vmin 2.6666666667vmin;
    display: block;
    width: 17.3333333333vmin;
    z-index: 100;
    transition: 0.4s all;
  }
  #wrapper #main .fixedBtn.-hide {
    opacity: 0;
    transform: translateY(17.3333333333vmin);
    pointer-events: none;
  }
  #wrapper #main .fixedBtn.-static {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .fixedBtn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 17.3333333333vmin;
    box-shadow: 0.8vmin 0.8vmin 2.6666666667vmin rgba(70, 70, 70, 0.3);
    border-radius: 50%;
    background-color: #ed6d01;
    font-size: 2.9333333333vmin;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}
#wrapper #main .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: 0.4s all;
}
#wrapper #main .top .header[data-header-active=false] .header__logo {
  transform: translateY(-200px);
}
#wrapper #main .top .header[data-header-active=false] .header__inner {
  background-color: rgba(255, 255, 255, 0);
}
#wrapper #main .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #fff;
  transition: 0.4s all;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__inner {
    padding: 5.3333333333vmin;
  }
}
#wrapper #main .header__logo {
  width: 135px;
  margin-left: 10px;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__logo {
    width: 18vmin;
    margin-left: 1.3333333333vmin;
  }
}
#wrapper #main .header__btn {
  text-align: center;
  line-height: 1;
}
#wrapper #main .header__btn .txt-menu {
  display: block;
  width: 90px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__btn .txt-menu {
    width: 12vmin;
  }
}
#wrapper #main .header__btn .txt-close {
  display: none;
  width: 90px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__btn .txt-close {
    width: 12vmin;
  }
}
#wrapper #main .header__btn .bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  width: 78px;
  height: 28px;
  margin: 8px auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__btn .bar {
    width: 10.4vmin;
    height: 3.7333333333vmin;
    margin-top: 1.0666666667vmin;
  }
}
#wrapper #main .header__btn .bar::before, #wrapper #main .header__btn .bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__btn .bar::before, #wrapper #main .header__btn .bar::after {
    height: 1px;
  }
}
#wrapper #main [data-header-menu=open] .header__btn .txt-menu {
  display: none;
}
#wrapper #main [data-header-menu=open] .header__btn .txt-close {
  display: block;
}
#wrapper #main [data-header-menu=open] .header__btn .bar::before, #wrapper #main [data-header-menu=open] .header__btn .bar::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#wrapper #main [data-header-menu=open] .header__btn .bar::before {
  transform: rotate(-25deg);
}
#wrapper #main [data-header-menu=open] .header__btn .bar::after {
  transform: rotate(25deg);
}
#wrapper #main .header__menu {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  padding: 100px 50px 50px;
  overflow: auto;
  z-index: 50;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__menu {
    padding: 24vmin 6.6666666667vmin 5.3333333333vmin;
  }
}
#wrapper #main [data-header-menu=open] .header__menu {
  opacity: 1;
  pointer-events: auto;
}
#wrapper #main .header__menu__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__menu__inner {
    max-width: auto;
    padding: 0;
  }
}
#wrapper #main .header__nav {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__nav {
    max-width: auto;
  }
}
#wrapper #main .header__nav__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__nav__item {
    display: block;
    margin-bottom: 13.3333333333vmin;
  }
}
#wrapper #main .header__nav__link {
  display: inline-block;
}
#wrapper #main .header__nav__link .en {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #ed6d01;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__nav__link .en {
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .header__nav__link .jp {
  display: block;
  text-indent: -0.075em;
  font-size: 42px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__nav__link .jp {
    font-size: 6.6666666667vmin;
  }
}
#wrapper #main .header__challengers {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__challengers {
    margin-top: 8vmin;
    margin-left: 13.3333333333vmin;
  }
}
#wrapper #main .header__challengers__item + .header__challengers__item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__challengers__item + .header__challengers__item {
    margin-top: 8vmin;
  }
}
#wrapper #main .header__challengers__link {
  display: flex;
  align-items: center;
  color: #575757;
}
#wrapper #main .header__challengers__link .num {
  display: block;
  width: 70px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__challengers__link .num {
    width: 12vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .header__challengers__link .name {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__challengers__link .name {
    font-size: 4.8vmin;
  }
}
#wrapper #main .header__links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
  border-top: 2px dotted #bfbfbf;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__links {
    display: block;
    padding: 2.6666666667vmin 0 10.6666666667vmin;
    border-top-width: 1px;
  }
}
#wrapper #main .header__links__item {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__links__item {
    margin: 10.6666666667vmin 0 0;
  }
}
#wrapper #main .header__links__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__links__link {
    justify-content: space-between;
  }
}
#wrapper #main .header__links__link .txt {
  display: block;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__links__link .txt {
    font-size: 3.4666666667vmin;
  }
}
#wrapper #main .header__links__link .icn {
  display: block;
  margin-left: 20px;
  width: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .header__links__link .icn {
    margin-left: 5.3333333333vmin;
    width: 3.7333333333vmin;
  }
}
#wrapper #main .section-head {
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper #main .section-head {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .section-head .en {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  color: #ed6d01;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .section-head .en {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
#wrapper #main .section-head .en::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin-right: 18px;
  background-color: #ed6d01;
}
@media screen and (max-width: 767px) {
  #wrapper #main .section-head .en::before {
    width: 13.3333333333vmin;
    height: 1px;
    margin-right: 2.6666666667vmin;
  }
}
#wrapper #main .section-head .jp {
  display: block;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .section-head .jp {
    font-size: 6.6666666667vmin;
    letter-spacing: -0.05em;
  }
}
#wrapper #main .healthgrip {
  color: #231815;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip {
    margin-top: 15px;
  }
}
#wrapper #main .healthgrip__kv__inner {
  position: relative;
}
#wrapper #main .healthgrip__kv__txt {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__kv__txt {
    top: min(8.1632653061vw, 120px);
    left: min(13.6054421769vw, 200px);
    width: min(35.6462585034vw, 524px);
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__kv__txt {
    top: 8vmin;
    right: 0;
    left: 0;
    width: 85.3333333333vmin;
    margin-inline: auto;
  }
}
#wrapper #main .healthgrip__kv__txt .txt {
  margin-bottom: min(2.0408163265vw, 30px);
  font-size: min(2.0408163265vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__kv__txt .txt {
    margin-bottom: 5.3333333333vmin;
    font-size: 4.8vmin;
  }
}
#wrapper #main .healthgrip__kv__txt .head .en {
  display: block;
  width: 100%;
  margin: 0 auto min(2.0408163265vw, 30px);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__kv__txt .head .en {
    margin-bottom: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__kv__txt .head .jp {
  display: block;
  font-size: min(1.4965986395vw, 22px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__kv__txt .head .jp {
    font-size: 3.4666666667vmin;
  }
}
#wrapper #main .healthgrip__movie1 {
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie1 {
    padding: 16vmin 6.6666666667vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__movie1__wrap {
    width: 760px;
    margin: 0 auto;
  }
}
#wrapper #main .healthgrip__movie1__youtube {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie1__youtube {
    border-radius: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__movie1__youtube::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/im_icn_play.png) no-repeat center center;
  background-size: 160px auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie1__youtube::before {
    background-size: 14.6666666667vmin auto;
  }
}
#wrapper #main .healthgrip__movie1__txt {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie1__txt {
    margin-top: 2.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
#wrapper #main .healthgrip__voice {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice {
    padding: 16vmin 0 10.6666666667vmin;
  }
}
#wrapper #main .healthgrip__voice__wrap .slick-track {
  display: flex;
}
#wrapper #main .healthgrip__voice__wrap .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto !important;
}
#wrapper #main .healthgrip__voice__wrap .slick-slide > div {
  display: flex;
  flex-direction: column;
  padding: min(0.6802721088vw, 10px) min(1.0204081633vw, 15px);
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__wrap .slick-slide > div {
    padding: 2.6666666667vmin 2vmin;
  }
}
#wrapper #main .healthgrip__voice__wrap .slick-dots {
  display: flex;
  justify-content: center;
}
#wrapper #main .healthgrip__voice__wrap .slick-dots li {
  margin: 0 min(0.2040816327vw, 3px);
  padding: min(1.3605442177vw, 20px) 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__wrap .slick-dots li {
    margin: 0 0.5333333333vmin;
    padding: 2.6666666667vmin 0;
  }
}
#wrapper #main .healthgrip__voice__wrap .slick-dots li button {
  width: min(2.7210884354vw, 40px);
  height: min(0.2040816327vw, 3px);
  background-color: #c5c5c5;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__wrap .slick-dots li button {
    width: 5.3333333333vmin;
    height: 0.5333333333vmin;
  }
}
#wrapper #main .healthgrip__voice__wrap .slick-dots li.slick-active button {
  background-color: #ff6c05;
}
#wrapper #main .healthgrip__voice__head {
  margin-bottom: 50px;
  text-align: center;
  color: #525050;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__head {
    margin-bottom: 10.6666666667vmin;
  }
}
#wrapper #main .healthgrip__voice__head .head {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__head .head {
    font-size: 8vmin;
  }
}
#wrapper #main .healthgrip__voice__head .txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__head .txt {
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__voice__list {
  margin-bottom: min(1.3605442177vw, 20px);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list {
    margin-bottom: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__voice__list__item {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: min(2.7210884354vw, 40px) min(1.7006802721vw, 25px) min(2.0408163265vw, 30px);
  border-radius: min(1.3605442177vw, 20px);
  box-shadow: 0 0 min(0.6802721088vw, 10px) min(0.2721088435vw, 4px) rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 1.5;
  color: #525050;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item {
    padding: 6.6666666667vmin 4vmin 5.3333333333vmin;
    border-radius: 4vmin;
    box-shadow: 0 0 1.6vmin 0.8vmin rgba(0, 0, 0, 0.1);
  }
}
#wrapper #main .healthgrip__voice__list__item .photo {
  width: min(8.1632653061vw, 120px);
  margin-inline: auto;
  margin-bottom: min(0.6802721088vw, 10px);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item .photo {
    width: 21.3333333333vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__voice__list__item .txt {
  position: relative;
  padding: min(1.7006802721vw, 25px) min(1.0204081633vw, 15px);
  font-size: min(1.6326530612vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item .txt {
    padding: 5.3333333333vmin 2.6666666667vmin;
    font-size: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__voice__list__item .txt::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: min(2.7210884354vw, 40px);
  line-height: 1;
  color: #d8d8d8;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item .txt::before {
    font-size: 6.4vmin;
  }
}
#wrapper #main .healthgrip__voice__list__item .txt::after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: min(2.7210884354vw, 40px);
  line-height: 0;
  color: #d8d8d8;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item .txt::after {
    font-size: 6.4vmin;
  }
}
#wrapper #main .healthgrip__voice__list__item .status {
  margin-top: auto;
  padding-top: min(0.6802721088vw, 10px);
  font-size: min(1.0884353741vw, 16px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__list__item .status {
    padding: 2.6666666667vmin 2.6666666667vmin 0;
    font-size: 3.2vmin;
  }
}
#wrapper #main .healthgrip__voice__notes {
  max-width: 1040px;
  padding: 0 20px;
  margin-inline: auto;
  font-size: min(0.8163265306vw, 12px);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__voice__notes {
    padding: 0 6.6666666667vmin;
    font-size: 3.2vmin;
  }
}
#wrapper #main .healthgrip__about1 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1 {
    padding: 13.3333333333vmin 6.6666666667vmin 16vmin;
  }
}
#wrapper #main .healthgrip__about1__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about1__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__about1__head {
  margin-bottom: 50px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__about1__photo {
  width: 694px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__photo {
    width: auto;
    margin: 0 -4vmin 4vmin;
  }
}
#wrapper #main .healthgrip__about1__name {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__name {
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__about1__price {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__price {
    margin-bottom: 4vmin;
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__about1__price .tax {
  font-size: 0.6em;
}
#wrapper #main .healthgrip__about1__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 640px;
  height: 90px;
  margin: 0 auto 30px;
  padding: 0 45px 0 30px;
  background-color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__btn {
    width: auto;
    height: 12vmin;
    margin-bottom: 4vmin !important;
    padding: 0 5.8666666667vmin 0 4vmin;
  }
}
#wrapper #main .healthgrip__about1__btn .icn {
  display: block;
  width: 46px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__btn .icn {
    width: 6.1333333333vmin;
  }
}
#wrapper #main .healthgrip__about1__btn .txt {
  display: block;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__btn .txt {
    font-size: 4.8vmin;
  }
}
#wrapper #main .healthgrip__about1__btn .arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__btn .arrow {
    width: 3.2vmin;
    height: 3.2vmin;
    margin-top: -0.8vmin;
    border-right-width: 0.5333333333vmin;
    border-bottom-width: 0.5333333333vmin;
  }
}
#wrapper #main .healthgrip__about1__list {
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about1__list {
    width: 640px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__list {
    margin-bottom: 9.3333333333vmin;
  }
}
#wrapper #main .healthgrip__about1__list li {
  width: 50%;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__list li {
    padding: 2.1333333333vmin 0;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__about1__list li + li {
  border-left: 1px solid #000;
}
#wrapper #main .healthgrip__about1__hapi {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about1__hapi {
    width: 670px;
    margin: 0 auto;
    padding-left: 178px;
  }
}
#wrapper #main .healthgrip__about1__hapi__header {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__hapi__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.8vmin;
  }
}
#wrapper #main .healthgrip__about1__hapi__header .mark {
  width: 154px;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about1__hapi__header .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__hapi__header .mark {
    width: 20.5333333333vmin;
    margin-right: 6.1333333333vmin;
  }
}
#wrapper #main .healthgrip__about1__hapi__header .head {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__hapi__header .head {
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__about1__hapi__txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about1__hapi__txt {
    font-size: 4vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__about2 {
  background: url(../img/bg_about2.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about2 {
    max-width: 1366px;
    height: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about2 {
    background-image: url(../img/bg_about2-sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about2__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 424px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about2__wrap {
    padding: 61.3333333333vmin 6.4vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about2__txt {
    width: 680px;
  }
}
#wrapper #main .healthgrip__about2__txt .head {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about2__txt .head {
    margin-bottom: 5.3333333333vmin;
    font-size: 6.4vmin;
    white-space: nowrap;
  }
}
#wrapper #main .healthgrip__about2__txt .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about2__txt .txt {
    font-size: 4vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__about2__txt .notes {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about2__txt .notes {
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__about2__txt .sup {
  vertical-align: super;
  font-size: 0.6em;
}
#wrapper #main .healthgrip__about2__txt .strong {
  color: #ed6c00;
}
#wrapper #main .healthgrip__about3 {
  padding: 115px 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about3 {
    padding: 13.3333333333vmin 6.6666666667vmin 16vmin;
  }
}
#wrapper #main .healthgrip__about3 .strong {
  color: #ed6c00;
}
#wrapper #main .healthgrip__about3__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about3__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    padding-left: 390px;
  }
}
#wrapper #main .healthgrip__about3__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about3__header {
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__about3__header .head {
  font-size: 30px;
  color: #ed6c00;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about3__header .head {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.6vmin;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about3__header .img {
    position: absolute;
    top: 0;
    left: -20px;
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about3__header .img {
    width: 70.6666666667vmin;
    margin: 0 auto;
    transform: translateX(-2.6666666667vmin);
  }
}
#wrapper #main .healthgrip__about3__txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about3__txt {
    font-size: 4vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__about4 {
  padding: 115px 0;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about4 {
    padding: 13.3333333333vmin 6.6666666667vmin 16vmin;
  }
}
#wrapper #main .healthgrip__about4 .strong {
  color: #ed6c00;
}
#wrapper #main .healthgrip__about4 .sup {
  vertical-align: super;
  font-size: 0.6em;
}
#wrapper #main .healthgrip__about4__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about4__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__about4__head {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about4__head {
    margin-bottom: 8vmin;
    font-size: 6.4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about4__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 100px;
  }
}
#wrapper #main .healthgrip__about4__img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about4__img {
    width: 43.2vmin;
    margin: 0 auto 10.6666666667vmin;
    transform: translateX(4vmin);
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__about4__txt {
    width: 600px;
    padding-top: 40px;
  }
}
#wrapper #main .healthgrip__about4__txt .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about4__txt .txt {
    font-size: 4vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__about4__txt .notes {
  margin-top: 1em;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__about4__txt .notes {
    margin-top: 0;
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__photos {
  display: flex;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__photos {
    display: block;
  }
}
#wrapper #main .healthgrip__photos__item {
  width: 50%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__photos__item {
    width: auto;
  }
}
#wrapper #main .healthgrip__solution {
  padding: 120px 0;
  background: #113056 url(../img/bg_solution.jpg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__solution {
    height: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__solution {
    padding: 16vmin 6.6666666667vmin 14.6666666667vmin;
    background-image: url(../img/bg_solution-sp.jpg);
    background-size: cover;
  }
}
#wrapper #main .healthgrip__solution .strong {
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__solution__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__solution__head {
  position: relative;
  margin-bottom: 220px;
  padding: 25px 0;
  font-size: 40px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__solution__head {
    margin-bottom: 98.6666666667vmin;
    padding: 4vmin 0;
    font-size: 6.4vmin;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#wrapper #main .healthgrip__solution__head::before, #wrapper #main .healthgrip__solution__head::after {
  content: "";
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__solution__head::before, #wrapper #main .healthgrip__solution__head::after {
    width: 7.2vmin;
    height: 7.2vmin;
  }
}
#wrapper #main .healthgrip__solution__head::before {
  top: 0;
  left: 0;
}
#wrapper #main .healthgrip__solution__head::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
#wrapper #main .healthgrip__solution__txt {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__solution__txt {
    width: 460px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__solution__txt {
    font-size: 4vmin;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
#wrapper #main .healthgrip__murata {
  padding: 120px 0;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata {
    padding: 16vmin 7.4666666667vmin 9.3333333333vmin;
  }
}
#wrapper #main .healthgrip__murata .sup {
  vertical-align: super;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__murata__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__murata__head {
  margin: 0 auto 100px;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__murata__head {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__head {
    margin-bottom: 13.3333333333vmin;
  }
}
#wrapper #main .healthgrip__murata__txt {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__txt {
    margin-bottom: 8vmin;
  }
}
#wrapper #main .healthgrip__murata__txt .txt {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__txt .txt {
    font-size: 4vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__murata__txt .notes {
  margin-top: -2em;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__txt .notes {
    margin-top: 0;
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__murata__photo {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__photo {
    margin-bottom: 10.6666666667vmin;
  }
}
#wrapper #main .healthgrip__murata__box {
  padding: 65px 68px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box {
    padding: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__murata__box__profile {
  display: flex;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile {
    margin-bottom: 5.8666666667vmin;
  }
}
#wrapper #main .healthgrip__murata__box__profile__photo {
  width: 240px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__photo {
    width: 26.6666666667vmin;
    margin-right: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__murata__box__profile__txt {
  width: 320px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__txt {
    width: auto;
  }
}
#wrapper #main .healthgrip__murata__box__profile__txt .name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__txt .name {
    display: block;
    margin-bottom: 2.1333333333vmin;
    padding-bottom: 3.2vmin;
  }
}
#wrapper #main .healthgrip__murata__box__profile__txt .name .jp {
  display: block;
  margin-right: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__txt .name .jp {
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__murata__box__profile__txt .name .en {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__txt .name .en {
    font-size: 2.6666666667vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__murata__box__profile__txt .profile {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__profile__txt .profile {
    font-size: 2.9333333333vmin;
    white-space: nowrap;
  }
}
#wrapper #main .healthgrip__murata__box__txt {
  letter-spacing: 0.06em;
}
#wrapper #main .healthgrip__murata__box__txt .head {
  margin-bottom: 28px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__txt .head {
    margin-bottom: 4vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__murata__box__txt .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__murata__box__txt .txt {
    font-size: 3.2vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__murata__box__txt .txt .notes {
  font-size: 14px;
	display: block;
	margin-top:0.5em;
}
@media screen and (max-width: 767px) {
	#wrapper #main .healthgrip__murata__box__txt .txt .notes {
  font-size: 2.4vmin;
}
}
#wrapper #main .healthgrip__step {
  padding: 120px 0 100px;
  background-color: #fff8f3;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step {
    padding: 8vmin 7.4666666667vmin 12vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__step__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__step__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  padding: 36px 0;
  border: 1px solid #ff6c05;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__head {
    margin-bottom: 9.3333333333vmin;
    padding: 5.3333333333vmin 0;
  }
}
#wrapper #main .healthgrip__step__head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto -13px;
  border-right: 1px solid #ff6c05;
  border-bottom: 1px solid #ff6c05;
  background-color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__head::before {
    width: 4.2666666667vmin;
    height: 4.2666666667vmin;
    margin-bottom: -2.4vmin;
  }
}
#wrapper #main .healthgrip__step__head .txt {
  margin-right: 0.5em;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__head .txt {
    font-size: 4vmin;
    letter-spacing: 0;
  }
}
#wrapper #main .healthgrip__step__head .num {
  margin-right: 0.25em;
  font-size: 40px;
  color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__head .num {
    font-size: 6.4vmin;
  }
}
#wrapper #main .healthgrip__step__head .step {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__head .step {
    font-size: 6.4vmin;
  }
}
#wrapper #main .healthgrip__step__contents__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__step__contents__item {
    display: flex;
    justify-content: flex-end;
  }
}
#wrapper #main .healthgrip__step__contents__item + .healthgrip__step__contents__item {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__item + .healthgrip__step__contents__item {
    margin-top: 14.6666666667vmin;
  }
}
#wrapper #main .healthgrip__step__contents__item + .healthgrip__step__contents__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin: -75px auto 0;
  border-right: 3px solid #ff6c05;
  border-bottom: 3px solid #ff6c05;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__item + .healthgrip__step__contents__item::before {
    width: 5.8666666667vmin;
    height: 5.8666666667vmin;
    margin-top: -11.7333333333vmin;
    border-right-width: 0.5333333333vmin;
    border-bottom-width: 0.5333333333vmin;
  }
}
#wrapper #main .healthgrip__step__contents__photo {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__photo {
    width: auto;
  }
}
#wrapper #main .healthgrip__step__contents__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__step__contents__inner {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__inner {
    justify-content: space-between;
    padding: 5.3333333333vmin 5.3333333333vmin 5.3333333333vmin 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__step__contents__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 140px;
  height: 140px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #ff6c05;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__step__contents__num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__num {
    width: 18.6666666667vmin;
    height: 18.6666666667vmin;
  }
}
#wrapper #main .healthgrip__step__contents__num .txt {
  text-align: center;
  color: #ff6c05;
}
#wrapper #main .healthgrip__step__contents__num .step {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__num .step {
    font-size: 2.4vmin;
  }
}
#wrapper #main .healthgrip__step__contents__num .num {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__num .num {
    font-size: 5.0666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__txt {
    width: 55.2vmin;
  }
}
#wrapper #main .healthgrip__step__contents__txt .head {
  display: flex;
  align-items: center;
  margin-bottom: 0.1em;
  font-size: 24px;
  color: #ff6c05;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__txt .head {
    font-size: 4.8vmin;
    letter-spacing: 0;
  }
}
#wrapper #main .healthgrip__step__contents__txt .head .sub {
  display: block;
  margin-left: 20px;
  padding: 0 20px;
  border: 1px solid #ff6c05;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__txt .head .sub {
    margin-left: 2.1333333333vmin;
    padding: 0 1.6vmin;
    font-size: 2.9333333333vmin;
  }
}
#wrapper #main .healthgrip__step__contents__txt .txt {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__txt .txt {
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__step__contents__txt .notes {
  margin-top: 0.5em;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__step__contents__txt .notes {
    font-size: 2.4vmin;
    letter-spacing: 0;
  }
}
#wrapper #main .healthgrip__training {
  padding: 0 20px;
  background-color: #fff8f3;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__training {
    padding: 0 7.4666666667vmin;
  }
}
#wrapper #main .healthgrip__training__wrap {
  border-top: 1px solid #ff6c05;
  border-bottom: 1px solid #ff6c05;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__training__wrap {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__training__wrap {
    padding: 8vmin 0;
  }
}
#wrapper #main .healthgrip__training__wrap .head {
  margin-bottom: 0.2em;
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__training__wrap .head {
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__training__wrap .lead {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__training__wrap .lead {
    margin-bottom: 6.6666666667vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__movie {
  padding: 100px 0 120px;
  background-color: #fff8f3;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie {
    padding: 8vmin 7.4666666667vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__movie__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__movie__head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie__head {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__movie__head .txt {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie__head .txt {
    padding: 0 5.8666666667vmin;
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__movie__head .txt::before, #wrapper #main .healthgrip__movie__head .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #ff6c05;
}
#wrapper #main .healthgrip__movie__head .txt::before {
  left: 0;
  transform: rotate(-30deg);
}
#wrapper #main .healthgrip__movie__head .txt::after {
  right: 0;
  transform: rotate(30deg);
}
#wrapper #main .healthgrip__movie__head .strong {
  color: #ff6c05;
}
#wrapper #main .healthgrip__movie__youtube {
  position: relative;
  cursor: pointer;
}
#wrapper #main .healthgrip__movie__youtube::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/im_icn_play.png) no-repeat center center;
  background-size: 160px auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__movie__youtube::before {
    background-size: 14.6666666667vmin auto;
  }
}
#wrapper #main .healthgrip__health {
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__health {
    border-bottom: 16vmin solid #fff8f3;
  }
}
#wrapper #main .healthgrip__health__txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.43);
}
#wrapper #main .healthgrip__health__txt .sup {
  vertical-align: super;
  font-size: 0.6em;
}
#wrapper #main .healthgrip__health__txt .txt {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__health__txt .txt {
    font-size: 5.3333333333vmin;
    line-height: 1.8;
  }
}
#wrapper #main .healthgrip__health__txt .notes {
  display: block;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__health__txt .notes {
    font-size: 2.6666666667vmin;
    text-align: center;
  }
}
#wrapper #main .healthgrip__health__photos {
  display: flex;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__health__photos {
    display: block;
  }
}
#wrapper #main .healthgrip__health__photos__item {
  width: 50%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__health__photos__item {
    width: auto;
  }
}
#wrapper #main .healthgrip__price {
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price {
    padding: 16vmin 7.4666666667vmin;
  }
}
#wrapper #main .healthgrip__price__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__price__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__price__head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__head {
    margin-bottom: 4.8vmin;
  }
}
#wrapper #main .healthgrip__price__head .en {
  display: block;
  width: 219px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__head .en {
    width: 29.3333333333vmin;
    margin-bottom: 2.1333333333vmin;
  }
}
#wrapper #main .healthgrip__price__head .jp {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__head .jp {
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__price__list {
  display: flex;
  width: 640px;
  margin: 0 auto 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__list {
    width: auto;
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__price__list li {
  width: 50%;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__list li {
    padding: 2.1333333333vmin 0;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__price__list li + li {
  border-left: 1px solid #000;
}
#wrapper #main .healthgrip__price__send {
  width: 640px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__send {
    width: auto;
    margin-bottom: 13.3333333333vmin;
  }
}
#wrapper #main .healthgrip__price__send .box {
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #ff6c05;
  font-size: 30px;
  text-align: center;
  color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__send .box {
    margin-bottom: 4vmin;
    padding: 1.3333333333vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__price__send .txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__send .txt {
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__price__send .txt a {
  display: inline-block;
  border-bottom: 1px solid #000;
}
#wrapper #main .healthgrip__price__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__logo {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__price__logo .txt {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__logo .txt {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
#wrapper #main .healthgrip__price__logo .en {
  width: 505px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__logo .en {
    width: 86.6666666667vmin;
    margin-bottom: 1.3333333333vmin;
  }
}
#wrapper #main .healthgrip__price__logo .jp {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__logo .jp {
    font-size: 2.4vmin;
  }
}
#wrapper #main .healthgrip__price__photo {
  width: 694px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__photo {
    width: auto;
    margin: 0 -4vmin 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__price__price {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__price {
    margin-bottom: 8vmin;
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__price__price .label {
  font-size: 0.8em;
}
#wrapper #main .healthgrip__price__price .tax {
  font-size: 0.6em;
}
#wrapper #main .healthgrip__price__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 640px;
  height: 90px;
  margin: 0 auto 100px;
  padding: 0 30px;
  background-color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__btn {
    width: auto;
    height: 12vmin;
    margin-bottom: 9.3333333333vmin !important;
    padding: 0 0 0 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__price__btn .icn {
  position: absolute;
  top: 20px;
  left: 30px;
  display: block;
  width: 46px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__btn .icn {
    top: 2.9333333333vmin;
    left: 5.3333333333vmin;
    width: 6.4vmin;
  }
}
#wrapper #main .healthgrip__price__btn .txt {
  display: block;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__btn .txt {
    font-size: 4.8vmin;
  }
}
#wrapper #main .healthgrip__price__merit {
  padding: 25px 30px 10px;
  background-color: #f1f3f6;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__price__merit {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit {
    padding: 4vmin 4vmin 4vmin;
  }
}
#wrapper #main .healthgrip__price__merit__head {
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit__head {
    margin-bottom: 3.2vmin;
    padding-bottom: 2.1333333333vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__price__merit__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit__list {
    display: block;
  }
}
#wrapper #main .healthgrip__price__merit__list__item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit__list__item {
    align-items: flex-start;
    width: auto;
    margin-bottom: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__price__merit__list__item:last-child {
  width: auto;
}
#wrapper #main .healthgrip__price__merit__list__item .icn {
  display: block;
  width: 23px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit__list__item .icn {
    width: 4vmin;
    margin-right: 1.6vmin;
  }
}
#wrapper #main .healthgrip__price__merit__list__item .txt {
  font-size: 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__price__merit__list__item .txt {
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__faq {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq {
    margin: 0 7.4666666667vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__faq__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__faq__head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__head {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__faq__head .en {
  display: block;
  width: 137px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__head .en {
    width: 17.6vmin;
    margin-bottom: 1.6vmin;
  }
}
#wrapper #main .healthgrip__faq__head .jp {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__head .jp {
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__item.is-open .healthgrip__faq__contents__head::before {
  content: "";
  transform: rotate(225deg);
}
#wrapper #main .healthgrip__faq__contents__head {
  position: relative;
  padding: 25px 90px;
  border-bottom: 1px solid #fff;
  background-color: #f1f3f6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__head {
    padding: 4vmin 9.3333333333vmin 4vmin 4vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__head::before {
    right: 4.8vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__head .head {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__head .head {
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__body {
  display: none;
  padding: 25px 90px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__body {
    padding: 4vmin 4vmin 5.3333333333vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__body .txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__body .txt {
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__body .list {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__faq__contents__body .list {
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__faq__contents__body .list li {
  margin-left: 1em;
  text-indent: -1em;
}
#wrapper #main .healthgrip__spec {
  position: relative;
  padding: 120px 0;
  background-color: #f1f3f6;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec {
    padding: 16vmin 7.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__spec__wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__spec__head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__head {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__spec__head .en {
  display: block;
  width: 191px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__head .en {
    width: 25.6vmin;
    margin-bottom: 1.6vmin;
  }
}
#wrapper #main .healthgrip__spec__head .jp {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__head .jp {
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__spec__data table {
  width: 100%;
}
#wrapper #main .healthgrip__spec__data table tr {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
#wrapper #main .healthgrip__spec__data table th {
  width: 251px;
  padding: 25px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__data table th {
    width: auto;
    padding: 2.6666666667vmin 0;
    font-size: 3.2vmin;
    white-space: nowrap;
  }
}
#wrapper #main .healthgrip__spec__data table td {
  padding: 25px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__data table td {
    padding: 2.6666666667vmin 0 2.6666666667vmin 2.6666666667vmin;
    font-size: 3.2vmin;
  }
}
#wrapper #main .healthgrip__spec__notes {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__notes {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__spec__notes a {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__notes a {
    margin-top: 1.3333333333vmin;
  }
}
#wrapper #main .healthgrip__spec__notes li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__spec__notes li {
    margin-top: 2.6666666667vmin;
  }
}
#wrapper #main .healthgrip__safety {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety {
    padding: 16vmin 7.4666666667vmin;
  }
}
#wrapper #main .healthgrip__safety__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .healthgrip__safety__wrap {
    padding: 0 20px;
  }
}
#wrapper #main .healthgrip__safety__head {
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__head {
    margin-bottom: 4vmin;
    font-size: 5.6vmin;
  }
}
#wrapper #main .healthgrip__safety__lead {
  margin-bottom: 70px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__lead {
    margin-bottom: 8vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .healthgrip__safety__notes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .healthgrip__safety__notes__head {
  margin-right: 26px;
  font-size: 24px;
  color: #ff6c05;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__head {
    margin-right: 3.2vmin;
    font-size: 3.2vmin;
  }
}
#wrapper #main .healthgrip__safety__notes__list {
  padding-left: 26px;
  border-left: 1px solid #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__list {
    padding-left: 3.7333333333vmin;
  }
}
#wrapper #main .healthgrip__safety__notes__list__item {
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__list__item {
    font-size: 3.2vmin;
  }
}
#wrapper #main .healthgrip__safety__notes__list__item + .healthgrip__safety__notes__list__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__list__item + .healthgrip__safety__notes__list__item {
    margin-top: 3.2vmin;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__list__item dt {
    margin-left: 1em;
    text-indent: -1em;
  }
}
#wrapper #main .healthgrip__safety__notes__list__item dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__notes__list__item dd {
    margin-top: 1.0666666667vmin;
    margin-left: 1em;
    text-indent: -1em;
  }
}
#wrapper #main .healthgrip__safety__txt {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__safety__txt {
    margin: 0 -7.4666666667vmin;
    font-size: 4vmin;
    white-space: nowrap;
  }
}
#wrapper #main .healthgrip__safety__txt .strong {
  color: #ff6c05;
}
@media screen and (max-width: 767px) {
  #wrapper #main .healthgrip__banners {
    margin: 0 7.4666666667vmin;
  }
}
#wrapper #main .healthgrip__banners img {
  max-width: 100%;
  width: auto;
}
#wrapper #main [data-anim] {
  transition: 0.3s all ease-out;
}
#wrapper #main [data-anim=top] {
  transform: translateY(30px);
  opacity: 0;
}
#wrapper #main [data-anim=left] {
  transform: translateX(-60px);
  opacity: 0;
}

.point10Label.it-header {
  /*margin-top: calc(0.4 * var(--rem));*/
  margin-top: calc(0.7 * var(--rem));
  background: #ff6b00;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .point10Label.it-header {
    margin: 6px 0 -10px;
    font-size: 1.6vmin;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #wrapper .point10Label.it-header {
    margin-top: 0;
    font-size: 3.46667vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  #wrapper .point10Label.it-header {
    width: 100vw;
    font-size: calc(2.6 * var(--rem));
  }
}
.point10Label.it-header a {
  color: #fff;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック体", "YuGothic", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}/*# sourceMappingURL=style.css.map */