@charset "UTF-8";
/* --------------------------------------------------

	Format Ver  : 1.0
	Last UpDate : 2021/09/25

	1 - 宣言
	2 - マルチフィットてすり
	3 - 全ページ共有テキスト装飾
	4 - ボックス・ツールセット
	5 - テーブルセット
	6 - アニメーション
	5 - 
	6 - 
	7 - 
	8 - 
	9 - 

/* --------------------------------------------------

	宣言

-------------------------------------------------- */
.cr_white {
  color: #fff;
}

.cr_braun {
  color: #b77c56;
}

.cr_grayx {
  color: #808080;
}

.cr_cha1 {
  color: #b77c56;
}

.bkc_cha1 {
  background-color: #b77c56;
}

.cr_cha2 {
  color: #bd908a;
}

.bkc_cha2 {
  background-color: #bd908a;
}

.cr_cha3 {
  color: #b49882;
}

.bkc_cha3 {
  background-color: #b49882;
}

.cr_cha4 {
  color: #8e7e68;
}

.bkc_cha4 {
  background-color: #8e7e68;
}

.wd_ap {
  word-break: auto-phrase;
}

/* --------------------------------------------------

	マルチフィットてすり

-------------------------------------------------- */
html,
body {
  color: #808080;
  font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

img {
  width: auto;
  max-width: 100%;
  display: inline;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.inner_880 {
  max-width: 880px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 56px;
  min-width: 312px;
  border-radius: 28px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 0;
  -webkit-box-shadow: 0 4px 0 #cccccc;
          box-shadow: 0 4px 0 #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_01::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .btn_01:hover {
    top: 2px;
    -webkit-box-shadow: 0 2px 0 #cccccc;
            box-shadow: 0 2px 0 #cccccc;
    opacity: 0.7;
  }
  .btn_01:hover::before {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .btn_01 {
    min-height: 45px;
    min-width: 260px;
  }
  .btn_01::before {
    width: 8px;
    height: 8px;
  }
  .btn_01 > b {
    font-size: 16px !important;
  }
}

.srdl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.srdl2 > dt {
  width: 47%;
}
.srdl2 > dd {
  width: 51%;
}
@media screen and (max-width: 600px) {
  .srdl2 {
    display: block;
  }
  .srdl2 > dt {
    width: 100%;
  }
  .srdl2 > dt .img_wp {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
  }
  .srdl2 > dd {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .srdl3 {
    display: block;
  }
  .srdl3 > dt {
    width: 100%;
  }
  .srdl3 > dt .img_wp {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
  }
  .srdl3 > dd {
    width: 100%;
  }
}

.srdl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.srdl4 > dt {
  width: 135px;
  text-align: center;
}
.srdl4 > dd {
  width: calc(100% - 155px);
}
@media screen and (max-width: 600px) {
  .srdl4 > dt {
    width: 115px;
    text-align: center;
  }
  .srdl4 > dd {
    width: calc(100% - 135px);
  }
}

.srdl5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.srdl5 > dt {
  max-width: 300px;
}
.srdl5 > dd {
  max-width: calc(100% - 320px);
  word-break: auto-phrase;
}
@media screen and (max-width: 600px) {
  .srdl5 {
    display: block;
  }
  .srdl5 > dt {
    max-width: 100%;
  }
  .srdl5 > dt .img_wp {
    max-width: 65%;
    margin: 0 auto;
  }
  .srdl5 > dd {
    max-width: 100%;
    word-break: normal;
  }
}

.srdl6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: 210px;
  margin-top: -200px;
  margin-bottom: 50px;
}
.srdl6 > dt {
  max-width: 320px;
}
.srdl6 > dd .txt_wp {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .srdl6 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .srdl6 > dt {
    max-width: 100%;
  }
  .srdl6 > dt .img_wp {
    max-width: 65%;
    margin: 0 auto;
  }
  .srdl6 > dd {
    max-width: 100%;
  }
}

.ul50x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ul50x > li {
  width: 47%;
}
@media screen and (max-width: 600px) {
  .ul50x {
    display: block;
  }
  .ul50x > li {
    width: 100%;
    margin: 5% auto;
  }
}

/* スマホ用 */
@media screen and (max-width: 600px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
/* コンテンツ */
.lift_up_chair {
  /* ページカバー */
  /* カバー概要 */
  /* 何が？どのように？ */
  /* シリーズ紹介 */
}
.lift_up_chair .wrap {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .wrap {
    min-width: 100%;
  }
}
.lift_up_chair .inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
.lift_up_chair main {
  font-family: "Noto Sans JP", sans-serif;
}
.lift_up_chair .cover .h1_tit_wp {
  margin: 0 auto;
  max-width: 92%;
  text-align: center;
}
.lift_up_chair .cover .h1_tit_wp .h1_title {
  margin: 35px auto 55px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .cover .h1_tit_wp .h1_title {
    margin: 8vw auto 10vw;
    max-width: 92%;
  }
}
.lift_up_chair .cover .h1_tit_wp .h1_title img {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .lift_up_chair .cover .cover_pcx .set_topcovers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div {
    width: 25%;
    height: 300px;
    position: relative;
    background-position: center;
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div img {
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div.img_01 {
    background-image: url(../img/kawa_madara_ko.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div.img_02 {
    background-image: url(../img/kawa_madara_p.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div.img_03 {
    background-image: url(../img/kawa_madara_w.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div.img_03 img {
    bottom: -20px;
  }
  .lift_up_chair .cover .cover_pcx .set_topcovers > div.img_04 {
    background-image: url(../img/kawa_madara_b.png);
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .cover .cover_pcx .set_topcoversx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div {
    width: 50%;
    height: 55vw;
    position: relative;
    background-position: center;
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 90%;
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div.img_01 {
    background-image: url(../img/kawa_madara_ko.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div.img_02 {
    background-image: url(../img/kawa_madara_p.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div.img_03 {
    background-image: url(../img/kawa_madara_w.png);
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div.img_03 img {
    bottom: -20px;
  }
  .lift_up_chair .cover .cover_pcx .set_topcoversx > div.img_04 {
    background-image: url(../img/kawa_madara_b.png);
  }
}
.lift_up_chair .about {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../img/kawa_madara_bak.png);
  padding: 55px 0;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about {
    padding: 2em 0;
  }
}
.lift_up_chair .about .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about .inner {
    padding-bottom: 5%;
  }
}
.lift_up_chair .about h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about h2 {
    font-size: min(3.8vw, 22px) !important;
    margin-bottom: 6%;
  }
}
.lift_up_chair .about .ttxt {
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about .ttxt {
    font-size: 15px;
    margin-top: 6%;
  }
}
@media screen and (min-width: 600px) {
  .lift_up_chair .about .about_area_moviex .ttxt span {
    display: block;
  }
  .lift_up_chair .about .about_area_moviex .ttxt em {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about .about_area_moviex .ttxt span {
    display: inline-block;
    margin: 0 5px;
  }
  .lift_up_chair .about .about_area_moviex .ttxt em {
    display: inline-block;
    margin: 0 5px;
  }
}
.lift_up_chair .about .about_area_movie_iframe {
  padding-bottom: 27.5%;
  position: relative;
  max-width: 462px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .about .about_area_movie_iframe {
    padding-bottom: 56.25%;
  }
}
.lift_up_chair .about .about_area_movie_iframe iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.lift_up_chair .whatsHow .whats {
  background-color: #f1ebe1;
  padding: 50px 0 50px;
}
.lift_up_chair .whatsHow .whats h2 {
  text-align: center;
}
.lift_up_chair .whatsHow .whats .whats_01 .txt01 {
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_01 .txt01 {
    text-align: center;
  }
}
.lift_up_chair .whatsHow .whats .whats_01 .whats_01_img {
  max-width: 359px;
  width: 80%;
  margin: 0 auto;
}
.lift_up_chair .whatsHow .whats .whats_02 .txt01 {
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_02 .txt01 {
    text-align: center;
  }
}
.lift_up_chair .whatsHow .whats .whats_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
.lift_up_chair .whatsHow .whats .whats_list > li {
  width: 49%;
}
.lift_up_chair .whatsHow .whats .whats_list > li.lll > .tit_3 {
  background-color: #d99f58;
}
.lift_up_chair .whatsHow .whats .whats_list > li.rrr > .tit_3 {
  background-color: #8e7e68;
}
.lift_up_chair .whatsHow .whats .whats_list > li > .tit_3 {
  border-radius: 15px;
  text-align: center;
}
.lift_up_chair .whatsHow .whats .whats_list > li > .tit_3 > b {
  color: #fff;
  display: inline-block;
  padding: 5px 0px 1px;
  line-height: 1.2;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.1%;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .img_wp {
  width: 100%;
  padding-bottom: 260px;
  position: relative;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .img_wp img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 {
  margin-top: 10px;
  text-align: center;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 small {
  display: block;
  font-weight: 700;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 b {
  display: block;
  font-weight: 700;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .txt {
  margin-top: 10px;
  margin-bottom: 20px;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li .txt p {
  font-weight: 400;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li.li3 .img_wp img {
  max-width: 90%;
}
.lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 .img_wp img {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_list .whulx {
    display: block;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li {
    width: 100%;
    padding: 5% 0;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .img_wp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 46vw;
    position: relative;
    margin-top: 3%;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .img_wp img {
    width: auto;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 > small {
    font-size: min(4.5vw, 35px) !important;
    display: block;
    line-height: 1;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .tit_4 > b {
    font-size: min(6.5vw, 40px) !important;
    display: block;
    line-height: 1;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li3 .img_wp img {
    max-width: 80%;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 .img_wp img {
    max-width: 80%;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li2 {
    border-top: solid 1px #808080;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 {
    border-top: solid 1px #808080;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 .tit_4 {
    text-align: center;
    display: block;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 .tit_4 > small {
    font-size: min(4.5vw, 35px) !important;
    display: block;
    line-height: 1;
    margin-bottom: 3%;
  }
  .lift_up_chair .whatsHow .whats .whats_list .whulx > li.li4 .tit_4 > b {
    font-size: min(6.5vw, 40px) !important;
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_list {
    display: block;
    padding-top: 7%;
  }
  .lift_up_chair .whatsHow .whats .whats_list > li {
    width: 100%;
  }
}
.lift_up_chair .whatsHow .whats .whats_list_links_wp {
  margin-top: auto;
}
.lift_up_chair .whatsHow .whats .whats_list_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lift_up_chair .whatsHow .whats .whats_list_links > a {
  width: 23%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 128px;
  border: solid 3px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lift_up_chair .whatsHow .whats .whats_list_links > a > span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_list_links > a > span {
    line-height: 1.3;
  }
}
.lift_up_chair .whatsHow .whats .whats_list_links > a > span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_list_links > a:hover {
    opacity: 1 !important;
    top: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  .lift_up_chair .whatsHow .whats .whats_list_links > a:hover > span::after {
    bottom: -2px;
  }
  .lift_up_chair .whatsHow .whats .whats_list_links > a.cr_cha1:hover {
    background-color: #b77c56;
    border-color: #b77c56;
  }
  .lift_up_chair .whatsHow .whats .whats_list_links > a.cr_cha2:hover {
    background-color: #bd908a;
    border-color: #bd908a;
  }
  .lift_up_chair .whatsHow .whats .whats_list_links > a.cr_cha3:hover {
    background-color: #b49882;
    border-color: #b49882;
  }
  .lift_up_chair .whatsHow .whats .whats_list_links > a.cr_cha4:hover {
    background-color: #8e7e68;
    border-color: #8e7e68;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .whatsHow .whats .whats_list_links > a {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .saibota .ul50x .img_wp {
    text-align: center;
  }
  .lift_up_chair .series .btli .btn_wp {
    margin-top: 5%;
    text-align: center;
  }
}
.lift_up_chair .series .setbox_llx .setbox {
  padding: 80px 0 80px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .setbox_llx .setbox {
    padding: 10% 0;
  }
}
.lift_up_chair .series .setbox_llx .setbox:not(:first-child) {
  border-top: solid 1px #000;
}
.lift_up_chair .series .setbox_llx .setbox .txt_00 {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .setbox_llx .setbox .txt_00 p {
    font-size: min(4.5vw, 20px) !important;
  }
}
.lift_up_chair .series .tit_2ex {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .tit_2ex {
    margin-bottom: 5%;
  }
}
.lift_up_chair .series .tit_2ex > b {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .tit_2ex > b {
    font-size: min(5.8vw, 40px);
    padding-bottom: 5%;
  }
}
.lift_up_chair .series .tit_2ex > b::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #eee;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.lift_up_chair .series .tit_2ex > b.cr_cha1::after {
  background-color: #b77c56;
}
.lift_up_chair .series .tit_2ex > b.cr_cha2::after {
  background-color: #bd908a;
}
.lift_up_chair .series .tit_2ex > b.cr_cha3::after {
  background-color: #b49882;
}
.lift_up_chair .series .tit_2ex > b.cr_cha4::after {
  background-color: #8e7e68;
}
.lift_up_chair .series .tit_3ex {
  text-align: center;
  border-radius: 5px;
  padding: 3px;
}
.lift_up_chair .series .tit_3ex > b {
  line-height: 1.5;
  font-weight: 600;
}
.lift_up_chair .series .srdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lift_up_chair .series .srdl > dt {
  width: 33%;
  position: relative;
  z-index: 2;
}
.lift_up_chair .series .srdl > dt .mnwp {
  text-align: center;
}
.lift_up_chair .series .srdl > dt .sbwp {
  margin-top: 10px;
  text-align: center;
}
.lift_up_chair .series .srdl > dt .colors_wp {
  margin-top: 45px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lift_up_chair .series .srdl > dt .colors_wp > span {
  width: calc(100% - 35px);
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc > .ibs {
  display: block;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs > .ibs {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs > .ibs::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/mushi_icon.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs > .upp {
  position: absolute;
  left: 130%;
  bottom: 90%;
  width: 600%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs > .upp img {
  max-width: unset;
  width: 100%;
  -webkit-box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs > .upp {
    left: -150%;
    bottom: unset;
    top: -500%;
    width: 420%;
  }
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs:hover > .upp {
  z-index: 2;
  opacity: 1;
}
.lift_up_chair .series .srdl > dt .colors_wp .imgc.cpxs:hover > .ibs {
  opacity: 0.8;
}
.lift_up_chair .series .srdl > dt .colors_wp > span {
  display: inline-block;
  padding-left: 65px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .srdl > dt .colors_wp.crw_cha3 .imgc.cpxs > .upp {
    left: 20%;
    bottom: unset;
    top: -460%;
    width: 420%;
  }
}
.lift_up_chair .series .srdl > dd {
  width: 63%;
}
.lift_up_chair .series .srdl > dd .mvmv_wp .iframe_wpx {
  position: relative;
  width: 100%;
  padding-bottom: 56.65%;
}
.lift_up_chair .series .srdl > dd .mvmv_wp .iframe_wpx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lift_up_chair .series .srdl > dd .mvmv_wp .txts {
  margin-top: 15px;
  text-align: center;
}
.lift_up_chair .series .srdl > dd .flow_wp {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .srdl {
    display: block;
  }
  .lift_up_chair .series .srdl > dt {
    width: 100%;
  }
  .lift_up_chair .series .srdl > dt::after {
    content: "";
    display: block;
    clear: both;
  }
  .lift_up_chair .series .srdl > dt .mnwp {
    float: left;
    width: 46%;
  }
  .lift_up_chair .series .srdl > dt .sbwp {
    float: right;
    width: 50%;
  }
  .lift_up_chair .series .srdl > dt .colors_wp {
    float: right;
    width: 50%;
    margin-left: 0;
    margin-top: 6%;
  }
  .lift_up_chair .series .srdl > dt .colors_wp > span {
    display: block;
  }
  .lift_up_chair .series .srdl > dt .colors_wp > span > em {
    display: block;
    font-size: 90%;
  }
  .lift_up_chair .series .srdl > dd {
    margin-top: 5%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lift_up_chair .series .srdl > dd .flow_wp {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 8%;
  }
}
.lift_up_chair .series .stbox_wp .stbox {
  margin-top: 45px;
}
.lift_up_chair .series .stbox_wp .box2 .srdl_wp2 {
  text-align: center;
}
.lift_up_chair .series .gaisuns .gai_ti {
  margin-bottom: -20px;
}
.lift_up_chair .series .gaisuns .btli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.lift_up_chair .series .table_index {
  color: #808080;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series .table_index {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .lift_up_chair .series .table_index .subTitle {
    width: calc(100% - 94px);
  }
  .lift_up_chair .series .table_index .icon {
    width: 94px;
  }
}
.lift_up_chair .series #chr_links_01,
.lift_up_chair .series #chr_links_02,
.lift_up_chair .series #chr_links_03,
.lift_up_chair .series #chr_links_04 {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01,
  .lift_up_chair .series #chr_links_02,
  .lift_up_chair .series #chr_links_03,
  .lift_up_chair .series #chr_links_04 {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 600px) {
  .lift_up_chair .series #chr_links_01 .subTitle,
  .lift_up_chair .series #chr_links_02 .subTitle,
  .lift_up_chair .series #chr_links_03 .subTitle,
  .lift_up_chair .series #chr_links_04 .subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lift_up_chair .series #chr_links_01 .memo,
.lift_up_chair .series #chr_links_02 .memo,
.lift_up_chair .series #chr_links_03 .memo,
.lift_up_chair .series #chr_links_04 .memo {
  font-size: 0.8em;
}
.lift_up_chair .series #chr_links_01 .icon,
.lift_up_chair .series #chr_links_02 .icon,
.lift_up_chair .series #chr_links_03 .icon,
.lift_up_chair .series #chr_links_04 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lift_up_chair .series #chr_links_01 .icon li,
.lift_up_chair .series #chr_links_02 .icon li,
.lift_up_chair .series #chr_links_03 .icon li,
.lift_up_chair .series #chr_links_04 .icon li {
  margin-left: 0.5em;
}
.lift_up_chair .series #chr_links_01 .icon li:first-child,
.lift_up_chair .series #chr_links_02 .icon li:first-child,
.lift_up_chair .series #chr_links_03 .icon li:first-child,
.lift_up_chair .series #chr_links_04 .icon li:first-child {
  margin-left: 0;
}
.lift_up_chair .series #chr_links_01 table.price,
.lift_up_chair .series #chr_links_02 table.price,
.lift_up_chair .series #chr_links_03 table.price,
.lift_up_chair .series #chr_links_04 table.price {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 table.price,
  .lift_up_chair .series #chr_links_02 table.price,
  .lift_up_chair .series #chr_links_03 table.price,
  .lift_up_chair .series #chr_links_04 table.price {
    width: 100%;
  }
}
.lift_up_chair .series #chr_links_01 table.price tr:last-child,
.lift_up_chair .series #chr_links_02 table.price tr:last-child,
.lift_up_chair .series #chr_links_03 table.price tr:last-child,
.lift_up_chair .series #chr_links_04 table.price tr:last-child {
  border-bottom: 1px solid #808080;
}
.lift_up_chair .series #chr_links_01 table.price th,
.lift_up_chair .series #chr_links_01 table.price td,
.lift_up_chair .series #chr_links_02 table.price th,
.lift_up_chair .series #chr_links_02 table.price td,
.lift_up_chair .series #chr_links_03 table.price th,
.lift_up_chair .series #chr_links_03 table.price td,
.lift_up_chair .series #chr_links_04 table.price th,
.lift_up_chair .series #chr_links_04 table.price td {
  padding: 1em 0;
  border-bottom: 1px solid #808080;
}
.lift_up_chair .series #chr_links_01 table.price th,
.lift_up_chair .series #chr_links_02 table.price th,
.lift_up_chair .series #chr_links_03 table.price th,
.lift_up_chair .series #chr_links_04 table.price th {
  font-weight: bold;
  border-top: 1px solid #808080;
}
.lift_up_chair .series #chr_links_01 table.price th.item_01,
.lift_up_chair .series #chr_links_02 table.price th.item_01,
.lift_up_chair .series #chr_links_03 table.price th.item_01,
.lift_up_chair .series #chr_links_04 table.price th.item_01 {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 table.price th.item_01,
  .lift_up_chair .series #chr_links_02 table.price th.item_01,
  .lift_up_chair .series #chr_links_03 table.price th.item_01,
  .lift_up_chair .series #chr_links_04 table.price th.item_01 {
    width: 5em;
  }
}
.lift_up_chair .series #chr_links_01 table.price th.item_01 span,
.lift_up_chair .series #chr_links_02 table.price th.item_01 span,
.lift_up_chair .series #chr_links_03 table.price th.item_01 span,
.lift_up_chair .series #chr_links_04 table.price th.item_01 span {
  font-size: 0.8em;
  line-height: 1;
  margin-left: 1em;
  padding: 0 0.5em;
  border: 1px solid #808080;
}
.lift_up_chair .series #chr_links_01 table.price th.item_02,
.lift_up_chair .series #chr_links_02 table.price th.item_02,
.lift_up_chair .series #chr_links_03 table.price th.item_02,
.lift_up_chair .series #chr_links_04 table.price th.item_02 {
  text-align: right;
}
.lift_up_chair .series #chr_links_01 table.price th.item_02 span,
.lift_up_chair .series #chr_links_02 table.price th.item_02 span,
.lift_up_chair .series #chr_links_03 table.price th.item_02 span,
.lift_up_chair .series #chr_links_04 table.price th.item_02 span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 table.price th.item_02 span,
  .lift_up_chair .series #chr_links_02 table.price th.item_02 span,
  .lift_up_chair .series #chr_links_03 table.price th.item_02 span,
  .lift_up_chair .series #chr_links_04 table.price th.item_02 span {
    display: block;
  }
}
.lift_up_chair .series #chr_links_01 table.price td,
.lift_up_chair .series #chr_links_02 table.price td,
.lift_up_chair .series #chr_links_03 table.price td,
.lift_up_chair .series #chr_links_04 table.price td {
  border-bottom: 1px dotted #808080;
}
.lift_up_chair .series #chr_links_01 table.price_pc tr:last-child,
.lift_up_chair .series #chr_links_01 table.price_sp tr:last-child,
.lift_up_chair .series #chr_links_02 table.price_pc tr:last-child,
.lift_up_chair .series #chr_links_02 table.price_sp tr:last-child,
.lift_up_chair .series #chr_links_03 table.price_pc tr:last-child,
.lift_up_chair .series #chr_links_03 table.price_sp tr:last-child,
.lift_up_chair .series #chr_links_04 table.price_pc tr:last-child,
.lift_up_chair .series #chr_links_04 table.price_sp tr:last-child {
  border: 0;
}
.lift_up_chair .series #chr_links_01 table.price_pc th,
.lift_up_chair .series #chr_links_01 table.price_pc td,
.lift_up_chair .series #chr_links_01 table.price_sp th,
.lift_up_chair .series #chr_links_01 table.price_sp td,
.lift_up_chair .series #chr_links_02 table.price_pc th,
.lift_up_chair .series #chr_links_02 table.price_pc td,
.lift_up_chair .series #chr_links_02 table.price_sp th,
.lift_up_chair .series #chr_links_02 table.price_sp td,
.lift_up_chair .series #chr_links_03 table.price_pc th,
.lift_up_chair .series #chr_links_03 table.price_pc td,
.lift_up_chair .series #chr_links_03 table.price_sp th,
.lift_up_chair .series #chr_links_03 table.price_sp td,
.lift_up_chair .series #chr_links_04 table.price_pc th,
.lift_up_chair .series #chr_links_04 table.price_pc td,
.lift_up_chair .series #chr_links_04 table.price_sp th,
.lift_up_chair .series #chr_links_04 table.price_sp td {
  color: #e84566;
  vertical-align: middle;
  border: 0;
  padding: 0.5em;
}
.lift_up_chair .series #chr_links_01 table.price_pc th,
.lift_up_chair .series #chr_links_01 table.price_sp th,
.lift_up_chair .series #chr_links_02 table.price_pc th,
.lift_up_chair .series #chr_links_02 table.price_sp th,
.lift_up_chair .series #chr_links_03 table.price_pc th,
.lift_up_chair .series #chr_links_03 table.price_sp th,
.lift_up_chair .series #chr_links_04 table.price_pc th,
.lift_up_chair .series #chr_links_04 table.price_sp th {
  font-weight: bold;
  text-align: center;
}
.lift_up_chair .series #chr_links_01 table.price_pc th.with span,
.lift_up_chair .series #chr_links_01 table.price_sp th.with span,
.lift_up_chair .series #chr_links_02 table.price_pc th.with span,
.lift_up_chair .series #chr_links_02 table.price_sp th.with span,
.lift_up_chair .series #chr_links_03 table.price_pc th.with span,
.lift_up_chair .series #chr_links_03 table.price_sp th.with span,
.lift_up_chair .series #chr_links_04 table.price_pc th.with span,
.lift_up_chair .series #chr_links_04 table.price_sp th.with span {
  color: #808080;
  background: #e6e6e6;
  padding: 0 0.5em;
}
.lift_up_chair .series #chr_links_01 table.price_pc td,
.lift_up_chair .series #chr_links_01 table.price_sp td,
.lift_up_chair .series #chr_links_02 table.price_pc td,
.lift_up_chair .series #chr_links_02 table.price_sp td,
.lift_up_chair .series #chr_links_03 table.price_pc td,
.lift_up_chair .series #chr_links_03 table.price_sp td,
.lift_up_chair .series #chr_links_04 table.price_pc td,
.lift_up_chair .series #chr_links_04 table.price_sp td {
  text-align: right;
}
.lift_up_chair .series #chr_links_01 table.price_pc .percent10,
.lift_up_chair .series #chr_links_01 table.price_sp .percent10,
.lift_up_chair .series #chr_links_02 table.price_pc .percent10,
.lift_up_chair .series #chr_links_02 table.price_sp .percent10,
.lift_up_chair .series #chr_links_03 table.price_pc .percent10,
.lift_up_chair .series #chr_links_03 table.price_sp .percent10,
.lift_up_chair .series #chr_links_04 table.price_pc .percent10,
.lift_up_chair .series #chr_links_04 table.price_sp .percent10 {
  font-weight: bold;
  padding: 1em;
}
.lift_up_chair .series #chr_links_01 table.price_pc .percent10 th span,
.lift_up_chair .series #chr_links_01 table.price_sp .percent10 th span,
.lift_up_chair .series #chr_links_02 table.price_pc .percent10 th span,
.lift_up_chair .series #chr_links_02 table.price_sp .percent10 th span,
.lift_up_chair .series #chr_links_03 table.price_pc .percent10 th span,
.lift_up_chair .series #chr_links_03 table.price_sp .percent10 th span,
.lift_up_chair .series #chr_links_04 table.price_pc .percent10 th span,
.lift_up_chair .series #chr_links_04 table.price_sp .percent10 th span {
  color: #fff;
  background: #e84566;
  padding: 0 0.5em;
}
.lift_up_chair .series #chr_links_01 table.price_pc .percent10 td,
.lift_up_chair .series #chr_links_01 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_02 table.price_pc .percent10 td,
.lift_up_chair .series #chr_links_02 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_03 table.price_pc .percent10 td,
.lift_up_chair .series #chr_links_03 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_04 table.price_pc .percent10 td,
.lift_up_chair .series #chr_links_04 table.price_sp .percent10 td {
  font-size: 1.2em;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 table.price_pc,
  .lift_up_chair .series #chr_links_02 table.price_pc,
  .lift_up_chair .series #chr_links_03 table.price_pc,
  .lift_up_chair .series #chr_links_04 table.price_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .lift_up_chair .series #chr_links_01 table.price_sp,
  .lift_up_chair .series #chr_links_02 table.price_sp,
  .lift_up_chair .series #chr_links_03 table.price_sp,
  .lift_up_chair .series #chr_links_04 table.price_sp {
    display: none;
  }
}
.lift_up_chair .series #chr_links_01 table.price_sp th,
.lift_up_chair .series #chr_links_01 table.price_sp td,
.lift_up_chair .series #chr_links_02 table.price_sp th,
.lift_up_chair .series #chr_links_02 table.price_sp td,
.lift_up_chair .series #chr_links_03 table.price_sp th,
.lift_up_chair .series #chr_links_03 table.price_sp td,
.lift_up_chair .series #chr_links_04 table.price_sp th,
.lift_up_chair .series #chr_links_04 table.price_sp td {
  padding: 0.2em;
}
.lift_up_chair .series #chr_links_01 table.price_sp th.with span,
.lift_up_chair .series #chr_links_02 table.price_sp th.with span,
.lift_up_chair .series #chr_links_03 table.price_sp th.with span,
.lift_up_chair .series #chr_links_04 table.price_sp th.with span {
  margin: 1.5em 0 0.5em;
  display: block;
}
.lift_up_chair .series #chr_links_01 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_02 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_03 table.price_sp .percent10 td,
.lift_up_chair .series #chr_links_04 table.price_sp .percent10 td {
  font-size: 1em;
}
.lift_up_chair .series #chr_links_01 .series_01_tableIndex,
.lift_up_chair .series #chr_links_01 .series_02_tableIndex,
.lift_up_chair .series #chr_links_01 .series_03_tableIndex,
.lift_up_chair .series #chr_links_01 .series_04_tableIndex,
.lift_up_chair .series #chr_links_01 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_02 .series_01_tableIndex,
.lift_up_chair .series #chr_links_02 .series_02_tableIndex,
.lift_up_chair .series #chr_links_02 .series_03_tableIndex,
.lift_up_chair .series #chr_links_02 .series_04_tableIndex,
.lift_up_chair .series #chr_links_02 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_03 .series_01_tableIndex,
.lift_up_chair .series #chr_links_03 .series_02_tableIndex,
.lift_up_chair .series #chr_links_03 .series_03_tableIndex,
.lift_up_chair .series #chr_links_03 .series_04_tableIndex,
.lift_up_chair .series #chr_links_03 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_04 .series_01_tableIndex,
.lift_up_chair .series #chr_links_04 .series_02_tableIndex,
.lift_up_chair .series #chr_links_04 .series_03_tableIndex,
.lift_up_chair .series #chr_links_04 .series_04_tableIndex,
.lift_up_chair .series #chr_links_04 .series_04_2_tableIndex {
  max-width: 800px;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 .series_01_tableIndex,
  .lift_up_chair .series #chr_links_01 .series_02_tableIndex,
  .lift_up_chair .series #chr_links_01 .series_03_tableIndex,
  .lift_up_chair .series #chr_links_01 .series_04_tableIndex,
  .lift_up_chair .series #chr_links_01 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_01_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_02_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_03_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_04_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_01_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_02_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_03_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_04_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_01_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_02_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_03_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_04_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_04_2_tableIndex {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lift_up_chair .series #chr_links_01 .series_01_tableIndex .h4s,
.lift_up_chair .series #chr_links_01 .series_02_tableIndex .h4s,
.lift_up_chair .series #chr_links_01 .series_03_tableIndex .h4s,
.lift_up_chair .series #chr_links_01 .series_04_tableIndex .h4s,
.lift_up_chair .series #chr_links_01 .series_04_2_tableIndex .h4s,
.lift_up_chair .series #chr_links_02 .series_01_tableIndex .h4s,
.lift_up_chair .series #chr_links_02 .series_02_tableIndex .h4s,
.lift_up_chair .series #chr_links_02 .series_03_tableIndex .h4s,
.lift_up_chair .series #chr_links_02 .series_04_tableIndex .h4s,
.lift_up_chair .series #chr_links_02 .series_04_2_tableIndex .h4s,
.lift_up_chair .series #chr_links_03 .series_01_tableIndex .h4s,
.lift_up_chair .series #chr_links_03 .series_02_tableIndex .h4s,
.lift_up_chair .series #chr_links_03 .series_03_tableIndex .h4s,
.lift_up_chair .series #chr_links_03 .series_04_tableIndex .h4s,
.lift_up_chair .series #chr_links_03 .series_04_2_tableIndex .h4s,
.lift_up_chair .series #chr_links_04 .series_01_tableIndex .h4s,
.lift_up_chair .series #chr_links_04 .series_02_tableIndex .h4s,
.lift_up_chair .series #chr_links_04 .series_03_tableIndex .h4s,
.lift_up_chair .series #chr_links_04 .series_04_tableIndex .h4s,
.lift_up_chair .series #chr_links_04 .series_04_2_tableIndex .h4s {
  font-size: 1.2em;
  font-weight: bold;
}
.lift_up_chair .series #chr_links_01 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_02 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_03 .series_04_2_tableIndex,
.lift_up_chair .series #chr_links_04 .series_04_2_tableIndex {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_02 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_03 .series_04_2_tableIndex,
  .lift_up_chair .series #chr_links_04 .series_04_2_tableIndex {
    margin-top: 2em;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 .goodsWrap ul.type .photo,
  .lift_up_chair .series #chr_links_02 .goodsWrap ul.type .photo,
  .lift_up_chair .series #chr_links_03 .goodsWrap ul.type .photo,
  .lift_up_chair .series #chr_links_04 .goodsWrap ul.type .photo {
    margin-top: 1em !important;
  }
  .lift_up_chair .series #chr_links_01 .goodsWrap ul.type .photo:first-child,
  .lift_up_chair .series #chr_links_02 .goodsWrap ul.type .photo:first-child,
  .lift_up_chair .series #chr_links_03 .goodsWrap ul.type .photo:first-child,
  .lift_up_chair .series #chr_links_04 .goodsWrap ul.type .photo:first-child {
    margin-top: 0;
  }
}
.lift_up_chair .series #chr_links_01 .goodsWrap ul.type .photo img,
.lift_up_chair .series #chr_links_02 .goodsWrap ul.type .photo img,
.lift_up_chair .series #chr_links_03 .goodsWrap ul.type .photo img,
.lift_up_chair .series #chr_links_04 .goodsWrap ul.type .photo img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 600px) {
  .lift_up_chair .series #chr_links_01 .goodsWrap ul.type .photo img,
  .lift_up_chair .series #chr_links_02 .goodsWrap ul.type .photo img,
  .lift_up_chair .series #chr_links_03 .goodsWrap ul.type .photo img,
  .lift_up_chair .series #chr_links_04 .goodsWrap ul.type .photo img {
    width: 175px;
  }
}
.lift_up_chair .series #chr_links_01 .goodsWrap ul.type .photo img:hover,
.lift_up_chair .series #chr_links_02 .goodsWrap ul.type .photo img:hover,
.lift_up_chair .series #chr_links_03 .goodsWrap ul.type .photo img:hover,
.lift_up_chair .series #chr_links_04 .goodsWrap ul.type .photo img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
.lift_up_chair .series #chr_links_01 .goodsWrap ul.type .name,
.lift_up_chair .series #chr_links_02 .goodsWrap ul.type .name,
.lift_up_chair .series #chr_links_03 .goodsWrap ul.type .name,
.lift_up_chair .series #chr_links_04 .goodsWrap ul.type .name {
  font-weight: bold;
}
.lift_up_chair .series #chr_links_01 .goodsWrap ul.type .name span,
.lift_up_chair .series #chr_links_02 .goodsWrap ul.type .name span,
.lift_up_chair .series #chr_links_03 .goodsWrap ul.type .name span,
.lift_up_chair .series #chr_links_04 .goodsWrap ul.type .name span {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.lift_up_chair .series #chr_links_01 .goodsWrap ul.photo,
.lift_up_chair .series #chr_links_02 .goodsWrap ul.photo,
.lift_up_chair .series #chr_links_03 .goodsWrap ul.photo,
.lift_up_chair .series #chr_links_04 .goodsWrap ul.photo {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 .goodsWrap ul.photo,
  .lift_up_chair .series #chr_links_02 .goodsWrap ul.photo,
  .lift_up_chair .series #chr_links_03 .goodsWrap ul.photo,
  .lift_up_chair .series #chr_links_04 .goodsWrap ul.photo {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lift_up_chair .series #chr_links_01 .typeNotes,
.lift_up_chair .series #chr_links_02 .typeNotes,
.lift_up_chair .series #chr_links_03 .typeNotes,
.lift_up_chair .series #chr_links_04 .typeNotes {
  font-size: 0.8em;
  text-align: right;
  margin: 1em auto;
}
.lift_up_chair .series #chr_links_01 .priceNotes,
.lift_up_chair .series #chr_links_02 .priceNotes,
.lift_up_chair .series #chr_links_03 .priceNotes,
.lift_up_chair .series #chr_links_04 .priceNotes {
  font-size: 0.8em;
  max-width: 800px;
  margin: 1em auto;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #chr_links_01 .priceNotes,
  .lift_up_chair .series #chr_links_02 .priceNotes,
  .lift_up_chair .series #chr_links_03 .priceNotes,
  .lift_up_chair .series #chr_links_04 .priceNotes {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .lift_up_chair .series #series_02 .illustPoint {
    margin-left: -200px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #series_02 .illustPoint {
    display: none;
  }
}
.lift_up_chair .series #series_04 {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .lift_up_chair .series #series_04 {
    padding-bottom: 0;
  }
}

