@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap");
[data-anim] {
  transition: 0.8s all; }

[data-anim=true] {
  transform: translateY(2vh);
  -ms-transform: translateY(100px);
  opacity: 0; }

/*@media screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    margin: 0;
    padding: 10px 15px 5px;
    overflow: hidden;
    line-height: 10px; } }*/

/* main */
/* ----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 0 !important; } }

#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 */
  /* ----------------------------------------------------------------------------*/
  /*============================
  footfitlite
  ============================*/
  /* kv */
  /* ----------------------------------------------------------------------------*/
  /* overview */
  /* ----------------------------------------------------------------------------*/
  /* about */
  /* ----------------------------------------------------------------------------*/
  /* professional01 */
  /* ----------------------------------------------------------------------------*/
  /* professional02 */
  /* ----------------------------------------------------------------------------*/
  /* authorization */
  /* ----------------------------------------------------------------------------*/
  /* movie */
  /* ----------------------------------------------------------------------------*/
  /* buy */
  /* ----------------------------------------------------------------------------*/
  /* worries */
  /* ----------------------------------------------------------------------------*/
  /* point */
  /* ----------------------------------------------------------------------------*/
  /* technology */
  /* ----------------------------------------------------------------------------*/
  /* features */
  /* ----------------------------------------------------------------------------*/
  /* family */
  /* ----------------------------------------------------------------------------*/
  /* column */
  /* ----------------------------------------------------------------------------*/
  /* voice */
  /* ----------------------------------------------------------------------------*/
  /* comment */
  /* ----------------------------------------------------------------------------*/
  /* favorite */
  /* ----------------------------------------------------------------------------*/
  /* review */
  /* ----------------------------------------------------------------------------*/
  /* gift */
  /* ----------------------------------------------------------------------------*/
  /* faq */
  /* ----------------------------------------------------------------------------*/
  /* caution */
  /* ----------------------------------------------------------------------------*/
  /* inquiry */
  /* ----------------------------------------------------------------------------*/
  /* start */
  /* ----------------------------------------------------------------------------*/
  /* cart */
  /* ----------------------------------------------------------------------------*/
  /* buttons */
  /* ----------------------------------------------------------------------------*/
  /* spec */
  /* ----------------------------------------------------------------------------*/
  /* banners */
  /* ----------------------------------------------------------------------------*/ }
  @media screen and (max-width: 767px) {
    #wrapper #main {
      /*margin-top: 10px;*/ } }
  #wrapper #main *,
  #wrapper #main *:before,
  #wrapper #main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -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 [data-youtube-modal] {
    position: relative;
    cursor: pointer; }
    #wrapper #main [data-youtube-modal]::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../img/im_icn_play.png) no-repeat center center;
      background-size: 140px auto;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        #wrapper #main [data-youtube-modal]::before {
          background-size: 13.3333333333vmin auto; } }
  #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 .js-more.is-show .js-more-btn .txt::after {
    content: "閉じる"; }
  #wrapper #main .js-more.is-show .js-more-btn .icn::before {
    transform: rotate(0deg); }
  #wrapper #main .js-more-contents {
    display: none; }
  #wrapper #main .footfitlite__cart__item__section__head .price .num, #wrapper #main .footfitlite__cart__item__section__head .price .yen, #wrapper #main .footfitlite__inquiry__txt .tel a, #wrapper #main .footfitlite__buy__price .num, #wrapper #main .footfitlite__buy__price .yen, #wrapper #main .footfitlite__overview__price__number .num, #wrapper #main .footfitlite__overview__price__number .yen {
    font-family: 'Oswald', sans-serif; }
  #wrapper #main .footfitlite {
    max-width: 100vw;
    overflow: hidden;
    color: #000; }
    #wrapper #main .footfitlite .js-accordion-head {
      cursor: pointer; }
    #wrapper #main .footfitlite .js-accordion-body {
      display: none; }
  #wrapper #main .footfitlite__kv {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__kv {
        margin-bottom: 13.3333333333vmin; } }
    #wrapper #main .footfitlite__kv .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__kv .slick-dots {
          margin-top: 2.6666666667vmin; } }
      #wrapper #main .footfitlite__kv .slick-dots li {
        width: 70px;
        height: 6px;
        margin: 0 5px;
        background-color: #a3a3a3;
        font-size: 0; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__kv .slick-dots li {
            width: 9.0666666667vmin;
            height: 1.0666666667vmin;
            margin: 0 1.0666666667vmin; } }
        #wrapper #main .footfitlite__kv .slick-dots li.slick-active {
          background-color: #ed6c00; }
  #wrapper #main .footfitlite__overview {
    margin-bottom: 150px;
    background: url(../img/bg_overview.png) no-repeat center top;
    background-size: 100% auto; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__overview {
        margin-bottom: 14.6666666667vmin;
        background-image: url(../img/bg_overview-sp.png); } }
    #wrapper #main .footfitlite__overview__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .footfitlite__overview__head {
      margin-bottom: 80px;
      font-size: 40px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__head {
          margin-bottom: 10.6666666667vmin;
          font-size: 5.3333333333vmin; } }
    #wrapper #main .footfitlite__overview__image {
      display: flex;
      justify-content: center;
      margin-bottom: 120px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__image {
          margin-bottom: 8.5333333333vmin; } }
      #wrapper #main .footfitlite__overview__image__item {
        width: 510px;
        margin: 0 32px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__image__item {
            width: 41.6vmin;
            margin: 0 2.6666666667vmin; } }
    #wrapper #main .footfitlite__overview__name {
      margin-bottom: 90px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__name {
          margin-bottom: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__overview__name .en {
        display: block;
        width: 550px;
        margin: 0 auto 70px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__name .en {
            width: 66.6666666667vmin;
            margin-bottom: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__overview__name .jp {
        font-size: 46px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__name .jp {
            font-size: 5.3333333333vmin; } }
    #wrapper #main .footfitlite__overview__price {
      width: 560px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__price {
          width: 74.6666666667vmin; } }
      #wrapper #main .footfitlite__overview__price__number {
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
        line-height: 1;
        color: #EA6D00; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__price__number {
            margin-bottom: 2.6666666667vmin; } }
        #wrapper #main .footfitlite__overview__price__number .yen {
          margin-right: 0.1em;
          font-size: 0.8em; }
        #wrapper #main .footfitlite__overview__price__number .normal {
          position: relative;
          font-size: 72px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__overview__price__number .normal {
              font-size: 9.6vmin; } }
          #wrapper #main .footfitlite__overview__price__number .normal .tax {
            font-size: 24px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__overview__price__number .normal .tax {
                font-size: 3.2vmin; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__overview__price__number .normal.special {
              margin-top: 1.3333333333vmin; } }
          #wrapper #main .footfitlite__overview__price__number .normal.special::before {
            content: "特別価格";
            position: absolute;
            left: 0;
            bottom: 100%;
            display: block;
            margin-bottom: 0.5em;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__overview__price__number .normal.special::before {
                margin-bottom: 0.25em;
                font-size: 3.4666666667vmin; } }
        #wrapper #main .footfitlite__overview__price__number .installments {
          margin-left: 10px;
          padding-left: 20px;
          border-left: 1px solid #EA6D00;
          font-size: 57px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__overview__price__number .installments {
              margin-left: 1.3333333333vmin;
              padding-left: 2.6666666667vmin;
              font-size: 7.4666666667vmin; } }
          #wrapper #main .footfitlite__overview__price__number .installments .txt {
            font-size: 29px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__overview__price__number .installments .txt {
                font-size: 3.7333333333vmin; } }
      #wrapper #main .footfitlite__overview__price__notes {
        margin-bottom: 30px;
        font-size: 14px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__price__notes {
            margin-bottom: 4vmin;
            font-size: 1.8666666667vmin; } }
      #wrapper #main .footfitlite__overview__price__list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__overview__price__list {
            margin-bottom: 10.6666666667vmin; } }
        #wrapper #main .footfitlite__overview__price__list__item {
          width: calc(50% - 7px);
          padding: 10px;
          background-color: #e6eaeb;
          font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
          font-size: 16px;
          font-weight: 500;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__overview__price__list__item {
              width: calc(50% - 3px);
              padding: 1.3333333333vmin;
              font-size: 2.4vmin; } }
    #wrapper #main .footfitlite__overview__btn {
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__btn {
          margin-bottom: 5.3333333333vmin; } }
    #wrapper #main .footfitlite__overview__record {
      width: 850px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__overview__record {
          width: 86.6666666667vmin; } }
  #wrapper #main .footfitlite__about {
    margin-bottom: 160px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__about {
        margin-bottom: 20vmin; } }
    #wrapper #main .footfitlite__about__kv {
      margin-bottom: 160px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__about__kv {
          margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .footfitlite__about__wrap {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row-reverse;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__about__wrap {
          display: block;
          padding: 0 10vmin; } }
    #wrapper #main .footfitlite__about__photo {
      width: 40.5%; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__about__photo {
          display: flex;
          justify-content: space-between;
          width: auto; } }
      #wrapper #main .footfitlite__about__photo .photo {
        display: block; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__about__photo .photo {
            width: calc(50% - 2px); } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__about__photo .photo.photo2 {
            position: absolute;
            bottom: 0;
            left: 17.5%;
            width: 32.5%; } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__about__photo .photo.photo3 {
            position: absolute;
            bottom: 84px;
            right: 11.1666666667%;
            width: 24.1666666667%; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__about__photo .photo.photo3 {
            display: none; } }
    #wrapper #main .footfitlite__about__txt {
      position: relative;
      width: 53.3333333333%;
      padding: 60px 0 360px;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__about__txt {
          width: auto;
          margin-bottom: 6.6666666667vmin;
          padding: 0; } }
      #wrapper #main .footfitlite__about__txt .head {
        margin-bottom: 80px;
        font-size: 38px;
        font-weight: bold;
        line-height: 1.75; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__about__txt .head {
            margin-bottom: 5.3333333333vmin;
            font-size: 5.6vmin; } }
      #wrapper #main .footfitlite__about__txt .txt {
        font-size: 22px;
        line-height: 2.25; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__about__txt .txt {
            font-size: 3.7333333333vmin;
            letter-spacing: -0.05em; } }
  #wrapper #main .footfitlite__professional01 {
    position: relative;
    max-width: 1360px;
    margin: 0 auto 90px;
    padding: 0 150px 90px;
    border-radius: 56px;
    background-color: #e6eaeb; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__professional01 {
        margin-bottom: 10.6666666667vmin;
        padding: 9.3333333333vmin 6.6666666667vmin 10.6666666667vmin;
        border-radius: 9.6vmin; } }
    #wrapper #main .footfitlite__professional01__head {
      width: 315px;
      margin: 0 10px 10px auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional01__head {
          width: 34.1333333333vmin;
          margin: 0 auto 6.6666666667vmin; } }
    #wrapper #main .footfitlite__professional01__profile {
      position: relative;
      margin-bottom: 80px; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__professional01__profile {
          padding-top: 290px; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional01__profile {
          margin-bottom: 9.3333333333vmin; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__professional01__profile__photo {
          position: absolute;
          top: 0;
          right: 28.4905660377%;
          width: 97.1698113208%; } }
      #wrapper #main .footfitlite__professional01__profile__txt {
        position: relative;
        background-color: #e36400;
        color: #fff;
        z-index: 10; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__professional01__profile__txt {
            width: 65.0943396226%;
            margin: 0 -150px 0 auto;
            padding: 60px 90px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__professional01__profile__txt {
            padding: 8vmin 5.3333333333vmin; } }
        #wrapper #main .footfitlite__professional01__profile__txt .name {
          margin-bottom: 10px;
          font-size: 26px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__professional01__profile__txt .name {
              margin-bottom: 2.1333333333vmin;
              font-size: 4.5333333333vmin; } }
          #wrapper #main .footfitlite__professional01__profile__txt .name .notes {
            font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
            font-size: 16px;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__professional01__profile__txt .name .notes {
                font-size: 2.6666666667vmin; } }
        #wrapper #main .footfitlite__professional01__profile__txt .txt1 {
          margin-bottom: 30px;
          font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
          font-size: 16px;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__professional01__profile__txt .txt1 {
              margin-bottom: 5.3333333333vmin;
              font-size: 2.6666666667vmin; } }
        #wrapper #main .footfitlite__professional01__profile__txt .txt2 {
          font-size: 20px;
          line-height: 1.75; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__professional01__profile__txt .txt2 {
              font-size: 3.4666666667vmin;
              letter-spacing: -0.02em;
              white-space: nowrap; } }
    #wrapper #main .footfitlite__professional01__col {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional01__col {
          display: block;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__professional01__col__photo {
          width: 44.3396226415%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional01__col__photo {
          display: none; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__professional01__col__txt {
          width: 49.0566037736%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional01__col__txt {
          padding: 0 2.6666666667vmin; } }
      #wrapper #main .footfitlite__professional01__col__txt .head {
        margin-bottom: 50px;
        font-size: 34px;
        font-weight: bold;
        line-height: 1.7; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__professional01__col__txt .head {
            margin-bottom: 5.3333333333vmin;
            font-size: 5.0666666667vmin; } }
      #wrapper #main .footfitlite__professional01__col__txt .txt {
        font-size: 21px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__professional01__col__txt .txt {
            font-size: 3.7333333333vmin; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__professional01__notes {
        display: none; } }
    #wrapper #main .footfitlite__professional01__notes li {
      font-size: 14px;
      line-height: 2; }
  #wrapper #main .footfitlite__professional02 {
    position: relative;
    max-width: 1360px;
    margin: 0 auto 160px;
    padding: 0 150px 90px;
    border-radius: 56px;
    background-color: #e6eaeb; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__professional02 {
        margin-bottom: 14.6666666667vmin;
        padding: 9.3333333333vmin 6.6666666667vmin 10.6666666667vmin;
        border-radius: 9.6vmin; } }
    #wrapper #main .footfitlite__professional02__head {
      width: 315px;
      margin: 0 10px 10px auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__head {
          width: 34.1333333333vmin;
          margin: 0 auto 6.6666666667vmin; } }
    #wrapper #main .footfitlite__professional02__col {
      display: flex;
      flex-direction: column-reverse; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__col {
          display: block; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__professional02__txt {
        width: 49.0566037736%;
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__professional02__txt {
        padding: 0 2.6666666667vmin; } }
    #wrapper #main .footfitlite__professional02__txt .head {
      margin-bottom: 50px;
      font-size: 34px;
      font-weight: bold;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__txt .head {
          margin-bottom: 5.3333333333vmin;
          font-size: 5.0666666667vmin; } }
    #wrapper #main .footfitlite__professional02__txt .txt {
      margin-bottom: 50px;
      font-size: 21px;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__txt .txt {
          margin-bottom: 1.3333333333vmin;
          font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__professional02__txt .notes {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__txt .notes {
          font-size: 2.6666666667vmin; } }
    #wrapper #main .footfitlite__professional02__profile {
      position: relative; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__professional02__profile {
          margin-bottom: 9.3333333333vmin; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__professional02__profile__photo {
          position: absolute;
          bottom: 150px;
          left: 54.7169811321%;
          width: 70.7547169811%; } }
      #wrapper #main .footfitlite__professional02__profile__txt {
        position: relative;
        background-color: #e36400;
        color: #fff;
        z-index: 10; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__professional02__profile__txt {
            width: 68.8679245283%;
            padding: 60px 40px 60px 90px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__professional02__profile__txt {
            padding: 8vmin 5.3333333333vmin; } }
        #wrapper #main .footfitlite__professional02__profile__txt .name {
          margin-bottom: 10px;
          font-size: 26px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__professional02__profile__txt .name {
              margin-bottom: 2.1333333333vmin;
              font-size: 4.5333333333vmin; } }
        #wrapper #main .footfitlite__professional02__profile__txt .txt {
          font-size: 20px;
          line-height: 1.75; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__professional02__profile__txt .txt {
              font-size: 3.4666666667vmin; } }
  #wrapper #main .footfitlite__authorization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 200px;
    padding: 39px 44px;
    border: 1px solid #B0B0B0; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__authorization {
        display: block;
        margin: 0 6.6666666667vmin 16vmin;
        padding: 4vmin 5.3333333333vmin 5.3333333333vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__authorization__logo {
        width: 15.8241758242%; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__authorization__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4vmin; }
        #wrapper #main .footfitlite__authorization__logo .logo {
          display: block;
          width: 17.0666666667vmin;
          margin-right: 3.2vmin; }
        #wrapper #main .footfitlite__authorization__logo .txt {
          font-size: 4.8vmin;
          font-weight: bold;
          color: #00419F; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__authorization__txt {
        width: 79.6703296703%; } }
    #wrapper #main .footfitlite__authorization__txt .head {
      margin-bottom: 10px;
      font-size: 28px;
      font-weight: bold; }
    #wrapper #main .footfitlite__authorization__txt .txt {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__authorization__txt .txt {
          font-size: 3.7333333333vmin; } }
  #wrapper #main .footfitlite__movie {
    max-width: 1200px;
    margin: 0 auto 240px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__movie {
        margin: 0 2.6666666667vmin 16vmin; } }
    #wrapper #main .footfitlite__movie__head {
      margin-bottom: 80px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__movie__head {
          margin-bottom: 6.6666666667vmin; } }
      #wrapper #main .footfitlite__movie__head .en {
        display: block;
        width: 231px;
        margin: 0 auto 60px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__movie__head .en {
            width: 24.5333333333vmin;
            margin-bottom: 3.2vmin; } }
      #wrapper #main .footfitlite__movie__head .jp {
        font-size: 56px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__movie__head .jp {
            font-size: 6.4vmin; } }
  #wrapper #main .footfitlite__buy {
    max-width: 1200px;
    margin: 0 auto 240px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__buy {
        margin-bottom: 16vmin; } }
    #wrapper #main .footfitlite__buy__head {
      margin-bottom: 100px;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
      font-size: 36px;
      font-weight: 500;
      text-align: center;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__head {
          margin-bottom: 6.6666666667vmin;
          font-size: 4.8vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__buy__col {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 90px;
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__buy__col {
        margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .footfitlite__buy__col__img {
      display: flex; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__buy__col__img {
          justify-content: space-between;
          width: 45.2173913043%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__col__img {
          justify-content: center;
          margin-bottom: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__buy__col__img .img {
        width: 48.0769230769%; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__buy__col__img .img {
            width: 31.7333333333vmin;
            margin: 0 2.1333333333vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__buy__col__txt {
        width: 48.6956521739%; } }
    #wrapper #main .footfitlite__buy__col__txt .name {
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__col__txt .name {
          margin-bottom: 5.3333333333vmin;
          font-size: 5.3333333333vmin;
          text-align: center;
          letter-spacing: -0.075em; } }
    #wrapper #main .footfitlite__buy__col__txt .list {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__col__txt .list {
          width: 74.6666666667vmin;
          margin: 0 auto; } }
      #wrapper #main .footfitlite__buy__col__txt .list li {
        width: calc(50% - 7px);
        padding: 10px;
        background-color: #e6eaeb;
        font-size: 16px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__buy__col__txt .list li {
            width: calc(50% - 3px);
            padding: 1.3333333333vmin;
            font-size: 2.4vmin; } }
    #wrapper #main .footfitlite__buy__col__txt .notes {
      margin-bottom: 30px;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__col__txt .notes {
          margin-bottom: 4vmin;
          font-size: 1.8666666667vmin; } }
    #wrapper #main .footfitlite__buy__price {
      display: flex;
      align-items: flex-end;
      margin-bottom: 15px;
      line-height: 1;
      color: #EA6D00; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buy__price {
          width: 74.6666666667vmin;
          margin: 0 auto 2.6666666667vmin; } }
      #wrapper #main .footfitlite__buy__price .yen {
        margin-right: 0.1em;
        font-size: 0.8em; }
      #wrapper #main .footfitlite__buy__price .normal {
        position: relative;
        font-size: 72px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__buy__price .normal {
            font-size: 9.6vmin; } }
        #wrapper #main .footfitlite__buy__price .normal .tax {
          font-size: 24px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__buy__price .normal .tax {
              font-size: 3.2vmin; } }
        #wrapper #main .footfitlite__buy__price .normal.special {
          margin-top: 15px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__buy__price .normal.special {
              margin-top: 1.3333333333vmin; } }
          #wrapper #main .footfitlite__buy__price .normal.special::before {
            content: "特別価格";
            position: absolute;
            left: 0;
            bottom: 100%;
            display: block;
            margin-bottom: 0.25em;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__buy__price .normal.special::before {
                font-size: 3.4666666667vmin; } }
      #wrapper #main .footfitlite__buy__price .installments {
        margin-left: 10px;
        padding-left: 20px;
        border-left: 1px solid #EA6D00;
        font-size: 57px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__buy__price .installments {
            margin-left: 1.3333333333vmin;
            padding-left: 2.6666666667vmin;
            font-size: 7.4666666667vmin; } }
        #wrapper #main .footfitlite__buy__price .installments .txt {
          font-size: 29px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__buy__price .installments .txt {
              font-size: 3.7333333333vmin; } }
  #wrapper #main .footfitlite__worries {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__worries {
        margin: 0 6.6666666667vmin 8vmin; } }
    #wrapper #main .footfitlite__worries__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .footfitlite__worries__box {
      position: relative;
      margin-bottom: 200px;
      border-top: 7px solid #EA6D00;
      background-color: #000; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__worries__box {
          margin-bottom: 16vmin;
          border-top-width: 0.9333333333vmin;
          text-align: center; } }
      #wrapper #main .footfitlite__worries__box::before, #wrapper #main .footfitlite__worries__box::after {
        content: "";
        position: absolute;
        top: 80%;
        bottom: 0;
        display: block;
        width: 50%;
        background-color: #000; }
      #wrapper #main .footfitlite__worries__box::before {
        left: 0;
        transform-origin: left bottom;
        transform: skewY(12.5deg); }
      #wrapper #main .footfitlite__worries__box::after {
        right: 0;
        transform-origin: right bottom;
        transform: skewY(-12.5deg); }
      #wrapper #main .footfitlite__worries__box__head {
        padding: 80px 0 70px;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__worries__box__head {
            padding: 8vmin 0 6.6666666667vmin;
            font-size: 4.5333333333vmin; } }
      #wrapper #main .footfitlite__worries__box__img {
        display: flex;
        justify-content: center;
        margin: 0 -50vw 90px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__worries__box__img {
            margin: 0 -6.6666666667vmin 8vmin; } }
        #wrapper #main .footfitlite__worries__box__img .img {
          display: block;
          max-width: 100vw; }
      #wrapper #main .footfitlite__worries__box__list {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        color: #fff;
        z-index: 10; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__worries__box__list {
            display: inline-block; } }
        #wrapper #main .footfitlite__worries__box__list__item {
          display: flex;
          align-items: center; }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__worries__box__list__item {
              width: 40%;
              margin-bottom: 40px; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__worries__box__list__item {
              margin-bottom: 3.7333333333vmin; } }
          #wrapper #main .footfitlite__worries__box__list__item .icn {
            display: block;
            width: 50px;
            margin-right: 28px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__worries__box__list__item .icn {
                width: 5.3333333333vmin;
                margin-right: 2.1333333333vmin; } }
          #wrapper #main .footfitlite__worries__box__list__item .txt {
            font-size: 28px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__worries__box__list__item .txt {
                font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__worries__col {
      position: relative; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__worries__col__txt {
          width: 50%;
          padding: 80px 0 120px; } }
      #wrapper #main .footfitlite__worries__col__txt .txt {
        margin-bottom: 80px;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 36px;
        font-weight: 500;
        line-height: 2.25;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__worries__col__txt .txt {
            margin-bottom: 5.3333333333vmin;
            font-size: 4.8vmin; } }
      #wrapper #main .footfitlite__worries__col__txt .logo {
        display: block;
        width: 68.3333333333%;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__worries__col__txt .logo {
            width: 54.9333333333vmin;
            margin-bottom: 6.6666666667vmin; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__worries__col__img {
          position: absolute;
          top: 0;
          left: 51.6666666667%;
          width: 58.9166666667%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__worries__col__img {
          width: 56vmin;
          margin: 0 auto; } }
  #wrapper #main .footfitlite__point {
    padding: 140px 0 120px;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__point {
        padding: 13.3333333333vmin 9.6vmin 5.3333333333vmin; } }
    #wrapper #main .footfitlite__point__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .footfitlite__point__head .en {
      display: block;
      width: 251px;
      margin: 0 auto 60px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__point__head .en {
          width: 24.8vmin;
          margin-bottom: 2.6666666667vmin; } }
    #wrapper #main .footfitlite__point__head .jp {
      display: block;
      margin-bottom: 40px;
      font-size: 56px;
      font-weight: bold;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__point__head .jp {
          margin-bottom: 6.6666666667vmin;
          font-size: 6.4vmin; } }
    #wrapper #main .footfitlite__point__reverse {
      display: flex;
      flex-direction: column-reverse; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__point__reverse {
          display: block; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__point__col {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__point__col__img {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__point__col__img {
        margin: 0 -4.2666666667vmin 8vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__point__col__txt {
        width: 46.6666666667%;
        padding: 0 5.8333333333%; } }
    #wrapper #main .footfitlite__point__col__txt .list {
      color: #fff; }
      #wrapper #main .footfitlite__point__col__txt .list dt {
        border: 2px solid  #EA6D00;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__point__col__txt .list dt {
            margin-top: 70px;
            font-size: 36px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__point__col__txt .list dt {
            margin-bottom: 3.2vmin;
            font-size: 4.8vmin; } }
      #wrapper #main .footfitlite__point__col__txt .list dd {
        line-height: 1.85;
        text-align: center;
        white-space: nowrap; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__point__col__txt .list dd {
            margin-top: 30px;
            font-size: 22px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__point__col__txt .list dd {
            margin-bottom: 5.3333333333vmin;
            font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__point__txt {
      font-size: 20px;
      line-height: 2;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__point__txt {
          margin-bottom: 5.3333333333vmin;
          font-size: 3.7333333333vmin;
          text-align: left; } }
  #wrapper #main .footfitlite__technology {
    padding: 140px 0 40px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__technology {
        padding: 16vmin 5.3333333333vmin 0; } }
    #wrapper #main .footfitlite__technology__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .footfitlite__technology__section {
      margin-bottom: 150px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__technology__section {
          margin-bottom: 13.3333333333vmin; } }
      #wrapper #main .footfitlite__technology__section__head {
        position: relative;
        margin-bottom: 60px;
        padding-top: 40px;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        line-height: 1.85; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__technology__section__head {
            margin-bottom: 5.3333333333vmin;
            padding-top: 4.8vmin;
            font-size: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__technology__section__head::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: block;
          width: 80px;
          height: 8px;
          margin: 0 auto;
          background-color: #ea6d00; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__head::before {
              width: 10.6666666667vmin;
              height: 1.0666666667vmin; } }
      #wrapper #main .footfitlite__technology__section__txt {
        margin-bottom: 80px;
        font-size: 20px;
        line-height: 2;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__technology__section__txt {
            margin: 0 4vmin 8vmin;
            font-size: 3.7333333333vmin;
            text-align: left; } }
      #wrapper #main .footfitlite__technology__section__img {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__technology__section__img {
            justify-content: space-between;
            margin: 0 4vmin; }
            #wrapper #main .footfitlite__technology__section__img .sp {
              margin-bottom: 4vmin; } }
        #wrapper #main .footfitlite__technology__section__img__item {
          width: 29%;
          margin: 0 17px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__img__item {
              width: 38.6666666667vmin;
              margin: 0; } }
          #wrapper #main .footfitlite__technology__section__img__item .img {
            margin-bottom: 20px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__technology__section__img__item .img {
                margin-bottom: 2.1333333333vmin; } }
          #wrapper #main .footfitlite__technology__section__img__item .caption {
            font-size: 22px;
            font-weight: bold;
            text-align: center; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__technology__section__img__item .caption {
                font-size: 3.4666666667vmin; } }
      #wrapper #main .footfitlite__technology__section__col {
        max-width: 1000px;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__technology__section__col {
            display: flex;
            align-items: flex-start;
            justify-content: space-between; } }
        #wrapper #main .footfitlite__technology__section__col__txt {
          font-size: 20px;
          line-height: 2; }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__technology__section__col__txt {
              width: 43%; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__col__txt {
              margin-bottom: 10.6666666667vmin;
              font-size: 3.7333333333vmin; } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__technology__section__col__img {
            width: 49.8%; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__technology__section__col__img {
            margin: 0 5.3333333333vmin; } }
      #wrapper #main .footfitlite__technology__section__brand {
        margin: 0 -50vw; }
        #wrapper #main .footfitlite__technology__section__brand__col {
          display: flex;
          justify-content: center;
          max-width: 100vw;
          margin: 0 auto; }
        #wrapper #main .footfitlite__technology__section__brand__txt {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 55%;
          background-color: #ea6d00;
          font-size: 38px;
          font-weight: bold;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__brand__txt {
              width: 50%;
              font-size: 4vmin; } }
        #wrapper #main .footfitlite__technology__section__brand__img {
          width: 45%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__brand__img {
              width: 50%; } }
      #wrapper #main .footfitlite__technology__section__btn button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 500px;
        height: 75px;
        margin: 0 auto;
        background-color: #e36400;
        transition: 0.4s all; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__technology__section__btn button {
            width: 100%;
            height: 12vmin; } }
        #wrapper #main .footfitlite__technology__section__btn button .txt {
          font-size: 0; }
          #wrapper #main .footfitlite__technology__section__btn button .txt::after {
            content: "もっと見る";
            font-size: 23px;
            color: #fff; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__technology__section__btn button .txt::after {
                font-size: 4vmin; } }
        #wrapper #main .footfitlite__technology__section__btn button .icn {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 20px;
          height: 20px;
          margin: auto 20px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__technology__section__btn button .icn {
              width: 4.2666666667vmin;
              height: 4.2666666667vmin;
              margin-right: 4.2666666667vmin; } }
          #wrapper #main .footfitlite__technology__section__btn button .icn::before, #wrapper #main .footfitlite__technology__section__btn button .icn::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            height: 1px;
            margin: auto;
            background-color: #fff; }
          #wrapper #main .footfitlite__technology__section__btn button .icn::before {
            transform: rotate(-90deg); }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__technology__section__btn button:hover {
            opacity: 0.7; } }
      #wrapper #main .footfitlite__technology__section .is-open .footfitlite__technology__section__btn button .txt::after {
        content: "閉じる"; }
      #wrapper #main .footfitlite__technology__section .is-open .footfitlite__technology__section__btn button .icn::before {
        transform: rotate(0deg); }
  #wrapper #main .footfitlite__features {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__features {
        margin-bottom: 16vmin; } }
    #wrapper #main .footfitlite__features__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .footfitlite__features__head {
      margin-bottom: 110px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__features__head {
          margin-bottom: 8vmin; } }
      #wrapper #main .footfitlite__features__head .en {
        display: block;
        width: 331px;
        margin: 0 auto 45px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__head .en {
            width: 32.5333333333vmin;
            margin-bottom: 3.2vmin; } }
      #wrapper #main .footfitlite__features__head .jp {
        display: block;
        font-size: 38px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__head .jp {
            font-size: 4.5333333333vmin; } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__features__head .jp .large {
            display: inline-block;
            margin-left: 1em;
            font-size: 56px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__head .jp .large {
            display: block;
            font-size: 6.4vmin; } }
    #wrapper #main .footfitlite__features__list {
      flex-wrap: wrap;
      max-width: 1140px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__features__list {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__features__list {
          padding: 0 8vmin; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__features__list__item {
          width: 46.4912280702%;
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__features__list__item {
          position: relative;
          margin-bottom: 8.8vmin;
          padding-top: 33.3333333333vmin; } }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__features__list__item .img {
          margin-bottom: 45px;
          border-top: 5px solid #EA6D00; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__features__list__item .img {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          width: 70.6666666667vmin;
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__features__list__item .box {
          padding: 13.3333333333vmin 5.3333333333vmin 5.3333333333vmin;
          background-color: #e6eaeb; } }
      #wrapper #main .footfitlite__features__list__item .head {
        margin-bottom: 25px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__list__item .head {
            margin-bottom: 4vmin; } }
        #wrapper #main .footfitlite__features__list__item .head .sub {
          display: block;
          font-size: 24px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__features__list__item .head .sub {
              font-size: 3.7333333333vmin; } }
        #wrapper #main .footfitlite__features__list__item .head .main {
          display: block;
          font-size: 36px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__features__list__item .head .main {
              font-size: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__features__list__item .txt {
        font-feature-settings: "palt" 1;
        letter-spacing: 0em;
        line-height: 1.85;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__features__list__item .txt {
            padding: 0 20px;
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__list__item .txt {
            font-size: 3.7333333333vmin; } }
        #wrapper #main .footfitlite__features__list__item .txt .sup {
          vertical-align: super;
          font-size: 0.5em; }
        #wrapper #main .footfitlite__features__list__item .txt.left {
          text-align: left; }
      #wrapper #main .footfitlite__features__list__item .notes {
        margin-top: 0.5em; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__features__list__item .notes {
            padding: 0 20px;
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__features__list__item .notes {
            font-size: 2.6666666667vmin; } }
  #wrapper #main .footfitlite__family {
    margin-bottom: 200px;
    padding-bottom: 150px;
    background: linear-gradient(to bottom, #fff 300px, #f7ecde 300px); }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__family {
        margin-bottom: 16vmin;
        padding-bottom: 0;
        background: linear-gradient(to bottom, #fff 13.3333333333vmin, #f7ecde 13.3333333333vmin); } }
    #wrapper #main .footfitlite__family__kv {
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__family__kv {
          margin-bottom: 9.3333333333vmin; } }
    #wrapper #main .footfitlite__family__wrap {
      position: relative;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__family__wrap {
          padding: 0 2.6666666667vmin 9.3333333333vmin; } }
    #wrapper #main .footfitlite__family__head {
      margin-bottom: 50px;
      font-size: 50px;
      font-weight: bold;
      text-align: center;
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__family__head {
          margin-bottom: 5.3333333333vmin;
          font-size: 5.3333333333vmin; } }
    #wrapper #main .footfitlite__family__txt {
      margin-bottom: 110px;
      font-size: 22px;
      text-align: center;
      line-height: 2.25; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__family__txt {
          margin-bottom: 9.3333333333vmin;
          font-size: 3.7333333333vmin;
          letter-spacing: -0.075em; } }
    #wrapper #main .footfitlite__family__img {
      position: absolute; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__family__img {
          display: none; } }
      #wrapper #main .footfitlite__family__img.img1 {
        top: 40px;
        left: -21.6%;
        width: 25.2%; }
      #wrapper #main .footfitlite__family__img.img2 {
        top: -40px;
        right: -23.6%;
        width: 27.7%; }
  #wrapper #main .footfitlite__column {
    max-width: 1000px;
    margin: 0 auto 140px;
    padding: 100px;
    border: 1px solid #EA6D00; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__column {
        margin: 0 5.3333333333vmin 12vmin;
        padding: 12vmin 8vmin 9.3333333333vmin; } }
    #wrapper #main .footfitlite__column__section + .footfitlite__column__section {
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__column__section + .footfitlite__column__section {
          margin-top: 13.3333333333vmin; } }
    #wrapper #main .footfitlite__column__head {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__column__head {
          margin-bottom: 6.6666666667vmin; } }
      #wrapper #main .footfitlite__column__head .en {
        display: block;
        width: 150px;
        margin: 0 auto 60px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__column__head .en {
            width: 17.8666666667vmin;
            margin-bottom: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__column__head .jp {
        display: block;
        font-size: 34px;
        font-weight: bold;
        line-height: 1.75;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__column__head .jp {
            font-size: 4.2666666667vmin; } }
    #wrapper #main .footfitlite__column__txt {
      margin-bottom: 70px;
      font-size: 20px;
      text-align: center;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__column__txt {
          margin-bottom: 6.6666666667vmin;
          font-size: 3.7333333333vmin;
          text-align: left;
          line-height: 1.75; } }
    #wrapper #main .footfitlite__column__img {
      max-width: 600px;
      margin: 0 auto 40px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__column__img {
          margin-bottom: 5.3333333333vmin; } }
    #wrapper #main .footfitlite__column__notes {
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__column__notes {
          font-size: 2.6666666667vmin; } }
      #wrapper #main .footfitlite__column__notes span {
        display: inline-block;
        text-align: left; }
  #wrapper #main .footfitlite__voice {
    margin-bottom: 140px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__voice {
        margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .footfitlite__voice__head {
      max-width: 800px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__voice__head {
          margin-bottom: 3.2vmin; } }
      #wrapper #main .footfitlite__voice__head .en {
        display: block;
        width: 411px;
        margin: 0 auto 50px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__head .en {
            width: 40.5333333333vmin;
            margin-bottom: 2.6666666667vmin; } }
      #wrapper #main .footfitlite__voice__head .jp {
        display: block;
        font-size: 56px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__head .jp {
            font-size: 6.4vmin; } }
    #wrapper #main .footfitlite__voice__notes {
      margin-bottom: 100px;
      font-size: 16px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__voice__notes {
          margin-bottom: 9.3333333333vmin;
          font-size: 2.6666666667vmin; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__voice__list {
        margin-left: -6.6666666667vmin; } }
    #wrapper #main .footfitlite__voice__list__item {
      padding: 0 25px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__voice__list__item {
          padding: 0 6vmin 0 0; } }
      #wrapper #main .footfitlite__voice__list__item .img {
        display: block;
        margin-bottom: 45px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__list__item .img {
            margin-bottom: 6.6666666667vmin; } }
      #wrapper #main .footfitlite__voice__list__item .head {
        margin-bottom: 40px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.75; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__list__item .head {
            margin-bottom: 5.3333333333vmin;
            font-size: 4.2666666667vmin; } }
      #wrapper #main .footfitlite__voice__list__item .txt {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 1.85; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__list__item .txt {
            margin-bottom: 3.2vmin;
            font-size: 3.7333333333vmin; } }
      #wrapper #main .footfitlite__voice__list__item .name {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__voice__list__item .name {
            font-size: 3.7333333333vmin; } }
  #wrapper #main .footfitlite__comment {
    margin-bottom: 120px;
    padding: 130px 0 40px;
    background-color: #e6eaeb; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__comment {
        margin-bottom: 16vmin;
        padding: 13.3333333333vmin 6.6666666667vmin 2.6666666667vmin; } }
    #wrapper #main .footfitlite__comment__wrap {
      max-width: 1180px;
      margin: 0 auto; }

