@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap');

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
}

.rw {
  font-family: 'Raleway', sans-serif;
  font-feature-settings: 'palt';
  letter-spacing: -0.01em;
  font-size: 103%;
}

sub {
  bottom: auto;
}

.ov {
  transition: opacity 0.3s ease-out;
  border: none;
}

.ov:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .ov:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .navOut {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

.fix_bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

.fix_bnr .eqBnr a {
  transition: all 0.3s;
}

.fix_bnr .eqBnr a :hover {
  opacity: 0.7;
}

.fix_bnr .eqBnr a img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .fix_bnr .eqBnr a img {
    width: 30px;
  }
}

.fix_bnr .fix_enquete {
  margin-top: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete {
    margin-top: 10px;
  }
}

.fix_bnr .fix_enquete a {
  transition: all 0.3s;
}

.fix_bnr .fix_enquete a :hover {
  opacity: 0.7;
}

.fix_bnr .fix_enquete a img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete a img {
    width: 30px;
  }
}

.fix_bnr .fix_enquete .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete .close {
    width: 25px;
  }

  .fix_bnr .fix_enquete .close img {
    width: 100%;
  }
}

#googletv {
  margin: 0 auto;
  position: relative;
  padding: 0;
  color: #000000;
}

#googletv>* {
  font-family: 'Noto Sans JP', 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
}

#googletv img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

#googletv .s5-p1 {
  line-height: 1.6;
}

#googletv .kv {
  width: 100%;
  height: 640px;
  background: url(../images/googletv/hero.jpg) no-repeat center center #000000;
  margin-bottom: 100px;
  /*
    @include break {
    	height:auto;
    	margin-bottom: 0;
    	background: url(../images/googletv/hero.jpg) no-repeat center center #000000;
    	background-size:100% auto;
    }
    */
}

#googletv .kv>.inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /*
      @include break{
      	height:auto;
      }
      */
  /*
      h1 {
      	font-size: 62px;
      	font-weight: 500;
      	text-align: center;
      	color: #fff;
      	padding-top: 20px;
      	letter-spacing: 3px;
      	@include break{
      		font-size: 4.5vw;
      		padding: 2% 0 33%;
      		letter-spacing: 1px;
      	}
      }
      */
}

#googletv .kv>.inner h1 {
  max-width: 540px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}

#googletv .sphero img {
  width: 100%;
}

#googletv .sphero .hero-note {
  font-size: 10px;
  padding: 10px 5%;
}

#googletv .youtube {
  max-width: 800px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  #googletv .youtube {
    margin: 40px auto 0;
    padding: 0 5%;
  }
}

#googletv .youtube>.inner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

#googletv .youtube>.inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#googletv h2.ttl {
  font-size: 42px;
  margin-top: 90px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 4px;
  color: #2f353d;
}

@media screen and (max-width: 768px) {
  #googletv h2.ttl {
    font-size: 18px;
    margin-top: 60px;
    padding: 0 3%;
  }
}

#googletv h2.ttl2 {
  font-size: 36px;
  margin-top: 90px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 4px;
  color: #2f353d;
}

@media screen and (max-width: 768px) {
  #googletv h2.ttl2 {
    font-size: 18px;
    margin-top: 60px;
    padding: 0 3%;
  }
}

#googletv .gray {
  max-width: 1200px;
  margin: 80px auto 0;
  background-color: #f2f2f2;
  padding: 50px 40px 30px;
}

@media screen and (max-width: 768px) {
  #googletv .gray {
    margin: 40px auto 0;
    padding: 30px 5%;
  }
}

#googletv .white {
  max-width: 1200px;
  margin: 80px auto 0;
  background-color: #ffffff;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  #googletv .white {
    margin: 40px auto 0;
    padding: 0 5%;
  }
}

#googletv .feature {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #googletv .feature {
    display: block;
  }
}

#googletv .feature.rev .img {
  order: 2;
}

#googletv .feature.rev .txt-area {
  order: 1;
}

#googletv .feature .img {
  width: 53.5%;
}

@media screen and (max-width: 768px) {
  #googletv .feature .img {
    width: 100%;
  }
}

#googletv .feature .txt-area {
  width: 43%;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area {
    width: 100%;
  }
}

#googletv .feature .txt-area h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area h2 {
    font-size: 18px;
    margin-top: 15px;
  }

  #googletv .feature .txt-area h2.mg0 {
    margin-top: 0;
  }
}

#googletv .feature .txt-area p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area p {
    font-size: 14px;
    margin-top: 10px;
  }
}

#googletv .feature .txt-area p sub {
  font-size: 10px;
}

#googletv .feature .txt-area ul.google {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area ul.google {
    padding-right: 15%;
  }
}

#googletv .feature .txt-area ul.google li:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area ul.google li:first-child {
    margin-right: 20px;
  }
}

#googletv .feature .txt-area ul.large {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#googletv .feature .txt-area ul.large li:first-child {
  margin-right: 10px;
}

