<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* common
--------------------------------------- */
#intime2000icontainer {
  /* common
  --------------------------------------- */
  /* sec01
  --------------------------------------- */
  /* sec02,03
  --------------------------------------- */
  /* sec04
  --------------------------------------- */
  /* Analyzer
  --------------------------------------- */
  /* App
  --------------------------------------- */
  /* Control
  --------------------------------------- */
  /* Spec
  --------------------------------------- */
  /* Function */
  /* Spec-detail */
  /* Rakuraku motion */
  /* Lineup
  --------------------------------------- */
  /* Mattress
  ------------------------------------*/
  /* Variation
  ------------------------------------*/
  /* Helper
  ------------------------------------*/
}

@media only screen and (min-width: 801px) {
  #intime2000icontainer .tblt {
    display: none !important;
  }
  #intime2000icontainer .st-tblt {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  #intime2000icontainer .lt-tblt {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .st-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .lt-sp,
  #intime2000icontainer .tblt {
    display: none !important;
  }
}

#intime2000icontainer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

#intime2000icontainer .txt-cmn {
  color: #070406;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .txt-cmn {
    font-size: 17px;
    line-height: 1.765;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .txt-cmn {
    font-size: 3.6vw;
    line-height: 1.7;
  }
  #intime2000icontainer .txt-cmn br {
    display: none;
  }
}

#intime2000icontainer .small, #intime2000icontainer small {
  line-height: 1.714;
  color: #070406;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .small, #intime2000icontainer small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .small, #intime2000icontainer small {
    font-size: 2.13333vw;
  }
}

#intime2000icontainer small {
  display: block;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer small:not(:first-child) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer small:not(:first-child) {
    margin-top: 4.0vw;
  }
}

#intime2000icontainer figure {
  margin: 0;
  padding: 0;
}

#intime2000icontainer figure img {
  display: block;
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer figure img {
    max-width: 100%;
  }
}

#intime2000icontainer figure img.al-l {
  margin: 0 auto 0 0;
}

#intime2000icontainer .sec-ttl-cmn {
  font-weight: bold;
  color: #383333;
  line-height: 1.64;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec-ttl-cmn {
    font-size: 28px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .sec-ttl-cmn {
    white-space: normal;
  }
  #intime2000icontainer .sec-ttl-cmn br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec-ttl-cmn {
    font-size: 4.66667vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01 {
    display: block;
  }
}

#intime2000icontainer .sec01__header {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__header {
    width: 47%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #intime2000icontainer .sec01__header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc( 100% + ( 100vw - 1000px ) * .5);
    background-image: url(../../images/intime2000i/topsec01_bg-pc.jpg);
    background-size: cover;
    z-index: -1;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .sec01__header:before {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__header &gt; * {
    width: 100%;
    max-width: 500px;
    padding: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__header {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../images/intime2000i/topsec01_bg-sp.jpg);
    padding: 8.0vw 6vw;
    margin-bottom: 5.33333vw;
  }
}

#intime2000icontainer .sec01__ttl {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.65;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .sec01__ttl {
    width: 100%;
    white-space: normal;
  }
  #intime2000icontainer .sec01__ttl br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__ttl {
    font-size: 5.33333vw;
  }
}

#intime2000icontainer .sec01__desc {
  color: #070406;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__desc {
    font-size: 17px;
    line-height: 1.765;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__desc {
    font-size: 3.6vw;
    line-height: 1.7;
  }
  #intime2000icontainer .sec01__desc br {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__desc {
    width: 53%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__desc {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__detail {
    padding: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__detail {
    padding: 0 6vw;
  }
}

#intime2000icontainer .sec01__fig {
  position: relative;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec01__fig {
    padding: 0;
    margin: 20px 0 0;
    max-height: 365px;
  }
  #intime2000icontainer .sec01__fig:before {
    content: '';
    display: block;
    padding-top: 68.867925%;
  }
  #intime2000icontainer .sec01__fig img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 380px;
    width: auto;
    max-width: none;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec01__fig {
    padding: 6vw;
  }
  #intime2000icontainer .sec01__fig img {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec02,
  #intime2000icontainer .sec03 {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #intime2000icontainer .sec02 &gt; *,
  #intime2000icontainer .sec03 &gt; * {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec02,
  #intime2000icontainer .sec03 {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec02__ttl + figure,
  #intime2000icontainer .sec03__ttl + figure {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec02__ttl + figure,
  #intime2000icontainer .sec03__ttl + figure {
    margin-top: 4.0vw;
  }
}

