#roomSizeSimulation {
  width: 100%;
  margin-bottom: 80px;
  max-width: 1000px;
  margin: auto;
}

#roomSizeSimulation .contentTitle {
  text-align: center;
  padding: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .contentTitle {
    margin: 0;
  }
}

#roomSizeSimulation .contentTitle .icon {
  width: 150px;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .contentTitle .icon {
    width: 28vw;
    margin: 2%;
  }
}

#roomSizeSimulation .contentTitle .icon img {
  width: 100%;
  height: auto;
}

#roomSizeSimulation .contentTitle span {
  display: inline-block;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
}

#roomSizeSimulation .contentTitle span em {
  font-weight: bold;
  background: linear-gradient(rgba(241, 241, 191, 0) 55%, #f1f1bf 55%, #f1f1bf 90%, #fff 90%);
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .contentTitle span {
    font-size: 3.75vw;
  }
}

#roomSizeSimulation .simulationBox {
  border: 7px solid #f1f1bf;
  border-radius: 20px;
  padding: 2%;
  margin-bottom: 2%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /*background:linear-gradient(45deg, #fff, #e9e9e9, #fff, #e9e9e9, #fff, #e9e9e9, #fff);
    background-size: 200% 200%;
    animation: Gradient 5s ease-in-out infinite;
    @keyframes Gradient {
    	0% {background-position:0% 50%}
    	50% {background-position:100% 50%}
    	100% {background-position:0% 50%}
    }*/
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox {
    display: block;
    justify-content: none;
    padding: 20px 3%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox {
    margin-bottom: 20px;
    padding: 13px 3% 10px;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs {
  width: 36%;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs {
    flex-wrap: wrap;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox {
    width: 31%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox {
    width: 48%;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.3;
  background-color: #0c779d;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .top {
    display: block;
    align-items: center;
    flex-wrap: wrap;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .top em {
  width: 63px;
  background-color: #f1f1bf;
  padding: 8px 4px 6px;
  color: #000;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .top em {
    display: block;
    width: 95%;
    text-align: left;
    padding: 8px 0px 6px 5%;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .top span {
  padding: 8px 4px 6px;
  color: #fff;
  font-size: 14px;
  align-self: center;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .top span {
    display: block;
    padding-left: 3%;
    font-size: 10px;
    background-color: #0c779d;
    line-height: 2;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody {
    /*height: 16vw;*/
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody {
    height: auto;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider {
  width: 100%;
  height: fit-content;
  margin: 10px 0 2px;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider {
    margin: 10px 0 5px;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider {
    margin: 10px 0 0px;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider li {
  text-align: center;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider li img {
  margin: 0 auto;
  width: 20%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider li img {
    width: 30%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider li img {
    width: 20%;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider .btnPrev {
  max-width: 23px;
  width: 8%;
  height: auto;
  position: absolute;
  top: 0;
  left: 6%;
  z-index: 10;
  cursor: pointer;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider .btnNext {
  max-width: 23px;
  width: 8%;
  height: auto;
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 10;
  cursor: pointer;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .underNum {
  text-align: center;
  font-size: 25px;
  line-height: 1;
  margin: 8px;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .underNum {
    font-size: 20px;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .underNum {
    font-size: 16px;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav {
  width: 100%;
  padding: 0 0 3% 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav {
    display: none;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav .slick-track {
  width: 100% !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav .slick-track .slick-slide {
  display: inline-block;
  width: 15% !important;
  margin: 0 0.5%;
  padding: 4px 3px;
  background-color: #333;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .3s;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav .slick-track .slick-slide:hover {
  background-color: #777;
  transition: background-color .3s;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slideNav li span {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 {
    margin-bottom: 15;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 {
    width: 100%;
  }

  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .top {
    height: auto;
  }
}

#roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .slideBody .slider li img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .slideBody .slider li img {
    width: 65%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .slideBody .slider li img {
    width: 30%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .slideBody .slider .btnPrev {
    width: 4%;
    top: 23%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox3 .slideBody .slider .btnNext {
    width: 4%;
    top: 23%;
  }
}

#roomSizeSimulation .simulationBox .viewBox {
  width: 59%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .viewBox {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .viewBox {
    padding-top: 10px;
  }
}

#roomSizeSimulation .simulationBox .viewBox .bln {
  width: 500px;
  height: 120px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: calc(50% - 250px);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #roomSizeSimulation .simulationBox .viewBox .bln {
    top: -5px;
    left: calc(50% - (76vw / 2));
    width: 76vw;
    height: calc(76vw * (120 / 500));
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .viewBox .bln {
    top: -5px;
  }
}

#roomSizeSimulation .simulationBox .viewBox .bln img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
}

#roomSizeSimulation .simulationBox .viewBox .photo {
  width: 100%;
  position: relative;
  border: 6px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .simulationBox .viewBox .photo {
    margin-bottom: 5px;
  }
}

#roomSizeSimulation .simulationBox .viewBox .photo .now {
  width: 100%;
  position: relative;
}

#roomSizeSimulation .simulationBox .viewBox .photo .now img {
  width: 100%;
  height: auto;
}

#roomSizeSimulation .simulationBox .viewBox .photo .next {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
}

#roomSizeSimulation .simulationBox .viewBox .photo .next img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
}

#roomSizeSimulation .simulationBox .viewBox .photo #jump-to-table {
  z-index: 99;
  position: absolute;
  bottom: 2%;
  right: 2%;
  background: rgb(12, 119, 157);
  color: white;
  padding: 0.5% 2%;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}

#roomSizeSimulation .simulationBox .viewBox .btmTxt {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}

#roomSizeSimulation .arrow {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#roomSizeSimulation .productsWrap {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#roomSizeSimulation .productsWrap .lineupHeadTxt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #0c779d;
  margin-bottom: 20px;
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .productsWrap .lineupHeadTxt {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

#roomSizeSimulation .productsWrap .products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#roomSizeSimulation .productsWrap .products li {
  display: inline-table;
  width: 13.6%;
  margin: 0 1.5% 3%;
  position: relative;
}

@media screen and (max-width: 900px) {
  #roomSizeSimulation .productsWrap .products li {
    width: 17%;
  }
}

@media screen and (max-width: 700px) {
  #roomSizeSimulation .productsWrap .products li {
    width: 22%;
  }
}

@media screen and (max-width: 520px) {
  #roomSizeSimulation .productsWrap .products li {
    width: 30%;
  }

  #roomSizeSimulation .simulationBox .viewBox .photo #jump-to-table {
    font-size: 10px;
  }
}

#roomSizeSimulation .productsWrap .products li::after {
  content: url("../images/room_size_simulation/icon_newwin.png");
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: 5;
}

#roomSizeSimulation .productsWrap .products li a img {
  transition: box-shadow .3s;
  width: 100%;
  max-width: 180px;
  height: auto;
}

#roomSizeSimulation .productsWrap .products li a img:hover {
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow .3s;
}

/* Product Table */

#product-section {
  position: relative;
  width: 100%;
  display: flex;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.921);
  z-index: 990;
}

#modal {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  display: none;
  z-index: 99;
  align-items: center;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

#modal.on {
  display: flex;
}

#slide {
  max-width: 600px;
  min-height: 500px;
  position: sticky;
  left: 30%;
  background: white;
  border: solid 2px rgb(80, 114, 196);
  display: flex;
  flex-direction: column;
  padding: 1%;
}

#close {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  padding: 1% 0;
}

#product-section #slide #close img {
  max-width: 50px;
  width: 50%;
}

#slide>p {
  font-weight: bold;
  font-size: large;
  margin-bottom: auto;
}

#product-section #slide>p, #product-section #slide>span {
  padding: 0 3%;
  display: block;
  text-align: center;
  margin-bottom: 2%;
}

#product-section #slide #detail-icon {
  margin-bottom: 1%;
  position: relative;
  max-height: 25px;
  left: unset;
}

#product-section #slide img {
  max-width: 500px;
  position: sticky;
  left: 30%;
  object-fit: contain;
}

#product-section #detail-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: auto;
  height: 30%;
}

#product-section .product-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 220px;
}

#product-section img {
  max-width: 220px;
}

#product-section .product-year {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: left;
  align-items: center;
  margin: 2%;
}

