/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  background: #fff;
}

#main_contents {
  max-width: 1200px;
  margin: 0 auto;
}

body#top #main_contents {
  max-width: 1600px;
}

.no-opacity #main_contents {
  min-width: 1024px;
}

.tx_br {
  display: none;
}

#questionnaire {
  width: 40px;
  height: 160px;
  position: fixed;
  right: 0;
  top: 334px;
}
#questionnaire a {
  content: " ";
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -170px 0px;
  width: 40px;
  height: 160px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#scroll_sns {
  background: #fff;
  position: fixed;
  right: 0;
  top: 234px;
  margin: 0 0 0 0;
  padding: 10px 0 0 8px;
  width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
}
#scroll_sns .fb_btn {
  margin: 0 0 10px 0;
}
#scroll_sns .fb_btn a {
  display: block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -650px -372px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
}
#scroll_sns .tw_btn a {
  display: block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -650px -408px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
}

.new_section_btn a {
  display: block;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.new_section_btn a :after {
  content: " ";
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
}
.new_section_btn a .banner_table {
  display: table;
}
.new_section_btn a .banner_table .left_box {
  display: table-cell;
  background: url(/bravia/4k/assets/images/common/bn05.png) center center no-repeat;
  width: 170px;
  vertical-align: top;
}
.new_section_btn a .banner_table .bn_type_2 {
  background: url(/bravia/4k/assets/images/common/bn06.png) center center no-repeat;
}
.new_section_btn a .banner_table .right_box {
  display: table-cell;
  vertical-align: middle;
}
.new_section_btn a .banner_table .right_box .text_inner {
  display: inline-block;
  padding: 0 15px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.new_section_btn a .banner_table .right_box .text_inner h1 {
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
  color: #000;
  padding: 13px 0 5px 0;
}
.new_section_btn a .banner_table .right_box .text_inner p {
  font-size: 13px;
  line-height: 1.7;
  color: #000;
  padding: 0 0 12px 0;
}
.new_section_btn a .banner_table .right_box .text_inner span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 0 0 13px 0;
}

#img_layer,
#nav_layer,
#movie_layer {
  background: url(../images/common/bg01.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 7;
  display: none;
}

.pc #nav_layer {
  display: none !important;
}

.pc #g_nav_inner {
  display: block !important;
}

#img_layer_inner {
  width: 650px;
  height: 500px;
  display: block;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -325px;
  position: absolute;
}

#img_layer_inner span {
  right: -51px;
  top: 0;
  display: block;
  position: absolute;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -280px -130px;
  width: 51px;
  height: 51px;
  -webkit-background-size: 365px 330px;
  background-size: 365px 330px;
  cursor: pointer;
}

.profile_layer {
  background: url(../images/common/bg02.png) 0 0 repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 12;
  display: none;
}

#movie_layer {
  z-index: 10;
}

.no-opacity #g_nav_main {
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#999999', Direction=180, Strength=5);
  filter: progid:DXImageTransform.Microsoft.Shadow(Color='#999999', Direction=180, Strength=5);
}

#g_nav_inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#g_nav_inner ul {
  max-width: 890px;
  width: 100%;
  height: 60px;
}
#g_nav_inner ul li {
  float: left;
  width: 25%;
  height: 100%;
}
#g_nav_inner ul li a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
#g_nav_inner ul li a:hover {
  background: #cdcdcd;
  color: #000;
}
#g_nav_inner ul li a:hover:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
#g_nav_inner ul li dl {
  display: table;
  height: 100%;
}
#g_nav_inner ul li dl dt {
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 20px;
}
#g_nav_inner ul li dl dt span {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
#g_nav_inner ul li dl dd {
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 12px;
}

#kitagawa_nav dt span {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -550px -470px;
  width: 40px;
  height: 40px;
}

#blacklist_nav dt span {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -600px -470px;
  width: 40px;
  height: 40px;
}

#androidtv_nav dt span {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -340px -170px;
  width: 40px;
  height: 40px;
}

#kitagawa #kitagawa_nav a,
#blacklist #blacklist_nav a,
#androidtv #androidtv_nav a {
  background: #cdcdcd;
  color: #000;
}

#kitagawa #kitagawa_nav a:after,
#blacklist #blacklist_nav a:after,
#androidtv #androidtv_nav a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

#soon_nav {
  color: #fff;
  vertical-align: middle;
  padding: 5px 0 5px 0;
}
#soon_nav span {
  display: inline-block;
  border-left: 1px solid #949393;
  padding: 5px 0 5px 45px;
  margin: 8px 0 0 0;
}

.home_btn {
  height: 60px;
  width: 310px;
  background: #000;
  margin-bottom: 15px;
}
.home_btn a {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  padding: 10px;
}
.home_btn a .left_box {
  display: table-cell;
  width: 110px;
  border-right: #4d4d4d 1px solid;
  vertical-align: middle;
  text-align: center;
}
.home_btn a .left_box:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -690px -54px;
  width: 14px;
  height: 12px;
}
.home_btn a .right_box {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 13px;
}

.home_btn {
  margin: 0 auto 60px;
}

#g_nav_inner .home_btn {
  margin: 0 0 15px 0;
}

.footer_nav .g_list_wrap {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
}

