﻿@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;
  }
}
@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;
}
@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: "游ゴシック体", 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;
  position: relative;
}
#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;
  }
}
@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 .cushionfit {
  max-width: 100vw;
  overflow: hidden;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  color: #333;
}
#wrapper #main .cushionfit .js-accordion-head {
  cursor: pointer;
}
#wrapper #main .cushionfit .js-accordion-body {
  display: none;
}
#wrapper #main .cushionfit__kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__kv {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv {
    margin-bottom: 10.6666666667vmin;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__kv__slider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__slider .slick-dots {
    display: flex;
    justify-content: center;
  }
  #wrapper #main .cushionfit__kv__slider .slick-dots li {
    width: 10.6666666667vmin;
    padding: 4vmin 0;
    margin: 0 1.3333333333vmin;
  }
  #wrapper #main .cushionfit__kv__slider .slick-dots li button {
    display: block;
    width: 10.6666666667vmin;
    height: 0.8vmin;
    background-color: #dfdfdf;
    font-size: 0;
  }
  #wrapper #main .cushionfit__kv__slider .slick-dots li.slick-active button {
    background-color: #ed6c00;
  }
}
#wrapper #main .cushionfit__kv__txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__txt {
    bottom: 8.8vmin;
    pointer-events: none;
  }
}
#wrapper #main .cushionfit__kv__txt .txt {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__kv__txt .txt {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv__txt .txt {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__txt .txt {
    margin-bottom: 26.6666666667vmin;
    font-size: 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__kv__txt .logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__kv__txt .logo {
    bottom: 170px;
    width: 642px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv__txt .logo {
    bottom: 10.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv__txt .logo {
    width: 40.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__txt .logo {
    bottom: 40.8vmin;
    width: 61.8666666667vmin;
  }
}
#wrapper #main .cushionfit__kv__txt .scroll {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__kv__txt .scroll {
    right: 42px;
    width: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv__txt .scroll {
    right: 2.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__kv__txt .scroll {
    width: 0.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__kv__txt .scroll {
    right: 6.6666666667vmin;
    width: 2.6666666667vmin;
    height: 34.9333333333vmin;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview {
    margin: 0 6.6666666667vmin 16vmin;
  }
}
#wrapper #main .cushionfit__overview__head {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__head {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__head {
    font-size: 2.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 7.4666666667vmin;
  }
}
#wrapper #main .cushionfit__overview__txt {
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__txt {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__txt {
    margin-bottom: 8vmin;
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__notes {
    margin-bottom: 80px;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__notes {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__notes {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__notes {
    margin-bottom: 13.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__product {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__product {
    margin-bottom: 16vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__product__img {
    width: 411px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__img {
    width: 25.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__img {
    margin-right: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__product__img {
    width: 65.0666666667vmin;
    margin: 0 auto 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__product__txt {
    width: 354px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt {
    width: 22.125vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__product__txt .logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .logo {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__product__txt .logo {
    width: 66.1333333333vmin;
    margin: 0 auto 8vmin;
  }
}
#wrapper #main .cushionfit__overview__product__txt .list {
  display: flex;
  justify-content: center;
}
#wrapper #main .cushionfit__overview__product__txt .list li {
  border: 1px solid #ed6c00;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    margin-right: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    margin-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    padding-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    border-radius: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__product__txt .list li {
    margin: 0 1.3333333333vmin;
    padding: 1.3333333333vmin 2.6666666667vmin;
    border-radius: 1.0666666667vmin;
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__buy {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__buy__img {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__buy__img {
    width: 36.25vw;
  }
}
#wrapper #main .cushionfit__overview__buy__txt {
  background-color: #f2f3f5;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__buy__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 620px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__buy__txt {
    width: 38.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__buy__txt {
    padding: 6.6666666667vmin 4vmin 8vmin;
  }
}
#wrapper #main .cushionfit__overview__buy__txt .txt {
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__buy__txt .txt {
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__buy__txt .txt {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__buy__txt .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__buy__txt .txt {
    margin-bottom: 6.6666666667vmin;
    font-size: 4.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__overview__buy__txt .btn + .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__overview__buy__txt .btn + .btn {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__overview__buy__txt .btn + .btn {
    margin-top: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend {
    margin-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend {
    margin: 0 6.6666666667vmin 20vmin;
  }
}
#wrapper #main .cushionfit__recommend__head {
  font-weight: bold;
  text-align: center;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend__head {
    margin-bottom: 40px;
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__head {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__head {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend__head {
    margin-bottom: 6.6666666667vmin;
    font-size: 5.6vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend__list {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 2px solid #ed6c00;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list {
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list {
    border-radius: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend__list {
    padding: 1.3333333333vmin 5.3333333333vmin;
    border: 1px solid #ed6c00;
    border-radius: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend__list__item {
    width: 398px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item {
    width: 24.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend__list__item {
    padding: 4vmin 0;
  }
}
@media screen and (min-width: 768px) {
  #wrapper
    #main
    .cushionfit__recommend__list__item
    + .cushionfit__recommend__list__item {
    border-left: 2px dotted #ed6c00;
  }
}
@media screen and (max-width: 767px) {
  #wrapper
    #main
    .cushionfit__recommend__list__item
    + .cushionfit__recommend__list__item {
    border-top: 1px dotted #ed6c00;
  }
}
#wrapper #main .cushionfit__recommend__list__item .head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend__list__item .head {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item .head {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend__list__item .head {
    margin-bottom: 2.6666666667vmin;
    font-size: 4.5333333333vmin;
  }
}
#wrapper #main .cushionfit__recommend__list__item .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__recommend__list__item .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__recommend__list__item .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__recommend__list__item .txt {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach {
    margin-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach {
    margin: 0 6.6666666667vmin 20vmin;
  }
}
#wrapper #main .cushionfit__approach__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__head {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__head {
    margin-bottom: 4vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__img {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__img {
    width: 36.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt {
    width: 36.25vw;
  }
}
#wrapper #main .cushionfit__approach__col__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .txt {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .txt {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__txt .txt {
    margin-bottom: 2.6666666667vmin;
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .notes {
    margin-bottom: auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .notes {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__txt .notes {
    margin-bottom: 8vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .img {
    display: none;
  }
}
#wrapper #main .cushionfit__approach__col__txt .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__txt .list {
    margin-top: 8vmin;
  }
}
#wrapper #main .cushionfit__approach__col__txt .list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ed6c00;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    width: 145px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    width: 9.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    padding-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    border-radius: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__txt .list dt {
    width: 33.0666666667vmin;
    border-radius: 1.3333333333vmin;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .cushionfit__approach__col__txt .list dd {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__approach__col__txt .list dd {
    width: 420px;
    font-size: 18px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dd {
    width: 26.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__approach__col__txt .list dd {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__approach__col__txt .list dd {
    width: 49.0666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode {
    margin-bottom: 20vmin;
  }
}
#wrapper #main .cushionfit__mode__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__head {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__head {
    margin-bottom: 6.6666666667vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content {
    padding: 13.3333333333vmin 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__mode__content.-training {
  background-color: #ede9dd;
}
#wrapper #main .cushionfit__mode__content.-conditioning {
  background-color: #c9b6a8;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .label {
  background-color: #ede9dd;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .label::before {
  background-color: #ede9dd;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .label__txt {
  color: #d19c74;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .head {
  color: #fff;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .txt {
  color: #fff;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .caution {
  border: 1px solid #fff;
}
#wrapper
  #main
  .cushionfit__mode__content.-conditioning
  .cushionfit__mode__content__txt
  .caution__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__wrap {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt {
    width: 23.75vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt.sp {
    display: none;
  }
}
#wrapper #main .cushionfit__mode__content__txt .label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: auto;
  background-color: #d19c74;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .label {
    height: 50px;
    border-radius: 0 25px 25px 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .label {
    height: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .label {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .label {
    height: 9.3333333333vmin;
    padding-right: 5.3333333333vmin;
    border-radius: 0 9.3333333333vmin 9.3333333333vmin 0;
  }
}
#wrapper #main .cushionfit__mode__content__txt .label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50vw;
  background-color: #d19c74;
}
#wrapper #main .cushionfit__mode__content__txt .label__txt {
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .label__txt {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .label__txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .label__txt {
    font-size: 4.5333333333vmin;
  }
}
#wrapper #main .cushionfit__mode__content__txt .head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .head {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .head {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .head {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .head {
    margin: 4vmin 0 2.6666666667vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__mode__content__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .txt {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .txt {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .txt {
    margin-bottom: 6.6666666667vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__mode__content__txt .caution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #8b8b8b;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 38px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    padding-top: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    padding-right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    padding-bottom: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    padding-left: 2.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .caution {
    padding: 3.4666666667vmin 6.6666666667vmin;
    border-radius: 1.3333333333vmin;
  }
  #wrapper #main .cushionfit__mode__content__txt .caution.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__icn {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__icn {
    width: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__icn {
    width: 10.6666666667vmin;
  }
}
#wrapper #main .cushionfit__mode__content__txt .caution__txt {
  line-height: 1.8;
  color: #8b8b8b;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__txt {
    width: 240px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__txt {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__txt {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__txt .caution__txt {
    width: 57.3333333333vmin;
    font-size: 3.7333333333vmin;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__img {
    display: flex;
    justify-content: center;
    width: 775px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img {
    width: 48.4375vw;
  }
}
#wrapper #main .cushionfit__mode__content__img__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    width: 373px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    width: 23.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    padding-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__img__item {
    margin-bottom: 8vmin;
    padding: 5.3333333333vmin;
    border-radius: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper
    #main
    .cushionfit__mode__content__img__item
    + .cushionfit__mode__content__img__item {
    margin-left: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper
    #main
    .cushionfit__mode__content__img__item
    + .cushionfit__mode__content__img__item {
    margin-left: 1.8125vw;
  }
}
#wrapper #main .cushionfit__mode__content__img__item .head1 {
  text-align: center;
  line-height: 1;
  color: #d19c74;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__img__item .head1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item .head1 {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item .head1 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__img__item .head1 {
    margin-bottom: 5.3333333333vmin;
    font-size: 5.6vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__img__item .img1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item .img1 {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__img__item .img1 {
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__mode__content__img__item .head2 {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__content__img__item .head2 {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item .head2 {
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__content__img__item .head2 {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__content__img__item .head2 {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__btn {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__mode__btn li + li {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__mode__btn li + li {
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__mode__btn {
    margin: 8vmin 10.6666666667vmin 0;
  }
  #wrapper #main .cushionfit__mode__btn li + li {
    margin-top: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design {
    margin: 0 6.6666666667vmin 21.3333333333vmin;
  }
}
#wrapper #main .cushionfit__design__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__head {
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__head {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__lead {
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__lead {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__lead {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design__lead {
    margin-bottom: 6.6666666667vmin;
    font-size: 4vmin;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__col__img {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__col__img {
    width: 36.25vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__col__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__col__list {
    width: 36.25vw;
  }
}
#wrapper #main .cushionfit__design__col__list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design__col__list__item {
    margin-top: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__col__list__item .img {
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__col__list__item .img {
    width: 11.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design__col__list__item .img {
    width: 33.3333333333vmin;
  }
}
#wrapper #main .cushionfit__design__col__list__item .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__design__col__list__item .txt {
    width: 372px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__col__list__item .txt {
    width: 23.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__design__col__list__item .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__design__col__list__item .txt {
    width: 49.3333333333vmin;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .cushionfit__howto {
  background-color: #f2f3f5;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto {
    margin-bottom: 140px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto {
    margin-bottom: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto {
    margin-bottom: 20vmin;
    padding: 10.6666666667vmin 6.6666666667vmin 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__wrap {
    max-width: 75vw;
  }
}
#wrapper #main .cushionfit__howto__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__head {
    margin-bottom: 70px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__head {
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__head {
    margin-bottom: 10.6666666667vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step {
    margin-bottom: 10.6666666667vmin;
  }
}
#wrapper #main .cushionfit__howto__step__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__item {
    width: 358px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item {
    width: 22.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    display: block;
    height: 16vmin;
    background: url("../img/im_icn_step_arrow_down.png") no-repeat center center;
    background-size: 8vmin auto;
  }
}
#wrapper #main .cushionfit__howto__step__item:first-child::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  height: 60px;
  background: url("../img/im_icn_step_arrow_down.png") no-repeat center top;
  background-size: 36px auto;
}
@media screen and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item:first-child::before {
    height: 3.75vw;
  }
}
@media screen and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item:first-child::before {
    background-size: 2.25vw auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__item:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item {
    margin-top: 16vmin;
  }
}
#wrapper
  #main
  .cushionfit__howto__step__item
  + .cushionfit__howto__step__item::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/im_icn_step_arrow_right.png") no-repeat center center;
  background-size: 24px auto;
}
@media screen and (min-width: 768px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item::before {
    top: 0;
    right: 100%;
    width: 63px;
    height: 303px;
    background-size: 1.5vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item::before {
    width: 3.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item::before {
    height: 18.9375vw;
  }
}
@media screen and (max-width: 1600px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item::before {
    background-size: 1.5vw auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper
    #main
    .cushionfit__howto__step__item
    + .cushionfit__howto__step__item::before {
    right: 0;
    bottom: 100%;
    left: 0;
    height: 16vmin;
    background: url("../img/im_icn_step_arrow_down.png") no-repeat center center;
    background-size: 8vmin auto;
    background-size: 8vmin auto;
  }
}
#wrapper #main .cushionfit__howto__step__item .img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__item .img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item .img {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__item .img {
    border-radius: 2.6666666667vmin;
  }
}
#wrapper #main .cushionfit__howto__step__item .txt {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__item .txt {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item .txt {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__item .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__item .txt {
    margin-top: 4vmin;
    font-size: 4vmin;
    letter-spacing: 0;
  }
}
#wrapper #main .cushionfit__howto__step__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__box {
    display: flex;
    justify-content: space-between;
    width: 785px;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box {
    width: 49.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box {
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__box {
    position: relative;
    margin: 5.3333333333vmin 0 16vmin;
    padding: 5.3333333333vmin 4vmin;
    border-radius: 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__box__img {
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box__img {
    width: 20.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__box__img {
    position: absolute;
    top: 5.3333333333vmin;
    left: 4vmin;
    width: 37.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__box__txt {
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box__txt {
    width: 20.9375vw;
  }
}
#wrapper #main .cushionfit__howto__step__box__txt .head {
  font-weight: bold;
  line-height: 1.8;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__box__txt .head {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box__txt .head {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box__txt .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__box__txt .head {
    display: flex;
    align-items: center;
    width: 37.3333333333vmin;
    height: 32.8vmin;
    margin-bottom: 4vmin;
    margin-left: auto;
    font-size: 3.7333333333vmin;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
#wrapper #main .cushionfit__howto__step__box__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__step__box__txt .txt {
    font-size: 18px;
    letter-spacing: -0.075em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__step__box__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__step__box__txt .txt {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__option {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__option {
    margin-bottom: 2.5vw;
  }
}
#wrapper #main .cushionfit__howto__care {
  border: 1px solid #8b8b8b;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__care {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 39px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care {
    padding: 2.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__care {
    padding: 5.3333333333vmin;
    border-radius: 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__care__img {
    width: 387px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care__img {
    width: 24.1875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__care__img {
    margin-bottom: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__care__txt {
    width: 690px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care__txt {
    width: 43.125vw;
  }
}
#wrapper #main .cushionfit__howto__care__txt .head {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__care__txt .head {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care__txt .head {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care__txt .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__care__txt .head {
    margin-bottom: 2.6666666667vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__howto__care__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__howto__care__txt .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__howto__care__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__howto__care__txt .txt {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option {
    max-width: 75vw;
  }
}
#wrapper #main .cushionfit__option__item {
  border: 1px solid #8b8b8b;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__item {
    width: 580px;
    padding: 39px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__item {
    width: 36.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__item {
    padding: 2.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__item {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__item {
    margin-bottom: 8vmin;
    padding: 5.3333333333vmin 4vmin;
    border-radius: 1.3333333333vmin;
  }
}
#wrapper #main .cushionfit__option__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__col {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__col {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__col {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__col__img {
    width: 147px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__col__img {
    width: 9.1875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__col__img {
    width: 21.8666666667vmin;
  }
}
#wrapper #main .cushionfit__option__col__txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__col__txt {
    width: 315px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__col__txt {
    width: 19.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__col__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__col__txt {
    width: 52.8vmin;
    font-size: 3.7333333333vmin;
    letter-spacing: -0.01em;
  }
}
#wrapper #main .cushionfit__option__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8b8b8b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__btn {
    height: 70px;
    border-radius: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn {
    height: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn {
    border-radius: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__btn {
    height: 13.3333333333vmin;
    border-radius: 1.3333333333vmin;
    font-size: 4vmin;
    text-align: center;
    line-height: 1.3 !important;
  }
}
#wrapper #main .cushionfit__option__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__option__btn::before {
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn::before {
    right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn::before {
    width: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__option__btn::before {
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__option__btn::before {
    right: 5.3333333333vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
#wrapper #main .cushionfit__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__button {
    width: 470px;
    height: 70px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button {
    height: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__button {
    height: 16vmin;
    padding-right: 5.3333333333vmin;
    border-radius: 1.3333333333vmin;
  }
}
#wrapper #main .cushionfit__button__icn {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__button__icn {
    width: 21px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button__icn {
    width: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button__icn {
    margin-right: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__button__icn {
    width: 5.6vmin;
    margin-right: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__button__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__button__txt {
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transform: rotate(45deg) translateY(-0.2em);
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__button::before {
    right: 25px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button::before {
    right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button::before {
    width: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__button::before {
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__button::before {
    right: 6.6666666667vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

#wrapper #main .cushionfit__button.outofstock{
	background-color: #ccc;
	pointer-events: none;
}
#wrapper #main .cushionfit__button.outofstock::before {
	display: none;
}
#wrapper #main .cushionfit__lineButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__lineButton {
    width: 470px;
    height: 70px;
    border-radius: 10px;
    /*border: 2px solid #ed6c00;*/
	border: 2px solid #00b900;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton {
    height: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__lineButton {
    height: 16vmin;
    border-radius: 1.3333333333vmin;
    /*border: 1px solid #ed6c00;*/
	  border: 1px solid #00b900;
  }
}
#wrapper #main .cushionfit__lineButton__icn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__lineButton__icn {
    /*right: 20px;*/
	right: 10px;
    /*width: 22px;
    height: 22px;*/
	width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton__icn {
    /*right: 1.25vw;*/
	  right: 0.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton__icn {
    width: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton__icn {
    height: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__lineButton__icn {
    /*right: 4.8vmin;*/
	right: 2.4vmin;
    width: 4.2666666667vmin;
    height: 4.2666666667vmin;
  }
}
#wrapper #main .cushionfit__lineButton__txt {
  /*color: #ed6c00;*/
	color: #00b900;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__lineButton__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__lineButton__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__lineButton__txt {
    font-size: 4vmin;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology {
    margin: 0 6.6666666667vmin 18.6666666667vmin;
  }
}
#wrapper #main .cushionfit__technology__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__head {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__lead {
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__lead {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__lead {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__technology__lead .head {
  font-weight: bold;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__lead .head {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__lead .head {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__lead .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__lead .head {
    margin-bottom: 6.6666666667vmin;
    font-size: 4.5333333333vmin;
    text-align: center;
  }
}
#wrapper #main .cushionfit__technology__lead .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__lead .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__lead .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__lead .txt {
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col {
    display: flex;
    justify-content: space-between;
  }
}
#wrapper #main .cushionfit__technology__col__img {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__img {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__img {
    width: 36.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__img {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__img .img {
    width: 277px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__img .img {
    width: 17.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__img .img {
    width: 41.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__txt {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt {
    width: 36.25vw;
  }
}
#wrapper #main .cushionfit__technology__col__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__txt .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__txt .txt {
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__technology__col__txt .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__txt .list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt .list {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__txt .list {
    margin-top: 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__txt .list__img {
    width: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt .list__img {
    width: 8.4375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__txt .list__img {
    width: 41.3333333333vmin;
  }
}
#wrapper #main .cushionfit__technology__col__txt .list__txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__technology__col__txt .list__txt {
    width: 420px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt .list__txt {
    width: 26.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__technology__col__txt .list__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__technology__col__txt .list__txt {
    width: 41.3333333333vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__technology__col__txt .list__txt .label {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence {
    margin-bottom: 140px;
    padding-bottom: 140px;
    border-bottom: 2px solid #ababab;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence {
    margin-bottom: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence {
    padding-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence {
    margin-bottom: 20vmin;
    padding: 0 6.6666666667vmin 20vmin;
    border-bottom: 1px solid #ababab;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__wrap {
    max-width: 75vw;
  }
}
#wrapper #main .cushionfit__evidence__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__head {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence__head {
    margin-bottom: 6.6666666667vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col + .cushionfit__evidence__col {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col + .cushionfit__evidence__col {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence__col + .cushionfit__evidence__col {
    margin-top: 12vmin;
  }
}
#wrapper #main .cushionfit__evidence__col.-center {
  align-items: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col__img {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col__img {
    width: 36.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence__col__img {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col__txt {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col__txt {
    width: 36.25vw;
  }
}
#wrapper #main .cushionfit__evidence__col__txt .head {
  font-weight: bold;
  line-height: 1.8;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col__txt .head {
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col__txt .head {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col__txt .head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence__col__txt .head {
    margin-bottom: 5.3333333333vmin;
    font-size: 4.5333333333vmin;
    letter-spacing: 0;
  }
}
#wrapper #main .cushionfit__evidence__col__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__evidence__col__txt .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__evidence__col__txt .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__evidence__col__txt .txt {
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy {
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy {
    margin: 0 6.6666666667vmin 13.3333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__head1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__head1 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__head1 {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__head1 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__head1 {
    margin-bottom: 8vmin;
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__list {
    margin-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__list {
    margin-bottom: 21.3333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6eaeb;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__list__item {
    width: 386px;
    height: 60px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__list__item {
    width: 24.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__list__item {
    height: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__list__item {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__list__item {
    height: 10.6666666667vmin;
    margin-bottom: 2.6666666667vmin;
    font-size: 4.5333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__list__item.-shipping {
  border: 1px solid #ed6c00;
  background-color: #fff;
}
#wrapper #main .cushionfit__buy__head2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__head2 {
    margin-bottom: 100px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__head2 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__head2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__head2 {
    margin-bottom: 10.6666666667vmin;
    font-size: 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__buy__img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__img {
    width: 544px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__img {
    width: 34vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__img {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__img {
    width: 74.6666666667vmin;
    margin-bottom: 12vmin;
  }
}
  #wrapper #main .cushionfit__buy__price {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
	margin-bottom: 2.5vw;
  }

/*@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price {
    
  }
}*/
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__price {
	 display: inherit;
    margin-bottom: 10.6666666667vmin;
  }
}

#wrapper #main .cushionfit__buy__price__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__price__item + .cushionfit__buy__price__item {
    margin-left: 45px;
    padding-left: 45px;
    border-left: 1px solid #8b8b8b;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item + .cushionfit__buy__price__item {
    margin-left: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item + .cushionfit__buy__price__item {
    padding-left: 2.8125vw;
  }
}

#wrapper #main .cushionfit__buy__price__item.-normal {
  color: #ed6c00;
}
#wrapper #main .cushionfit__buy__price__item.-normal .label {
  border: 1px solid #ed6c00;
}
#wrapper #main .cushionfit__buy__price__item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
#wrapper #main .cushionfit__buy__price__item .label {
	width: 160px;
    height: 46px;
    margin-right: 18px;
    border-radius: 3px;
    font-size: 22px;
	padding:0 1em;
  }
/*@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item .label {
    width: 8.75vw;
	  height: 2.875vw;
	  border-radius: 0.1875vw;
	  font-size: 1.375vw;
	  margin-right: 1.125vw;
  }
}*/
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__price__item .label {
    /*width: 22.6666666667vmin;*/
	width: 34.6666666667vmin;
    height: 8vmin;
    margin-right: 3.4666666667vmin;
    border-radius: 0.5333333333vmin;
    /*font-size: 4vmin;*/
	font-size: 3.5vmin;
  }
}

#wrapper #main .cushionfit__buy__price.campaign .cushionfit__buy__price__item .label,
#wrapper #main .cushionfit__buy__price.campaign ＋ .cushionfit__buy__price__item .label {
	  font-size: 18px;
	padding:0 1em;
	box-sizing: border-box;
  }
@media screen and (max-width: 767px) {
	.cushionfit__buy__price.campaign ＋ .cushionfit__buy__price__item .label {
	  font-size: 3.0vmin;
  }
}

#wrapper #main .cushionfit__buy__price__item .price {
  display: flex;
  align-items: baseline;
}
#wrapper #main .cushionfit__buy__price__item .price .num {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__price__item .price .num {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item .price .num {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__price__item .price .num {
    font-size: 8.8vmin;
  }
}
#wrapper #main .cushionfit__buy__price__item .price .sale_before{position: relative;}
#wrapper #main .cushionfit__buy__price__item .price .sale_before::before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	height:2px;
	margin:auto 0;
	background-color:#dd492e;
	transform:rotate(-15deg)
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__price__item .price .yen {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item .price .yen {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__price__item .price .yen {
    font-size: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__price__item .price .tax {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__price__item .price .tax {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__price__item .price .tax {
    font-size: 4.8vmin;
  }
}
#wrapper #main .cushionfit__buy__jaccs {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs {
    margin-bottom: 5.3333333333vmin;
    padding: 6.6666666667vmin 4vmin 8vmin;
  }
}
#wrapper #main .cushionfit__buy__jaccs__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__head {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__head {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__head {
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__jaccs__head .main {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__head .main {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__head .main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__head .main {
    display: block;
    font-size: 4.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__head .sub {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__head .sub {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__head .sub {
    display: block;
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__buy__jaccs__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__list {
    width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__list {
    width: 43.75vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__list__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__list__item {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__list__item {
    margin-top: 4vmin;
  }
}
#wrapper #main .cushionfit__buy__jaccs__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #dfdfdf;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    justify-content: center;
    height: 50px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    height: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__btn {
    height: 16vmin;
    padding: 0 8vmin 0 5.3333333333vmin;
    font-size: 3.4666666667vmin;
    text-align: left;
  }
}
#wrapper #main .cushionfit__buy__jaccs__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__jaccs__btn::before {
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn::before {
    right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn::before {
    width: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__jaccs__btn::before {
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__jaccs__btn::before {
    right: 5.3333333333vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
}
#wrapper #main .cushionfit__buy__merit {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit {
    margin-bottom: 5.3333333333vmin;
    padding: 6.6666666667vmin 13.3333333333vmin 8vmin;
  }
}
#wrapper #main .cushionfit__buy__merit__head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit__head {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__head {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__head {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit__head {
    margin-bottom: 5.3333333333vmin;
    font-size: 4.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__list {
    width: 43.75vw;
  }
}
#wrapper #main .cushionfit__buy__merit__list__item {
  display: flex;
  min-width: 50%;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit__list__item {
    margin-bottom: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__list__item {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit__list__item {
    margin-top: 4vmin;
    align-items: flex-start;
  }
}
#wrapper #main .cushionfit__buy__merit__list__item .icn {
  display: block;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit__list__item .icn {
    width: 23px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__list__item .icn {
    width: 1.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__list__item .icn {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit__list__item .icn {
    width: 5.0666666667vmin;
    margin-right: 2.6666666667vmin;
  }
}
#wrapper #main .cushionfit__buy__merit__list__item .txt {
  font-weight: 500;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__merit__list__item .txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__merit__list__item .txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit__list__item .txt {
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__buy__merit__list__item .sub {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__merit__list__item .sub {
    display: block;
  }
}
#wrapper #main .cushionfit__buy__addition {
  border: 1px solid #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition {
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__addition.is-open .js-accordion-head::before {
  transform: rotate(0deg);
}
#wrapper #main .cushionfit__buy__addition__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6c00;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__head {
    height: 70px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__head {
    height: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__head {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__head {
    height: 12vmin;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__addition__head::before,
#wrapper #main .cushionfit__buy__addition__head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__head::before,
  #wrapper #main .cushionfit__buy__addition__head::after {
    right: 40px;
    width: 30px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__head::before,
  #wrapper #main .cushionfit__buy__addition__head::after {
    right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__head::before,
  #wrapper #main .cushionfit__buy__addition__head::after {
    width: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__head::before,
  #wrapper #main .cushionfit__buy__addition__head::after {
    height: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__head::before,
  #wrapper #main .cushionfit__buy__addition__head::after {
    right: 3.7333333333vmin;
    width: 4vmin;
    height: 1px;
  }
}
#wrapper #main .cushionfit__buy__addition__head::before {
  transform: rotate(270deg);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body {
    padding-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__body {
    padding: 5.3333333333vmin 6.4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__body .txt {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body .txt {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__body .txt {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__body .notes {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body .notes {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body .notes {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__body .notes {
    margin-bottom: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__addition__body .link button {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__addition__body .link button {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__addition__body .link button {
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__btn {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__btn {
    margin: 0 4vmin 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__buy__btn__item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__buy__btn__item {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__buy__btn__item {
    margin-top: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__buy__btn__item .cushionfit__button::before {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec {
    margin-bottom: 140px;
    padding-bottom: 140px;
    border-bottom: 2px solid #ababab;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec {
    margin-bottom: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec {
    padding-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec {
    margin-bottom: 21.3333333333vmin;
    padding: 0 6.6666666667vmin 21.3333333333vmin;
    border-bottom: 1px solid #ababab;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__wrap {
    max-width: 62.5vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__head {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__head {
    margin-bottom: 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__spec__head .en {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__head .en {
    width: 196px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__head .en {
    width: 12.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__head .en {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__head .en {
    width: 27.4666666667vmin;
    margin-bottom: 2.1333333333vmin;
  }
}
#wrapper #main .cushionfit__spec__head .jp {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__head .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__head .jp {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__head .jp {
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item + .cushionfit__spec__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item + .cushionfit__spec__item {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item + .cushionfit__spec__item {
    margin-top: 10.6666666667vmin;
  }
}
#wrapper #main .cushionfit__spec__item .head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .head {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .head {
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .head {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .head {
    margin-bottom: 5.3333333333vmin;
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__spec__item .spec {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .spec {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .spec {
    margin-bottom: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__spec__item .spec tr + tr th {
  border-top: 1px solid #ababab;
}
#wrapper #main .cushionfit__spec__item .spec tr + tr td {
  border-top: 1px solid #dcdddd;
}
#wrapper #main .cushionfit__spec__item .spec th {
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    width: 220px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    width: 13.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    padding-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    padding-right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    padding-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .spec th {
    width: 37.3333333333vmin;
    padding: 2.6666666667vmin 2.6666666667vmin 2.6666666667vmin 0;
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__spec__item .spec td {
  border-left: 1px solid #dcdddd;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    padding-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    padding-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    padding-left: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .spec td {
    padding: 2.6666666667vmin 0 2.6666666667vmin 2.6666666667vmin;
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__spec__item .manual {
  margin-bottom: 0.2em;
}
#wrapper #main .cushionfit__spec__item .manual a {
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .manual a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .manual a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .manual a {
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__spec__item .notes {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__spec__item .notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__spec__item .notes {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__spec__item .notes {
    font-size: 2.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq {
    max-width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq {
    margin: 0 6.6666666667vmin 21.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__head {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__head {
    margin-bottom: 8vmin;
  }
}
#wrapper #main .cushionfit__faq__head .en {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__head .en {
    width: 177px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__head .en {
    width: 11.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__head .en {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__head .en {
    width: 23.4666666667vmin;
    margin-bottom: 2.1333333333vmin;
  }
}
#wrapper #main .cushionfit__faq__head .jp {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__head .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__head .jp {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__head .jp {
    font-size: 4vmin;
  }
}
#wrapper #main .cushionfit__faq__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__item {
    border: 2px solid #dfdfdf;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__item {
    border: 1px solid #dfdfdf;
  }
}
#wrapper #main .cushionfit__faq__item.is-open .js-accordion-head::before {
  transform: rotate(0deg);
}
#wrapper #main .cushionfit__faq__item__head {
  position: relative;
  background-color: #dfdfdf;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding-right: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__item__head {
    padding: 4vmin 11.7333333333vmin 4vmin 9.0666666667vmin;
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__faq__item__head::before,
#wrapper #main .cushionfit__faq__item__head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__item__head::before,
  #wrapper #main .cushionfit__faq__item__head::after {
    right: 60px;
    width: 24px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head::before,
  #wrapper #main .cushionfit__faq__item__head::after {
    right: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head::before,
  #wrapper #main .cushionfit__faq__item__head::after {
    width: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__head::before,
  #wrapper #main .cushionfit__faq__item__head::after {
    height: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__item__head::before,
  #wrapper #main .cushionfit__faq__item__head::after {
    right: 3.7333333333vmin;
    width: 4vmin;
    height: 1px;
  }
}
#wrapper #main .cushionfit__faq__item__head::before {
  transform: rotate(270deg);
  transition: 0.4s all;
}
#wrapper #main .cushionfit__faq__item__body {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding-right: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__faq__item__body {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__faq__item__body {
    padding: 4vmin 9.0666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
#wrapper #main .cushionfit__faq__item__body a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.cushionfit__caution {
  margin: 0 auto;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution {
    max-width: 1000px; /*margin-bottom:140px*/
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution {
    max-width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution {
    /*margin-bottom:8.75vw*/
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution {
    margin: 0 6.6666666667vmin 10.66667vw;
  }
}
#wrapper #main .cushionfit__caution__head {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__head {
    padding: 50px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__head {
    padding: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__head {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__head {
    padding: 6.6666666667vmin;
    font-size: 5.3333333333vmin;
  }
}
#wrapper #main .cushionfit__caution__head::before,
#wrapper #main .cushionfit__caution__head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__head::before,
  #wrapper #main .cushionfit__caution__head::after {
    right: 60px;
    width: 24px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__head::before,
  #wrapper #main .cushionfit__caution__head::after {
    right: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__head::before,
  #wrapper #main .cushionfit__caution__head::after {
    width: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__head::before,
  #wrapper #main .cushionfit__caution__head::after {
    height: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__head::before,
  #wrapper #main .cushionfit__caution__head::after {
    right: 6.6666666667vmin;
    width: 4vmin;
    height: 1px;
  }
}
#wrapper #main .cushionfit__caution__head::before {
  transform: rotate(270deg);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__body {
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body {
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body {
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__body {
    padding: 1.3333333333vmin 5.3333333333vmin 8vmin;
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__body .txt {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body .txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__body .txt {
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .cushionfit__caution__body .section {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__body .section {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body .section {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body .section {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__body .section {
    margin-top: 6.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
#wrapper #main .cushionfit__caution__body .head {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  #wrapper #main .cushionfit__caution__body .list + .list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #wrapper #main .cushionfit__caution__body .list + .list {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__body .list + .list {
    margin-top: 6.6666666667vmin;
  }
}
#wrapper #main .cushionfit__caution__body .list p,
#wrapper #main .cushionfit__caution__body .list li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__caution__body .list ul {
    font-size: 3.2vmin;
  }
  #wrapper #main .cushionfit__caution__body .list ul + p {
    font-size: 3.2vmin;
  }
}
#wrapper #main .cushionfit__caution__body .list ul li {
  margin-left: 0.6em;
  text-indent: -0.6em;
}
@media screen and (max-width: 767px) {
  #wrapper #main .cushionfit__banners {
    margin: 0 7.4666666667vmin;
  }
}
#wrapper #main .cushionfit__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;
  background: #22b273;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .point10Label.it-header {
    margin: 6px 0 -10px;
    font-size: 3.2vmin;
  }
}
#main {
  --vh: 0;
  --rem: 10px;
}
@media screen and (max-width: 1600px) {
  #main {
    --rem: calc(10vw / 1600 * 100);
  }
}
@media screen and (max-width: 750px) {
  #main {
    --rem: calc(10vw / 750 * 100);
  }
}
.modal {
  color: #231815;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: 0.02em;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
@media screen and (max-width: 750px) {
  .modal {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.20833;
    padding: 0;
  }
}
.modal[data-modal="true"] {
  opacity: 1;
  pointer-events: auto;
}
.modal a {
  text-decoration: none;
  color: #595959;
}
.modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  max-height: 76vh;
  padding: 10px 70px 30px;
  background-color: #fff;
  overflow: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal__inner {
    width: calc(100% - calc(5 * var(--rem)) * 2);
    max-width: 750px;
    padding: 5.33333vw;
    padding-top: calc(10.6 * var(--rem));
  }
}
.modal__inner img {
  width: 100%;
}
.modal__inner .modal__heading-top {
  position: relative;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__heading-top {
    font-size: 3.2vw;
    line-height: 1.20833;
  }
}
.modal__inner .modal__heading {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.71429;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__heading {
    font-size: 3.2vw;
    line-height: 1.20833;
  }
}
.modal__inner .modal__heading--large {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__heading--large {
    margin-top: calc(4.6 * var(--rem));
    font-size: 4.53333vw;
    padding-bottom: calc(2.2 * var(--rem));
  }
}
.modal__inner .modal__att {
  margin-top: 18px;
  text-align: left;
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__att {
    margin-top: calc(2 * var(--rem));
    font-size: calc(2.2 * var(--rem));
    line-height: 1.31818;
  }
}
.modal__inner .modal__att li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal__inner .modal__att + .modal__heading {
  margin-top: 23px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__att + .modal__heading {
    margin-top: calc(4 * var(--rem));
  }
}
.modal__inner .modal__att + .modal__att {
  margin-top: 23px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__att + .modal__att {
    margin-top: calc(2 * var(--rem));
  }
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__att + .modal__att--note {
    margin-top: calc(3 * var(--rem));
  }
}
.modal__inner .modal__att--note {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__att--note {
    margin-top: calc(2 * var(--rem));
    font-size: calc(2 * var(--rem));
    line-height: 1.45;
  }
}
.modal__inner .modal__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2.14286;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__text {
    margin-top: calc(3.6 * var(--rem));
    font-size: calc(2.4 * var(--rem));
    line-height: 1.20833;
  }
}
.modal__inner .modal__image-step {
  margin: 10px auto 0;
  width: 512px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__image-step {
    width: calc(62 * var(--rem));
    margin-top: calc(1.6 * var(--rem));
    margin-left: calc(50% - calc(62 * var(--rem)) / 2);
    margin-right: calc(50% - calc(62 * var(--rem)) / 2);
  }
}
.modal__inner .modal__image-step--02 {
  width: 500px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__image-step--02 {
    width: calc(47.1 * var(--rem));
    margin-top: calc(3.6 * var(--rem));
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__inner .modal__button {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__button {
    margin-top: calc(5.6 * var(--rem));
  }
}
.modal__inner .modal__button a {
  color: #231815;
  position: relative;
  font-size: 18px;
  line-height: 1.33333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 470px;
  height: 70px;
  padding-top: 4px;
  border: 1px solid #000;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__button a {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.20833;
    width: calc(59 * var(--rem)) !important;
    height: calc(12 * var(--rem));
    padding-top: calc(0.8 * var(--rem));
    margin-left: calc(50% - calc(59 * var(--rem)) / 2);
    margin-right: calc(50% - calc(59 * var(--rem)) / 2);
  }
}
.modal__inner .modal__button a:hover {
  background: #ed6c00;
}
.modal__inner .modal__button a small {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__button a small {
    font-size: calc(2 * var(--rem));
  }
}
.modal__inner .modal__button a:before {
  content: "";
  position: absolute;
  width: calc(1 * var(--rem));
  height: calc(1 * var(--rem));
  right: calc(2 * var(--rem));
  top: calc(50% - 1.4 * var(--rem) / 2);
  border: solid #000;
  border-width: calc(0.2 * var(--rem)) calc(0.2 * var(--rem)) 0 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__button a:before {
    width: calc(1.6 * var(--rem));
    height: calc(1.6 * var(--rem));
    top: calc(50% - 1.6 * var(--rem) / 2);
    right: calc(2 * var(--rem));
  }
}
.modal__inner .modal__link {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__link {
    margin-top: calc(3 * var(--rem));
    padding-bottom: calc(2 * var(--rem));
  }
}
.modal__inner .modal__link a {
  position: relative;
  color: #231815;
  background: #dfdfdf;
  font-size: 14px;
  line-height: 1.35714;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 269px;
  height: 40px;
  padding-top: 4px;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__link a {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.20833;
    font-weight: 400;
    width: calc(51 * var(--rem)) !important;
    height: calc(6 * var(--rem));
    padding-top: calc(0.4 * var(--rem));
  }
}
.modal__inner .modal__link a:hover {
  opacity: 0.7;
}
.modal__inner .modal__link a small {
  font-size: 12px;
}
.modal__inner .modal__link a:before {
  content: "";
  position: absolute;
  width: calc(0.8 * var(--rem));
  height: calc(0.8 * var(--rem));
  right: calc(1 * var(--rem));
  top: calc(50% - 1.4 * var(--rem) / 2);
  border: solid #000;
  border-width: calc(0.2 * var(--rem)) calc(0.2 * var(--rem)) 0 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__link a:before {
    right: calc(4 * var(--rem));
  }
}
.modal__inner .modal__link a[target="_blank"]:before {
  content: "";
  background: url(https://www.recordcity.live/wellness/sixpad/products/powersuit/corebelt/assets/img/icn_blank.svg)
    no-repeat center center;
  background-size: contain;
  position: absolute;
  width: calc(1.4 * var(--rem));
  height: calc(0.9 * var(--rem));
  right: calc(1 * var(--rem));
  top: calc(50% - 0.8 * var(--rem) / 2);
  border: none;
  transform: rotate(0deg);
  filter: invert(1);
}
@media screen and (max-width: 750px) {
  .modal__inner .modal__link a[target="_blank"]:before {
    width: calc(2.4 * var(--rem));
    height: calc(1.8 * var(--rem));
    right: calc(1.8 * var(--rem));
    top: calc(50% - 1.8 * var(--rem) / 2);
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal__close {
    width: calc(10 * var(--rem));
    height: calc(10 * var(--rem));
  }
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 20px;
  height: 1px;
  content: "";
  display: block;
  background: #000;
}
@media screen and (max-width: 750px) {
  .modal__close:before,
  .modal__close:after {
    top: calc(50% - 0.26667vw / 2);
    right: calc(50% - 6.93333vw / 2);
    width: 6.93333vw;
    height: 0.26667vw;
  }
}
.modal__close:before {
  transform: rotate(-45deg);
}
.modal__close:after {
  transform: rotate(45deg);
}
.modal__trade-heading {
  padding-top: 8px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .modal__trade-heading {
    display: none;
  }
}
.modal__trade-lead {
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .modal__trade-lead {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.25;
    text-align: left;
  }
}
.modal__trade-text {
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal__trade-text {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.25;
    text-align: left;
  }
}
.modal__trade-head {
  margin-top: 14px;
  background: #f4f4f4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .modal__trade-head {
    margin-top: calc(2.6 * var(--rem));
    padding: calc(3.4 * var(--rem)) 0 calc(3.2 * var(--rem));
  }
}
.modal__trade-head-image {
  width: 65px;
}
@media screen and (max-width: 750px) {
  .modal__trade-head-image {
    width: calc(15.4 * var(--rem));
  }
}
.modal__trade-head-text {
  font-size: 16px;
  font-weight: 700;
  margin-left: 17px;
}
@media screen and (max-width: 750px) {
  .modal__trade-head-text {
    font-size: calc(2.4 * var(--rem));
    line-height: 1.5;
    text-align: center;
    margin-left: calc(3.4 * var(--rem));
  }
}
.modal__trade-subheading {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .modal__trade-subheading {
    margin-top: calc(4.8 * var(--rem));
    font-size: calc(2.4 * var(--rem));
    line-height: 1.20833;
  }
}
.modal__trade-subheading--small {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .modal__trade-subheading--small {
    margin-top: calc(3 * var(--rem));
    font-size: calc(2 * var(--rem));
  }
}
@media screen and (min-width: 751px) {
  .modal__trade-subheading--small + .modal__trade-att {
    margin-top: 0;
  }
}
.modal__trade-att {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  line-height: 1.77778;
}
@media screen and (max-width: 750px) {
  .modal__trade-att {
    margin-top: calc(3 * var(--rem));
    font-size: calc(2 * var(--rem));
    line-height: 1.45;
  }
}
.modal__trade-att li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal__trade-note {
  text-align: left;
  font-size: 12px;
  line-height: 2.66667;
}
@media screen and (max-width: 750px) {
  .modal__trade-note {
    font-size: calc(2 * var(--rem));
    line-height: 1.45;
  }
}
.modal__trade-table {
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 750px) {
  .modal__trade-table {
    margin-top: calc(2.6 * var(--rem));
  }
}
.modal__trade-table th,
.modal__trade-table td {
  width: 50%;
}
.modal__trade-table th:nth-of-type(2),
.modal__trade-table td:nth-of-type(2) {
  border-left: 1px solid #ababab;
}
.modal__trade-table tr {
  border-top: 1px solid #ababab;
}
.modal__trade-table thead th {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 66px;
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .modal__trade-table thead th {
    font-size: calc(2.4 * var(--rem));
    height: calc(8.2 * var(--rem));
    padding-top: calc(0.4 * var(--rem));
  }
}
.modal__trade-table tbody td {
  font-size: 16px;
  line-height: 1.8125;
  height: 59px;
}
@media screen and (max-width: 750px) {
  .modal__trade-table tbody td {
    font-size: calc(2.4 * var(--rem));
    height: calc(8.2 * var(--rem));
    padding-top: calc(0.6 * var(--rem));
  }
}
.modal__trade-table tbody td:nth-of-type(2) {
  color: #ed6c00;
}
.modal__trade-table tbody td a {
  text-decoration: underline;
}
.modal__trade-table tbody td a:hover {
  text-decoration: none;
}
.modal_title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
.modal_title .att {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #dc0e13;
}
.modal_2nd_title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #ff6b00;
}
.modal_3rd_title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
}
.modal_mt20 {
  margin-top: 20px;
}
.modal__inner .tal {
  line-height: 1.6;
}
.modal .m-ttl-common {
  position: relative;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-bottom: 12px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .modal .m-ttl-common {
    margin-bottom: 6.4vw;
    margin-top: 6.4vw;
    padding-bottom: 5.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.modal .m-ttl-common::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #094;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOWE0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzZDY0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(90deg, #019a44, #63d649);
}
@media screen and (max-width: 750px) {
  .modal .m-ttl-common::before {
    width: 16vw;
    height: 2px;
  }
}
#goodsspec_body .goodscomment1_ {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .goodscomment1_ {
    text-align: center;
  }
}
#goodsspec_body .goodscomment2_ {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .goodscomment2_ {
    margin-top: 3em;
  }
}
#goodsspec_body .g-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.75;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-contents {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-contents {
    padding: 0 6.6666666667vmin;
  }
}
#goodsspec_body .g-applicable {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable {
    margin-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__head {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__head {
    margin-bottom: 2em;
  }
}
#goodsspec_body .g-applicable__head .head {
  display: inline-block;
  border-bottom: 2px solid #eb621a;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__head .head {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__head .head {
    font-size: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px){
	#goodsspec_body .g-applicable__list{
		/*width:100vw;*/
		display: flex;
    justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__item {
    /*width: 31%;*/
	  width:22%;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__item {
    margin-bottom: 2em;
	max-width:40.66666vw;
  }
}
#goodsspec_body .g-applicable__list__link {
  display: block;
  text-decoration: none;
}
/*#goodsspec_body .g-applicable__list__item .img{
	width:100%;
}*/
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .img {
    /*margin-bottom: 15px;*/
	margin-bottom:20px;
  }
}
#goodsspec_body .g-applicable__list__link .box {
  position: relative;
  /*display: flex;
  align-items: center;
  background-color: #eb621a;
  color: #fff;*/
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box {
    /*height: 100px;*/
    justify-content: center;
    /*flex-direction: column;*/
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box {
    /*height: 18.6666666667vmin;
    padding: 0 10.6666666667vmin;*/
    justify-content: space-between;
  }
}
/*#goodsspec_body .g-applicable__list__link .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box::before {
    right: 22px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box::before {
    right: 5.3333333333vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}*/
#goodsspec_body .g-applicable__list__link .box .en{
	text-align: center;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box .en {
    font-size:21px;
	margin:23px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box .en {
    /*font-size:5.8666666667vmin*/
		font-size:3.73333vw;
		margin:4vw auto;
	  height: 2.5em;
  }
}
#goodsspec_body .g-applicable__list__link .box .jp{
	background:#eb621a;
	color:#fff;
	position: relative;
	border-radius: 2em;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box .jp {
    font-size:18px;
	padding:0.6em 0;
	width:100%;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box .jp {
    /*font-size:3.2vmin;*/
	font-size:3.46666vw;
	padding:0.6em 0;
	line-height:1.3;
	text-align:center;
	position: relative;
  }
}

/* 戻す */

@media screen and (min-width: 768px){
	#goodsspec_body .g-applicable__list__link .box .jp::before{
		content:"";
	position:absolute;
	top:50%;
	bottom:50%;
	display:block;
	margin:auto 0;
	transform:rotate(45deg);
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	right:15px;
	width:8px;
	height:8px;
	}
}
@media screen and (max-width: 767px){#goodsspec_body .g-applicable__list__link .box .jp::before{
	content:"";
	position:absolute;
	top:50%;
	bottom:50%;
	display:block;
	margin:auto 0;
	transform:rotate(45deg);
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	right:3.06666vw;
	width:1.33333vw;
	height:1.33333vw;}
}

#goodsspec_body .g-applicable__list__link .box .middle {
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box .middle {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box .middle {
    /*font-size:4.2666666667vmin*/
	font-size:3.73333vw;
  }
}
#goodsspec_body .g-applicable__list__link .box .small {
  display: block;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-applicable__list__link .box .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-applicable__list__link .box .small {
    font-size: 3.4666666667vmin;
  }
}
#goodsspec_body .g-remocon {
  margin-bottom: 6em;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-remocon {
    padding: 16vmin 0;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon__col__txt {
    width: 31%;
  }
}
#goodsspec_body .g-remocon__col__txt .head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon__col__txt .head {
    margin-bottom: 1em;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-remocon__col__txt .head {
    margin-bottom: 0.5em;
    font-size: 5.8666666667vmin;
  }
}
#goodsspec_body .g-remocon__col__txt .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon__col__txt .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-remocon__col__txt .txt {
    margin-bottom: 2em;
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-remocon__col__img {
    width: 65.5%;
  }
}
#goodsspec_body .g-howto {
  margin-bottom: 6em;
}
#goodsspec_body .g-howto__head {
  margin-bottom: 3em;
}
#goodsspec_body .g-howto__head .head {
  align-items: baseline;
  border-bottom: 2px solid #eb621a;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__head .head {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__head .head {
    display: flex;
    justify-content: space-between;
  }
}
#goodsspec_body .g-howto__head .main {
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__head .main {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__head .main {
    font-size: 5.3333333333vmin;
  }
}
#goodsspec_body .g-howto__head .sub {
  margin-left: 3em;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__head .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__head .sub {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__list__item {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__list__item {
    margin-bottom: 3em;
  }
}
#goodsspec_body .g-howto__list__item + .g-howto__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__list__item + .g-howto__list__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 109%;
    bottom: 0;
    display: block;
    width: 1px;
    background-color: #5f5f5f;
  }
}
#goodsspec_body .g-howto__list__item .img {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__list__item .txt {
    padding: 0 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__list__item .txt {
    font-size: 3.7333333333vmin;
  }
}
#goodsspec_body .g-howto__notes {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-howto__notes {
    font-size: 11px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-howto__notes {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 3.7333333333vmin;
  }
}
#goodsspec_body .g-features {
  margin-bottom: 6em;
}
#goodsspec_body .g-features__list dt {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.1em 2em;
  background-color: #eb621a;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-features__list dt {
    font-size: 3.2vmin;
  }
}
#goodsspec_body .g-features__list li {
  margin-bottom: 0.5em;
  margin-left: 1.3em;
  text-indent: -1.3em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-features__list li {
    font-size: 3.2vmin;
  }
}
#goodsspec_body .g-spec__head {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__head {
    display: inline-flex;
    flex-direction: column;
  }
}
#goodsspec_body .g-spec__head .en {
  display: block;
  margin-bottom: 0.25em;
  font-size: 42px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__head .en {
    font-size: 8.5333333333vmin;
    text-align: center;
  }
}
#goodsspec_body .g-spec__head .jp {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__head .jp {
    font-size: 3.2vmin;
    text-align: center;
  }
}
#goodsspec_body .g-spec__table {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__table {
    font-size: 3.2vmin;
  }
}
#goodsspec_body .g-spec__table th {
  width: 220px;
  padding: 12px 20px;
  border-bottom: 1px solid #ff6c05;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__table th {
    width: 30%;
    padding: 2.6666666667vmin 4vmin;
  }
}
#goodsspec_body .g-spec__table td {
  position: relative;
  padding: 12px 20px;
  border-bottom: 1px solid #dbdcdc;
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__table td {
    padding: 2.6666666667vmin 4vmin;
  }
}
#goodsspec_body .g-spec__table td::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  display: block;
  width: 1px;
  background-color: #dbdcdc;
}
#goodsspec_body .g-spec__manual {
  margin-top: 2em;
  margin-bottom: 0.2em;
}
#goodsspec_body .g-spec__manual a {
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-spec__manual a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__manual a {
    font-size: 3.2vmin;
  }
}
#goodsspec_body .g-spec__notes {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #goodsspec_body .g-spec__notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #goodsspec_body .g-spec__notes {
    font-size: 2.9333333333vmin;
  }
}
/*--img notes--*/
.cushionfit__approach__col__img,
.cushionfit__howto__step__box__img,
.cushionfit__mode__content__img__item .img2 {
  position: relative;
}
.cushionfit__approach__col__img::after,
.cushionfit__howto__step__box__img::after,
.cushionfit__mode__content__img__item .img2::after {
  content: "※イメージ";
  color: #fff;
}
.cushionfit__approach__col__img::after,
.cushionfit__howto__step__box__img::after {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cushionfit__mode__content__img__item .img2::after {
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .cushionfit__approach__col__txt .img {
    position: relative;
  }
  .cushionfit__approach__col__txt .img::after {
    content: "※イメージ";
    color: #fff;
  }
  .cushionfit__approach__col__txt .img::after,
  .cushionfit__howto__step__box__img::after,
  .cushionfit__mode__content__img__item .img2::after {
    font-size: 2.66666vw;
    position: absolute;
    bottom: 4px;
    right: 10px;
    z-index: 100;
  }
}
/*--campaign bnr--*/
.campaign_link{
	padding: 0 10px;
	width: 100%;
	max-width: 940px;
	margin:16vmin auto;
	
}
@media all and (max-width: 767px) {
	.campaign_link{
		padding: 0;
		max-width: 90vw;
		/*margin-bottom:12.8vw;*/
	}
}

.g-applicable__list__item .g-applicable__list__link:hover {
    border-bottom: none!important;
}

.ems_set__banners{
	margin:30px auto;
	text-align: center;
	width:calc(110* var(--rem));
}

.ems_set__banners img{
	max-width: 1102px;
	width:100%;
	/*max-width: 1102px; */
}
@media screen and (max-width:768px){
	.ems_set__banners{
		margin:30px auto;
		width:calc(65* var(--rem));
}
}
.ems_set__banners a:hover{opacity: .7}
