@charset "UTF-8";

.c5-border {
	border: 1px dashed #AAAAAA;
	padding: 1% 1.5%;
}
.c5-logo img {
	display:block;
	height: auto;
	width: 100%;
	max-width: 288px;
}

.c5-pc {
	display: block;
	width: 100%;
	height: auto;
}

.c5-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.c5-pc {
		display: none;
	}

	.c5-sp {
		display: block;
	}
}

img.c5-icon {
	vertical-align: middle;
	max-height: 40px;
	margin: 1%;
}

.c5-cont1 {
	width: 30% !important;
	background: ;
	padding: 1%;
	border-right: #ADADAD 0px dashed;
}

.c5-cont2 {
	width: 29% !important;
	background: ;
	padding: 1%;
	border-right: #ADADAD 0px dashed;
	height: 610px;
}
.c5-cont3 {
	width: 41% !important;
	background: ;
	padding: 1%;
}
@media screen and (max-width: 979px) {
	.c5-cont1 , .c5-cont2 , .c5-cont3 {
		width:  33.333% !important;
	}
}
@media screen and (max-width: 767px) {
	.c5-cont1 , .c5-cont2 , .c5-cont3 {
		width:  100% !important;
		border: none;
		height: auto !important;
	}
}


.c5-menu {
	border: #c9c9c9 1px solid;
	background:#FFF;
	width: 95%;
	margin: 5% 1.5%;
	border-radius: 4px;
}
.c5-menu .c5-menu_ttl {
	background:#c9c9c9;
	padding: 1.5% 2%;
	color: #FFF;
}
.s5-heading2.c5-menu_ttl{
	font-size: 1.4rem;
}
.c5-menu .c5-menu_sub {
	margin: 1.5% 2%;
}
.c5-menu ul {
	margin: 2% 1%;
}

.c5-menu2 {
	position: relative;
	left: 50%;
}
@media screen and (max-width: 767px) {
	.c5-menu2 {
		position: static;
		left: auto;
	}
}

.c5-menu3 {
	position: relative;
	top: 330px;
}
@media screen and (max-width: 979px) {
	.c5-menu3 {
		position: relative;
		top: 280px;
	}
}
@media screen and (max-width: 767px) {
	.c5-menu3 {
		position: static;
		top: auto;
	}
}
.c5-menu-bk {
	height: 630px;
	background: url(/bravia/store/images/merit_bk.png) no-repeat center;
	border-radius: 10px;
}
@media screen and (max-width: 979px) {
	.c5-menu-bk .c5-menu_ttl {
		font-size: 1.25rem;
	}
	.c5-menu .s5-list,
	.c5-menu .c5-menu_sub{
		font-size: 0.875rem;
	}
	img.c5-icon{
		height: 30px;
	}
}
@media screen and (max-width: 979px) {
	.c5-menu-bk,
	.c5-cont2 {
		height: 535px;
	}
}

@media screen and (max-width: 767px) {
	.c5-menu-bk {
		height: inherit;
		background: url(/bravia/store/images/merit_bk_sp.png) no-repeat center;
	}
	.c5-menu-bk .s5-row__col3{
		display: block;
	}
}

.c5-menu_top {
	position: relative;
	padding: 10px 0;
}
.c5-menu_top_arrow {
	position: absolute;
	right: 0;
	top:1.1%;
}
@media screen and (max-width: 767px) {
	.c5-menu_top_arrow {
		display: none;
	}
}