#product-section .product-year p {
  margin: 2%;
  font-size: small;
}

#product-section .loto-badge {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 4%;
  display: flex;
  margin: 2%;
  width: 96%;
}

#table {
  margin-left: auto;
  margin-right: auto;
  background: white;
}

#table th {
  position: -webkit-sticky;
  position: sticky;
  left: 166px;
  z-index: 997;
  background: rgb(240, 240, 240);
}

#table th.spacer {
  outline: none !important;
  background: none !important;
}

#table thead th {
  top: -8px;
  z-index: 998;
  outline: 2px solid rgb(222, 222, 222);
}

#table thead tr th.stickLeft0 {
  z-index: 999;
  background: white;
  outline: 0px solid white;
}

#table th.stickLeft0 {
  left: 2px;
  outline: 2px solid white;
  min-width: 120px;
  background: rgb(91, 91, 91);
  color: white;
  outline: 2px solid rgb(222, 222, 222);
  text-align: left;
}

#table td {
  min-width: 160px;
  max-width: 200px;
  padding: 8px, 4px;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255);
  outline: 2px solid rgb(222, 222, 222);
  vertical-align: baseline;
}

#table .new-in-td {
  color: red;
  font-weight: bold;
  font-size: small;
}

#table tr.mpns th {
  outline: 2px solid white;
  background: rgb(91, 91, 91);
  color: white;
  outline: 2px solid rgb(222, 222, 222);
}

