@charset "utf-8";

.c5-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100% !important;
  z-index: 999;
}

.c5-fixed .c5-navInner{
	margin: 0 !important;
	padding: 0 !important;
}
.c5-fixed .c5-spnav{
	margin: 0 !important;
}

.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: 74%;
    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%; */
		width: 20%;
    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: 25%; */
			width: 33%;
			display: inline-block;
	    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-nav li:last-child {
		width: 40%;
	}
	.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{
	background-color: #000;
	border: 5px solid #BB8636;
	color: #fff;
	padding: 20px;
}

.c5-ttl img {
  max-width: 100%;
  margin: 0 auto; 
}

.c5-online {
  max-width: 1240px;
  margin: 0 auto 90px;
  padding: 0 20px;
}
.c5-online__inner {
  display: flex;
  justify-content: space-between;
}
.c5-online__inner-content{
  width: 46%;
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #edf1fa;
}
.c5-online__inner-content p {
  font-weight: bold;
  text-align: center;
}
.c5-online__inner-content p:first-child {
  font-size: 14px;
  margin: 0;
}
.c5-online__inner-content p:nth-child(2) {
  font-size: 24px;
  line-height: 1;
  margin: 20px auto;
  color: #e63465;
}
.c5-online__inner-content p:nth-child(2) .s5-p3{
  color: #2f353d;
}
.c5-online__inner-content p:last-child {
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 768px) {
  .c5-online__inner-content p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .c5-online {
    padding: 0;
  }
  .c5-online__inner {
    display: block;
  }
  .c5-online__inner-content{
    margin-bottom: 3%;
    width: 100%;
  }
  .c5-online__inner-content p:first-child {
    margin: 0;
  }
}

.c5-braviaCPbox2{
	border: solid 1px #f5683a;
	padding: 20px;
}


.c5-online2 {
  max-width: 880px;
}

.c5-online2 .c5-online__inner2 .c5-online__inner-content {
  width: 45%;
}
@media (max-width: 750px) {
  .c5-online2 .c5-online__inner2 .c5-online__inner-content {
    width: 100%;
  }
}

.c5-step--hide {
  display: none;
}

.c5--link_txt1 {
  font-size: 18px;
}

.c5-w100 {
 width: 100%;
}

.c5-contExperience__main {
  padding: 65px 40px 50px;
  background-color: #191c21;
  background-image: url(../images/bg-experience.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 309px;
  display: flex;
  color: #fff;
}
.c5-contExperience .c5-productItem {
  width: 42%;
}
.c5-contExperience .c5-productSpec {
  width: 64%;
  margin-left: auto;
}

.c5-contService {
  padding-top: 80px;
}
.c5-contService__caution {
  font-size: 14px;
}