.g_list {
  overflow: hidden;
  margin: 0 -15px 0 0;
}
.g_list li {
  width: 310px;
  height: 120px;
  background: #000;
  float: left;
  margin: 0 15px 15px 0;
}
.g_list a {
  display: table;
  height: 120px;
}
.g_list .left_box {
  width: 120px;
  display: table-cell;
}
.g_list .right_box {
  display: table-cell;
  font-size: 12px;
  color: #fff;
  padding: 0 20px 0 20px;
  vertical-align: middle;
}
.g_list .right_box h2 {
  padding-top: 5px;
  font-size: 10px;
}
.g_list .g_nav1 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -560px -130px;
  width: 120px;
  height: 120px;
}
.g_list .g_nav2 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -130px -340px;
  width: 120px;
  height: 120px;
}
.g_list .g_nav3 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -560px 0px;
  width: 120px;
  height: 120px;
}
.g_list .g_nav4 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -390px -340px;
  width: 120px;
  height: 120px;
}
.g_list .g_nav5 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -260px -340px;
  width: 120px;
  height: 120px;
}
.g_list .g_nav6 .left_box {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: 0px -340px;
  width: 120px;
  height: 120px;
}

#g_nav {
  width: 100%;
  height: 60px;
  background: #000;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 90px;
}
#g_nav #nav_button {
  position: relative;
  z-index: 8;
}
#g_nav #nav_button span {
  display: inline-block;
  line-height: 0;
}
#g_nav #nav_button a {
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0 0 0;
  height: 60px;
}
#g_nav #nav_button a:after {
  content: " ";
  margin-left: 17px;
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -690px -28px;
  width: 30px;
  height: 16px;
  position: relative;
  top: 2px;
}

#g_nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

body#top #g_nav {
  display: none;
}

body#top #header {
  position: static;
}
body#top #header #header_inner {
  max-width: 1600px;
}

#headerRightBtn {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 14px;
  z-index: 20;
}
#headerRightBtn a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px 7px 10px;
}
#headerRightBtn a:after {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  display: inline-block;
  content: " ";
  margin: 0 0 0 12px;
}

#smtHeaderRightBtn {
  display: none;
}

#header {
  width: 100%;
  height: 90px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#header #nav_btn {
  display: none;
}
#header #header_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 30px 30px 0;
  height: 90px;
}
#header #header_inner #logo {
  float: left;
  width: 100px;
  height: 20px;
}
#header #header_inner #logo a {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -402px -628px;
  width: 100px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#header #header_inner #logo2 {
  float: right;
  width: 168px;
  height: 44px;
}
#header #header_inner #logo2 a {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -210px -560px;
  width: 168px;
  height: 44px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#header #header_inner #lead_box {
  text-align: center;
  font-size: 18px;
}
#header #header_inner #lead_box a {
  color: #000;
  display: inline-block;
  padding: 0 0 0 65px;
}

body#top #footer #footer_inner {
  max-width: 1600px;
}

#footer_nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 0 45px 0;
}

#footer_nav_inner {
  width: 960px;
  margin: 0 auto;
}
#footer_nav_inner h1 {
  text-align: center;
  font-size: 18px;
  padding: 50px 0 40px;
  font-weight: bold;
}

#footer_nav ul {
  overflow: hidden;
  margin: 0 -15px 0 0;
}

#footer_nav li {
  width: 310px;
  margin: 0 15px 15px 0;
  float: left;
}

#footer_nav li dt {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer_nav .f_nav1 dt {
  background-image: url(../images/common/f_nav1.png) !important;
}

#footer_nav .f_nav2 dt {
  background-image: url(../images/common/f_nav2.png) !important;
}

#footer_nav .f_nav3 dt {
  background-image: url(../images/common/f_nav3.png) !important;
}

#footer_nav .f_nav4 dt {
  background-image: url(../images/common/f_nav4.png) !important;
}

#footer_nav .f_nav5 dt {
  background-image: url(../images/common/f_nav5.png) !important;
}

#footer_nav .f_nav6 dt {
  background-image: url(../images/common/f_nav6.png) !important;
}

#footer_nav li dd {
  background: #000;
  color: #fff;
  padding: 17px 25px;
}
#footer_nav li dd h2 {
  font-size: 15px;
  padding: 0 0 15px 0;
}
#footer_nav li dd p {
  font-size: 10px;
}

#big_banner {
  padding: 50px 0 50px 0;
}
#big_banner ul {
  word-spacing: -0.4em;
  text-align: center;
  margin: 0 auto 0;
  max-width: 980px;
}
#big_banner li {
  display: inline-block;
  word-spacing: normal;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
#big_banner li img {
  width: 100%;
}

.lineup_box {
  margin: 40px 0 60px;
}
.lineup_box a {
  margin: 0 auto;
  display: block;
  width: 640px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/bn02.png) 0 0 no-repeat;
}

.campaign_box {
  margin: 40px 0 40px;
  text-align: center;
}

#footer {
  height: 90px;
  background: #fff;
}
#footer #footer_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 30px 30px 0;
  overflow: hidden;
}
#footer #footer_inner #copyright {
  float: left;
  font-size: 10px;
  padding-top: 10px;
}
#footer #footer_inner #sns_box {
  float: right;
}
#footer #footer_inner #sns_box li {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
#footer #footer_inner #sns_box li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#footer #footer_inner #sns_box .fb_btn a {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -650px -372px;
  width: 26px;
  height: 26px;
}
#footer #footer_inner #sns_box .tw_btn a {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -650px -408px;
  width: 26px;
  height: 26px;
}

.coming_soon {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -180px -470px;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 15px;
  top: 15px;
}

#white_box {
  display: none;
}

#loader {
  display: none;
}

#top #white_box {
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#top #loader {
  display: block;
  width: 80px;
  height: 90px;
  margin: -45px 0 0 -40px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 3;
}

.main_copy {
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 350px;
  height: 30px;
  right: 10px;
  top: 10px;
}