#wrapper #main .footfitlite__comment__wrap .footfitlite__comment__notes{
	font-size:16px;
}
@media screen and (max-width: 767px) {
	#wrapper #main .footfitlite__comment__wrap .footfitlite__comment__notes{
	font-size:2.6666666667vmin;
}
}
    #wrapper #main .footfitlite__comment__head {
      position: relative;
      /*margin-bottom: 100px;*/
	  margin-bottom: 20px;
      padding-bottom: 40px;
      font-size: 48px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__comment__head {
          /*margin-bottom: 13.3333333333vmin;*/
			margin-bottom: 4vmin;
          padding-bottom: 4.8vmin;
          font-size: 4.8vmin; } }
      #wrapper #main .footfitlite__comment__head::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 80px;
        height: 7px;
        margin: 0 auto;
        background-color: #EA6D00; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__comment__head::before {
            width: 10.6666666667vmin;
            height: 1.0666666667vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__comment__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #wrapper #main .footfitlite__comment__list__item {
      position: relative;
      /*margin-bottom: 80px;*/
		margin-top: 80px;
		margin-bottom: 10px;
      padding: 220px 55px 50px;
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__comment__list__item {
          width: 45.8333333333%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__comment__list__item {
          /*margin-bottom: 9.3333333333vmin;*/
		margin-top: 9.3333333333vmin;
		margin-bottom: 1.166666vmin;
          padding: 29.3333333333vmin 6.6666666667vmin 6.6666666667vmin; } }
      #wrapper #main .footfitlite__comment__list__item .img {
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        width: 155px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__comment__list__item .img {
            top: -2.6666666667vmin;
            width: 20.5333333333vmin; } }
      #wrapper #main .footfitlite__comment__list__item .head {
        margin-bottom: 25px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.75;
        letter-spacing: -0.05em; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__comment__list__item .head {
            margin-bottom: 0;
            font-size: 4.2666666667vmin;
            text-align: center; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__comment__list__item .box {
          display: flex;
          flex-direction: column-reverse; } }
      #wrapper #main .footfitlite__comment__list__item .txt {
        font-size: 20px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__comment__list__item .txt {
            font-size: 3.7333333333vmin; } }
      #wrapper #main .footfitlite__comment__list__item .age {
        margin-top: 0.5em;
        font-size: 20px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__comment__list__item .age {
            margin-top: 0.2em;
            margin-bottom: 5.3333333333vmin;
            font-size: 3.7333333333vmin;
            text-align: center; } }
  #wrapper #main .footfitlite__favorite {
    max-width: 1200px;
    margin: 0 auto 220px;
    border: 2px solid #EA6D00;
    border-radius: 42px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__favorite {
        margin: 0 5.3333333333vmin 18.6666666667vmin;
        border-width: 1px;
        border-radius: 13.3333333333vmin; } }
    #wrapper #main .footfitlite__favorite__head {
      position: relative;
      margin-bottom: 26px;
      margin-left: 100px;
      padding-top: 50px;
      padding-left: 42px;
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      color: #E36400; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__head {
          margin: 0 0 5.3333333333vmin;
          padding: 8.5333333333vmin 0 6.4vmin;
          font-size: 4.2666666667vmin;
          text-align: center; } }
      #wrapper #main .footfitlite__favorite__head::before {
        content: "";
        position: absolute;
        bottom: 0;
        display: block; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__favorite__head::before {
            top: 0;
            left: 0;
            width: 18px;
            border-right: 6px solid #E36400;
            border-left: 6px solid #E36400; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__favorite__head::before {
            right: 0;
            left: 0;
            width: 5.8666666667vmin;
            height: 2.4vmin;
            margin: 0 auto;
            border-top: 0.8vmin solid #E36400;
            border-bottom: 0.8vmin solid #E36400; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__favorite__col {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__favorite__col__txt {
        width: 51.0033444816%;
        padding: 60px 0 60px 100px; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__favorite__col__txt {
        padding: 9.3333333333vmin; } }
    #wrapper #main .footfitlite__favorite__col__txt .head {
      margin-bottom: 40px;
      font-size: 34px;
      font-weight: bold;
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__txt .head {
          margin-bottom: 5.3333333333vmin;
          font-size: 4.2666666667vmin; } }
    #wrapper #main .footfitlite__favorite__col__txt .txt {
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 1.85; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__txt .txt {
          margin-bottom: 5.3333333333vmin;
          font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__favorite__col__txt .profile {
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__txt .profile {
          font-size: 2.9333333333vmin; } }
    #wrapper #main .footfitlite__favorite__col__txt .name {
      font-size: 28px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__txt .name {
          font-size: 4.2666666667vmin; } }
      #wrapper #main .footfitlite__favorite__col__txt .name .age {
        font-size: 19px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__favorite__col__txt .name .age {
            font-size: 2.9333333333vmin; } }
    #wrapper #main .footfitlite__favorite__col__txt .notes {
      display: none; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__txt .notes {
          display: block;
          margin-top: 5.3333333333vmin;
          font-size: 2.6666666667vmin; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__favorite__col__img {
        width: 44.8160535117%; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__favorite__col__img .img {
        margin-bottom: 80px; } }
    #wrapper #main .footfitlite__favorite__col__img .notes {
      display: flex;
      justify-content: flex-end;
      padding: 0 60px 28px 0;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__favorite__col__img .notes {
          display: none; } }
  #wrapper #main .footfitlite__review {
    max-width: 1000px;
    /*margin: 0 auto 180px;*/
    margin: 0 auto 100px;}
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__review {
        /*margin-bottom: 16vmin;*/
      margin-bottom: 10vmin;} }
    #wrapper #main .footfitlite__review a {
      display: block; }
  #wrapper #main .footfitlite__gift {
    width: 1000px;
    height: 661px;
    margin: 0 auto 120px;
    padding-top: 210px;
    background: url(../img/bg_gift.png) no-repeat center top;
    background-size: contain;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__gift {
        width: auto;
        height: 94.6666666667vmin;
        margin: 0 5.3333333333vmin 21.3333333333vmin;
        padding-top: 33.3333333333vmin;
        background-image: url(../img/bg_gift-sp.png); } }
    #wrapper #main .footfitlite__gift .red {
      color: #FF0000; }
    #wrapper #main .footfitlite__gift__head {
      margin-bottom: 40px;
      font-size: 38px;
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__gift__head {
          margin-bottom: 4vmin;
          font-size: 5.0666666667vmin;
          line-height: 1.6; } }
    #wrapper #main .footfitlite__gift__txt1 {
      margin-bottom: 40px;
      font-size: 22px;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__gift__txt1 {
          margin-bottom: 4vmin;
          font-size: 3.7333333333vmin;
          letter-spacing: -0.075em;
          line-height: 1.75; } }
    #wrapper #main .footfitlite__gift__txt2 {
      font-size: 20px;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__gift__txt2 {
          font-size: 2.6666666667vmin;
          line-height: 1.6; } }
  #wrapper #main .footfitlite__faq {
    max-width: 900px;
    margin: 0 auto 120px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__faq {
        margin: 0 6.6666666667vmin 16vmin; } }
    #wrapper #main .footfitlite__faq__head {
      margin-bottom: 60px;
      font-size: 32px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__faq__head {
          margin-bottom: 5.3333333333vmin;
          font-size: 4.8vmin; } }
    #wrapper #main .footfitlite__faq__item {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__faq__item {
          margin-bottom: 3.2vmin;
          font-size: 3.4666666667vmin; } }
      #wrapper #main .footfitlite__faq__item__q {
        position: relative;
        padding: 20px 70px;
        background-color: #f9e1cf; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__faq__item__q {
            padding: 3.2vmin 6.9333333333vmin 3.2vmin 4.2666666667vmin;
            line-height: 1.3; } }
        #wrapper #main .footfitlite__faq__item__q::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 10px;
          height: 10px;
          margin: auto 34px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          transform: rotate(45deg);
          transition: 0.4s all; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__faq__item__q::before {
              width: 1.6vmin;
              height: 1.6vmin;
              margin: auto 4vmin; } }
      #wrapper #main .footfitlite__faq__item__a {
        padding: 30px 70px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__faq__item__a {
            padding: 4vmin 0; } }
        #wrapper #main .footfitlite__faq__item__a .list li {
          margin-top: 1em;
          margin-left: 1em;
          text-indent: -1em; }
      #wrapper #main .footfitlite__faq__item.is-open .footfitlite__faq__item__q::before {
        transform: rotate(225deg); }
    #wrapper #main .footfitlite__faq__btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 500px;
      height: 75px;
      margin: 60px auto 0;
      background-color: #e36400;
      font-size: 0;
      transition: 0.4s all; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__faq__btn {
          width: 73.3333333333vmin;
          height: 12vmin;
          margin-top: 8vmin; } }
      #wrapper #main .footfitlite__faq__btn .txt {
        font-size: 0; }
        #wrapper #main .footfitlite__faq__btn .txt::after {
          content: "もっと見る";
          font-size: 23px;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__faq__btn .txt::after {
              font-size: 4vmin; } }
      #wrapper #main .footfitlite__faq__btn .icn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin: auto 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__faq__btn .icn {
            width: 4.2666666667vmin;
            height: 4.2666666667vmin;
            margin-right: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__faq__btn .icn::before, #wrapper #main .footfitlite__faq__btn .icn::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          height: 1px;
          margin: auto;
          background-color: #fff; }
        #wrapper #main .footfitlite__faq__btn .icn::before {
          transform: rotate(-90deg); }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__faq__btn:hover {
          opacity: 0.7; } }
  #wrapper #main .footfitlite__caution {
    max-width: 1000px;
    margin: 0 auto 200px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__caution {
        margin-bottom: 17.3333333333vmin;
        padding: 12vmin 8vmin 10.6666666667vmin;
        background-color: #f1f3f4; } }
    #wrapper #main .footfitlite__caution__box {
      padding: 100px 80px;
      background-color: #f1f3f4; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution__box {
          padding: 0; } }
    #wrapper #main .footfitlite__caution__head {
      margin-bottom: 25px;
      font-size: 32px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution__head {
          margin-bottom: 4vmin;
          font-size: 4.8vmin; } }
    #wrapper #main .footfitlite__caution__lead {
      margin-bottom: 60px;
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution__lead {
          margin-bottom: 5.3333333333vmin;
          font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__caution__item {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution__item {
          display: block; } }
      #wrapper #main .footfitlite__caution__item + .footfitlite__caution__item {
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__caution__item + .footfitlite__caution__item {
            margin-top: 5.3333333333vmin; } }
      #wrapper #main .footfitlite__caution__item__head {
        font-weight: bold;
        color: #EA6D00; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__caution__item__head {
            min-width: 75px;
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__caution__item__head {
            position: relative;
            margin-bottom: 3.2vmin;
            font-size: 4vmin; }
            #wrapper #main .footfitlite__caution__item__head::before {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 10.6666666667vmin;
              display: block;
              height: 1px;
              margin: auto 0;
              background-color: #EA6D00; } }
      #wrapper #main .footfitlite__caution__item__body {
        line-height: 1.75; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__caution__item__body {
            padding-left: 38px;
            border-left: 1px solid #EA6D00;
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__caution__item__body {
            font-size: 3.4666666667vmin; } }
        #wrapper #main .footfitlite__caution__item__body dl + dl {
          margin-top: 30px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__caution__item__body dl + dl {
              margin-top: 5.3333333333vmin; } }
        #wrapper #main .footfitlite__caution__item__body dt {
          margin-left: 1em;
          text-indent: -1em; }
    #wrapper #main .footfitlite__caution__btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 500px;
      height: 75px;
      margin: 60px auto 0;
      background-color: #e36400;
      font-size: 0;
      transition: 0.4s all; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution__btn {
          width: 73.3333333333vmin;
          height: 12vmin;
          margin-top: 8vmin; } }
      #wrapper #main .footfitlite__caution__btn .txt {
        font-size: 0; }
        #wrapper #main .footfitlite__caution__btn .txt::after {
          content: "もっと見る";
          font-size: 23px;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__caution__btn .txt::after {
              font-size: 4vmin; } }
      #wrapper #main .footfitlite__caution__btn .icn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin: auto 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__caution__btn .icn {
            width: 4.2666666667vmin;
            height: 4.2666666667vmin;
            margin-right: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__caution__btn .icn::before, #wrapper #main .footfitlite__caution__btn .icn::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          height: 1px;
          margin: auto;
          background-color: #fff; }
        #wrapper #main .footfitlite__caution__btn .icn::before {
          transform: rotate(-90deg); }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__caution__btn:hover {
          opacity: 0.7; } }
    #wrapper #main .footfitlite__caution.js-caution-more.is-show .js-caution-more-btn .txt::after {
      content: "閉じる"; }
    #wrapper #main .footfitlite__caution.js-caution-more.is-show .js-caution-more-btn .icn::before {
      transform: rotate(0deg); }
    #wrapper #main .footfitlite__caution.js-caution-more:not(.is-show) .js-caution-more-contents {
      max-height: 700px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__caution.js-caution-more:not(.is-show) .js-caution-more-contents {
          max-height: 133.3333333333vmin; } }
  #wrapper #main .footfitlite__inquiry {
    max-width: 1000px;
    margin: 0 auto 180px; }
    @media screen and (min-width: 768px) {
      #wrapper #main .footfitlite__inquiry {
        display: flex;
        align-items: center;
        flex-direction: row-reverse; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__inquiry {
        margin-bottom: 18.6666666667vmin; } }
    #wrapper #main .footfitlite__inquiry__txt {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__inquiry__txt {
          width: 52%; } }
      #wrapper #main .footfitlite__inquiry__txt .txt1 {
        margin-bottom: 10px;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__inquiry__txt .txt1 {
            margin-bottom: 2.1333333333vmin;
            font-size: 3.7333333333vmin; } }
      #wrapper #main .footfitlite__inquiry__txt .txt2 {
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__inquiry__txt .txt2 {
            margin-bottom: 2.6666666667vmin;
            font-size: 5.8666666667vmin;
            letter-spacing: -0.075em; } }
      #wrapper #main .footfitlite__inquiry__txt .tel {
        margin-bottom: 10px; }
        #wrapper #main .footfitlite__inquiry__txt .tel a {
          display: block;
          font-size: 75px;
          line-height: 1;
          color: #EA6D00; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__inquiry__txt .tel a {
              font-size: 13.3333333333vmin; } }
      #wrapper #main .footfitlite__inquiry__txt .time {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__inquiry__txt .time {
            font-size: 2.6666666667vmin; } }
    #wrapper #main .footfitlite__inquiry__img {
      display: flex; }
      @media screen and (min-width: 768px) {
        #wrapper #main .footfitlite__inquiry__img {
          justify-content: space-around;
          width: 48%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__inquiry__img {
          justify-content: center;
          margin-bottom: 8vmin; } }
      #wrapper #main .footfitlite__inquiry__img .img {
        width: 41.25%; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__inquiry__img .img {
            width: 26.6666666667vmin;
            margin: 0 1.8666666667vmin; } }
  #wrapper #main .footfitlite__start {
    margin-bottom: 140px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__start {
        margin-bottom: 16vmin; } }
    #wrapper #main .footfitlite__start__head {
      margin-bottom: 50px;
      font-size: 38px;
      font-weight: bold;
      line-height: 1.85;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__start__head {
          margin-bottom: 6.6666666667vmin;
          font-size: 5.0666666667vmin; } }
  #wrapper #main .footfitlite__cart {
    max-width: 1000px;
    margin: 0 auto; }
    #wrapper #main .footfitlite__cart__head {
      margin-bottom: 50px;
      font-size: 38px;
      font-weight: bold;
      line-height: 1.85;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__cart__head {
          margin-bottom: 5.3333333333vmin;
          font-size: 4.8vmin; } }
    #wrapper #main .footfitlite__cart__privilege {
      display: flex;
      justify-content: space-between;
      width: 590px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__cart__privilege {
          width: 85.3333333333vmin;
          margin-bottom: 2.6666666667vmin; } }
      #wrapper #main .footfitlite__cart__privilege li {
        width: calc(50% - 10px);
        padding: 10px;
        background-color: #e6eaeb;
        font-size: 20px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__privilege li {
            width: calc(50% - 5px);
            padding: 2.1333333333vmin 0;
            font-size: 3.2vmin; } }
    #wrapper #main .footfitlite__cart__shipping {
      width: 590px;
      margin: 0 auto 80px;
      padding: 9px;
      border: 1px solid #E36400;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__cart__shipping {
          width: 85.3333333333vmin;
          margin-bottom: 10.6666666667vmin;
          padding: 1.8666666667vmin 0;
          font-size: 3.2vmin; } }
    #wrapper #main .footfitlite__cart__item {
      margin-bottom: 120px;
      padding: 90px 110px 120px;
      border: 2px solid #EA6D00; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__cart__item {
          margin: 0 5.3333333333vmin 10.6666666667vmin;
          padding: 10.6666666667vmin 6.6666666667vmin 9.3333333333vmin;
          border-width: 1px; } }
      #wrapper #main .footfitlite__cart__item__header {
        margin-bottom: 90px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__header {
            margin-bottom: 8vmin; } }
        #wrapper #main .footfitlite__cart__item__header .set {
          margin-bottom: 40px;
          font-size: 28px;
          font-weight: bold;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__header .set {
              margin-bottom: 5.3333333333vmin;
              font-size: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__cart__item__header .head {
          margin-bottom: 50px;
          font-size: 36px;
          line-height: 2;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__header .head {
              margin-bottom: 5.3333333333vmin;
              font-size: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__cart__item__header .logo {
          width: 414px;
          margin: 0 auto 100px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__header .logo {
              width: 54.9333333333vmin;
              margin-bottom: 9.3333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__header .photo {
          display: flex;
          justify-content: center; }
          #wrapper #main .footfitlite__cart__item__header .photo .img {
            width: 160px;
            margin: 0 15px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__header .photo .img {
                width: 25.6vmin;
                margin: 0 2.4vmin; } }
            #wrapper #main .footfitlite__cart__item__header .photo .img.powergun {
              width: 140px; }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__header .photo .img.powergun {
                  width: 18.6666666667vmin;
                  margin-top: 1.3333333333vmin; } }
          #wrapper #main .footfitlite__cart__item__header .photo .caption {
            margin-top: 10px;
            font-size: 16px;
            text-align: center; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__header .photo .caption {
                margin-top: 1.6vmin;
                font-size: 3.2vmin; } }
          #wrapper #main .footfitlite__cart__item__header .photo .plus {
            margin-top: 25px;
            font-size: 60px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__header .photo .plus {
                margin-top: 4vmin;
                font-size: 8vmin; } }
      #wrapper #main .footfitlite__cart__item__section {
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__section {
            margin-bottom: 9.3333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__section__head {
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #000; }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__cart__item__section__head {
              display: flex;
              align-items: flex-end;
              justify-content: space-between; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__section__head {
              margin-bottom: 2.6666666667vmin;
              padding-bottom: 2.6666666667vmin;
              text-align: center; } }
          #wrapper #main .footfitlite__cart__item__section__head .name {
            display: block;
            font-size: 22px;
            font-weight: bold;
            line-height: 1.25; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__section__head .name {
                font-size: 4.2666666667vmin;
                letter-spacing: -0.1em; } }
          #wrapper #main .footfitlite__cart__item__section__head .price {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #EA6D00;
            line-height: 1.25; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__section__head .price {
                font-size: 4vmin; } }
            #wrapper #main .footfitlite__cart__item__section__head .price .yen {
              padding: 0 0.1em 0 0.25em;
              font-size: 32px; }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__section__head .price .yen {
                  font-size: 6.6666666667vmin; } }
            #wrapper #main .footfitlite__cart__item__section__head .price .num {
              font-size: 40px; }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__section__head .price .num {
                  font-size: 8.5333333333vmin; } }
            #wrapper #main .footfitlite__cart__item__section__head .price.special {
              margin-top: 1.75em; }
            #wrapper #main .footfitlite__cart__item__section__head .price .normal {
              position: absolute;
              right: 0;
              bottom: 100%;
              font-size: 0.75em; }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__section__head .price .normal {
                  left: 0;
                  text-align: center;
                  margin-left: 2em; } }
              #wrapper #main .footfitlite__cart__item__section__head .price .normal .yen {
                font-size: 16px; }
                @media screen and (max-width: 767px) {
                  #wrapper #main .footfitlite__cart__item__section__head .price .normal .yen {
                    font-size: 3.2vmin; } }
              #wrapper #main .footfitlite__cart__item__section__head .price .normal .num {
                font-size: 20px;
                text-decoration-line: line-through; }
                @media screen and (max-width: 767px) {
                  #wrapper #main .footfitlite__cart__item__section__head .price .normal .num {
                    font-size: 4.2666666667vmin; } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__cart__item__section__body {
            display: flex; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__section__body {
            overflow: hidden; } }
        #wrapper #main .footfitlite__cart__item__section__body .body {
          width: 40px;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__section__body .body {
              float: left;
              width: 9.6vmin;
              margin-right: 2.6666666667vmin; } }
        #wrapper #main .footfitlite__cart__item__section__body .txt {
          font-size: 18px;
          line-height: 1.75;
          flex: 1; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__section__body .txt {
              padding-left: 12.2666666667vmin;
              font-size: 3.4666666667vmin;
              letter-spacing: -0.05em; } }
        #wrapper #main .footfitlite__cart__item__section__body .list {
          font-size: 18px;
          line-height: 1.75; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__section__body .list {
              font-size: 3.4666666667vmin;
              letter-spacing: -0.05em; } }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__cart__item__section__body .list + .list {
              margin-left: 40px; } }
        #wrapper #main .footfitlite__cart__item__section__body .strong {
          color: #EA6D00; }
      #wrapper #main .footfitlite__cart__item__loan {
        margin-bottom: 80px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__loan {
            margin-bottom: 10.6666666667vmin; } }
        #wrapper #main .footfitlite__cart__item__loan .head {
          margin-bottom: 12px;
          font-size: 22px;
          font-weight: 500;
          color: #EA6D00; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__loan .head {
              margin-bottom: 2.6666666667vmin;
              font-size: 3.7333333333vmin;
              letter-spacing: -0.1em; } }
        #wrapper #main .footfitlite__cart__item__loan .list li {
          font-size: 18px;
          line-height: 1.75; }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__cart__item__loan .list li {
              margin-left: 1em;
              text-indent: -1em; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__loan .list li {
              font-size: 3.4666666667vmin; } }
      #wrapper #main .footfitlite__cart__item__merit {
        margin: 0 auto 100px;
        padding: 30px 40px 20px;
        background-color: #eeeeef; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__cart__item__merit {
            max-width: 590px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__merit {
            margin-bottom: 10.6666666667vmin;
            padding: 5.8666666667vmin 5.8666666667vmin 3.2vmin;
            text-align: center; } }
        #wrapper #main .footfitlite__cart__item__merit__head {
          margin-bottom: 18px;
          padding-bottom: 15px;
          border-bottom: 1px solid #000;
          font-size: 20px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__merit__head {
              margin-bottom: 3.7333333333vmin;
              padding-bottom: 1.6vmin;
              font-size: 4.2666666667vmin; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__merit__list {
            display: inline-block;
            text-align: left; } }
        #wrapper #main .footfitlite__cart__item__merit__list li {
          display: flex;
          margin-bottom: 18px; }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__cart__item__merit__list li {
              min-width: 40%;
              white-space: nowrap; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__merit__list li {
              margin-bottom: 2.6666666667vmin;
              align-items: flex-start; } }
          #wrapper #main .footfitlite__cart__item__merit__list li .icn {
            display: block;
            width: 16px;
            margin-right: 7px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__merit__list li .icn {
                width: 4.2666666667vmin;
                margin-top: 0.5333333333vmin;
                margin-right: 1.3333333333vmin;
                line-height: 1; } }
          #wrapper #main .footfitlite__cart__item__merit__list li .txt {
            font-size: 16px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__merit__list li .txt {
                font-size: 3.4666666667vmin;
                flex: 1; }
                #wrapper #main .footfitlite__cart__item__merit__list li .txt .notes {
                  font-size: 2.9333333333vmin; } }
          @media screen and (min-width: 768px) {
            #wrapper #main .footfitlite__cart__item__merit__list li:nth-of-type(1) {
              float: right; } }
      #wrapper #main .footfitlite__cart__item__option {
        margin-bottom: 75px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__option {
            margin-bottom: 9.3333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__option__head {
          position: relative;
          margin-bottom: 50px;
          padding-bottom: 36px;
          font-size: 28px;
          font-weight: bold;
          line-height: 1;
          color: #EA6D00; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__option__head {
              margin-bottom: 5.3333333333vmin;
              padding-bottom: 4vmin;
              font-size: 4.8vmin; } }
          #wrapper #main .footfitlite__cart__item__option__head::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            width: 70px;
            height: 7px;
            margin: 0 auto;
            background-color: #EA6D00; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__option__head::before {
                width: 9.3333333333vmin;
                height: 0.9333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__option__txt {
          margin-bottom: 40px;
          font-size: 19px;
          line-height: 2; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__option__txt {
              margin-bottom: 8vmin;
              font-size: 3.4666666667vmin;
              line-height: 1.6; } }
        #wrapper #main .footfitlite__cart__item__option__extension {
          margin-bottom: 40px;
          font-size: 18px;
          color: #DF6A11; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__option__extension {
              margin-bottom: 5.3333333333vmin;
              font-size: 3.7333333333vmin; } }
          #wrapper #main .footfitlite__cart__item__option__extension a {
            position: relative;
            display: inline-block;
            text-decoration: underline;
            color: #DF6A11; }
            #wrapper #main .footfitlite__cart__item__option__extension a::before {
              content: "";
              position: absolute;
              top: 0;
              left: 100%;
              bottom: 0;
              display: block;
              width: 10px;
              height: 10px;
              margin: auto 5px;
              border-right: 1px solid #DF6A11;
              border-bottom: 1px solid #DF6A11;
              transform: rotate(-45deg); }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__option__extension a::before {
                  width: 1.6vmin;
                  height: 1.6vmin;
                  margin: auto 1.3333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__option__line {
          margin-bottom: 70px;
          font-size: 18px;
          color: #3EA94A; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__option__line {
              margin-bottom: 9.3333333333vmin;
              font-size: 3.7333333333vmin; } }
          #wrapper #main .footfitlite__cart__item__option__line a {
            position: relative;
            display: inline-block;
            text-decoration: underline;
            color: #3EA94A; }
            #wrapper #main .footfitlite__cart__item__option__line a::before {
              content: "";
              position: absolute;
              top: 0;
              left: 100%;
              bottom: 0;
              display: block;
              width: 10px;
              height: 10px;
              margin: auto 5px;
              border-right: 1px solid #3EA94A;
              border-bottom: 1px solid #3EA94A;
              transform: rotate(-45deg); }
              @media screen and (max-width: 767px) {
                #wrapper #main .footfitlite__cart__item__option__line a::before {
                  width: 1.6vmin;
                  height: 1.6vmin;
                  margin: auto 1.3333333333vmin; } }
      #wrapper #main .footfitlite__cart__item__buttons {
        width: 590px;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__cart__item__buttons.set {
            width: 680px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__buttons {
            width: 100%; }
            #wrapper #main .footfitlite__cart__item__buttons.set .footfitlite__cart__item__buttons__item a {
              height: 13.3333333333vmin; } }
        #wrapper #main .footfitlite__cart__item__buttons__item + .footfitlite__cart__item__buttons__item {
          margin-top: 35px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__buttons__item + .footfitlite__cart__item__buttons__item {
              margin-top: 4.2666666667vmin; } }
        #wrapper #main .footfitlite__cart__item__buttons__item a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          height: 75px;
          padding-left: 42px;
          background-color: #e36400; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__buttons__item a {
              height: 10.6666666667vmin;
              padding-left: 4vmin; } }
          #wrapper #main .footfitlite__cart__item__buttons__item a .icn {
            display: block;
            width: 24px;
            margin-right: 15px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__buttons__item a .icn {
                width: 3.7333333333vmin;
                margin-right: 1.0666666667vmin;
                line-height: 1; } }
          #wrapper #main .footfitlite__cart__item__buttons__item a .txt {
            font-size: 23px;
            color: #fff; }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__buttons__item a .txt {
                padding-right: 7.4666666667vmin;
                font-size: 3.4666666667vmin;
                line-height: 1.3;
                text-align: center;
                flex: 1; } }
          #wrapper #main .footfitlite__cart__item__buttons__item a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 12px;
            height: 12px;
            margin: auto 32px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            transform: rotate(-45deg); }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__buttons__item a::before {
                width: 1.6vmin;
                height: 1.6vmin;
                margin: auto 2.6666666667vmin; } }