#intime2000icontainer .sec02__subttl,
#intime2000icontainer .sec03__subttl {
  color: #070406;
  font-weight: bold;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec02__subttl,
  #intime2000icontainer .sec03__subttl {
    font-size: 23px;
    margin-bottom: 15px;
  }
  #intime2000icontainer .sec02__subttl:not(:first-child),
  #intime2000icontainer .sec03__subttl:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec02__subttl,
  #intime2000icontainer .sec03__subttl {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
  #intime2000icontainer .sec02__subttl:not(:first-child),
  #intime2000icontainer .sec03__subttl:not(:first-child) {
    margin-top: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .sec02__fig img,
  #intime2000icontainer .sec03__fig img {
    max-width: calc( 100% - 25px);
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec02__fig,
  #intime2000icontainer .sec03__fig {
    margin: 5.33333vw auto;
  }
}

#intime2000icontainer .sec04 {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec04 {
    margin: 80px auto;
    height: 700px;
    background-image: url(../../images/intime2000i/topsec04_bg-pc.jpg);
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec04 {
    margin: 6.66667vw auto 9.33333vw;
    height: 93.33331vw;
    background-image: url(../../images/intime2000i/topsec04_bg-sp.jpg);
  }
}

#intime2000icontainer .sec04 img {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  left: 50%;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .sec04 img {
    top: 55px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .sec04 img {
    top: 6.66667vw;
    height: 79.99998vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .analyzer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .analyzer {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .analyzer__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #intime2000icontainer .analyzer__inner &gt; * {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .analyzer__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .analyzer__inner {
    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;
  }
}

#intime2000icontainer .analyzer .price {
  width: 100%;
  background-color: #eeeeee;
  color: #070406;
  text-align: left;
  padding: 1em;
  font-size: 17px;
  line-height: 1.53;
  border: none;
  margin: 25px auto 20px;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .analyzer .price {
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .analyzer__fig img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .analyzer__fig {
    margin-bottom: 9.33333vw;
  }
}

#intime2000icontainer .item-name {
  color: #070406;
  font-size: 16px;
  margin-bottom: 15px;
}

#intime2000icontainer .item-name span {
  display: inline-block;
  margin-left: 1em;
}

#intime2000icontainer .item-name__inner {
  display: inline-block;
  border-bottom: 1px solid #070406;
  padding-right: 3em;
}

#intime2000icontainer .btn--primal {
  display: block;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: ease 400ms;
  -o-transition: ease 400ms;
  transition: ease 400ms;
}

#intime2000icontainer .btn--primal:hover {
  opacity: .75;
  -webkit-transform: translate3d(0, 2%, 0);
  transform: translate3d(0, 2%, 0);
}

#intime2000icontainer .btn--primal span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  letter-spacing: .1em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .btn--primal {
    background-image: url(../../images/intime2000i/btn_blue-pc.png);
    max-width: 800px;
    margin: 60px auto 0;
    max-height: 96px;
    width: calc( 100% - 100px);
  }
  #intime2000icontainer .btn--primal:before {
    content: '';
    display: block;
    padding-top: 11.75%;
  }
  #intime2000icontainer .btn--primal span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .btn--primal {
    background-image: url(../../images/intime2000i/btn_blue-sp.png);
    height: 12.533333vw;
  }
  #intime2000icontainer .btn--primal span {
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .app {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .app {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .app__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .app__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

#intime2000icontainer .app__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .app__detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 35px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .app__detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5.33333vw;
  }
}

#intime2000icontainer .app__detail__item {
  max-width: 330px;
  width: 100%;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .app__detail__item {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .app__detail__item {
    width: calc( ( 100% - 5.33333vw ) * .5);
  }
}

#intime2000icontainer .app__detail__item img {
  display: block;
  max-width: 185px;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .app__detail__item img {
    width: 24.66666vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .control {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .control {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .control__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .control__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

#intime2000icontainer .control__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .control__fig {
    width: 35%;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .control__fig {
    width: 31.99999vw;
    padding: 0 3.33333vw;
  }
}

#intime2000icontainer .control__fig img {
  display: block;
  max-width: 188px;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .control__fig img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .control__fig img {
    max-width: 100%;
    width: 24.66666vw;
  }
}

#intime2000icontainer .control__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .control__detail {
    width: 65%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .control__detail {
    width: 51.99999vw;
  }
}