.text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text_box h1 {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1.2;
  padding: 0 20px 2px 20px;
}
.text_box h2 {
  font-size: 12px;
  padding: 0 20px 0 20px;
}
.text_box .copyright_col {
  margin: 10px 5px 5px 20px;
  background: url(../images/top/copy.png) 0 0 no-repeat;
  width: 205px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

.banners a {
  left: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
}

.hover_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main_bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.change_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover cover !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.no-opacity .change_photo {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.no-opacity .banners.class_hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.no-opacity .hideClass {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

.bn_bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 166px;
  background: url(../images/top/bg01.png) left bottom repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

#banner_box {
  height: 100%;
  position: relative;
}

#banner_box2 {
  overflow: hidden;
}

.top_banner {
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}

.banners a {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.extra_banner {
  overflow: hidden;
  width: 25%;
  height: 250px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px #fff solid;
}
.extra_banner h1 {
  display: none;
}
.extra_banner .text_box {
  height: 40px;
}

.lineup_banner {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.lineup_banner .bn_bg {
  background-position: 0 70px;
}
.lineup_banner h1 {
  display: none;
}
.lineup_banner h2 {
  color: #fff;
  font-size: 18px;
  line-height: 0.6;
}
.lineup_banner .text_box {
  height: 40px;
  color: #000;
}

.blank_icon {
  display: block;
  position: absolute;
  background: url(../images/top/ic01.png) 0 0 no-repeat;
  width: 15px;
  height: 13px;
  right: 10px;
  bottom: 8px;
}

.bn_1 {
  width: 50%;
  height: 75%;
  left: 0;
  top: 0;
}
.bn_1 a .text_box {
  height: 100px;
}
.bn_1 a .text_box h1 {
  font-size: 28px;
}

.bn_2 {
  width: 25%;
  height: 50%;
  left: 50%;
  top: 0;
}

.bn_3 {
  width: 25%;
  height: 50%;
  left: 75%;
  top: 0;
  border-right: 0;
}

.bn_4 {
  width: 25%;
  height: 50%;
  left: 50%;
  top: 50%;
}

.bn_5 {
  width: 25%;
  height: 50%;
  left: 75%;
  top: 50%;
  border-right: 0;
}

.bn_10 {
  border-right: none;
}

.lineup_banner {
  width: 50%;
  height: 25%;
  left: 0%;
  top: 75%;
}

#sp_lead {
  display: none;
}

#detail_box {
  margin: 100px 120px 0;
}

.mini_text {
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 1.4;
}

#main_visual {
  width: 100%;
  height: 300px;
  position: relative;
}
#main_visual #visual_bg {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main_visual #visual_text {
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  display: table;
}
#main_visual #visual_text .none {
  display: none;
}
#main_visual h1 {
  display: table-cell;
  color: #fff;
  padding-left: 40px;
  vertical-align: middle;
}
#main_visual h1 div {
  font-size: 12px;
  font-weight: bold;
}
#main_visual h1 p {
  font-size: 30px;
  line-height: 1.3;
  padding: 0 0 10px 0;
}
#main_visual h1 .main_icon {
  display: none;
}

.and_sup {
  font-size: 14px !important;
}

.section_caution {
  font-size: 14px;
  margin: 0 0 30px 0;
}

.inner_caution {
  text-align: center;
  font-size: 12px;
}

#bravia_new_box .title_box {
  padding: 40px 0 40px 0;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#bravia_new_box .detail_lineup {
  display: table;
  width: 800px;
  margin: 0 auto;
}
#bravia_new_box .detail_lineup .tx_box {
  font-size: 13px;
  text-align: center;
}
#bravia_new_box .detail_lineup ul {
  text-align: center;
}
#bravia_new_box .detail_lineup ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 15px;
}
#bravia_new_box .detail_lineup ul li h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
}
#bravia_new_box .detail_lineup ul li .photo_box {
  height: 100px;
  line-height: 100px;
}
#bravia_new_box .detail_lineup ul li .photo_box img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
#bravia_new_box .detail_lineup ul li .box_4k {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -283px -628px;
  width: 74px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 20px auto 20px;
}
#bravia_new_box .detail_lineup ul li .icons {
  text-align: center;
  margin: 10px 0 20px 0;
}
#bravia_new_box .detail_lineup ul li .icon {
  display: inline-block;
  font-size: 10px;
  padding: 2px;
  background: #e9e9e9;
}
#bravia_new_box .left_box {
  display: table-cell;
  border-right: #e9e9e9 1px solid;
  width: 62%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bravia_new_box .right_box {
  display: table-cell;
  width: 38%;
}

#bravia_logo_box {
  margin: 40px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 20px;
}
#bravia_logo_box .none {
  display: none;
}
#bravia_logo_box h2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#bravia_logo_box ul {
  display: table;
  text-align: center;
}
#bravia_logo_box ul li {
  display: table-cell;
  width: 33%;
  padding: 0 16px 0 16px;
  overflow: hidden;
}
#bravia_logo_box ul li .left_box {
  width: 80px;
  float: left;
}
#bravia_logo_box ul li .right_box {
  margin: 0 0 0 100px;
}
#bravia_logo_box ul li .right_box h3 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 7px 0;
}
#bravia_logo_box ul li .right_box p {
  text-align: left;
  font-size: 12px;
}

#local_lead {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

.profile_col {
  display: table;
  background: #000;
  color: #fff;
  margin: 0 0 40px 0;
}
.profile_col .left_box {
  display: table-cell;
  vertical-align: top;
}
.profile_col .left_box h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px 15px 20px;
  text-align: left;
}
.profile_col .left_box p {
  font-size: 12px;
  padding: 0 20px 20px 20px;
  text-align: left;
}
.profile_col .right_box {
  display: table-cell;
  vertical-align: top;
}