.c5-titleSidebtn{
    display: table;
    width: 100%;
    margin-bottom: 17px;
}
.c5-titleSidebtn .s5-header2__heading{
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.c5-titleSidebtn .s5-header2__utils3{
    display: table-cell;
    text-align: right;
    float: none;
    vertical-align: middle;
}
.c5-titleSidebtn .s5-header2__utils3 ul{
    display: block;
}
.c5-titleSidebtn .s5-header2__utils3 li{
    display: inline-block;
}
.c5-titleSidebtn .s5-header2__utils3 li:last-child,
.c5-titleSidebtn .s5-header2__utils3 li .s5-button:last-child{
    margin-right: 0;
}
@media screen and (max-width: 1200px){
  .c5-titleSidebtn{
      /*display: table;*/
      display: block;
      /*width: 100%;*/
      /*margin-bottom: 17px;*/
  }
  .c5-titleSidebtn .s5-header2__heading{
      /*display: table-cell;*/
      display: block;
      /*float: none;*/
      /*vertical-align: middle;*/
  }
  .c5-titleSidebtn .s5-header2__utils3{
      /*display: table-cell;*/
      display: block;
      text-align: left;
      /*text-align: right;*/
      /*float: none;*/
      /*vertical-align: middle;*/
      margin: 0;
      padding: 0;
  }
  .c5-titleSidebtn .s5-header2__utils3 ul{
      display: block;
  }
  .c5-titleSidebtn .s5-header2__utils3 li{
      display: inline-block;
  }
  .c5-titleSidebtn .s5-header2__utils3 li:last-child,
  .c5-titleSidebtn .s5-header2__utils3 li .s5-button:last-child{
      margin-right: 0;
  }
}



.c5-braviaCPbox{
	border: solid 1px #f5683a;
	padding: 0 20px 20px 20px;
	color: #f5683a;
}





/* Navi
------------------------------------------------------------------------------------------------------ */
.c5-nav {
    clear: both;
    width: 68%;
    margin-bottom: 8%;
}
.c5-nav.c5-nav--pc {
    display: block;
    margin: auto;
}
.c5-nav.c5-nav--sp {
    display: none;
}
.c5-navInner {
    width: 100%;
}
.c5-navInner--fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    width: 1200px;/*padding-right: 30px;*/
    /*left:0;*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

.c5-nav li {
	text-align: center;
	margin-right: 0;
    margin-left: 0;
    width: 25%;
    list-style: none;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: url(../images/navsp.jpg) no-repeat right 50%;
}

.c5-nav a {
	width: 100%;
	display: inline-block;
}

.c5-nav a:hover {
	opacity: .7;
}

@media screen and (max-width: 1260px) {
.c5-navInner--fixed {
    width: 95%;
}
}
.c5-nav .c5-navInner--fixed ul {
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 10px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 10px;
    box-shadow: rgba(0,0,0,0.5) 0px 2px 10px;
}
.c5-nav .c5-navInner--fixed ul:before, .c5-nav .c5-navInner--fixed ul:after {
    display: none;
}
.c5-nav ul {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    display: table;
    width: 100%;
    background: #ffffff;
}
.c5-navInner--fixed ul {
    margin: 0;
}
.c5-nav ul:before, .c5-nav ul:after {
    display: block;
    overflow: hidden;
    content: "";
}
.c5-nav ul:after {
    clear: both;
}
/*.c5-nav li img {
    width: 100%;
    height: auto;
}*/
.c5-spnav span.c5-spnav--pc {
    display: block;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding: 14px 28px 14px 15px;
}
.c5-spnav span.c5-spnav--sp {
    display: none;
}
.c5-spnav a {
    text-decoration: none !important;
    color: #000000;
}
.c5-spnav {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    padding: 0;
    /*margin: 0 0 3%;*/
    font-size: 105%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* 2017.10.16追加*/
.c5-org {
    color: #f5683a;
}
.c5-navInner .c5-navlabel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
}
.c5-navInner .c5-navlabel li {
    padding: 0 0 8px;
    background: #fff;
    display: block !important;
    float: left;
}
.c5-navlabel #c5-navlabel1 {
    width: 80% !important;
    border-bottom: 2px solid #666;
}
.c5-navlabel #c5-navlabel2 {
    width: 20% !important;
    border-bottom: 2px solid #f5683a;
}
.c5-nav .c5-navInner--fixed ul.c5-navlabel {
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 0px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 0px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 0px;
}

@media screen and (max-width: 1080px) {
.c5-navInner .c5-navlabel {
    display: none !important;
}
}