#intime2000icontainer .control__detail &gt; * {
  max-width: 500px;
}

#intime2000icontainer .control__detail &gt; *:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec {
    margin-bottom: 13.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

@media only screen and (min-width: 1001px) {
  #intime2000icontainer .function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#intime2000icontainer .function__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

@media only screen and (min-width: 1001px) {
  #intime2000icontainer .function__header {
    width: 410px;
    background-image: url(../../images/intime2000i/angle_ttl_bg-pc.jpg);
    padding: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  #intime2000icontainer .function__header {
    width: 100vw;
    margin: 0 calc( ( 100% - 100vw ) * .5);
    background-image: url(../../images/intime2000i/angle_ttl_bg-sp.jpg);
    padding: 8.0vw 6vw;
  }
}

#intime2000icontainer .function__ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.65;
  white-space: nowrap;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .function__ttl {
    font-size: 23px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .function__ttl {
    font-size: 5.33333vw;
  }
}

@media only screen and (min-width: 1001px) {
  #intime2000icontainer .function__desc {
    width: 580px;
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 1000px) {
  #intime2000icontainer .function__desc {
    width: 100%;
    padding: 8.0vw 0;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .function__subttl {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .function__subttl {
    margin-bottom: 21.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .function__detail:not(:last-child) {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .function__detail:not(:last-child) {
    margin-bottom: 13.33333vw;
  }
}

#intime2000icontainer .function__detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

#intime2000icontainer .function__detail__ttl {
  font-weight: bold;
  color: #383333;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: 2px solid;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .function__detail__ttl {
    font-size: 23px;
    width: 300px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .function__detail__ttl {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .function__detail__ttl {
    font-size: 3.6vw;
    padding-bottom: 1.33333vw;
    width: 46.66666vw;
  }
}

#intime2000icontainer .function__detail__fig {
  display: block;
  position: relative;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .function__detail__fig {
    width: 246px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .function__detail__fig {
    width: 75%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .function__detail__fig {
    width: 41.33332vw;
  }
}

#intime2000icontainer .function__detail__fig img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec-detail {
    padding-top: 10.66666vw;
  }
}

#intime2000icontainer .spec-detail__header {
  border-bottom: 1px solid #070406;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail__header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec-detail__header {
    padding-bottom: 1.33333vw;
    margin-bottom: 2.0vw;
  }
}

#intime2000icontainer .spec-detail__ttl {
  font-size: 23px;
  font-weight: bold;
  color: #070406;
}

#intime2000icontainer .spec-detail__ttl span {
  font-weight: normal;
  font-size: 17px;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec-detail__ttl {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  #intime2000icontainer .spec-detail__ttl span {
    display: block;
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail__item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec-detail__item:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail__item__inner:only-child {
    width: 100%;
  }
  #intime2000icontainer .spec-detail__item__inner:not(:only-child) {
    width: 50%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .spec-detail__item__fig {
    width: 50%;
  }
  #intime2000icontainer .spec-detail__item__fig img {
    width: auto;
    margin: 0 auto;
  }
  #intime2000icontainer .spec-detail__item__fig .switch-image {
    width: 254px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
  #intime2000icontainer .spec-detail__item__fig img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .spec-detail__item__fig {
    padding-top: 6.66667vw;
  }
  #intime2000icontainer .spec-detail__item__fig img {
    width: auto;
    margin: 0 auto;
  }
  #intime2000icontainer .spec-detail__item__fig .switch-image {
    max-width: 254px;
    width: 50vw;
  }
}

#intime2000icontainer .motion-steps {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: step 0;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .motion-steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -6.66667vw;
  }
}

#intime2000icontainer .motion-steps__step {
  max-width: 210px;
  width: calc( ( 100% - 75px ) * .25);
  padding-top: 140px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .motion-steps__step {
    padding-top: 18.66666vw;
    width: calc( ( 100% - 6.66667vw ) * .5);
    margin-bottom: 6.66667vw;
  }
}

#intime2000icontainer .motion-steps__step figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .motion-steps__step figure {
    height: 18.66666vw;
  }
}