.profile_box {
  width: 640px;
  height: 400px;
  background: #000;
  position: fixed;
  left: 0;
  top: 50%;
  margin: -200px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  color: #fff;
}
.profile_box .people_name {
  clear: both;
  padding: 0 0 10px 0;
}
.profile_box .people_position {
  padding: 0 0 25px 0;
  font-size: 12px;
}
.profile_box .people_text {
  font-size: 12px;
  line-height: 2;
}
.profile_box .people_close {
  text-align: right;
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -520px -340px;
  width: 26px;
  height: 26px;
  float: right;
  cursor: pointer;
}

#movie_layer span {
  right: -51px;
  top: 0;
  position: absolute;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -280px -130px;
  width: 51px;
  height: 51px;
  -webkit-background-size: 365px 330px;
  background-size: 365px 330px;
  cursor: pointer;
  display: block;
}

#movie_layer #video_container {
  width: 800px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -225px 0 0 -400px;
}

#movie_layer #video_container iframe {
  width: 800px;
  height: 450px;
}

#article_box {
  overflow: hidden;
  padding: 0 0 30px 0;
}

#detail_main {
  position: relative;
}
#detail_main .sections {
  border-top: 2px solid #000;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
}
#detail_main .sections .sections_inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#detail_main .sections .ex_title01 {
  font-size: 14px;
  padding: 0 0 07px 0;
}
#detail_main .sections .ex_title02 {
  font-size: 22px;
  padding: 0 0 23px 0;
  font-weight: bold;
}
#detail_main .sections h2 {
  text-align: center;
  font-size: 34px;
  margin: 0 0 36px 0;
  line-height: 1.3;
}
#detail_main .sections h2.ext {
  margin: 0 0 13px 0;
}
#detail_main .sections h3 {
  text-align: center;
  font-size: 16px;
  margin: 0 0 28px 0;
}
#detail_main .sections .figure_box01 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0 0 30px 0;
}
#detail_main .sections .figure_box01 figcaption {
  font-size: 11px;
  font-weight: bold;
  padding: 15px 0 15px 0;
}
#detail_main .sections .figure_box02 {
  text-align: center;
  margin: 0 0 60px 0;
}
#detail_main .sections .figure_box03 .fig_table {
  display: table;
  margin: 0 0 20px 0;
}
#detail_main .sections .figure_box03 .fig_photo {
  display: table-cell;
}
#detail_main .sections .figure_box03 .fig_text {
  vertical-align: bottom;
  display: table-cell;
  padding: 0 0 0 30px;
}
#detail_main .sections .figure_box03 .fig_text p {
  font-size: 12px;
  margin: 0 0 3px 0;
  line-height: 1.5;
}
#detail_main .sections .figure_box03 .fig_text span {
  font-weight: bold;
  font-size: 14px;
}
#detail_main .sections .figure_box03 .fig_text a {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
}
#detail_main .sections .figure_box03 .fig_text a:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
#detail_main .sections .under_banner {
  max-width: 600px;
  margin: 0 auto;
}
#detail_main .sections .under_banner img {
  width: 100%;
}
#detail_main .sections .ex_banner01 {
  max-width: 600px;
  margin: 0 auto;
}
#detail_main .sections .ex_banner01 a {
  display: block;
  padding: 30px 30px 0 30px;
}
#detail_main .sections .ex_banner01 a img {
  width: 100%;
}
#detail_main .sections .section_icon {
  display: inline-block;
  background: #000;
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px 0;
}
#detail_main .sections .special_text {
  font-size: 16px;
  line-height: 1.7;
}
#detail_main .sections .section_copy {
  font-size: 8px;
  line-height: 1.2;
  margin: 36px 0 0 0;
}
#detail_main .sections .one_col_box {
  overflow: hidden;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
}
#detail_main .sections .one_col_box p {
  font-size: 14px;
}
#detail_main .sections .one_col_box .one_col_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#detail_main .sections .one_col_box ul {
  text-align: center;
  word-spacing: -0.4em;
}
#detail_main .sections .one_col_box ul li {
  display: inline-block;
  word-spacing: normal;
  margin: 0;
  font-size: 12px;
}
#detail_main .sections .one_col_box ul li dt {
  margin: 0 0 15px 0;
}
#detail_main .sections .one_col_box ul li dt img {
  width: 80%;
}
#detail_main .sections .two_col_box {
  overflow: hidden;
  margin: 0 0 40px 0;
}
#detail_main .sections .two_col_box .left_box {
  width: 240px;
  float: left;
}
#detail_main .sections .two_col_box .right_box {
  margin: 0 0 0 270px;
}
#detail_main .sections .two_col_box .right_box .two_col_title {
  font-weight: bold;
  margin: 0 0 30px 0;
}
#detail_main .sections .two_col_box .right_box .two_col_text {
  font-size: 12px;
  line-height: 1.8;
}
#detail_main .sections .two_col_box2 {
  width: 100%;
  display: table;
  margin-bottom: 60px;
}
#detail_main .sections .two_col_box2 img {
  width: 100%;
}
#detail_main .sections .two_col_box2 p {
  font-size: 12px;
  margin: 10px 6px 0 6px;
}
#detail_main .sections .two_col_box2 .left_box {
  width: 50%;
  display: table-cell;
  padding: 0 1px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#detail_main .sections .two_col_box2 .right_box {
  width: 50%;
  padding: 0 0 0 1px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#detail_main .sections .two_col_box3 {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
