@charset "UTF-8";
#showroom {
  max-width: 1140px;
  margin: auto;
  color: #333;
}

#showroom p {
  line-height: 1.7;
}

#showroom p a {
  color: #333;
}

#showroom img {
  max-width: 100%;
}

#showroom ul,
#showroom ol {
  padding-left: 0;
  list-style: none;
}

#showroom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#showroom .row::before, #showroom .row::after {
  content: none;
}

#showroom .row + .row {
  margin-top: 6%;
}

#showroom .parBox {
  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;
}

#showroom .parBox .data,
#showroom .row > [class*=col] {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#showroom .parBox .data .btnGoDetail,
#showroom .row > [class*=col] .btnGoDetail {
  margin-top: auto;
  padding-top: 1.75em;
}

#showroom .row > [class*=col] > p {
  line-height: 1.4;
}

#showroom .otherLinkBtn,
#showroom .btnGoDetail {
  line-height: 1.2;
}

#showroom .otherLinkBtn a,
#showroom .btnGoDetail a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: .25em;
}

#showroom .otherLinkBtn a:hover,
#showroom .btnGoDetail a:hover {
  text-decoration: none;
}

#showroom .btnGoDetail a {
  background: #337ab7;
}

#showroom .btnGoDetail a:hover {
  background-color: #20527d;
}

#showroom .otherLinkBtn {
  margin: 1em 0;
  font-size: 1.25em;
}

#showroom .otherLinkBtn a {
  width: 16em;
  background: #f60;
}

#showroom .otherLinkBtn a:hover {
  background-color: #ca3f02;
}

#showroom .itemSubName {
  margin-top: 1em;
  font-weight: bold;
}

#showroom #secHeader {
  position: relative;
}

#showroom #secHeader video {
  width: 100%;
}

#showroom #secHeader .overText {
  /*font-weight: bold;*/
  font-family: "Montserrat";
  font-size: 2em;
  position: absolute;
  /*top: 0;*/
  bottom: 120px;
  left: 0;
  right: 0;
  height: 3em;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  color: #fff;
  z-index: 5;
}

#showroom #secHeader .overText span {
  display: block;
}

#showroom .scrollLine {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 8em;
  text-align: center;
  color: #000;
  z-index: 3;
}

#showroom .scrollLine a {
  display: block;
  color: #000;
  text-decoration: none;
}

#showroom .scrollLine span {
  display: block;
  width: 2px;
  height: 3em;
  margin: auto;
  position: relative;
}

#showroom .scrollLine span:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  -webkit-animation: lineAnime 1.6s ease 1.2s infinite;
  animation: lineAnime 1.6s ease 1.2s infinite;
}

@-webkit-keyframes lineAnime {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes lineAnime {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

#showroom #fixedNav {
  position: fixed;
  z-index: 10;
}

#showroom #fixedNav ol li {
  cursor: pointer;
  text-align: center;
  margin-bottom: .3em;
  padding: 0.5em;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#showroom #fixedNav ol .text {
  font-size: 10px;
}

#showroom #fixedNav ul a {
  display: block;
  background: #f60;
  color: #fff;
}

#showroom #slideWrap {
  margin-top: 2em;
}

#showroom #slideWrap h2 {
  margin-bottom: 1em;
}

#showroom #tabNav ul {
  margin: auto;
  text-align: center;
}

#showroom #tabNav ul li {
  margin-bottom: 0;
  cursor: pointer;
}

#showroom #tabNav ul li .icon {
  border: 1px solid #000;
  border-radius: 50%;
}

#showroom #tabNav ul li .text {
  font-weight: bold;
}

#showroom #tabNav ul #tabA .icon {
  border-color: #d9534f;
}

#showroom #tabNav ul #tabA.show .icon {
  background: #f9e5e2;
}

#showroom #tabNav ul #tabA.show .text {
  color: #d9534f;
}

#showroom #tabNav ul #tabB .icon {
  border-color: #37a365;
}

#showroom #tabNav ul #tabB.show .icon {
  background: #ebf6f0;
}

#showroom #tabNav ul #tabB.show .text {
  color: #37a365;
}

#showroom #tabNav ul #tabC .icon {
  border-color: #337ab7;
}

#showroom #tabNav ul #tabC.show .icon {
  background: #ebf2f8;
}

#showroom #tabNav ul #tabC.show .text {
  color: #337ab7;
}

#showroom .movieSec {
  background: #eee;
}

#showroom .movieSec > section {
  display: block;
  margin: auto;
  position: relative;
}

#showroom .movieSec .secTitle {
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

#showroom .movieSec .secTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 3px;
  background: #aaa;
}

#showroom .movieSec .tabPrev,
#showroom .movieSec .tabNext {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  margin: auto;
  z-index: 5;
}

#showroom .movieSec .tabPrev span,
#showroom .movieSec .tabNext span {
  display: block;
  font-weight: bold;
}

#showroom .movieSec p {
  padding: 1.25em 1.5em;
  background: #ddd;
}

