.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.none {
  display: none;
}

.display_sp {
  display: none;
}

.ov {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
}

@media screen and (max-width: 768px) {
  #ps4_ff14 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

#ps4_ff14 .pc_kv {
  display: block;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .pc_kv {
    display: none;
  }
}

#ps4_ff14 .pc_kv div {
  font-size: 0;
}

#ps4_ff14 .sp_kv {
  display: none;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .sp_kv {
    display: block;
  }
}

#ps4_ff14 .sp_kv div {
  font-size: 0;
}

#ps4_ff14 img {
  max-width: 100%;
}

#ps4_ff14 .bnr_area {
  text-align: center;
  padding: 80px 0 100px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .bnr_area {
    padding: 40px 20px 50px;
  }
}

#ps4_ff14 .bnr_area h2.ttl_bnr {
  margin-top: 80px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .bnr_area h2.ttl_bnr {
    margin-top: 40px;
  }
}

#ps4_ff14 .bnr_area h2.ttl_bnr img {
  margin: 0 auto;
}

#ps4_ff14 .bnr_area a {
  display: inline-block;
}

#ps4_ff14 .bnr_area p.copy {
  text-align: center;
  font-size: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .bnr_area p.copy {
    margin-top: 20px;
  }
}

#ps4_ff14 .android_model {
  background: #fff;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

#ps4_ff14 .android_model h2.ttl_model {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .android_model h2.ttl_model {
    margin: 0 20px 20px;
  }
}

#ps4_ff14 .android_model h2.ttl_model:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

#ps4_ff14 .android_model h2.ttl_model span {
  display: inline-block;
  background: #fff;
  padding: 0 45px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .android_model h2.ttl_model span {
    padding: 0 20px;
  }
  #ps4_ff14 .android_model h2.ttl_model span img {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  #ps4_ff14 .android {
    font-family: Verdana, "Droid Sans", sans-serif !important;
  }
}

/* lineup Area
-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #c5-lineup2020 {
    padding: 0 20px;
  }
}

ul.lineup_list {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  ul.lineup_list {
    display: block;
  }
}

ul.lineup_list > li {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

@media screen and (min-width: 768px) {
  ul.lineup_list > li {
    width: 24%;
  }
  ul.lineup_list > li:not(:nth-child(4n)) {
    margin-right: calc((100% - (24% * 4)) / 3);
  }
  ul.lineup_list > li:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.lineup_list > li {
    width: 100%;
  }
  ul.lineup_list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

ul.lineup_list > li > a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

ul.lineup_list > li > a:hover {
  opacity: 0.7;
}

ul.lineup_list > li .tmb img {
  width: 100%;
}

ul.lineup_list > li p.name {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  ul.lineup_list > li p.name {
    font-size: 20px;
  }
}

ul.lineup_list > li p.name span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  ul.lineup_list > li p.name span {
    font-size: 14px;
  }
}

ul.lineup_list > li ul.size {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  ul.lineup_list > li ul.size {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

ul.lineup_list > li ul.size > li {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #525252;
  color: #525252;
  border-radius: 5px;
  padding: 5px;
  margin: 0 3px 5px 0;
  list-style: none;
}

ul.lineup_list > li span.product_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 18px;
}

ul.lineup_list > li span.product_btn a {
  width: 100%;
  padding: 12px 18px;
}

/* Rollover
------------------------------------------------------------------------------------------------------ */
a.imgov img:hover {
  filter: alpha(opacity=80);
  /*IE*/
  -moz-opacity: 0.8;
  /*FF*/
  opacity: 0.8;
}

/* Text-align
------------------------------------------------------------------------------------------------------ */
.c5-txaL {
  text-align: left;
}

.c5-txaR {
  text-align: right;
}

.c5-txaC {
  text-align: center;
}

/* Font
------------------------------------------------------------------------------------------------------ */
.c5-txtL {
  font-size: 110% !important;
  line-height: 1.4;
}

.c5-txtM {
  font-size: 85% !important;
  line-height: 1.6;
}

.c5-txtS {
  font-size: 78% !important;
  line-height: 1.4;
}

/* Float
------------------------------------------------------------------------------------------------------ */
.c5-flL {
  float: left;
}

.c5-flR {
  float: right;
}

.c5-flLImg {
  float: left;
  margin: 0px 5px 5px 0px;
}

.c5-flRImg {
  float: right;
  margin: 0px 0px 5px 5px;
}

/* Block
------------------------------------------------------------------------------------------------------ */
.c5-block {
  display: block;
}

/* lineup Area
-------------------------------------------------------------------- */
span.s5-label {
  background: #db4a39 none repeat scroll 0 0;
  border: 1px solid #db4a39;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  padding: 2px 5px 1px;
}

/*Margin
------------------------------------------------------------------------------------------------------ */
.c5-mg5 {
  margin: 5px !important;
}

.c5-mg10 {
  margin: 10px !important;
}