#googletv .feature .txt-area .btn {
  margin-top: 12px;
}

#googletv .feature .txt-area .btn .s5-buttonV3 {
  width: 257px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #googletv .feature .txt-area .btn .s5-buttonV3 {
    margin: 0 auto;
  }
}

#googletv .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  #googletv .flex {
    display: block;
    margin-top: 0;
  }
}

#googletv .flex>div {
  background-color: #ffffff;
  width: 48%;
  padding: 28px;
}

@media screen and (max-width: 768px) {
  #googletv .flex>div {
    width: 100%;
    padding: 20px 5%;
    margin-top: 40px;
  }
}

#googletv .flex>div h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  #googletv .flex>div h3 {
    font-size: 18px;
  }
}

#googletv .flex>div h3:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #googletv .flex>div h3:after {
    top: 13px;
  }
}

#googletv .flex>div h3 span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

#googletv .flex>div .movie_area {
  overflow: hidden;
}

#googletv .flex>div .movie_area .p-webmovie-box .movie {
  width: 100%;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

#googletv .flex>div .movie_area .p-webmovie-box .movie:hover:before {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

#googletv .flex>div .movie_area .p-webmovie-box .movie:hover img {
  transform: scale(1.05);
}

#googletv .flex>div .movie_area .p-webmovie-box .movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/googletv/icn_play.png) center center no-repeat rgba(0, 0, 0, 0);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

#googletv .flex>div .movie_area .p-webmovie-box .movie a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#googletv .flex>div .movie_area .p-webmovie-box .movie img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

#googletv .flex>div .movie_area iframe {
  width: 100%;
  height: 430px;
}

@media screen and (max-width: 768px) {
  #googletv .flex>div .movie_area iframe {
    height: 300px;
  }
}

#googletv ul.note {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #googletv ul.note {
    margin-top: 20px;
  }
}

#googletv ul.note.mg0 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #googletv ul.note.mg0 {
    margin-top: 20px;
  }
}

#googletv ul.note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  #googletv ul.note li {
    font-size: 11px;
  }
}

#googletv .gray2 {
  /* background-color: #f2f2f2; */
  /* padding: 40px 40px 30px; */
  margin-top: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #googletv .gray2 {
    padding: 30px 0 30px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

#googletv .gray2>.inner {
  max-width: 1200px;
  margin: 0 auto;
}

#googletv .gray2>.inner>h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>h2 {
    font-size: 18px;
  }
}

#googletv .gray2>.inner>ul {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#googletv .gray2>.inner> h4{
  margin: 0;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul {
    margin: 20px 0 0;
    display: block;
  }
}

#googletv .gray2>.inner>ul>li {
  width: calc(100% / 3);
  background-color: #ffffff;
}

@media screen and (max-width: 1100px) {
  #googletv .gray2>.inner>ul>li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li {
    width: 100%;
  }
}

#googletv .gray2>.inner>ul>li .img img {
  width: 100%;
}

