@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&display=swap");
[data-anim] {
  transition: 0.8s all; }

[data-anim=true] {
  transform: translateY(2vh);
  -ms-transform: translateY(100px);
  opacity: 0; }


/* main */
/* ----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 0 !important; } }

#wrapper #main {
  position: relative;
  min-height: 100vh;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* js-image-modal */
  /* ----------------------------------------------------------------------------*/
  /* fixedBtn */
  /* ----------------------------------------------------------------------------*/
  /* header */
  /* ----------------------------------------------------------------------------*/
  /* section-head */
  /* ----------------------------------------------------------------------------*/
  /*============================
  conditioningroller
  ============================*/
  /* kv */
  /* ----------------------------------------------------------------------------*/
  /* about */
  /* ----------------------------------------------------------------------------*/
  /* slider */
  /* ----------------------------------------------------------------------------*/
  /* approach */
  /* ----------------------------------------------------------------------------*/
  /* point */
  /* ----------------------------------------------------------------------------*/
  /* howto */
  /* ----------------------------------------------------------------------------*/
  /* product */
  /* ----------------------------------------------------------------------------*/
  /* spec */
  /* ----------------------------------------------------------------------------*/
  /* spec */
  /* ----------------------------------------------------------------------------*/ }
  @media screen and (max-width: 767px) {
    #wrapper #main {
      margin-top: 10px; } }
  #wrapper #main *,
  #wrapper #main *:before,
  #wrapper #main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #wrapper #main img,
  #wrapper #main svg {
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  #wrapper #main svg {
    fill: currentColor; }
  #wrapper #main input,
  #wrapper #main button,
  #wrapper #main select,
  #wrapper #main textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-family: "Hind", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  #wrapper #main input[type="submit"],
  #wrapper #main button {
    cursor: pointer; }
  #wrapper #main sup {
    vertical-align: super;
    font-size: 0.6em;
    top: 0.1em;
    position: relative; }
  #wrapper #main .hind {
    font-family: "Hind", sans-serif; }
  #wrapper #main a {
    text-decoration: none;
    color: #000;
    transition: 0.4s all; }
    #wrapper #main a:hover {
      opacity: 0.7; }
      @media screen and (max-width: 767px) {
        #wrapper #main a:hover {
          opacity: 1; } }
    @media screen and (max-width: 767px) {
      #wrapper #main a:link {
        width: auto;
        margin: 0; } }
  #wrapper #main .pc {
    display: block; }
    @media screen and (max-width: 767px) {
      #wrapper #main .pc {
        display: none; } }
  #wrapper #main .sp {
    display: none; }
    @media screen and (max-width: 767px) {
      #wrapper #main .sp {
        display: block; } }
  #wrapper #main .underline {
    padding-bottom: 3px;
    border-bottom: 1px solid #ed6d01; }
    @media screen and (max-width: 767px) {
      #wrapper #main .underline {
        padding-bottom: 0.8vmin; } }
  #wrapper #main .movie {
    position: relative;
    background-color: #999; }
    #wrapper #main .movie::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    #wrapper #main .movie iframe,
    #wrapper #main .movie video {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  #wrapper #main .pageTop {
    position: sticky;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 500;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      #wrapper #main .pageTop {
        padding: 3.7333333333vmin 3.2vmin; } }
    #wrapper #main .pageTop.-top span.pagehealthgrip__down {
      opacity: 0;
      transform: translateY(-150px);
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        #wrapper #main .pageTop.-top span.pagehealthgrip__down {
          transform: translateY(-26.6666666667vmin); } }
    #wrapper #main .pageTop.-top a.pagehealthgrip__top {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }
      @media screen and (max-width: 767px) {
        #wrapper #main .pageTop.-top a.pagehealthgrip__top {
          transform: translateY(0); } }
  #wrapper #main span.pagehealthgrip__down,
  #wrapper #main a.pagehealthgrip__top {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto;
    display: block;
    width: 24px;
    margin: 0 0 0 auto;
    pointer-events: auto;
    transition: 0.8s all; }
    @media screen and (max-width: 767px) {
      #wrapper #main span.pagehealthgrip__down,
      #wrapper #main a.pagehealthgrip__top {
        right: 3.2vmin;
        bottom: 3.7333333333vmin;
        width: 3.7333333333vmin; } }
  #wrapper #main a.pagehealthgrip__top {
    opacity: 0;
    pointer-events: none;
    transform: translateY(150px); }
    @media screen and (max-width: 767px) {
      #wrapper #main a.pagehealthgrip__top {
        transform: translateY(26.6666666667vmin); } }
  #wrapper #main .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    background-color: rgba(231, 231, 231, 0.6);
    z-index: 1200;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all; }
    @media screen and (max-width: 767px) {
      #wrapper #main .modal {
        padding: 0; } }
    #wrapper #main .modal[data-modal-active="true"] {
      opacity: 1;
      pointer-events: auto; }
      #wrapper #main .modal[data-modal-active="true"] .modal__inner {
        transform: scale(1);
        opacity: 1; }
  #wrapper #main .modal__inner {
    position: relative;
    width: 100%;
    max-width: 140vh;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.4s 0.2s all; }
    @media screen and (max-width: 767px) {
      #wrapper #main .modal__inner {
        max-width: 120vh;
        margin-top: 5.3333333333vmin; } }
  #wrapper #main .modal__image {
    max-height: 75vh;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      #wrapper #main .modal__image .js-image-modal__inner {
        padding: 5.3333333333vmin;
        background-color: #fff; } }
  #wrapper #main .modal__close {
    position: absolute;
    top: -10px;
    right: -80px;
    width: 72px;
    height: 72px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .modal__close {
        top: -13.3333333333vmin;
        right: 2.6666666667vmin;
        width: 10.6666666667vmin;
        height: 10.6666666667vmin; } }
    #wrapper #main .modal__close::before, #wrapper #main .modal__close::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: 3px;
      margin: auto 0;
      background-color: #000; }
      @media screen and (max-width: 767px) {
        #wrapper #main .modal__close::before, #wrapper #main .modal__close::after {
          height: 2px; } }
    #wrapper #main .modal__close::before {
      transform: rotate(45deg); }
    #wrapper #main .modal__close::after {
      transform: rotate(-45deg); }
  @media screen and (max-width: 767px) {
    #wrapper #main .js-image-modal {
      position: relative; } }
  #wrapper #main .js-image-modal__btn {
    display: none; }
    @media screen and (max-width: 767px) {
      #wrapper #main .js-image-modal__btn {
        cursor: pointer;
        position: absolute;
        right: 2.6666666667vmin;
        bottom: 2.6666666667vmin;
        display: block;
        width: 12vmin;
        height: 12vmin;
        border-radius: 50%;
        border: 1px solid #3c3c3c;
        background-color: #fff; }
        #wrapper #main .js-image-modal__btn::before, #wrapper #main .js-image-modal__btn::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          width: 56%;
          height: 1px;
          margin: auto;
          background-color: #3c3c3c; }
        #wrapper #main .js-image-modal__btn::before {
          transform: rotate(90deg); } }
  #wrapper #main .fixedBtn {
    display: none; }
    @media screen and (max-width: 767px) {
      #wrapper #main .fixedBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0 0 5.3333333333vmin 2.6666666667vmin;
        display: block;
        width: 17.3333333333vmin;
        z-index: 100;
        transition: 0.4s all; }
        #wrapper #main .fixedBtn.-hide {
          opacity: 0;
          transform: translateY(17.3333333333vmin);
          pointer-events: none; }
        #wrapper #main .fixedBtn.-static {
          position: static; } }
  @media screen and (max-width: 767px) {
    #wrapper #main .fixedBtn__link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 17.3333333333vmin;
      box-shadow: 0.8vmin 0.8vmin 2.6666666667vmin rgba(70, 70, 70, 0.3);
      border-radius: 50%;
      background-color: #ed6d01;
      font-size: 2.9333333333vmin;
      font-weight: bold;
      text-align: center;
      color: #fff; } }
  #wrapper #main .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: 0.4s all; }
  #wrapper #main .top .header[data-header-active="false"] .header__logo {
    transform: translateY(-200px); }
  #wrapper #main .top .header[data-header-active="false"] .header__inner {
    background-color: rgba(255, 255, 255, 0); }
  #wrapper #main .header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: #fff;
    transition: 0.4s all;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__inner {
        padding: 5.3333333333vmin; } }
  #wrapper #main .header__logo {
    width: 135px;
    margin-left: 10px;
    transition: 0.4s all; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__logo {
        width: 18vmin;
        margin-left: 1.3333333333vmin; } }
  #wrapper #main .header__btn {
    text-align: center;
    line-height: 1; }
    #wrapper #main .header__btn .txt-menu {
      display: block;
      width: 90px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__btn .txt-menu {
          width: 12vmin; } }
    #wrapper #main .header__btn .txt-close {
      display: none;
      width: 90px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__btn .txt-close {
          width: 12vmin; } }
    #wrapper #main .header__btn .bar {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-direction: column;
      width: 78px;
      height: 28px;
      margin: 8px auto 0; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__btn .bar {
          width: 10.4vmin;
          height: 3.7333333333vmin;
          margin-top: 1.0666666667vmin; } }
      #wrapper #main .header__btn .bar::before, #wrapper #main .header__btn .bar::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: 0.4s all; }
        @media screen and (max-width: 767px) {
          #wrapper #main .header__btn .bar::before, #wrapper #main .header__btn .bar::after {
            height: 1px; } }
  #wrapper #main [data-header-menu="open"] .header__btn .txt-menu {
    display: none; }
  #wrapper #main [data-header-menu="open"] .header__btn .txt-close {
    display: block; }
  #wrapper #main [data-header-menu="open"] .header__btn .bar::before, #wrapper #main [data-header-menu="open"] .header__btn .bar::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #wrapper #main [data-header-menu="open"] .header__btn .bar::before {
    transform: rotate(-25deg); }
  #wrapper #main [data-header-menu="open"] .header__btn .bar::after {
    transform: rotate(25deg); }
  #wrapper #main .header__menu {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    padding: 100px 50px 50px;
    overflow: auto;
    z-index: 50;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__menu {
        padding: 24vmin 6.6666666667vmin 5.3333333333vmin; } }
  #wrapper #main [data-header-menu="open"] .header__menu {
    opacity: 1;
    pointer-events: auto; }
  #wrapper #main .header__menu__inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 50px 0 0; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__menu__inner {
        max-width: auto;
        padding: 0; } }
  #wrapper #main .header__nav {
    max-width: 740px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__nav {
        max-width: auto; } }
  #wrapper #main .header__nav__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__nav__item {
        display: block;
        margin-bottom: 13.3333333333vmin; } }
  #wrapper #main .header__nav__link {
    display: inline-block; }
    #wrapper #main .header__nav__link .en {
      display: block;
      font-size: 18px;
      line-height: 1;
      color: #ed6d01; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__nav__link .en {
          font-size: 3.7333333333vmin; } }
    #wrapper #main .header__nav__link .jp {
      display: block;
      text-indent: -0.075em;
      font-size: 42px;
      line-height: 1.25; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__nav__link .jp {
          font-size: 6.6666666667vmin; } }
  #wrapper #main .header__challengers {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__challengers {
        margin-top: 8vmin;
        margin-left: 13.3333333333vmin; } }
  #wrapper #main .header__challengers__item + .header__challengers__item {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__challengers__item + .header__challengers__item {
        margin-top: 8vmin; } }
  #wrapper #main .header__challengers__link {
    display: flex;
    align-items: center;
    color: #575757; }
    #wrapper #main .header__challengers__link .num {
      display: block;
      width: 70px;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__challengers__link .num {
          width: 12vmin;
          font-size: 4vmin; } }
    #wrapper #main .header__challengers__link .name {
      display: block;
      font-size: 30px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__challengers__link .name {
          font-size: 4.8vmin; } }
  #wrapper #main .header__links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    border-top: 2px dotted #bfbfbf; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__links {
        display: block;
        padding: 2.6666666667vmin 0 10.6666666667vmin;
        border-top-width: 1px; } }
  #wrapper #main .header__links__item {
    margin: 0 40px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__links__item {
        margin: 10.6666666667vmin 0 0; } }
  #wrapper #main .header__links__link {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #wrapper #main .header__links__link {
        justify-content: space-between; } }
    #wrapper #main .header__links__link .txt {
      display: block;
      font-size: 18px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__links__link .txt {
          font-size: 3.4666666667vmin; } }
    #wrapper #main .header__links__link .icn {
      display: block;
      margin-left: 20px;
      width: 16px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #wrapper #main .header__links__link .icn {
          margin-left: 5.3333333333vmin;
          width: 3.7333333333vmin; } }
  #wrapper #main .section-head {
    margin-bottom: 50px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      #wrapper #main .section-head {
        margin-bottom: 6.6666666667vmin; } }
    #wrapper #main .section-head .en {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
      font-size: 18px;
      color: #ed6d01;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #wrapper #main .section-head .en {
          margin-bottom: 2.6666666667vmin;
          font-size: 3.4666666667vmin; } }
      #wrapper #main .section-head .en::before {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        margin-right: 18px;
        background-color: #ed6d01; }
        @media screen and (max-width: 767px) {
          #wrapper #main .section-head .en::before {
            width: 13.3333333333vmin;
            height: 1px;
            margin-right: 2.6666666667vmin; } }
    #wrapper #main .section-head .jp {
      display: block;
      font-size: 42px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .section-head .jp {
          font-size: 6.6666666667vmin;
          letter-spacing: -0.05em; } }
  #wrapper #main .conditioningroller {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    color: #000; }
    #wrapper #main .conditioningroller .js-accordion-head,
    #wrapper #main .conditioningroller .js-howto-head {
      cursor: pointer; }
    #wrapper #main .conditioningroller .js-accordion-body,
    #wrapper #main .conditioningroller .js-howto-body {
      display: none; }
  #wrapper #main .conditioningroller__kv {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__kv {
        margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .conditioningroller__kv .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv .slick-dots {
          margin-top: 4vmin; } }
      #wrapper #main .conditioningroller__kv .slick-dots li {
        width: 70px;
        height: 6px;
        margin: 0 5px;
        background-color: #a3a3a3;
        font-size: 0; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__kv .slick-dots li {
            width: 10.6666666667vmin;
            height: 0.8vmin;
            margin: 0 0.8vmin; } }
        #wrapper #main .conditioningroller__kv .slick-dots li.slick-active {
          background-color: #ed6c00; }
    @media screen and (min-width: 768px) {
      #wrapper #main .conditioningroller__kv__item {
        position: relative; }
        #wrapper #main .conditioningroller__kv__item::before {
          content: "";
          display: block;
          padding-top: 48.375%; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__kv__item {
        height: 106.6666666667vmin; } }
    #wrapper #main .conditioningroller__kv__item .inner {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #wrapper #main .conditioningroller__kv__item .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
    @media screen and (min-width: 768px) {
      #wrapper #main .conditioningroller__kv__item .copy {
        position: absolute;
        width: 31.25%; } }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__kv__item .copy {
        width: 66.6666666667vmin; } }
    #wrapper #main .conditioningroller__kv__item.-kv1 {
      background: url(../img/bg_kv1.jpg) no-repeat center top;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv1 {
          background-image: url(../img/bg_kv1-sp.jpg); } }
      @media screen and (min-width: 768px) {
        #wrapper #main .conditioningroller__kv__item.-kv1 .copy {
          top: 16.2790697674%;
          left: 16.125%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv1 .copy {
          margin-top: 74.1333333333vmin;
          margin-left: 26.6666666667vmin; } }
    #wrapper #main .conditioningroller__kv__item.-kv1_ver2 {
      background: url(../img/bg_kv1_ver2.jpg) no-repeat center top;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv1_ver2 {
          background-image: url(../img/bg_kv1_ver2-sp.jpg); } }
      @media screen and (min-width: 768px) {
        #wrapper #main .conditioningroller__kv__item.-kv1_ver2 .copy {
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%); } }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv1_ver2 .copy {
          width: 90vmin;
          margin: 62vmin auto 0; } }
    #wrapper #main .conditioningroller__kv__item.-kv2 {
      background: url(../img/bg_kv2.jpg) no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv2 {
          background-image: url(../img/bg_kv2-sp.jpg); } }
      @media screen and (min-width: 768px) {
        #wrapper #main .conditioningroller__kv__item.-kv2 .copy {
          top: 38.5012919897%;
          left: 21.25%; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__kv__item.-kv2 .copy {
          margin: 74.6666666667vmin auto 0; } }
      .conditioningroller__kv .conditioningroller__kv__item {
        position: relative;
      }
      @media screen and (min-width: 768px) {
        .conditioningroller__kv .conditioningroller__kv__item .conditioningroller__kv__item__badge {
          position: absolute;
          right: 1vw;
          top: 1vw;
          width: 15vw;
          height: 15vw;
        }
      }
      @media screen and (min-width: 768px) {
        .conditioningroller__kv__item__badge.sp {
          display: none!important;
        }
      }
      @media screen and (max-width: 750px) {
        .conditioningroller__kv__item__badge.pc {
          display: none!important;
        }
        .conditioningroller__kv__item__badge.sp {
          position: absolute;
          top: 106.6666666667vmin;
          left: 0;
          z-index: 99;
        }
      }
      @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__kv__item__badge.sp + .conditioningroller__kv .slick-dots {
              margin-top: 25vmin;
          }
      }
      .conditioningroller__kv .conditioningroller__kv__item .conditioningroller__kv__item__badge img {
          max-width: none;
          width: 100%;
      }
  #wrapper #main .conditioningroller__about {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__about {
        margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .conditioningroller__about__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__about__head1 {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__head1 {
          margin-bottom: 8vmin; } }
      #wrapper #main .conditioningroller__about__head1 .txt {
        display: inline-block;
        border-bottom: 1px solid #f37020;
        font-size: 28px;
        color: #f37020; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__about__head1 .txt {
            display: inline;
            padding-bottom: 1.3333333333vmin;
            font-size: 5.0666666667vmin;
            line-height: 2.3; } }
    #wrapper #main .conditioningroller__about__head2 {
      margin-bottom: 60px;
      font-size: 42px;
      text-align: center;
      line-height: 1.95; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__head2 {
          margin-bottom: 6.6666666667vmin;
          font-size: 6.1333333333vmin; } }
    #wrapper #main .conditioningroller__about__txt {
      margin-bottom: 90px;
      font-size: 24px;
      text-align: center;
      line-height: 2.35; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__txt {
          max-width: 86.6666666667vmin;
          margin: 0 auto 6.6666666667vmin;
          font-size: 3.7333333333vmin;
          text-align: left; } }
    #wrapper #main .conditioningroller__about__col {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__col {
          display: block;
          padding: 0 6.6666666667vmin; } }
    #wrapper #main .conditioningroller__about__use {
      width: 41.6666666667%;
      background-color: #dadadb; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__use {
          width: auto;
          margin-bottom: 8vmin; } }
      #wrapper #main .conditioningroller__about__use .txt {
        padding: 15px 35px;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__about__use .txt {
            padding: 2.6666666667vmin 6.6666666667vmin;
            font-size: 3.2vmin; } }
    #wrapper #main .conditioningroller__about__box {
      width: 55%;
      padding: 0 30px 25px;
      border: 1px solid #ed6c00; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__about__box {
          width: auto;
          padding: 0 7.4666666667vmin 6.6666666667vmin; } }
      #wrapper #main .conditioningroller__about__box .head {
        margin: 0 -30px 30px;
        padding: 10px;
        background-color: #ed6c00; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__about__box .head {
            margin: 0 -7.4666666667vmin 6.6666666667vmin;
            padding: 2.1333333333vmin; } }
        #wrapper #main .conditioningroller__about__box .head .img {
          display: block;
          width: 171px;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__about__box .head .img {
              width: 39.2vmin; } }
      #wrapper #main .conditioningroller__about__box .col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__about__box .col {
            display: block;
            margin-bottom: 1.3333333333vmin; } }
        #wrapper #main .conditioningroller__about__box .col__img {
          position: relative;
          width: 59.6989966555%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__about__box .col__img {
              width: auto;
              margin-bottom: 5.3333333333vmin; } }
        #wrapper #main .conditioningroller__about__box .col__notes {
          position: absolute;
          right: 10px;
          bottom: 5px;
          font-size: 10px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__about__box .col__notes {
              right: 2.1333333333vmin;
              bottom: 1.6vmin;
              font-size: 2.1333333333vmin; } }
        #wrapper #main .conditioningroller__about__box .col__txt {
          width: 36.4548494983%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__about__box .col__txt {
              width: auto; } }
          #wrapper #main .conditioningroller__about__box .col__txt .txt {
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #wrapper #main .conditioningroller__about__box .col__txt .txt {
                margin-bottom: 3.7333333333vmin;
                font-size: 3.4666666667vmin;
                text-align: center; } }
          #wrapper #main .conditioningroller__about__box .col__txt .list {
            font-size: 18px; }
            @media screen and (max-width: 767px) {
              #wrapper #main .conditioningroller__about__box .col__txt .list {
                font-size: 3.2vmin; } }
            @media screen and (max-width: 767px) {
              #wrapper #main .conditioningroller__about__box .col__txt .list li {
                display: inline-block;
                margin: 0 4vmin 2.6666666667vmin 0;
                white-space: nowrap; } }
            #wrapper #main .conditioningroller__about__box .col__txt .list li::before {
              content: "■";
              color: #ed6c00; }
      #wrapper #main .conditioningroller__about__box .notes {
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__about__box .notes {
            margin-left: 1em;
            text-indent: -1em;
            font-size: 2.6666666667vmin; } }
  #wrapper #main .conditioningroller__slider {
    width: 100vw;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #wrapper #main .conditioningroller__slider {
        padding: 120px 0;
        background: linear-gradient(180deg, #ebebeb 56%, #fff 56%); } }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__slider {
        padding: 0 0 21.3333333333vmin 6.6666666667vmin; } }
    #wrapper #main .conditioningroller__slider .slick-dots {
      display: flex; }
      @media screen and (min-width: 768px) {
        #wrapper #main .conditioningroller__slider .slick-dots {
          justify-content: flex-end;
          max-width: 1200px;
          margin-top: 70px;
          padding-right: 200px; } }
      @media screen and (max-width: 1200px) {
        #wrapper #main .conditioningroller__slider .slick-dots {
          max-width: 100vw; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__slider .slick-dots {
          justify-content: flex-start;
          margin-top: 11.7333333333vmin; } }
      #wrapper #main .conditioningroller__slider .slick-dots li {
        width: 80px;
        height: 3px;
        background-color: #d7d7d7;
        font-size: 0; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__slider .slick-dots li {
            width: 10.6666666667vmin;
            height: 0.8vmin; } }
        #wrapper #main .conditioningroller__slider .slick-dots li.slick-active {
          background-color: #ed6c00; }
    #wrapper #main .conditioningroller__slider .slick-arrow {
      position: absolute;
      bottom: -28px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #000;
      font-size: 0; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__slider .slick-arrow {
          bottom: -5.0666666667vmin;
          width: 10.6666666667vmin;
          height: 10.6666666667vmin; } }
      #wrapper #main .conditioningroller__slider .slick-arrow::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__slider .slick-arrow::before {
            width: 1.6vmin;
            height: 1.6vmin; } }
      #wrapper #main .conditioningroller__slider .slick-arrow.slick-prev {
        left: 1050px;
        transform: scaleX(-1); }
        @media screen and (max-width: 1200px) {
          #wrapper #main .conditioningroller__slider .slick-arrow.slick-prev {
            left: calc(100vw - 170px); } }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__slider .slick-arrow.slick-prev {
            left: 61.3333333333vmin; } }
      #wrapper #main .conditioningroller__slider .slick-arrow.slick-next {
        left: 1140px; }
        @media screen and (max-width: 1200px) {
          #wrapper #main .conditioningroller__slider .slick-arrow.slick-next {
            left: calc(100vw - 80px); } }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__slider .slick-arrow.slick-next {
            left: 76vmin; } }
    #wrapper #main .conditioningroller__slider__wrap {
      position: relative;
      max-width: 1200px;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #wrapper #main .conditioningroller__slider__list {
        margin-right: calc((150vw - 1200px) / -2); } }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__slider__list {
        margin-right: -80vmin; } }
    #wrapper #main .conditioningroller__slider__item {
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__slider__item {
          padding-right: 6.6666666667vmin; } }
      #wrapper #main .conditioningroller__slider__item .img {
        max-width: 550px; }
  #wrapper #main .conditioningroller__approach {
    padding: 100px 0 60px;
    background: url(../img/bg_approach.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__approach {
        padding: 14.6666666667vmin 6.6666666667vmin;
        background: #000 url(../img/bg_approach-sp.png) no-repeat center top;
        background-size: 100% auto; } }
    #wrapper #main .conditioningroller__approach__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__approach__head {
      margin-bottom: 520px;
      font-size: 36px;
      text-align: center;
      line-height: 2;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__approach__head {
          margin-bottom: 114.6666666667vmin;
          font-size: 5.6vmin;
          text-align: left; } }
    #wrapper #main .conditioningroller__approach__box {
      width: 470px;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__approach__box {
          width: auto; } }
      #wrapper #main .conditioningroller__approach__box__head {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 1.75;
        color: #f37020; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__approach__box__head {
            margin-bottom: 3.2vmin;
            font-size: 5.0666666667vmin; } }
      #wrapper #main .conditioningroller__approach__box__txt {
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 2;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__approach__box__txt {
            margin-bottom: 6.6666666667vmin;
            font-size: 3.7333333333vmin; } }
      #wrapper #main .conditioningroller__approach__box__img {
        width: 90.6382978723%;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__approach__box__img {
            width: 78.6666666667vmin;
            margin: 0 auto 5.3333333333vmin; } }
      #wrapper #main .conditioningroller__approach__box__notes {
        font-size: 12px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__approach__box__notes {
            margin-left: 1em;
            text-indent: -1em;
            font-size: 2.6666666667vmin; } }
  #wrapper #main .conditioningroller__point {
    padding: 100px 0 120px;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__point {
        padding: 0 6.6666666667vmin 13.3333333333vmin; } }
    #wrapper #main .conditioningroller__point__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__point__item {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__point__item {
          display: block; } }
      #wrapper #main .conditioningroller__point__item + .conditioningroller__point__item {
        margin-top: 80px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__point__item + .conditioningroller__point__item {
            margin-top: 18.6666666667vmin; } }
      #wrapper #main .conditioningroller__point__item:nth-of-type(even) {
        flex-direction: row-reverse; }
    #wrapper #main .conditioningroller__point__img {
      width: 48.3333333333%; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__point__img {
          width: auto;
          margin-bottom: 8vmin; } }
    #wrapper #main .conditioningroller__point__head {
      position: relative;
      margin-bottom: 55px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__point__head {
          margin-bottom: 4vmin; } }
      #wrapper #main .conditioningroller__point__head::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 1px;
        margin: auto 0;
        background-color: #f37020; }
      #wrapper #main .conditioningroller__point__head span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        background-color: #000;
        font-size: 24px;
        color: #f37020;
        z-index: 10; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__point__head span {
            padding: 0 4vmin;
            font-size: 5.0666666667vmin; } }
    #wrapper #main .conditioningroller__point__txt {
      width: 48.3333333333%; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__point__txt {
          width: auto; } }
      #wrapper #main .conditioningroller__point__txt .img {
        float: right;
        width: 200px;
        margin-left: 25px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__point__txt .img {
            width: 32vmin;
            margin-left: 4vmin; } }
      #wrapper #main .conditioningroller__point__txt .txt {
        font-size: 18px;
        line-height: 2;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__point__txt .txt {
            font-size: 3.2vmin; } }
  #wrapper #main .conditioningroller__howto {
    padding: 120px 0; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__howto {
        padding: 14.6666666667vmin 6.6666666667vmin; } }
    #wrapper #main .conditioningroller__howto__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__howto__head {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__head {
          margin-bottom: 10.6666666667vmin; } }
      #wrapper #main .conditioningroller__howto__head .en {
        display: block;
        width: 437px;
        margin: 0 auto 25px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__head .en {
            width: 68vmin;
            margin-bottom: 3.2vmin; } }
      #wrapper #main .conditioningroller__howto__head .jp {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__head .jp {
            font-size: 4.2666666667vmin; } }
    #wrapper #main .conditioningroller__howto__box {
      max-width: 740px;
      margin: 0 auto 40px;
      padding: 30px 20px;
      border: 1px solid #000;
      background-color: #fff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__box {
          margin-bottom: 10.6666666667vmin;
          padding: 6.6666666667vmin 4vmin; } }
      #wrapper #main .conditioningroller__howto__box .head {
        margin-bottom: 15px;
        font-size: 32px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__box .head {
            font-size: 5.6vmin; } }
      #wrapper #main .conditioningroller__howto__box .txt {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__box .txt {
            font-size: 3.4666666667vmin; } }
    #wrapper #main .conditioningroller__howto__notes {
      max-width: 1000px;
      margin: 0 auto 60px;
      background-color: #f2f3f4; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__notes {
          margin-bottom: 10.6666666667vmin; } }
      #wrapper #main .conditioningroller__howto__notes:not(.is-open) .js-accordion-head::after {
        transform: rotate(90deg); }
      #wrapper #main .conditioningroller__howto__notes__head {
        position: relative;
        padding: 40px;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        color: #ed6c00;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__notes__head {
            padding: 8vmin;
            font-size: 4.8vmin; } }
        #wrapper #main .conditioningroller__howto__notes__head::before, #wrapper #main .conditioningroller__howto__notes__head::after {
          content: "";
          position: absolute;
          top: 0;
          right: 95px;
          bottom: 0;
          display: block;
          width: 40px;
          height: 2px;
          margin: auto 0;
          background-color: #000;
          transition: 0.4s all; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__head::before, #wrapper #main .conditioningroller__howto__notes__head::after {
              right: 4vmin;
              width: 5.3333333333vmin;
              height: 1px; } }
      #wrapper #main .conditioningroller__howto__notes__body {
        padding: 0 75px 40px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__notes__body {
            padding: 0 6.6666666667vmin 6.6666666667vmin; } }
        #wrapper #main .conditioningroller__howto__notes__body .head {
          margin-bottom: 25px;
          padding-bottom: 25px;
          border-bottom: 1px solid #000;
          font-size: 20px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__body .head {
              margin-bottom: 4vmin;
              padding-bottom: 4vmin;
              font-size: 3.7333333333vmin; } }
        #wrapper #main .conditioningroller__howto__notes__body .txt {
          margin-bottom: 0.5em;
          font-size: 16px;
          line-height: 2;
          color: #ed6c00; }
          @media screen and (min-width: 768px) {
            #wrapper #main .conditioningroller__howto__notes__body .txt {
              margin-left: 1em;
              text-indent: -1em; } }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__body .txt {
              font-size: 3.2vmin; } }
          #wrapper #main .conditioningroller__howto__notes__body .txt::before {
            content: "■"; }
      #wrapper #main .conditioningroller__howto__notes__col {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__notes__col {
            display: block;
            margin-bottom: 5.3333333333vmin; } }
        #wrapper #main .conditioningroller__howto__notes__col__item {
          width: 47.0588235294%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__item {
              width: auto;
              display: block;
              margin-bottom: 5.3333333333vmin; } }
        #wrapper #main .conditioningroller__howto__notes__col__img {
          width: 35%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__img {
              width: 57.3333333333vmin;
              margin: 0 auto 4vmin; } }
        #wrapper #main .conditioningroller__howto__notes__col__inner {
          width: 62.5%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__inner {
              width: auto; } }
        #wrapper #main .conditioningroller__howto__notes__col__head {
          margin-bottom: 0.5em;
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__head {
              font-size: 3.4666666667vmin; } }
        #wrapper #main .conditioningroller__howto__notes__col__txt {
          margin-bottom: 0.5em;
          font-size: 14px;
          line-height: 1.75; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__txt {
              font-size: 3.2vmin; } }
        #wrapper #main .conditioningroller__howto__notes__col__notes {
          font-size: 12px;
          line-height: 2; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__notes__col__notes {
              font-size: 2.6666666667vmin; } }
    #wrapper #main .conditioningroller__howto__button {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 650px;
      height: 80px;
      margin: 0 auto;
      border-radius: 80px;
      border: 2px solid #000;
      background-color: #fff;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__button {
          width: auto;
          height: 20vmin;
          border-radius: 20vmin;
          border-width: 3px;
          font-size: 4.2666666667vmin; } }
      #wrapper #main .conditioningroller__howto__button .icn {
        position: absolute;
        top: 0;
        right: 40px;
        bottom: 0;
        display: flex;
        align-items: center;
        width: 19px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__button .icn {
            right: 6.6666666667vmin;
            width: 3.2vmin; } }
        #wrapper #main .conditioningroller__howto__button .icn img {
          vertical-align: bottom;
          line-height: 1; }
    #wrapper #main .conditioningroller__howto__detail {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__detail {
          margin-bottom: 10.6666666667vmin; } }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__howto__detail__nav {
          position: relative;
          margin-bottom: 4vmin; }
          #wrapper #main .conditioningroller__howto__detail__nav__list {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding-left: 2.9333333333vmin;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column; }
            #wrapper #main .conditioningroller__howto__detail__nav__list.-nav1 {
              padding-top: 16.6666666667vmin;
              padding-bottom: 20.9333333333vmin; }
            #wrapper #main .conditioningroller__howto__detail__nav__list.-nav2 {
              padding-bottom: 8.8vmin; }
            #wrapper #main .conditioningroller__howto__detail__nav__list__item a {
              position: relative;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              min-width: 24vmin;
              height: 8vmin;
              padding: 0 6.4vmin 0 3.2vmin;
              border-radius: 0.6666666667vmin;
              background-color: #ed6c00;
              font-size: 3.7333333333vmin;
              text-align: center;
              color: #fff; }
              #wrapper #main .conditioningroller__howto__detail__nav__list__item a .icn {
                position: absolute;
                top: 0;
                right: -4vmin;
                bottom: 0;
                width: 8vmin;
                height: 8vmin;
                border-radius: 50%;
                border: 1px solid #ed6c00;
                background-color: #fff; }
                #wrapper #main .conditioningroller__howto__detail__nav__list__item a .icn::before {
                  content: "";
                  position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0;
                  display: block;
                  width: 1.3333333333vmin;
                  height: 1.3333333333vmin;
                  margin: auto;
                  border-right: 1px solid #ed6c00;
                  border-bottom: 1px solid #ed6c00;
                  transform: rotate(45deg); }
              #wrapper #main .conditioningroller__howto__detail__nav__list__item a:not(.is-active) {
                background-color: #c5c5c5;
                color: #000; }
                #wrapper #main .conditioningroller__howto__detail__nav__list__item a:not(.is-active) .icn {
                  border-color: #000; }
                  #wrapper #main .conditioningroller__howto__detail__nav__list__item a:not(.is-active) .icn::before {
                    border-right-color: #000;
                    border-bottom-color: #000; } }
      #wrapper #main .conditioningroller__howto__detail__item {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__detail__item {
            display: block; } }
      #wrapper #main .conditioningroller__howto__detail__col {
        width: 37.5%; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__detail__col {
            width: auto; } }
      #wrapper #main .conditioningroller__howto__detail__img {
        width: 25%; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__detail__img {
            width: auto; } }
      #wrapper #main .conditioningroller__howto__detail__box {
        height: 100%;
        border: 1px solid #ed6c00; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__detail__box {
            margin-bottom: 4.2666666667vmin; }
            #wrapper #main .conditioningroller__howto__detail__box:not(.is-open) {
              border: 1px solid #c5c5c5; }
              #wrapper #main .conditioningroller__howto__detail__box:not(.is-open) .head {
                background-color: #c5c5c5;
                color: #000; }
                #wrapper #main .conditioningroller__howto__detail__box:not(.is-open) .head::before, #wrapper #main .conditioningroller__howto__detail__box:not(.is-open) .head::after {
                  background-color: #000; }
                #wrapper #main .conditioningroller__howto__detail__box:not(.is-open) .head::after {
                  transform: rotate(90deg); } }
        #wrapper #main .conditioningroller__howto__detail__box + .conditioningroller__howto__detail__box {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box + .conditioningroller__howto__detail__box {
              margin-top: 0; } }
        #wrapper #main .conditioningroller__howto__detail__box .section {
          margin: 0 14px;
          padding: 20px 0; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box .section {
              margin: 0 6.4vmin;
              padding: 6.6666666667vmin 0; } }
          #wrapper #main .conditioningroller__howto__detail__box .section + .section {
            margin-top: 10px;
            padding-top: 30px; }
            @media screen and (min-width: 768px) {
              #wrapper #main .conditioningroller__howto__detail__box .section + .section {
                border-top: 1px solid #ed6c00; } }
            @media screen and (max-width: 767px) {
              #wrapper #main .conditioningroller__howto__detail__box .section + .section {
                padding-top: 0; } }
        #wrapper #main .conditioningroller__howto__detail__box .head {
          padding: 10px;
          background-color: #ed6c00;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box .head {
              position: relative;
              padding: 4vmin;
              font-size: 4.2666666667vmin;
              transition: 0.4s all; }
              #wrapper #main .conditioningroller__howto__detail__box .head::before, #wrapper #main .conditioningroller__howto__detail__box .head::after {
                content: "";
                position: absolute;
                top: 0;
                right: 3.7333333333vmin;
                bottom: 0;
                display: block;
                width: 5.3333333333vmin;
                height: 1px;
                margin: auto 0;
                background-color: #fff;
                transition: 0.4s all; } }
        #wrapper #main .conditioningroller__howto__detail__box .col {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box .col {
              display: block; } }
        #wrapper #main .conditioningroller__howto__detail__box .img {
          width: 38.0952380952%; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box .img {
              width: auto;
              margin-bottom: 4vmin; } }
        #wrapper #main .conditioningroller__howto__detail__box .txt {
          width: 57.1428571429%;
          font-size: 14px;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__howto__detail__box .txt {
              width: auto;
              font-size: 3.2vmin; } }
      #wrapper #main .conditioningroller__howto__detail__notes {
        margin-top: 25px;
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__howto__detail__notes {
            margin: 0 0 9.3333333333vmin;
            font-size: 2.6666666667vmin; } }
        #wrapper #main .conditioningroller__howto__detail__notes .orange {
          color: #ed6c00; }
  #wrapper #main .conditioningroller__product {
    margin-bottom: 150px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__product {
        margin: 0 6.6666666667vmin 16vmin; } }
    #wrapper #main .conditioningroller__product__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__product__head {
      margin-bottom: 50px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__head {
          margin-bottom: 4.8vmin; } }
      #wrapper #main .conditioningroller__product__head .en {
        display: block;
        width: 189px;
        margin: 0 auto 25px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__head .en {
            width: 29.3333333333vmin;
            margin-bottom: 3.2vmin; } }
      #wrapper #main .conditioningroller__product__head .jp {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__head .jp {
            font-size: 4.2666666667vmin; } }
    #wrapper #main .conditioningroller__product__list {
      display: flex;
      width: 640px;
      margin: 0 auto 50px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__list {
          width: auto;
          margin-bottom: 5.3333333333vmin; } }
      #wrapper #main .conditioningroller__product__list li {
        width: 50%;
        padding: 15px 0;
        font-size: 24px;
        text-align: center;
        flex: 1; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__list li {
            padding: 2.1333333333vmin 0;
            font-size: 3.7333333333vmin; } }
        #wrapper #main .conditioningroller__product__list li + li {
          border-left: 1px solid #000; }
    #wrapper #main .conditioningroller__product__send {
      width: 640px;
      margin: 0 auto 70px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__send {
          width: auto;
          margin-bottom: 13.3333333333vmin; } }
      #wrapper #main .conditioningroller__product__send .box {
        margin-bottom: 20px;
        padding: 6px;
        border: 1px solid #ff6c05;
        font-size: 30px;
        text-align: center;
        color: #ff6c05; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__send .box {
            margin-bottom: 4vmin;
            padding: 1.3333333333vmin;
            font-size: 4vmin; } }
      #wrapper #main .conditioningroller__product__send .txt {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__send .txt {
            font-size: 4vmin; } }
        #wrapper #main .conditioningroller__product__send .txt a {
          display: inline-block;
          border-bottom: 1px solid #000; }
    #wrapper #main .conditioningroller__product__logo {
      max-width: 613px;
      margin: 0 auto 60px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__logo {
          margin-bottom: 10.6666666667vmin; } }
    #wrapper #main .conditioningroller__product__img {
      max-width: 188px;
      margin: 0 auto 40px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__img {
          max-width: 36vmin;
          margin-bottom: 8vmin; } }
    #wrapper #main .conditioningroller__product__txt {
      margin-bottom: 10px;
      font-size: 32px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__txt {
          margin-bottom: 1.3333333333vmin;
          font-size: 4.2666666667vmin;
          white-space: nowrap; } }
    #wrapper #main .conditioningroller__product__price {
      margin-bottom: 40px;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      color: #ed6c00; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__price {
          margin-bottom: 6.6666666667vmin;
          font-size: 4.8vmin; } }
      #wrapper #main .conditioningroller__product__price .tax {
        font-size: 0.5em; }
    #wrapper #main .conditioningroller__product__btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 640px;
      height: 90px;
      margin: 0 auto 100px;
      padding: 0 30px;
      background-color: #ff6c05; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__btn {
          width: auto;
          height: 12vmin;
          margin-bottom: 9.3333333333vmin !important;
          padding: 0 0 0 6.6666666667vmin; } }
      #wrapper #main .conditioningroller__product__btn .icn {
        position: absolute;
        top: 20px;
        left: 30px;
        display: block;
        width: 46px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__btn .icn {
            top: 2.9333333333vmin;
            left: 5.3333333333vmin;
            width: 6.4vmin; } }
      #wrapper #main .conditioningroller__product__btn .txt {
        display: block;
        font-size: 36px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__product__btn .txt {
            font-size: 4.8vmin; } }