#detail_main .sections .two_col_box3 img {
  width: 100%;
}
#detail_main .sections .two_col_box3 p {
  font-size: 12px;
  margin: 10px 0 0 0;
}
#detail_main .sections .two_col_box3 .left_box {
  width: 50%;
  display: table-cell;
  padding: 0 1px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#detail_main .sections .two_col_box3 .right_box {
  width: 50%;
  padding: 0 0 0 1px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#detail_main .sections .two_col_box4 {
  width: 100%;
  display: table;
  padding-bottom: 40px;
}
#detail_main .sections .two_col_box4 .left_box {
  width: 50%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#detail_main .sections .two_col_box4 .left_box img {
  width: 100%;
}
#detail_main .sections .two_col_box4 .right_box {
  width: 50%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#detail_main .sections .two_col_box4 .right_box p {
  font-size: 14px;
  margin: 0 0 0 30px;
  line-height: 1.7;
}
#detail_main .sections .border_wrap {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 20px 20px 0 20px;
}
#detail_main .sections .list_box01 {
  padding: 10px 0 30px 0;
  font-size: 14px;
}
#detail_main .sections .list_box01 dt {
  font-weight: bold;
  padding: 0 0 20px 0;
}
#detail_main .sections .list_box01 dd {
  padding: 20px;
  border: 2px solid #000;
  position: relative;
}
#detail_main .sections .list_box01 dd:before {
  content: " ";
  display: block;
  width: 17px;
  height: 14px;
  background: url(../images/kitagawa/ic03.png) 0 0 no-repeat;
  position: absolute;
  left: 20px;
  top: -14px;
}
#detail_main .sections .ext_text {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
#detail_main .sections .vols {
  margin: 0 0 50px 0;
}
#detail_main .sections .vols li {
  margin: 0 0 10px 0;
}
#detail_main .sections .vols span {
  display: inline-block;
  background: #000;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
}
#detail_main .sections .vols p {
  display: inline-block;
  font-size: 16px;
}
#detail_main .sections .big_movie {
  margin: 0 auto 30px;
  width: 640px;
  height: 360px;
  -webkit-background-size: cover cover !important;
  background-size: cover !important;
  position: relative;
  cursor: pointer;
}
#detail_main .sections .big_movie span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -484px -470px;
  width: 56px;
  height: 56px;
}
#detail_main .sections .middle_movie {
  margin: 0 auto 60px;
  height: 210px;
  width: 370px;
  -webkit-background-size: cover cover !important;
  background-size: cover !important;
  position: relative;
  cursor: pointer;
}
#detail_main .sections .middle_movie span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -484px -470px;
  width: 56px;
  height: 56px;
}
#detail_main .sections .movie_box {
  display: table;
  height: 180px;
  width: 100%;
  margin: 0 0 40px 0;
}
#detail_main .sections .movie_box .left_box {
  width: 50%;
  display: table-cell;
  -webkit-background-size: cover cover;
  background-size: cover;
}
#detail_main .sections .movie_box .right_box {
  position: relative;
  width: 50%;
  display: table-cell;
  background: #000 center center no-repeat;
  -webkit-background-size: cover cover !important;
  background-size: cover !important;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#detail_main .sections .movie_box .right_box p {
  display: inline-block;
  margin: 10px auto 0;
}
#detail_main .sections .movie_box .right_box span {
  display: block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -484px -470px;
  width: 56px;
  height: 56px;
  margin: 0 auto 0;
}
#detail_main .sections .section_text {
  font-size: 16px;
  margin: 0 0 35px 0;
  line-height: 1.7;
}
#detail_main .sections .section_text .midashi {
  font-weight: bold;
}
#detail_main .sections .section_link {
  margin: 0 0 35px 0;
}
#detail_main .sections .section_link a {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}
#detail_main .sections .section_link a:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  margin: 0 0 0 10px;
}
#detail_main .sections .section_btn {
  border-bottom: 2px solid #fff;
}
#detail_main .sections .section_btn .none {
  display: none;
}
#detail_main .sections .section_btn a {
  overflow: hidden;
  display: block;
  background: #000;
  padding: 15px 20px 15px 40px;
  color: #fff;
  font-size: 14px;
}
#detail_main .sections .section_btn a:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  margin: 4px 0 0 0;
  float: right;
}

.bottons {
  padding-top: 40px !important;
  margin-bottom: 0 !important;
  background: #fff;
}

#conf #main_visual #visual_text h1 div {
  color: #000;
  font-size: 15px;
}
#conf #main_visual #visual_text h1 p {
  color: #000;
}
#conf #main_visual #visual_text h1 .strong_movie {
  font-size: 17px;
}
#conf #main_visual #visual_text h1 ul {
  margin: 25px 0 0 0;
}
#conf #main_visual #visual_text h1 ul li {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 2px 0;
}

#youtuber .big_movie {
  display: block;
}
#youtuber .big_movie .icon_blank {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -548px -628px;
  width: 23px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#youtuber .big_movie .box_to_youtube {
  display: table;
  position: absolute;
  width: 340px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -170px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
#youtuber .big_movie .box_to_youtube .left_box {
  display: table-cell;
  width: 64px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
#youtuber .big_movie .box_to_youtube .left_box .icon_play {
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -627px -560px;
  width: 16px;
  height: 22px;
  vertical-align: middle;
}
#youtuber .big_movie .box_to_youtube .right_box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#youtuber #visual_text p {
  color: #000 !important;
}
#youtuber #visual_text div {
  color: #000 !important;
}
#youtuber .movie_bg1 {
  background: url(../images/youtuber/movie01.png) center center no-repeat;
}
#youtuber .movie_bg2 {
  background: url(../images/youtuber/movie02.png) center center no-repeat;
}
#youtuber .movie_bg3 {
  background: url(../images/youtuber/movie03.png) center center no-repeat;
}
#youtuber .movie_bg4 {
  background: url(../images/youtuber/movie04.png) center center no-repeat;
}
#youtuber #detail_main .sections > h2 {
  margin-bottom: 25px;
}