.c5-mg15 {
  margin: 15px !important;
}

.c5-mg20 {
  margin: 20px !important;
}

.c5-mg25 {
  margin: 25px !important;
}

.c5-mg30 {
  margin: 30px !important;
}

/*top*/
.c5-mgT5 {
  margin-top: 5px !important;
}

.c5-mgT10 {
  margin-top: 10px !important;
}

.c5-mgT15 {
  margin-top: 15px !important;
}

.c5-mgT20 {
  margin-top: 20px !important;
}

.c5-mgT25 {
  margin-top: 25px !important;
}

.c5-mgT30 {
  margin-top: 30px !important;
}

.c5-mgT40 {
  margin-top: 40px !important;
}

.c5-mgT50 {
  margin-top: 50px !important;
}

.c5-mgT60 {
  margin-top: 60px !important;
}

/*right*/
.c5-mgR5 {
  margin-right: 5px !important;
}

.c5-mgR10 {
  margin-right: 10px !important;
}

.c5-mgR15 {
  margin-right: 15px !important;
}

.c5-mgR20 {
  margin-right: 20px !important;
}

.c5-mgR25 {
  margin-right: 25px !important;
}

.c5-mgR30 {
  margin-right: 30px !important;
}

/*bottom*/
.c5-mgB0 {
  margin-bottom: 0px !important;
}

.c5-mgB5 {
  margin-bottom: 5px !important;
}

.c5-mgB10 {
  margin-bottom: 10px !important;
}

.c5-mgB15 {
  margin-bottom: 15px !important;
}

.c5-mgB20 {
  margin-bottom: 20px !important;
}

.c5-mgB25 {
  margin-bottom: 25px !important;
}

.c5-mgB30 {
  margin-bottom: 30px !important;
}

.c5-mgB35 {
  margin-bottom: 35px !important;
}

.c5-mgB40 {
  margin-bottom: 40px !important;
}

.c5-mgB45 {
  margin-bottom: 45px !important;
}

.c5-mgB50 {
  margin-bottom: 50px !important;
}

.c5-mgB55 {
  margin-bottom: 55px !important;
}

.c5-mgB60 {
  margin-bottom: 60px !important;
}

.c5-mgB65 {
  margin-bottom: 65px !important;
}

.c5-mgB70 {
  margin-bottom: 70px !important;
}

.c5-mgB75 {
  margin-bottom: 75px !important;
}

.c5-mgB80 {
  margin-bottom: 80px !important;
}

.c5-mgB85 {
  margin-bottom: 85px !important;
}

.c5-mgB90 {
  margin-bottom: 90px !important;
}

.c5-mgB95 {
  margin-bottom: 95px !important;
}

.c5-mgB100 {
  margin-bottom: 100px !important;
}

/*left*/
.c5-mgL5 {
  margin-left: 5px !important;
}

.c5-mgL10 {
  margin-left: 10px !important;
}

.c5-mgL15 {
  margin-left: 15px !important;
}

.c5-mgL20 {
  margin-left: 20px !important;
}

.c5-mgL25 {
  margin-left: 25px !important;
}

.c5-mgL30 {
  margin-left: 30px !important;
}

#Movie-ex {
  width: 100%;
  background: #d3dce2;
  padding: 0 0 60px;
  text-align: left;
  margin: 0px auto 0px;
}

#Movie-ex * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #Movie-ex {
    padding-bottom: 40px;
  }
}

#Movie-ex .mvTtl {
  width: 100%;
  padding: 20px 50px;
  margin: 0 0 50px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#094b58), to(#041827));
  background: linear-gradient(to right, #094b58, #041827);
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #Movie-ex .mvTtl {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}

#Movie-ex > .inner {
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Movie-ex > .inner .txt {
  max-width: 765px;
  font-size: 18px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  #Movie-ex > .inner .txt {
    font-size: 16px;
  }
}

#Movie-ex > .inner .linkTxt {
  margin: 0 auto 10px;
  text-align: left;
  font-size: 18px;
  /*
		img{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		height: auto;
		}*/
}

@media screen and (max-width: 768px) {
  #Movie-ex > .inner .linkTxt {
    font-size: 16px;
  }
}

#Movie-ex .p-webmovie-box {
  max-width: 765px;
  margin: 0 auto 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #Movie-ex .p-webmovie-box {
    margin: 0 auto 20px;
    width: 90%;
  }
}

#Movie-ex .p-webmovie-box .movie {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#Movie-ex .p-webmovie-box .movie:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

#Movie-ex .p-webmovie-box .movie:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#Movie-ex .p-webmovie-box .movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bravia/androidtv/images/androidtv2/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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#Movie-ex .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;
}

#Movie-ex .p-webmovie-box .movie img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#Movie-ex iframe {
  width: 100%;
  height: 430px;
}

@media screen and (max-width: 768px) {
  #Movie-ex iframe {
    height: 300px;
  }
}
/*# sourceMappingURL=ps4_ff14.css.map */