#showroom .headMovie,
#showroom .movieWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#showroom .headMovie iframe,
#showroom .movieWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#showroom .headMovie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

#showroom #tabA_contentWrap .movieSec {
  background: url("../images/virtual/tabA_headBg.png");
}

#showroom #tabA_contentWrap .movieSec .secTitle {
  color: #d9534f;
}

#showroom #tabA_contentWrap .movieSec .secTitle:after {
  background: #d9534f;
}

#showroom #tabA_contentWrap .movieSec p {
  background: #f4d0cb;
}

#showroom #tabB_contentWrap .movieSec {
  background: url("../images/virtual/tabB_headBg.png");
}

#showroom #tabB_contentWrap .movieSec .secTitle {
  color: #37a365;
}

#showroom #tabB_contentWrap .movieSec .secTitle:after {
  background: #37a365;
}

#showroom #tabB_contentWrap .movieSec p {
  background: #bfddc3;
}

#showroom #tabC_contentWrap .movieSec {
  background: url("../images/virtual/tabC_headBg.png");
}

#showroom #tabC_contentWrap .movieSec .secTitle {
  color: #337ab7;
}

#showroom #tabC_contentWrap .movieSec .secTitle:after {
  background: #337ab7;
}

#showroom #tabC_contentWrap .movieSec p {
  background: #b6d1e9;
}

#showroom section + section {
  margin-top: 4em;
}

#showroom #top-listItem .bxslider05 {
  overflow: hidden;
}

#showroom #top-listItem .bxslider05 > li {
  float: left;
}

#showroom .iconMov + p + .btnGoDetail,
#showroom .itemName + p + .btnGoDetail {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  #showroom {
    font-size: 3.75vw;
    /* flex custom layout */
  }
  #showroom .spDn {
    display: none;
  }
  #showroom .spDb {
    display: block;
  }
  #showroom .itemName {
    margin-top: .5em;
  }
  #showroom .itemSubName {
    font-size: 10px;
  }
  #showroom .iconMov {
    width: 42vw;
  }
  #showroom .parBox .photo {
    width: 44%;
  }
  #showroom .parBox .data {
    width: 54%;
  }
  #showroom .btnGoDetail a {
    max-width: 16em;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    padding: .75em;
  }
  #showroom .otherLinkBtn a {
    margin: auto;
    padding: 1em;
  }
  #showroom .otherLinkBtn a + a {
    margin-top: 0.5em;
  }
  #showroom .row > [class*=col] {
    margin-bottom: 8vw;
  }
  #showroom .row > [class*=col] > .iconMov {
    margin-top: 3vw;
  }
  #showroom #fixedNav {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  #showroom #fixedNav ol {
    margin: 0 2%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #showroom #fixedNav ol li {
    width: 32%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #showroom #fixedNav ol li .icon {
    width: 38%;
  }
  #showroom #fixedNav ol li .icon img {
    width: auto;
    max-height: 7.5vw;
  }
  #showroom #fixedNav ol li .text {
    width: 60%;
  }
  #showroom #fixedNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  #showroom #fixedNav ul li {
    width: 50%;
  }
  #showroom #fixedNav ul li + li a {
    border-left: none;
  }
  #showroom #fixedNav a {
    border: 1px solid #fff;
    line-height: 1;
    padding: .75em;
  }
  #showroom #slideWrap h2 {
    font-size: 1.4em;
  }
  #showroom #tabNav {
    background: url("../images/virtual/navBg_sp.png") center center no-repeat;
    background-size: 96% auto;
  }
  #showroom #tabNav ul {
    margin: 6vw;
  }
  #showroom #tabNav ul li .icon {
    margin: 0 auto .5em;
    width: 20vw;
    height: 20vw;
  }
  #showroom #tabNav ul li img {
    height: 16vw;
    padding-top: 3.5vw;
  }
  #showroom .movieSec {
    padding: 3em 0;
    margin-bottom: 4em;
    background-size: 100px auto !important;
  }
  #showroom .movieSec > section {
    width: 80%;
  }
  #showroom .movieSec .secTitle {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  #showroom .movieSec .tabPrev,
  #showroom .movieSec .tabNext {
    top: 36vw;
    overflow: hidden;
  }
  #showroom .movieSec .tabPrev img,
  #showroom .movieSec .tabNext img {
    height: 2em;
  }
  #showroom .movieSec .tabPrev span,
  #showroom .movieSec .tabNext span {
    width: 1em;
    margin: .25em auto 0;
    display: block;
    line-height: 1;
  }
  #showroom .movieSec .tabPrev {
    left: -2em;
  }
  #showroom .movieSec .tabNext {
    right: -2.15em;
  }
  #showroom .movieSec .tabNext span {
    width: 1.25em;
  }
  #showroom .movieSec p {
    margin: 1em 0 0;
  }
  #showroom .secWrap {
    margin-left: .75em;
    margin-right: .75em;
  }
  #showroom .secSubTitle {
    font-size: 1.75em;
    text-align: center;
  }
  #showroom .secSubAbout {
    font-size: 0.9em;
    margin: 1em 0 4em;
    text-align: center;
  }
  #showroom .iconMov + p,
  #showroom .itemName + p {
    margin-top: .75em;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  #showroom {
    font-size: 14px;
    /* flex custom layout */
    /* PCでは5分割レイアウトも追加 */
  }
  #showroom .pcDn {
    display: none;
  }
  #showroom .bx-prev {
    left: -40px;
  }
  #showroom .bx-next {
    right: -40px;
  }
  #showroom .itemName {
    margin-top: 1em;
    font-size: 16px;
  }
  #showroom .itemSubName {
    font-size: 12px;
  }
  #showroom .iconMov img {
    width: 182px;
  }
  #showroom .parBox .photo {
    width: 44%;
    max-height: 240px;
  }
  #showroom .parBox .data {
    width: 52%;
  }
  #showroom .btnGoDetail a {
    padding: 1em .5em;
  }
  #showroom .parBox + .btnGoDetail a {
    max-width: 200px;
    margin: 1em auto 2em;
  }
  #showroom .otherLinkBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #showroom .otherLinkBtn a {
    padding: 1.1em 1em 1em;
  }
  #showroom .otherLinkBtn a + a {
    margin-left: 3em;
  }
  #showroom .row > [class*=col] {
    margin-bottom: 40px;
  }
  #showroom .row > [class*=col] > .iconMov {
    margin-top: 1em;
  }
  #showroom .col-sm-1_5 {
    width: 20%;
  }
  #showroom #secHeader .overText {
    font-size: 2.5em;