#androidtv .movie_bg1 {
  background: url(../images/androidtv/movie01.png) center center no-repeat;
}
#androidtv h1 p {
  text-indent: -17px;
}
#androidtv #detail_main .sections_inner {
  max-width: none;
  margin-left: inherit;
  margin-right: inherit;
}
#androidtv #detail_main .sections_inner .and_section .photo_box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.and_section {
  margin: 0 0 70px 0;
}
.and_section > h1 {
  background: #90be4e;
  height: 50px;
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
.and_section > h1 .logo_box {
  width: 50px;
  display: table-cell;
  border-right: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.and_section > h1 .logo_box:after {
  content: " ";
  display: inline-block;
}
.and_section > h1 .title_box {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0 0 20px;
  line-height: 0;
}
.and_section .photo_box {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.and_section .photo_box .pc_img {
  width: 100%;
}
.and_section .photo_box .sp_img {
  display: none;
}
.and_section .photo_box .tx_img {
  float: right;
  margin: 0 20px 0 0;
  position: relative;
}
.and_section .photo_box .tx_box {
  display: none;
}

.and_section1 {
  margin-top: 70px;
}
.and_section1 .logo_box:after {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -520px -410px;
  width: 17px;
  height: 23px;
}

.and_section2 .logo_box:after {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -512px -628px;
  width: 26px;
  height: 20px;
}

.and_section3 .logo_box:after {
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -613px -628px;
  width: 22px;
  height: 18px;
}

#gits #local_lead {
  padding: 165px 0 60px;
  text-align: center;
}
#gits .sp_title {
  display: none;
}
#gits .lead_title {
  font-weight: bold;
  padding: 0 0 30px 0;
}
#gits #main_contents {
  background: url(../images/gits/bg03.jpg) center center no-repeat fixed;
}
#gits .big_movie {
  height: 360px;
  background: url(../images/gits/movie02.png) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}
#gits #large_visual {
  background: url(../images/gits/bg02.jpg) center -104px no-repeat;
  height: 780px;
  max-width: 1200px;
  margin: 60px auto 0;
  position: relative;
}
#gits #large_visual > h1 {
  background: url(../images/gits/h01.png) left center no-repeat;
  width: 417px;
  height: 281px;
  position: absolute;
  top: 25%;
  left: 50px;
  text-indent: -9999px;
  overflow: hidden;
}
#gits #large_visual .movie_box {
  width: 560px;
  height: 370px;
  left: 50%;
  bottom: -145px;
  margin: 0 0 0 -280px;
  position: absolute;
  background: #fff;
  z-index: 2;
}
#gits #large_visual .movie_box .movie_text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
#gits #large_visual .movie_box .movie_box_inner {
  width: 560px;
  height: 315px;
  background: url(../images/gits/movie03.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
}
#gits #large_visual .movie_box .movie_box_inner span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -484px -470px;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
}
#gits .people_box {
  border-top: 1px solid #000;
  padding: 40px 0 40px 0;
  display: table;
  width: 100%;
}
#gits .people_box .name {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 0;
}
#gits .people_box .kana {
  font-size: 10px;
  font-weight: bold;
}
#gits .people_box .photo_box {
  text-align: right;
  word-spacing: -0.3em;
}
#gits .people_box .photo_box li {
  display: inline-block;
  word-spacing: normal;
}
#gits .people_box .introduction {
  font-size: 11px;
  padding: 30px 20px 0 0;
}
#gits .people_box .left_box {
  display: table-cell;
  width: 65%;
}
#gits .people_box .right_box {
  display: table-cell;
  width: 35%;
  vertical-align: bottom;
}

#new_main {
  max-width: 1200px;
  height: 870px;
  margin: 60px auto 0;
  position: relative;
}
#new_main .height_class {
  width: 100%;
  height: 870px;
  position: absolute;
}
#new_main #main_bg1 {
  background: url(../images/kitagawa/bg/bg01.jpg) center 0 no-repeat;
}
#new_main #main_bg2 {
  background: url(../images/kitagawa/bg/bg02.jpg) center 0 no-repeat;
}
#new_main #main_bg3 {
  background: url(../images/kitagawa/bg/bg03.jpg) center 0 no-repeat;
}
#new_main #title_line {
  position: absolute;
  left: 0;
  top: 46%;
  margin: -90px 0 0 0;
  height: 230px;
  width: 100%;
}
#new_main #white_bg {
  height: 80px;
  width: 100%;
  background: url(../images/kitagawa/bg/bg02.png) 0 0 repeat;
}
#new_main #new_sub2 {
  width: 100%;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/kitagawa/bg/title04.png) center center no-repeat;
}
#new_main #black_bg {
  background: url(../images/kitagawa/bg/bg.png) 0 0 repeat;
  height: 150px;
  width: 100%;
}
#new_main #new_sub {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1px;
  width: 100%;
  height: 90px;
  background: url(../images/kitagawa/bg/lead.png) center 25px no-repeat;
}
#new_main #new_title {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1px;
  width: 635px;
  height: 58px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  background: url(../images/kitagawa/bg/title.png) center 18px no-repeat;
}
#new_main #movie_main {
  position: absolute;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