/*--在庫なし--*/
#wrapper #main .conditioningroller__product__btn.outofstock{
	background: #ccc;
	pointer-events: none;
}
#wrapper #main .conditioningroller__product__btn.outofstock .icn{
	display: none;
}
    #wrapper #main .conditioningroller__product__notes {
      margin: -60px 0 80px;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__product__notes {
          margin: -4vmin 0 8vmin;
          font-size: 3.2vmin; } }
  #wrapper #main .conditioningroller__spec {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      #wrapper #main .conditioningroller__spec {
        margin: 0 6.6666666667vmin 10.6666666667vmin; } }
    #wrapper #main .conditioningroller__spec__wrap {
      max-width: 1200px;
      margin: 0 auto; }
    #wrapper #main .conditioningroller__spec__head {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__spec__head {
          margin-bottom: 8vmin; } }
      #wrapper #main .conditioningroller__spec__head .en {
        display: block;
        width: 163px;
        margin: 0 auto 25px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__head .en {
            width: 25.3333333333vmin;
            margin-bottom: 3.2vmin; } }
      #wrapper #main .conditioningroller__spec__head .jp {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__head .jp {
            font-size: 4.2666666667vmin; } }
    #wrapper #main .conditioningroller__spec__data {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__spec__data {
          margin-bottom: 10.6666666667vmin; } }
      #wrapper #main .conditioningroller__spec__data__table {
        width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__data__table {
            margin-bottom: 4vmin; } }
        #wrapper #main .conditioningroller__spec__data__table tr {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; }
        #wrapper #main .conditioningroller__spec__data__table th {
          padding: 25px 90px 25px 40px;
          font-size: 14px;
          font-weight: bold;
          white-space: nowrap; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__data__table th {
              padding: 5.3333333333vmin 8vmin 5.3333333333vmin 0;
              font-size: 3.7333333333vmin;
              vertical-align: top; } }
        #wrapper #main .conditioningroller__spec__data__table td {
          padding: 25px 0;
          font-size: 14px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__data__table td {
              padding: 5.3333333333vmin 0;
              font-size: 3.7333333333vmin;
              vertical-align: top; } }
      #wrapper #main .conditioningroller__spec__data__manual a {
        font-size: 16px;
        text-decoration: underline; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__data__manual a {
            font-size: 3.7333333333vmin; } }
      #wrapper #main .conditioningroller__spec__data__manual .notes {
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__data__manual .notes {
            font-size: 2.6666666667vmin; } }
    #wrapper #main .conditioningroller__spec__notes {
      max-width: 1000px;
      margin: 0 auto;
      background-color: #e2e2e2; }
      @media screen and (max-width: 767px) {
        #wrapper #main .conditioningroller__spec__notes {
          margin-bottom: 10.6666666667vmin; } }
      #wrapper #main .conditioningroller__spec__notes:not(.is-open) .js-accordion-head::after {
        transform: rotate(90deg); }
      #wrapper #main .conditioningroller__spec__notes__head {
        position: relative;
        padding: 40px;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        color: #ed6c00;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__notes__head {
            padding: 8vmin;
            font-size: 4.8vmin; } }
        #wrapper #main .conditioningroller__spec__notes__head::before, #wrapper #main .conditioningroller__spec__notes__head::after {
          content: "";
          position: absolute;
          top: 0;
          right: 95px;
          bottom: 0;
          display: block;
          width: 40px;
          height: 2px;
          margin: auto 0;
          background-color: #000;
          transition: 0.4s all; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__head::before, #wrapper #main .conditioningroller__spec__notes__head::after {
              right: 4vmin;
              width: 5.3333333333vmin;
              height: 1px; } }
      #wrapper #main .conditioningroller__spec__notes__body {
        padding: 0 75px 40px; }
        @media screen and (max-width: 767px) {
          #wrapper #main .conditioningroller__spec__notes__body {
            padding: 0 6.6666666667vmin 6.6666666667vmin; } }
        #wrapper #main .conditioningroller__spec__notes__body__head {
          margin-bottom: 25px;
          padding-bottom: 25px;
          border-bottom: 1px solid #000;
          font-size: 20px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__body__head {
              margin-bottom: 4vmin;
              padding-bottom: 4vmin;
              font-size: 3.7333333333vmin; } }
        #wrapper #main .conditioningroller__spec__notes__body__txt .head {
          margin-bottom: 1em;
          font-size: 18px;
          font-weight: bold;
          color: #ed6c00; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__body__txt .head {
              font-size: 3.2vmin; } }
        #wrapper #main .conditioningroller__spec__notes__body__txt .list {
          font-size: 16px;
          line-height: 1.825; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__body__txt .list {
              font-size: 3.2vmin; } }
          #wrapper #main .conditioningroller__spec__notes__body__txt .list li {
            text-indent: -1em;
            margin-left: 1em; }
        #wrapper #main .conditioningroller__spec__notes__body__txt .txt {
          margin-bottom: 1em;
          font-size: 16px;
          line-height: 1.825; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__body__txt .txt {
              font-size: 3.2vmin; } }
        #wrapper #main .conditioningroller__spec__notes__body__txt .notes {
          font-size: 12px; }
          @media screen and (max-width: 767px) {
            #wrapper #main .conditioningroller__spec__notes__body__txt .notes {
              font-size: 2.6666666667vmin; } }
          #wrapper #main .conditioningroller__spec__notes__body__txt .notes li {
            text-indent: -1.5em;
            margin-left: 1.5em; }
  @media screen and (max-width: 767px) {
    #wrapper #main .conditioningroller__banners {
      margin: 0 7.4666666667vmin; } }
  #wrapper #main .conditioningroller__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; }