#wrapper #main .footfitlite__cart__item__buttons__item.sold{background: #333;color: #fff;padding:20px 40px;box-sizing: border-box;font-size: 23px;vertical-align: middle;}
@media screen and (max-width: 767px) {
#wrapper #main .footfitlite__cart__item__buttons__item.sold{font-size: 3.4666666667vw;padding: 2.5vw 4vw;}
}

      #wrapper #main .footfitlite__cart__item__link {
        margin-top: 30px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__cart__item__link {
            margin-top: 4vmin; } }
        #wrapper #main .footfitlite__cart__item__link a {
          position: relative;
          display: inline-block;
          font-size: 18px;
          text-decoration: underline; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__cart__item__link a {
              font-size: 3.4666666667vmin; } }
          #wrapper #main .footfitlite__cart__item__link a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 100%;
            bottom: 0;
            display: block;
            width: 8px;
            height: 8px;
            margin: auto 5px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            transform: rotate(-45deg); }
            @media screen and (max-width: 767px) {
              #wrapper #main .footfitlite__cart__item__link a::before {
                width: 1.6vmin;
                height: 1.6vmin;
                margin: auto 1.3333333333vmin; } }
  #wrapper #main .footfitlite__buttons {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__buttons {
        display: block; } }
    #wrapper #main .footfitlite__buttons__item {
      width: 570px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__buttons__item {
          width: auto;
          margin-bottom: 4.8vmin;
          padding: 0 5.3333333333vmin; } }
      #wrapper #main .footfitlite__buttons__item a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75px;
        font-size: 23px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__buttons__item a {
            height: 12vmin;
            font-size: 4vmin; } }
        #wrapper #main .footfitlite__buttons__item a::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 12px;
          height: 12px;
          margin: auto 24px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; }
          @media screen and (max-width: 767px) {
            #wrapper #main .footfitlite__buttons__item a::before {
              width: 1.6vmin;
              height: 1.6vmin;
              margin: auto 3.2vmin; } }
        #wrapper #main .footfitlite__buttons__item a.buy {
          background-color: #e36400; }
          #wrapper #main .footfitlite__buttons__item a.buy::before {
            transform: rotate(45deg); }
        #wrapper #main .footfitlite__buttons__item a.line {
          /*border: 1px solid #e36400;
          color: #e36400;*/
		border: 1px solid #00b900;
          color: #00b900;
          background-color: #fff; }
          #wrapper #main .footfitlite__buttons__item a.line::before {
            /*border-right: 1px solid #e36400;
            border-bottom: 1px solid #e36400;*/
			border-right: 1px solid #00b900;
            border-bottom: 1px solid #00b900;
            transform: rotate(-45deg); }
  #wrapper #main .footfitlite__spec {
    max-width: 960px;
    /*margin: 0 auto 120px;*/
	margin: 0 auto;}
    @media screen and (max-width: 767px) {
      #wrapper #main .footfitlite__spec {
        margin: 0 6.6666666667vmin 10.6666666667vmin; } }
    #wrapper #main .footfitlite__spec__head {
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__spec__head {
          margin-bottom: 8vmin; } }
      #wrapper #main .footfitlite__spec__head .en {
        display: block;
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__spec__head .en {
            margin-bottom: 2.6666666667vmin;
            font-size: 10.6666666667vmin; } }
      #wrapper #main .footfitlite__spec__head .jp {
        display: block;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__spec__head .jp {
            font-size: 3.7333333333vmin; } }
    #wrapper #main .footfitlite__spec__table {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__spec__table {
          margin-bottom: 5.3333333333vmin;
          text-align: center; } }
      #wrapper #main .footfitlite__spec__table th {
        font-weight: normal;
        white-space: nowrap;
        vertical-align: top; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__spec__table th {
            padding: 12px 20px;
            border-bottom: 1px solid #FF6C05;
            font-size: 14px; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__spec__table th {
            display: block;
            padding: 0.5333333333vmin;
            border: 1px solid #DBDCDC;
            font-size: 3.4666666667vmin;
            text-align: center;
            color: #EA6D00; } }
      #wrapper #main .footfitlite__spec__table td {
        position: relative;
        font-size: 16px;
        vertical-align: top; }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__spec__table td {
            padding: 12px 20px;
            border-bottom: 1px solid #DBDCDC; } }
        @media screen and (max-width: 767px) {
          #wrapper #main .footfitlite__spec__table td {
            display: inline-block;
            padding: 1.3333333333vmin 0 2.6666666667vmin;
            font-size: 3.4666666667vmin;
            text-align: left; } }
        @media screen and (min-width: 768px) {
          #wrapper #main .footfitlite__spec__table td::before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 0;
            display: block;
            width: 1px;
            background-color: #DBDCDC; } }
    #wrapper #main .footfitlite__spec__notes {
      margin-top: 20px;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .footfitlite__spec__notes {
          margin-top: 2.6666666667vmin;
          font-size: 2.6666666667vmin; } }
  @media screen and (max-width: 767px) {
    #wrapper #main .footfitlite__banners {
      margin: 0 7.4666666667vmin; } }
  #wrapper #main .footfitlite__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: 15px;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .point10Label.it-header {
      /*margin: 6px 0 -10px;*/
		margin: 6px 0 0;
      font-size: 3.2vmin; } }