.table_yon {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.table_yon thead th {
  width: 200px;
  border-bottom: solid 2px #fff;
}
.table_yon thead th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.table_yon thead th a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 30px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table_yon thead th a > span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 105px 0;
}
.table_yon thead th a > span::after {
  display: block;
  content: "";
  width: 80px;
  height: 92px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: top center;
}
.table_yon thead th a.bkc_cha1 {
  background-color: #dabba7;
}
.table_yon thead th a.bkc_cha1 > span::after {
  background-image: url("../img/table_yon_bkc_cha1.png");
}
.table_yon thead th a.bkc_cha2 {
  background-color: #dac1bd;
}
.table_yon thead th a.bkc_cha2 > span::after {
  background-image: url("../img/table_yon_bkc_cha2.png");
}
.table_yon thead th a.bkc_cha3 {
  background-color: #d3c3b6;
}
.table_yon thead th a.bkc_cha3 > span::after {
  background-image: url("../img/table_yon_bkc_cha3.png");
}
.table_yon thead th a.bkc_cha4 {
  background-color: #b2a9a6;
}
.table_yon thead th a.bkc_cha4 > span::after {
  background-image: url("../img/table_yon_bkc_cha4.png");
}
@media screen and (min-width: 600px) {
  .table_yon thead th a:hover {
    opacity: 0.7;
  }
  .table_yon thead th a:hover::before {
    right: 27px;
  }
}
.table_yon thead th:not(:first-child) {
  border-left: solid 2px #fff;
}
.table_yon tbody tr:first-of-type th {
  border-radius: 20px 0 0 0;
}
.table_yon tbody th,
.table_yon tbody td {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.3;
}
.table_yon tbody th {
  font-size: 16px;
  border-bottom: solid 2px #fff;
}
.table_yon tbody td {
  font-size: 18px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  padding: 17px 2px;
}
.table_yon tbody td small {
  line-height: 1;
  display: block;
  padding: 10px 0 5px;
}
.table_yon tbody .th1 {
  background-color: #f0f0f0;
  color: #808080;
}
.table_yon tbody .td2 {
  background-color: #f9f5f1;
  color: #b77c56;
}
.table_yon tbody .td3 {
  background-color: #f8f3f2;
  color: #bd908a;
}
.table_yon tbody .td4 {
  background-color: #f5f2ef;
  color: #b49882;
}
.table_yon tbody .td5 {
  background-color: #f3f1f1;
  color: #857771;
}