#table tr.mpns #tip-to-open {
  color: black;
  font-weight: normal;
  display: flex;
  align-items: center;
}

#table tr.imgs th {
  border: none;
  background: #fff;
  min-width: 162px;
  max-width: 220px;
  top: 2px;
}

#table tr.imgs th.stickLeft0 {
  outline: 0px solid rgb(222, 222, 222);
  transform: translate(0px, -25px);
}

#th-image {
  max-width: 164px;
}

#th-mpn {
  display: flex;
  justify-content: center;
  background: white;
  height: 38px;
  position: absolute;
  width: 99%;
  line-height: 2rem;
}

#th-mpn a {
  color: #000;
}

#table tr.mpns th.stickLeft0 {
  background: white;
  outline: 0px solid rgb(222, 222, 222);
  transform: translate(0px, -27px);
}

#table tr.details {
  background: #fff;
}

#table>tbody>tr>td>span {
  font-weight: bolder;
  font-size: 3rem;
  line-height: 1;
}

@-moz-document url-prefix() {
  #table>tbody>tr>td>span {
    line-height: unset;
  }
}

#table>tbody>tr>td>div {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#table>tbody>tr>td>div>div {
  display: flex;
  align-items: center;
}

#table .resolution td, #table .bravia-features td, #table .contrast td {
  vertical-align: middle;
}

.table_icons {
  cursor: pointer;
  object-fit: contain;
  margin: 2px;
}

.table_annotations {
  font-size: 0.8rem;
}

@media screen and (max-width: 520px) {

  #table>tbody>tr>td>div>div {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .table_annotations {
    font-size: 0.5rem;
  }

  .flex-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  #table {
    font-size: small;
  }

  #product-section img {
    max-width: 85px;
  }

  #modal {
    width: 200vw;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
  }

  #slide {
    max-width: 80vw;
    min-height: unset;
    max-height: 68%;
    left: 6%;
  }

  #product-section #slide #title {
    padding: 0px 10%;
  }

  #product-section #slide img {
    /*max-width: 80vw;*/
    max-width: 95%;
    margin: 0 2.5%;
  }

  #product-section .product-year {
    flex-direction: column;
  }

  #product-section #detail-image-wrapper {
    display: block;
    height: unset;
  }

  /*  #detail-image {
    min-width: 80vw;
  }*/
  #table th {
    left: 54px;
  }

  #table tr.imgs th {
    min-width: 50px;
    max-width: 50px;
  }

  #table tr.imgs th.stickLeft0 {
    transform: translate(0px, -15px);
  }

  #table tr.imgs th #th-image {
    max-width: 120px;
  }

  #table tr.names th {
    top: 59px;
    max-width: 50px;
    outline: 2px solid white;
  }

  #table tr.mpns #tip-to-open {
    font-size: smaller;
  }

  #table tr.mpns th.stickLeft0 {
    transform: translate(0px, -18px);
  }

  #table tr.mpns th #th-mpn {
    height: 27px;
    line-height: normal;
  }

  #table th.stickLeft2 {
    max-width: 100px;
  }

  #table td {
    min-width: 50px;
    max-width: 85px;
    padding: 4px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* IE10+ only */
  #roomSizeSimulation .simulationBox .slideBoxs .slideBox .slideBody .slider {
    height: 46px;
    margin: 0;
  }

  #slide {
    position: relative;
    display: block;
  }

  #th-mpn {
    line-height: 3rem;
  }

  #product-section .loto-badge {
    position: inherit;
  }

}