/* .breadcrumb {
  display: none; } */

/* 20231031追加 */
@media screen and (max-width: 767px) {
  .sp-ta-l {
    text-align: left;
  }
}
#goodsspec_body .goodscomment_ .deliveryBlock_ dt {
  color: red;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  width: auto;
  margin: 0;
  border: none;
}
#goodsspec_body .goodscomment_ .deliveryBlock_ dt:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 15px;
  vertical-align: middle;
  background: url(/img/usr/common/icon_delivery.png) 0 center no-repeat;
  background-size: 17px 14px
}
#goodsspec_body .goodscomment_ .deliveryBlock_ dd {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#goodsspec_body.ta-l {
  text-align: left;
}
#goodsspec_body.ta-c {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #goodsspec_body.ta-c {
    text-align: left;
  }

}
#goodsspec_body.mt {
  margin-top: 20px;
}
.goodscomment_ a:hover {
  border: none !important;
}
.goodscomment_ a {
  color: inherit !important;
}
#goodsspec_body .goodscomment_ .deliveryBlock_ dd span{
  padding: 0 0.2rem;
  font-weight: bold;
  text-decoration: underline
}
.block-line-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 590px;
  height: 40px;
  margin: 35px auto 20px;
  /*border: 1px solid #AFB7BC;*/
  border: 1px solid #00b900;
  font-size: 14px;
  line-height: calc(19.6 / 14);
  letter-spacing: 0.08em;
  position: relative; 