#intime2000icontainer .motion-steps__step:before {
  counter-increment: step 1;
  content: counter(step) " ";
  display: block;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .motion-steps__step:before {
    font-size: 30px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .motion-steps__step:before {
    padding-top: 4.0vw;
    font-size: 5.33333vw;
  }
}

#intime2000icontainer .motion-steps__step img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .lineup {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .lineup {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .lineup__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .lineup__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

#intime2000icontainer .lineup__ttl {
  font-weight: bold;
  color: #383333;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .lineup__ttl {
    font-size: 28px;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .lineup__ttl {
    font-size: 5.33333vw;
    margin-bottom: 9.33333vw;
    line-height: 1.475;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .lineup__figs img,
  #intime2000icontainer .lineup__figs small {
    margin-bottom: 50px;
    max-width: 100%;
  }
  #intime2000icontainer .lineup__figs small {
    text-align: right;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .lineup__figs {
    width: 100vw;
    margin: 0 calc( ( 100% - 100vw ) * .5);
  }
}

@media only screen and (min-width: 801px) {
  #intime2000icontainer .lineup .size-spec {
    max-width: 100%;
    width: 100%;
  }
  #intime2000icontainer .lineup .size-spec__wrap {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 800px) {
  #intime2000icontainer .lineup .size-spec {
    max-width: none;
    width: 996.5px;
    height: 105.5px;
  }
  #intime2000icontainer .lineup .size-spec__wrap {
    width: 100%;
    height: auto;
    margin-bottom: 9.0vw;
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .mattress {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .mattress__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

#intime2000icontainer .mattress__ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #383333;
  letter-spacing: .1em;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress__ttl {
    font-size: 5.33333vw;
    margin-bottom: 6.66667vw;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .mattress .simu_mattress_model li {
    max-width: 235px;
    margin-right: 20px;
    width: calc( ( 100% - 60px ) * .25);
    float: left;
  }
  #intime2000icontainer .mattress .simu_mattress_model li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li {
    width: 100%;
  }
  #intime2000icontainer .mattress .simu_mattress_model li:not(:last-child) {
    margin-bottom: 13.33333vw;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li img {
  max-width: 100%;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_main {
  margin: 0 auto 13px;
  font-size: 13px;
  font-weight: bold;
  color: #648190;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_main {
    font-size: 1rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_name {
  margin: 23px auto 20px;
  font-size: 16px;
  font-weight: bold;
  color: #404247;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_name {
    font-size: 1.25rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_name span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_name span {
    font-size: .875rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_txt {
  margin: 0 0 20px 0;
  font-size: 11px;
  color: #404247;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_txt {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_spec {
  margin: 0 auto 10px;
  font-size: 10px;
  color: #404247;
  line-height: 1.6;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_spec small {
  margin-top: 0;
  font-size: inherit;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box {
  text-align: right;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box:not(:last-child) {
  margin-bottom: 10px;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_size {
  font-size: 10px;
  vertical-align: bottom;
  font-weight: normal;
  color: #070406;
  padding-right: 1em;
  display: inline-block;
  width: 7em;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_size {
    font-size: .875rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_plus {
  font-size: 26px;
  font-weight: bold;
  color: #9d8b7d;
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_price {
  font-size: 20px;
  color: #070406;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_price {
    font-size: 1.5rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_tax {
  margin-left: -.25em;
  font-size: 11px;
  color: #070406;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .mattress .simu_mattress_model li .model_price_box .model_tax {
    font-size: .875rem;
  }
}

#intime2000icontainer .mattress .simu_mattress_model li .model_note {
  background-color: #eeeeee;
  padding: 1em;
  margin-top: 1rem;
  color: #070406;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .variation {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .variation__inner {
    max-width: 1000px;
    width: calc( 100% - 100px);
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation__inner {
    display: block;
    padding: 0 6vw;
    margin: 0 auto 9.33333vw;
  }
}

#intime2000icontainer .variation__ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #383333;
  letter-spacing: .1em;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation__ttl {
    font-size: 5.33333vw;
    margin-bottom: 6.66667vw;
    line-height: 1.5;
  }
}

#intime2000icontainer .variation__category__ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .variation__category__ttl {
    line-height: 45px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation__category__ttl {
    font-size: 4.66667vw;
    line-height: 9.33333vw;
    margin-bottom: 5.33333vw;
  }
}

#intime2000icontainer .variation__category__ttl.ss {
  background-color: #5a93ad;
}

#intime2000icontainer .variation__category__ttl.sw {
  background-color: #88776f;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .variation__category {
    width: calc( ( 100% - 20px ) * .5);
  }
  #intime2000icontainer .variation__category__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation__category:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
}

/*#intime2000icontainer .variation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#intime2000icontainer .variation__items li {
  display: block;
}

#intime2000icontainer .variation__items li a {
  display: block;
  width: 100%;
}*/
#intime2000icontainer .variation__items{
	width:100%;
	margin:5px 0;
	padding:0;
	display:inline-flex;
	-webkit-display:inline-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#intime2000icontainer .variation__items div{
	width:48%;
	margin-bottom: 30px;
}
#intime2000icontainer .variation__items div .item-price{
	font-size:20px;
	text-align: center;
	line-height:20px;
	color: #070406;
}
#intime2000icontainer .variation__items div .item-price span{
	font-size: 11px;
    color: #070406;
	margin-left:5px;
}
#intime2000icontainer .variation__items img {
  display: block;
  max-width: 100%;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .variation__items li {
    width: calc( ( 100% - 20px ) * .5);
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .variation__items li {
    width: calc( ( 100% - 2.66667vw ) * .5);
  }
}

#intime2000icontainer .helper {
  max-width: 1000px;
  margin: 0 auto;
}

#intime2000icontainer .helper__ttl {
  max-width: 100%;
}

#intime2000icontainer .helper__copy {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #070406;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .helper__copy {
    text-align: center;
    font-size: 23px;
    padding: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__copy {
    font-size: 4.5vw;
    padding: 6vw;
    margin-bottom: 2.66667vw;
  }
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .helper__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__items {
    padding: 0 6vw;
  }
}