@media screen and (max-width: 640px) {
	.c5-nav {
	    clear: both;
	    width: 100%;
	    margin-bottom: 8%;
	}
	.c5-nav.c5-nav--pc {
	    display: none;
	}
	.c5-nav.c5-nav--sp {
	    display: flex;
	}
	.c5-nav ul {
	    margin-right: 0;
	    margin-left: 0;
	    padding: 0;
	    width: 100%;
	    background: #ffffff;
	}
	.c5-nav ul:before, .c5-nav ul:after {
	    display: block;
	    overflow: hidden;
	    content: "";
	}
	.c5-nav ul:after {
	    clear: both;
	}
	.c5-navInner {
	    width: 112%;
	    /*margin-right: -20px;*/
	    margin: 0 -20px;
	    padding: 20px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    display: block;
	}
	.c5-navInner--fixed {
	    margin: 0;
	    width: 100%;
	    padding: 0;
	    display: table;
	}
	.c5-nav .c5-navInner--fixed li {
	    width: 25%;
	    display: table-cell;
	}
	.c5-nav li {
	    /*clear: left;*/
	    width: 33.333%;
	    list-style: none;
	    padding: 0;
	    /*display: block;*/
	    vertical-align: middle;
	    height: 100%;
	    background: url(../images/navsp.jpg) no-repeat right 50%;
	    margin: 0 0 10px 0;
	}
	.c5-navInner--fixed .c5-org {
	    color: #f5683a;
	}
	.c5-nav li img {
	    display: none;
	}
	.c5-spnav {
	    border-top: 1px solid #1a1a1a;
	    border-bottom: 1px solid #1a1a1a;
	    border-left: 1px solid #1a1a1a;
	    padding: 0;
	    /*margin: 0 0 3%;*/
	    font-size: 105%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.c5-spnav span.c5-spnav--pc {
	    display: none;
	}
	.c5-spnav span.c5-spnav--sp {
	    display: block;
	    /*padding: 2% 11.5% 2% 2%;*/
	    /*background: url(../images/navsp.jpg) no-repeat right 50%;*/
	    font-size: 14px;
	    padding: 12px 18px 12px 5px;
	    line-height: 1.2;
	}
	.c5-spnav a {
	    display: block;
	    font-size: 14px;
	    text-decoration: none !important;
	    height: 100%;
	}
	.c5-spnav a:hover, .c5-spnav a:active {
	    display: block;
	    color: #666;
	}
}

.c5--border-Red {
  font-size: .875rem;
	border: 1px solid #c93434;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.s5-inStoreFeaturesItem1B__text p {
	position: relative;
	text-decoration: none;
}
.s5-inStoreFeaturesItem1B__text p a {
	text-decoration: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.s5-inStoreFeaturesItem1B__text p a:hover {
	opacity: .8;
}
.s5-inStoreFeaturesItem1B__text p a:hover img {
	opacity: .625;
}
.c5-h2-wrap{
	display: block;
	position: relative;
	margin: 80px auto 0;
	height: 107px;
	background-image: url(/bravia/store/products/select/images/title-bg.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (max-width: 767px) {
	.c5-h2-wrap{
		display: block;
		position: relative;
		margin: 50px auto 0;
		height: 107px;
		background-image: url(/bravia/store/products/select/images/title-bg.png);
		background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center;
	}
}
.c5-heading2{
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    -moz-text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
	-ms-text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
	.c5-heading2{
		line-height: 1.2;
		font-size: 1.7em;
	}
}
@media screen and (max-width: 767px) {
	.c5-sp-mb60{
		margin-bottom: 60px !important;
	}
}
#roomSizeSimulation .simulationBox {
	width: auto !important;
}
@media screen and (max-width: 768px){
	#roomSizeSimulation .simulationBox .slideBoxs .slideBox .top em{
		width: auto !important;
	}
}
.c5--imgbox img{
	display: inline-block;
    width: 49%;
    margin: 50px auto;
}
@media screen and (max-width: 767px) {
	.c5--imgbox{
		margin: 30px 0;
	}
	.c5--imgbox img{
		display: block;
    	width: 100%;
    	margin: 30px auto;
	}
}
.c5-link-banner:hover{
	transition: 0.8s;
	opacity: 0.6;
}
.c5-tv-size{
	color: #c93434!important;
}
.c5-tv-size:hover{
	text-decoration: none !important;
	transition: 0.8s;
	opacity: 0.6;
}
.c5-campaign-box{
	display: flex;
}
@media screen and (max-width: 767px) {
	.c5-campaign-box{
		display: contents;
	}
}
.c5_price-down{
	background-color: #c93434;
	padding: 10px;
    color: #fff;
}

.c5_bgborder{
	border-top: 4px solid #51318f;
    border-right: 5px solid #51318f;
    border-bottom: 5px solid #51318f;
    border-left: 5px solid #51318f;
	border-radius: 10px;
}
.c5_bgborder-4KT2{
	border-top: 4px solid #204299;
    border-right: 5px solid #204299;
    border-bottom: 5px solid #204299;
    border-left: 5px solid #204299;
	border-radius: 10px;
}
.c5_bgborder_r img {
	border-radius: 10px;
}




/*choice*/

.c5_4kchoice {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c5_4kchoice {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@media screen and (max-width: 768px) {
  .c5_4kchoice {
    margin: 0 -20px; } }

@media screen and (max-width: 768px) {
  .c5_4kchoice .c5-only-pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .c5_4kchoice .c5-only-sp {
    display: none; } }

.c5_4kchoice .c5-clearfix::after {
  content: "";
  display: block;
  clear: both; }

.c5_4kchoice img {
  width: 100%;
}

.c5_4kchoice__h2{
  background-color: #ffc53c;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 26px;
  margin: 44px 0 22px;
  font-weight: bold;
 }
.c5_4kchoice__h2::before {
  position: absolute;
  content: "";
  background: url(../images/ico_check.png) left top no-repeat;
  left: 26px;
  top: -20px;
  width: 90px;
  height: 50px;
  background-size: 90px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__h2{
    border-radius: 0;
    margin-top: 12vw;
    font-size: 3.5vw;
   }
  .c5_4kchoice__h2::before {
    position: absolute;
    content: "";
    background: url(../images/ico_check.png) left top no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -9vw;
    width: 18vw;
    height: 10vw;
    background-size: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .c5_4kchoice__point {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.c5_4kchoice__point.clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c5_4kchoice__point p strong {
  text-decoration: underline;
}
.c5_4kchoice__point p {
  margin: 1em 0;
}
.c5_4kchoice__point.clm2 .c5_4kchoice__point_l,
.c5_4kchoice__point.clm2 .c5_4kchoice__point_r {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__point.clm2 {
    display: block;
  }
  .c5_4kchoice__point.clm2 .c5_4kchoice__point_l,
  .c5_4kchoice__point.clm2 .c5_4kchoice__point_r {
    width: 100%;
  }
}

.c5_4kchoice__point_h4 {
  text-align: left;
  font-size: 24px;
  position: relative;
  padding-left: 94px;
  margin: 32px 0;
  font-weight: bold;
}
.c5_4kchoice__point_h4::before {
  content: "";
  text-align: center;
  position: absolute;
  background: url(../images/ico_point.png) left top no-repeat;
  left: 0px;
  top: -1em;
  width: 80px;
  height: 80px;
  background-size: 80px;
}

.c5_4kchoice__point_emerg {
  padding: 8px 16px 8px calc(16px + 1em);
  color: #eb2e3f;
  border-radius: 10px;
  border: 1px solid #eb2e3f;
  margin: 1em 0;
}
.c5_4kchoice__point_emerg span{
  text-indent: -1em;
  display: block;
}

.c5_4kchoice__point_title{
width: 51%;
}
@media screen and (max-width: 820px) {
  .c5_4kchoice__point_title{
		width: 70%;
		}
}

.c5_4kchoice__point_img04{
	max-width: 820px;
	margin: auto;
}

@media screen and (max-width: 820px) {
  .c5_4kchoice__point_img04{
		max-width: 100%;
	}
}