color: #00b900;}
  @media screen and (max-width: 767px) {
    .block-line-link {
      width: 100%;
      height: 14.6666666667vw;
      margin-top: 4.2666666667vmin !important;
      margin-bottom: 5.3333333333vw !important; } }
  .block-line-link::after {
    content: '';
    /*background-image: url('../img/ic-arrow-right-gray.png');*/
	background-image: url('../img/ic-arrow-right-green.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%); }
.block-line-link a{
	color: #00b900 !important;
}

/* 20231208追加 */
@media screen and (min-width: 768px) {
  #wrapper #main .footfitlite__cart__item__buttons__item a {
    padding-left: 0;
    justify-content: center;
  }
}
#wrapper #main .footfitlite__cart__item__buttons__item.sold {
  text-align: center;
}
#wrapper #main .footfitlite__cart__shipping {
  line-height: unset;
  font-weight: 400;
}

/* 20251024追加 */
#main .attention {
    margin: 40px auto 50px;
    background-color: #ffe0e0;
    max-width: calc(110*var(--remV));
    max-width: 960px;
    padding: 40px 50px;
    font-size: calc(1.5 * var(--rem));
    text-align: center;
}
@media all and (max-width: 767px) {
    #main .attention {
        margin: 4.17vh auto 5.213vh;
        width: 90vw;
        padding: 4.171vh 3vw;
        font-size: calc(2.4 * var(--rem));
    }
}
#wrapper #main .attention a,
#wrapper #main .attention a:visited,
#wrapper #main .attention a:hover{
	text-decoration: underline;
}
#main .attention .att-ttl {
    font-weight: bold;
    color: #f00;
    font-size: calc(1.8 * var(--rem));
}
@media all and (max-width: 767px) {
    #main .attention .att-ttl {
        font-size: calc(2.8 * var(--rem));
    }
}
#main .attention .date {
    font-weight: bold;
}
@media all and (max-width: 767px) {
    #main .attention .date {
    }
}