.kakukatarogu {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #d46743;
  padding: 11% 0;
}
@media screen and (max-width: 600px) {
  .kakukatarogu {
    font-size: min(5vw, 32px);
    padding: 8% 0;
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* お問い合わせの調整 */
#contact_area img {
  width: 100%;
}

.assist_area .inner,
.rental_area .inner {
  color: #000 !important;
}

.assist_area {
  background-color: #edd3c6 !important;
}

.contact_title span {
  background-color: #edd3c6 !important;
}

.cul02 > li dl dt::after {
  background: url(../img/redy2.png) no-repeat;
}

.cul02 > li dl dd .telsbbox {
  -webkit-transform: translateY(-87%) translateX(0%);
          transform: translateY(-87%) translateX(0%);
}
@media screen and (max-width: 600px) {
  .cul02 > li dl dd .telsbbox {
    -webkit-transform: translateY(-50%) translateX(3%);
            transform: translateY(-50%) translateX(3%);
  }
}

.footer-wrap a {
  font-weight: normal;
}

footer .totop {
  background: #d46743;
}
footer .totop:hover {
  color: #fff;
  background: #bd5432;
}

.fixmenu {
  background-color: #edd3c6 !important;
}

@media screen and (max-width: 600px) {
  .mail_img img {
    width: 50% !important;
  }
}

.fixmenu_txt_start {
  color: #000;
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .fixmenu_txt_start {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 600px) {
  .fixmenu_inner:before,
  .fixmenu_inner:after {
    bottom: 6px;
  }
  .fixmenu_inner:before {
    left: 0;
  }
  .fixmenu_inner:after {
    right: 0;
  }
  .price_sp {
    font-size: 90%;
    word-break: keep-all;
    white-space: nowrap;
  }
  .scroll_wp {
    overflow-x: auto;
  }
  .scroll_wp > table {
    min-width: 960px;
  }
}
/* --------------------------------------------------

	全ページ共有テキスト装飾

-------------------------------------------------- */
/* --------------------------------------------------

	テーブルセット

-------------------------------------------------- */
/* --------------------------------------------------

	アニメーション

-------------------------------------------------- */
@-webkit-keyframes point {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@keyframes point {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}