@media screen and (min-width: 768px) {
  .conditioningroller__product .val {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .val {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .val {
    margin-bottom: 2.6666666667vw;
  }
}

.conditioningroller__product .price {
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .conditioningroller__product .price {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .price {
    font-size: calc((26 / 750) * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .price {
    text-align: center;
    margin-bottom: 6vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .conditioningroller__product .price strong {
    font-size: 2rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .price strong {
    font-size: calc((64 / 750) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .price strong {
    padding-left: 1.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .conditioningroller__product .detail {
    text-align: center;
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .detail {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.3636363636;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .conditioningroller__product .detail {
    text-align: center;
    margin-top: 1.6vw;
  }
}

.conditioningroller__product .price .price-standard{
	font-size: 1.1rem;
}
@media screen and (max-width: 766px) {
	.conditioningroller__product .price .price-standard{
		display:  inline-block;
		margin-bottom: 0.5em;
	}
}

.conditioningroller__product .price .price-standard strong {
	font-size: 1.5rem;
}
.conditioningroller__product .price .price-standard strong .yen{
	font-size: 1.2rem;
}
@media all and (min-width: 767px) {
	
}
.conditioningroller__product .box-price-down{
  text-align: center;
	line-height: 1.4;
}
.conditioningroller__product .box-price-down .price .price-standard .sale_before{
	position: relative;
}
.conditioningroller__product .box-price-down .price .price-standard .sale_before::before{
content:"";
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
display:block;
height:1px;
margin:auto 0;
background-color:#ed6c00;
transform:rotate(-15deg);
}
.conditioningroller__product .box-price-down .price .cp_ttl{
	background:#fef5ed;
	padding:3px 5px;
}
.conditioningroller__product .box-price-down .price strong{
	
}
.conditioningroller__product .box-price-down .price .yen{
	font-size: 1.4rem;
}
.conditioningroller__product .box-price-down .period{
	font-size: 14px;
	margin-top:10px;
}
@media screen and (max-width: 766px) {
	.conditioningroller__product .box-price-down .period{
		font-size: calc((28 / 750) * 100vw);
	}
}