@charset "utf-8";

#heroBlock {
  margin: -10px auto 0;
  background-image: url("https://www.toshibatec.com/cnt/videos_overseas/img/hero.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1100px;
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#heroBlock h2 {
  color: white;
  font-family: "ToshibaSans Regular", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 100%;
  margin-left: 72px;
}

#content-wrapper {
  width: 100%;
  font-family: "ToshibaSans Regular", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

.block {
  width: 1100px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.filter-options {
  display: flex;
  grid-template-columns: 50% 50%;
  width: 980px;
  margin: 0 auto 60px;
}
.filter-options .filter-group.js-bl{
	margin-left: 7em;
}
.filter-group h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 30px;
}
.filter-group.js-mfp h3 {
  color: #E61E1E;
}
.filter-group.js-bl h3 {
  color: #0264D2;
}
.filter-group label {
  margin-right: 1rem;
  font-size: 24px;
  line-height: 100%;
  color: #969698;
  display: inline-block;
  cursor: pointer;
}
.filter-group label input {
  display: none;
}
.filter-group label span {
  display: flex;
  align-items: center;
}
.filter-group label span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #969698;
  background-color: transparent;
  margin-right: .3rem;
}
.filter-group.js-mfp label input:checked + span {
  color: #E61E1E;
}
.filter-group.js-mfp label input:checked + span::before {
  box-shadow: 0 0 0 1px #E61E1E;
  background-color: #E61E1E;
}
.filter-group.js-bl label input:checked + span {
  color: #0264D2;
}
.filter-group.js-bl label input:checked + span::before {
  box-shadow: 0 0 0 1px #0264D2;
  background-color: #0264D2;
}

.videos {
  width: 1010px;
  margin: 0 auto;
}
.videos .js-shuffle {
  position: relative;
  overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.video {
  position: relative;
  margin: 0 15px 30px;
  display: block;
  height: 305px;
}
.video > div {
  width: 300px;
}
.video .type {
  color: white;
  padding: .3rem .5rem;
  font-size: 14px;
  display: inline-block;
  width: 7em;
  text-align: center;
  margin-bottom: .7rem;
}
.video-mfp .type {
  background-color: #E61E1E;
}
.video-bl .type {
  background-color: #0264D2;
}
.video .cat-product {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .4rem;
}
.video a {
  display: block;
  transition: opacity .2s;
  margin-bottom: .7rem;
}
.video a:hover {
  opacity: .8;
}
.video .cat-movie {
  font-size: 18px;
  font-weight: bold;
}
.video .cat-movie.small {
  font-size: 17px;
}

/* shuffle.js required styles */

.col-1\@lg, .col-1\@md, .col-1\@sm, .col-1\@xs, .col-2\@lg, .col-2\@md, .col-2\@sm, .col-2\@xs, .col-3\@lg, .col-3\@md, .col-3\@sm, .col-3\@xs, .col-4\@lg, .col-4\@md, .col-4\@sm, .col-4\@xs, .col-5\@lg, .col-5\@md, .col-5\@sm, .col-5\@xs, .col-6\@lg, .col-6\@md, .col-6\@sm, .col-6\@xs, .col-7\@lg, .col-7\@md, .col-7\@sm, .col-7\@xs, .col-8\@lg, .col-8\@md, .col-8\@sm, .col-8\@xs, .col-9\@lg, .col-9\@md, .col-9\@sm, .col-9\@xs, .col-10\@lg, .col-10\@md, .col-10\@sm, .col-10\@xs, .col-11\@lg, .col-11\@md, .col-11\@sm, .col-11\@xs, .col-12\@lg, .col-12\@md, .col-12\@sm, .col-12\@xs {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px
}

.col-1\@xs, .col-2\@xs, .col-3\@xs, .col-4\@xs, .col-5\@xs, .col-6\@xs, .col-7\@xs, .col-8\@xs, .col-9\@xs, .col-10\@xs, .col-11\@xs, .col-12\@xs {
  float: left
}

/* video player styles */

.lbbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: 999;
  display: none;
  background: rgba(0,0,0,0.8);
}
.video_block {
  position: fixed;
  z-index: 999;
  display: none;
  width: 720px;
  height: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.video_block .movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_block .movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video_block .closeBtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
}
.video_block .closeBtn span:after {
  transform: rotate(45deg);
}
.video_block .closeBtn span:before {
  transform: rotate(-45deg);
}
.video_block .closeBtn span:before,
.video_block .closeBtn span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #ffffff;
}