@media only screen and (min-width: 801px) {
  #intime2000icontainer .helper__items li {
    width: calc( ( 100% - 100px ) * .3333);
  }
}

@media only screen and (max-width: 800px) and (min-width: 641px) {
  #intime2000icontainer .helper__items li {
    width: calc( ( 100% - 50px ) * .3333);
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #intime2000icontainer .helper__items li:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
}

#intime2000icontainer .helper__items li img {
  display: block;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .helper__items li img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__items li img {
    width: 42.66666vw;
  }
}

#intime2000icontainer .helper__items li p {
  display: block;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__items li p {
    width: 42.66666vw;
  }
}

#intime2000icontainer .helper__items li small {
  margin-top: 1em;
}

#intime2000icontainer .helper__note {
  background-color: #eeeeee;
  padding: 1em;
  color: #070406;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .helper__note {
    text-align: center;
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .helper__note {
    line-height: 1.75;
    margin: 5.33333vw auto 0;
    width: calc( 100% - 12vw);
  }
}

#intime2000icontainer .cta {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .cta {
    padding: 80px 0 100px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .cta {
    padding: 5.33333vw 0 10.66666vw;
  }
}

#intime2000icontainer .cta__copy {
  text-align: center;
  color: #383333;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .cta__copy {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .cta__copy {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

#intime2000icontainer .cta__link {
  position: relative;
  text-align: center;
  color: #383333;
  display: block;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .cta__link {
    border: 2px solid;
    font-size: 54px;
    padding: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .cta__link {
    border: 1px solid;
    font-size: 7.2vw;
    padding: 3.33333vw;
    width: calc( 100% - 12vw);
    margin: 0 auto;
  }
}

#intime2000icontainer .cta__link:before {
  content: '';
  display: block;
  background-size: contain;
  background-image: url(../../images/intime2000i/tel-icon.png);
  position: absolute;
}

@media only screen and (min-width: 641px) {
  #intime2000icontainer .cta__link:before {
    width: 44px;
    height: 60px;
    top: 25px;
    right: calc( 50% + 3.75em);
  }
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .cta__link:before {
    width: 5.86667vw;
    height: 8.0vw;
    top: 3.33333vw;
    right: calc( 50% + 4em);
  }
}

#intime2000icontainer .cta__link span {
  display: block;
  padding-top: .5em;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  #intime2000icontainer .cta__link span {
    font-size: 3.6vw;
  }
}

#intime2000icontainer .function__header, 
#intime2000icontainer .spec-detail__header, 
#intime2000icontainer .function__detail__header {position: static;z-index: 1;}

#intime2000icontainer .sec01__header {z-index: 1;}
</pre></body></html>