#new_main .visual_movie {
  position: absolute;
  background: #fff;
  cursor: pointer;
  text-align: center;
  bottom: 30px;
  left: 50%;
  width: 400px !important;
  height: 250px;
  margin: 0 0 0 -200px !important;
}
#new_main .visual_movie dl {
  position: relative;
}
#new_main .visual_movie dl dt {
  height: 210px;
  background: url(../images/kitagawa/movie08.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  position: relative;
}
#new_main .visual_movie dl dt span {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -484px -470px;
  width: 56px;
  height: 56px;
}
#new_main .visual_movie dl dd {
  height: 40px;
  background: #000;
  text-align: center;
}
#new_main .visual_movie dl dd img {
  display: inline-block;
  margin: 7px 0 0 0;
}

.no-opacity #new_main #title_line #new_title {
  border-top: 2px solid #999;
}
.no-opacity #new_main .visual_movie {
  bottom: 15px;
}
.no-opacity #new_main .visual_movie li {
  -ms-filter: inherit;
}
.no-opacity #new_main .visual_movie dl {
  -ms-filter: inherit;
}
.no-opacity #new_main .visual_movie dt {
  -ms-filter: inherit;
}
.no-opacity #new_main .visual_movie dt span {
  -ms-filter: inherit;
}

#new_main.p2 #main_bg2 {
  position: absolute;
  overflow: hidden;
  width: 0;
  background: none;
}
#new_main.p2 #main_bg2_inner {
  max-width: 1200px;
  height: 780px;
  background: url(../images/kitagawa/bg/bg02.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#new_main.p2 #title_line {
  overflow: hidden;
  width: 0;
}
#new_main.p2 #new_title_inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 180px;
  width: 100%;
}
#new_main.p2 .visual_movie_wrapper {
  position: absolute;
  bottom: 30px;
  height: 170px;
  left: 50%;
  width: 0;
  overflow: hidden;
  margin: 0 0 0 -345px;
}
#new_main.p2 .visual_movie {
  bottom: 0 !important;
  left: 0;
  margin: 0 !important;
}

#kitagawa .movie_bg1 {
  background: url(../images/kitagawa/movie05.jpg) center center no-repeat;
}
#kitagawa .movie_bg2 {
  background: url(../images/kitagawa/movie06.jpg) center center no-repeat;
}
#kitagawa .movie_bg3 {
  background: url(../images/kitagawa/movie07.jpg) center center no-repeat;
}
#kitagawa .movie_bg4 {
  background: url(../images/kitagawa/movie01.png) center center no-repeat;
}
#kitagawa .movie_bg5 {
  background: url(../images/kitagawa/movie08.jpg) center center no-repeat;
}
#kitagawa #main_contents {
  background: url(../images/kitagawa/bg03.jpg) center center no-repeat fixed;
}
#kitagawa #local_lead {
  padding: 60px 0 60px;
}
#kitagawa .detail_title01 {
  font-size: 21px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
#kitagawa .detail_text01 {
  font-size: 14px;
  padding: 0 0 28px 0;
}
#kitagawa .circle_box {
  text-align: center;
  color: #000;
  font-size: 10px;
  position: absolute;
  right: 30px;
  top: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  width: 150px;
  height: 150px;
  background: url(../images/kitagawa/ic01.png) 0 0 no-repeat;
}
#kitagawa .vol_box {
  color: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  background: url(../images/kitagawa/ic02.png) 0 0 no-repeat;
}
#kitagawa .visual_movie {
  width: 690px;
  margin: 395px auto 0;
  overflow: hidden;
}
#kitagawa .visual_movie .movie_clild {
  width: 180px;
  height: 170px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}
#kitagawa .visual_movie .movie_clild dt {
  height: 100px;
  position: relative;
}
#kitagawa .visual_movie .movie_clild dt span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #000;
  font-size: 10px;
  padding: 3px 3px 3px 3px;
}
#kitagawa .visual_movie .movie_clild dt p {
  left: 73px;
  top: 40px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -131px -235px;
  width: 36px;
  height: 36px;
  -webkit-background-size: 365px 330px;
  background-size: 365px 330px;
  position: absolute;
}
#kitagawa .visual_movie .movie_clild dd {
  height: 70px;
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0 0 0;
}

#large_visual {
  background: url(../images/kitagawa/bg01.jpg) center 0px no-repeat;
  height: 780px;
  margin: 60px auto 0;
  max-width: 1200px;
  position: relative;
}
#large_visual h1 {
  height: 97px;
  background: url(../images/kitagawa/h01.png) right 84px no-repeat;
  padding: 84px 0 0 0;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}
#large_visual h1 div, #large_visual h1 span {
  display: none;
}
#large_visual h1 .none {
  display: none;
}

#blacklist.pc .profile_box {
  width: 640px !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

#main_blacklist {
  margin: 60px 0 0 0;
}
#main_blacklist img {
  width: 100%;
}

#main_blacklist_img1 {
  display: block;
}

#main_blacklist_img2 {
  display: none;
}

#info_4k {
  display: table;
  width: 980px;
  padding: 40px 0 40px 0;
  margin: 0 auto;
}

#info_4k_text {
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  font-size: 11px;
  line-height: 2;
}

#info_4k_btn {
  display: table-cell;
  vertical-align: middle;
  width: 380px;
  font-size: 12px;
}
#info_4k_btn a {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  margin: 0 0 0 20px;
}
#info_4k_btn a span {
  font-size: 14px;
}
#info_4k_btn a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
}

#blacklist_contents {
  background: url(../images/blacklist/bg01.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}

#blacklist_contents_inner {
  width: 980px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

.blacklist_line {
  height: 6px;
  background: #9d0208;
}

.blacklist_movie {
  width: 640px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
}

.blacklist_movie_wrap {
  padding: 0 0 40px 0;
  overflow: hidden;
}