#googletv .gray2>.inner>ul>li .txt-area {
  padding: 25px 10px 60px;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area {
    padding: 15px 5% 30px;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .ttl {
    align-items: flex-start;
    padding-right: 0;
    margin-bottom: 0;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .ttl h3 {
  font-size: 32px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .ttl h3 {
    font-size: 18px;
    padding: 0;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .ttl .logo {
  text-align: center;
  /* width: 168px; */
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .ttl .logo {
    width: auto;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .flex-area {
    display: block;
    font-size: 18px;
    padding: 0;
    min-height: auto;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .flex-area p {
  font-size: 14px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .flex-area p {
    width: 100%;
    margin-top: 5px;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .flex-area .btn {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .flex-area .btn {
    width: 100%;
    margin-top: 20px;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .flex-area .btn a {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .flex-area .btn a {
    text-align: center;
    font-size: 14px;
    width: 257px;
    margin: 0 auto;
    display: block;
    padding: 12px 20px;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area {
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  /*
              ul.btn{
              	width: 47%;
              	display: block;
              	@include break{
              		width: 100%;
              		margin-top: 10px;
              	}
              	li{
              		width: 100%;
              		background: transparent;
              		&:first-child{
              			margin-bottom: 10px;
              			a{
              				width: 100%;
              				font-size: 12px;
              				background-color: #ffffff!important;
              				color:#f5683a!important;
              				padding: 8px!important;
              				position: relative;
              				padding-left: 23px!important;
              				@include break{
              					text-align: center;
              					padding-left: 0!important;
              				}
              				&:before{
              					position: absolute;
              					left: 11px;
              					top: calc(50% - 6px);
              					@include break{
              						position: static;
              					}
              				}
              			}
              		}
              		&:last-child{
              			a{
              				width: 100%;
              				text-align: center;
              				font-size: 13px;
              				background-color: #f5683a!important;
              				color:#ffffff!important;
              			}
              		}
              	}
              }
              */
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .gray-area {
    display: block;
    padding: 15px 3%;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area p {
  width: 47%;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .gray-area p {
    width: 100%;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area p .big {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .gray-area p .big {
    display: inline;
    font-size: 14px;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area p .small {
  font-size: 14px;
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area .full-store-btn {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #googletv .gray2>.inner>ul>li .txt-area .gray-area .full-store-btn {
    margin-top: 10px;
    width: 100%;
  }
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area .full-store-btn .s5-sonyStoreCustom {
  margin-top: 0;
}

#googletv .gray2>.inner>ul>li .txt-area .gray-area .full-store-btn a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#googletv .model-table {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: scroll;
  padding-left: 1px;
}

@media screen and (max-width: 768px) {
  #googletv .model-table {
    margin: 0 5% 0 3%;
  }
}

#googletv .model-table table {
  min-width: 1960px;
  border-collapse: collapse;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 30px;
}

#googletv .model-table table tr.processor td {
  text-align: center;
}

#googletv .model-table table tr.processor td p {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}

#googletv .model-table table tr.gtv td {
  text-align: center;
}

#googletv .model-table table tr.gtv td img {
  width: 125px;
}

#googletv .model-table table tr.core td {
  text-align: center;
}

#googletv .model-table table tr.core td p.note {
  position: relative;
}

#googletv .model-table table tr.core td p.note:after {
  content: "※";
  position: absolute;
  font-size: 10px;
}

#googletv .model-table table th {
  width: 160px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0 0 0 20px;
}

#googletv .model-table table th.none {
  background-color: #ffffff;
  border: none;
}

#googletv .model-table table th.none:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 1px) !important;
  height: 100%;
  border-top: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
}

#googletv .model-table table th.sticky {
  position: sticky;
  left: 0;
  z-index: 5;
}

#googletv .model-table table th.sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

#googletv .model-table table td {
  width: 180px;
  padding: 13px 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  #googletv .model-table table td {
    padding: 10px 0;
  }
}

#googletv .model-table table td.yellow {
  background-color: #ffffed;
}

#googletv .model-table table td h3 {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

#googletv .model-table table td h3 span {
  display: block;
  font-size: 14px;
}

#googletv .model-table table td ul.size {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  min-height: 60px;
}

#googletv .model-table table td ul.size li {
  margin: 0 2px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-bottom: 4px;
  padding: 6px 5px;
  line-height: 1;
}

#googletv .model-table table td .txt-area {
  padding: 0 10px;
}

#googletv .model-table table td .txt-area .btn {
  margin-top: 10px;
}

#googletv .model-table table td .txt-area .btn a {
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 10px;
}

#googletv .model-table table td .txt-area .gray-area {
  background-color: #f2f2f2;
  padding: 10px 5px;
  margin-top: 10px;
  /*
            ul{
            	margin-top: 8px;
            	li{
            		width: 100%;
            		background: transparent;
            		&:first-child{
            			margin-bottom: 10px;
            			a{
            				width: 100%;
            				font-size: 11px;
            				background-color: #ffffff!important;
            				color:#f5683a!important;
            				padding: 8px!important;
            				position: relative;
            				padding-left: 23px!important;
            				&:before{
            					position: absolute;
            					left: 11px;
            					top: calc(50% - 6px);
            				}
            			}
            		}
            		&:last-child{
            			a{
            				width: 100%;
            				text-align: center;
            				font-size: 13px;
            				background-color: #f5683a!important;
            				color:#ffffff!important;
            			}
            		}
            	}
            }
            */
}

#googletv .model-table table td .txt-area .gray-area p {
  font-size: 12px;
  padding: 0 1px;
  text-align: center;
}

#googletv .model-table table td .txt-area .gray-area p .big {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  #googletv .model-table table td .txt-area .gray-area p .big {
    display: inline;
    font-size: 14px;
  }
}

#googletv .model-table table td .txt-area .gray-area p .small {
  font-size: 14px;
}

#googletv .model-table table td .txt-area .gray-area .full-store-btn {
  margin-top: 8px;
}

#googletv .model-table table td .txt-area .gray-area .full-store-btn a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#googletv .model-table table td .txt-area .gray-area .s5-sonyStoreCustom {
  padding: 8px 5px !important;
  text-align: center !important;
}

#googletv .model-table table td .txt-area .gray-area .s5-sonyStoreCustom__buttonContainer {
  text-align: center !important;
}

#googletv ul.table-note {
  max-width: 1200px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  #googletv ul.table-note {
    margin: 10px auto 0;
    padding: 0 3%;
  }
}

#googletv ul.table-note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  #googletv ul.table-note li {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }

  .pcImg {
    display: inline-block !important;
  }

  .sp {
    display: none !important;
  }

  .spImg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .spImg {
    display: inline-block !important;
  }

  .pc {
    display: none !important;
  }

  .pcImg {
    display: none !important;
  }
}