bottom: 310px;
  }
  #showroom .scrollLine {
    font-size: 1.15em;
    bottom: -2em;
  }
  #showroom .scrollLine span {
    height: 4em;
  }
  #showroom #fixedNav {
    right: 0;
    top: 7%;
  }
  #showroom #fixedNav ol .arrowTabA:hover {
    background: #f9e5e2;
  }
  #showroom #fixedNav ol .arrowTabB:hover {
    background: #ebf6f0;
  }
  #showroom #fixedNav ol .arrowTabC:hover {
    background: #ebf2f8;
  }
  #showroom #fixedNav ol li {
    border-radius: 6px 0 0 6px;
  }
  #showroom #fixedNav ol .text {
    margin-top: 6px;
  }
  #showroom #fixedNav ol .icon img {
    width: 2em;
  }
  #showroom #fixedNav ol .arrowTabC .icon img {
    width: 3em;
  }
  #showroom #fixedNav ul li {
    overflow: hidden;
  }
  #showroom #fixedNav ul li + li {
    margin-top: 10px;
  }
  #showroom #fixedNav ul a {
    float: right;
    line-height: 1;
    width: 1em;
    padding: 1em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 6px 0 0 6px;
  }
  #showroom #fixedNav ul a:hover {
    text-decoration: none;
    background-color: #ca3f02;
  }
  #showroom #tabNav {
    font-size: 18px;
    padding: 100px 0;
    background: url("../images/virtual/navBg_pc.png") center center no-repeat;
  }
  #showroom #tabNav ul {
    width: 720px;
  }
  #showroom #tabNav ul li:hover {
    opacity: 0.8;
  }
  #showroom #tabNav ul li:hover#tabA .text {
    color: #d9534f;
  }
  #showroom #tabNav ul li:hover#tabB .text {
    color: #37a365;
  }
  #showroom #tabNav ul li:hover#tabC .text {
    color: #337ab7;
  }
  #showroom #tabNav ul li br {
    display: none;
  }
  #showroom #tabNav ul li .text {
    letter-spacing: 0.05em;
  }
  #showroom #tabNav ul li .icon {
    margin: 0 auto 1em;
    width: 130px;
    height: 130px;
    padding-top: 15px;
  }
  #showroom #tabNav ul li img {
    height: 100px;
  }
  #showroom .tabPrev,
  #showroom .tabNext {
    cursor: pointer;
  }
  #showroom .movieSec {
    padding: 5em 0 4em;
    margin-bottom: 4em;
  }
  #showroom .movieSec > section {
    width: 740px;
  }
  #showroom .movieSec .secTitle {
    font-size: 2.3em;
    margin-bottom: 2em;
  }
  #showroom .movieSec .tabPrev,
  #showroom .movieSec .tabNext {
    top: 46%;
    text-align: center;
  }
  #showroom .movieSec .tabPrev {
    left: -5em;
  }
  #showroom .movieSec .tabNext {
    right: -5em;
  }
  #showroom .movieSec p {
    margin: 2em 0 0;
  }
  #showroom .secSubTitle {
    font-size: 2em;
    text-align: center;
  }
  #showroom .secSubAbout {
    margin: 2em 0 4em;
    text-align: center;
  }
  #showroom .iconMov + p,
  #showroom .itemName + p {
    margin: 1em 0;
    font-size: 0.9em;
  }
}



@media screen and (min-width: 1024px) {
  #showroom #secHeader .overText {
    font-size: 3em;
bottom: 480px;
  }
}
.font_s{font-size:80%;}
/*# sourceMappingURL=virtual.css.map */