.blacklist_movie_box {
  padding: 0 0 30px 0;
}

.blacklist_movie_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 24px 0 24px 0;
}
.blacklist_movie_title b {
  display: inline-block;
  padding: 20px 0 0 0;
}
.blacklist_movie_title img {
  display: none;
}

.blacklist_movie_text {
  padding: 0 70px 30px 70px;
  font-size: 14px;
}

.blacklist_movie_profile {
  text-align: center;
}
.blacklist_movie_profile a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.blacklist_movie_profile a:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  margin: 0 0 0 20px;
}

#blacklist_tab {
  padding: 0 12px 12px 12px;
}
#blacklist_tab ul {
  display: table;
  width: 100%;
}
#blacklist_tab ul li {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
}
#blacklist_tab ul li img {
  width: 100%;
}

#blacklist_select {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #9d0208;
  height: 7px;
  position: relative;
}

#blacklist_select:before {
  content: " ";
  display: inline-block;
  background: url(../images/blacklist/arrow01.png) 0 0 no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 0;
  margin-left: -6.5px;
}

#blacklist_select.select_1:before {
  left: 12.5%;
}

#blacklist_select.select_2:before {
  left: 37.5%;
}

#blacklist_select.select_3:before {
  left: 62.5%;
}

#blacklist_select.select_4:before {
  left: 87.5%;
}

#blacklist_introduction {
  padding: 77px 0 77px 0;
  background: url(../images/blacklist/bg02.jpg) center center;
  -webkit-background-size: cover cover;
  background-size: cover;
  height: auto;
}

#blacklist_introduction_inner {
  width: 520px;
  margin: 0 auto;
  color: #fff;
}

#blackList_introduction_title {
  font-size: 21px;
  text-align: center;
}
#blackList_introduction_title span {
  display: block;
  content: " ";
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 20px auto;
}

#blackList_introduction_text {
  font-size: 14px;
  padding: 40px 0 50px 0;
}

#blackList_introduction_info {
  font-size: 16px;
  padding: 0 0 20px 0;
  text-align: center;
}

#blackList_introduction_btn {
  text-align: center;
}
#blackList_introduction_btn a {
  font-size: 15px;
  display: inline-block;
  color: #fff;
  padding: 10px 20px 10px 50px;
  border: 1px solid #fff;
}
#blackList_introduction_btn a:after {
  content: " ";
  display: inline-block;
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -690px -76px;
  width: 11px;
  height: 9px;
  margin: 0 0 0 30px;
}

#blacklist_product {
  border-bottom: 1px solid #eeb5b4;
  padding: 20px 0 40px 0;
}

#blacklist_product_inner {
  width: 770px;
  margin: 0 auto;
  text-align: center;
}

.pc #blacklist_introduction_wrap {
  height: auto !important;
}

.pc .blacklist_movie_wrap {
  height: auto !important;
}

.blacklist_season1,
.blacklist_season2 {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.blacklist_season1 dt,
.blacklist_season2 dt {
  padding: 0 0 20px 0;
}
.blacklist_season1 dd,
.blacklist_season2 dd {
  padding: 0 20px 0 20px;
}
.blacklist_season1 span,
.blacklist_season2 span {
  font-size: 16px;
}

.blacklist_season1 {
  margin: 0 10px 0 0;
}

.blacklist_season2 {
  margin: 0 0 0 10px;
}

.blacklist_irr_text {
  padding: 40px 0 0 0;
  font-size: 14px;
}

#blacklist_copy {
  padding: 10px 0 0 0;
}
#blacklist_copy small {
  line-height: 1;
  font-size: 12px;
}

#netflex_box {
  padding: 60px 0;
  border-bottom: 1px solid #eeb5b4;
}
#netflex_box dl {
  width: 740px;
  display: table;
  margin: 0 auto;
}
#netflex_box dl dt {
  width: 360px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#netflex_box dl dd {
  width: 380px;
  display: table-cell;
  vertical-align: middle;
}
#netflex_box dl dd p {
  font-size: 16px;
  color: #000;
  padding: 0 0 18px 0;
}
#netflex_box dl dd a {
  display: inline-block;
  color: #fff;
  padding: 15px 40px;
  background: #000;
  position: relative;
}
#netflex_box dl dd a:after {
  content: " ";
  background-image: url(/bravia/4k/assets/images/sprites/pc/sprite.png);
  background-position: -714px -54px;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin: 0 0 0 20px;
  position: absolute;
  right: 10px;
  top: 22px;
}

.no-opacity #blacklist_contents_inner,
.no-opacity #blacklist_introduction {
  position: relative;
}

.soon_profile {
  display: none;
}

.sp_profile {
  display: none;
}

.special_page #local_lead {
  padding: 120px 0 60px;
  text-align: center;
}
.special_page .lead_title {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 20px;
}
.special_page #main_contents {
  padding-bottom: 100px;
}
.special_page #detail_sub {
  border-top: none !important;
}
.special_page #detail_main .sections {
  border-top: none;
  padding: 40px 0;
  margin-bottom: 100px;
}
.special_page #detail_main .sections .section_icon {
  margin-bottom: 40px;
}

.no-opacity #movie_layer span,
.no-opacity #img_layer_inner span {
  background: url(../images/common/btn06.png) 0 0 no-repeat !important;
}

.no-opacity .one_col_box {
  padding: 20px 10px !important;
}
.no-opacity .one_col_box li {
  margin-bottom: 20px !important;
}

.no-opacity .profile_box {
  width: 640px !important;
  height: 400px !important;
  left: 50% !important;
  top: 50% !important;
  margin: -200px 0 0 -320px  !important;
}
