@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2019.02.22
 */

/*========================================

  .c5-br-

========================================*/
.c5-br-inner {
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.c5-br-inner2 {
	max-width: 840px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (max-width:640px) {
.c5-br-inner,
.c5-br-inner2 {
	width: 90.625%;
}
	.c5-br-inner2 {
		padding: 0;
	}
}
.c5-br-heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  color: #333 !important;
	font-feature-settings: "palt";
}
.c5-br-heading span {
  text-align: center !important;
  font-size: 1.2rem !important;
  border-bottom: solid 1px;
  font-weight: 700 !important;
  line-height: 3.5 !important;
  padding-bottom:3px !important;
  color: #333 !important;
}
@media all and (-ms-high-contrast: none){
.c5-br-heading span {
	padding-bottom:0px !important;
	line-height: 4 !important;
}
}
.c5-br-heading + .c5-cr-text {
	margin-top: 30px;
}

@media (max-width:640px) {
.c5-br-heading {
	line-height: 1.5 !important;
}
}
.c5-br-section {
	margin-top: 100px;
}
.c5-br-section p {
	margin-bottom: 2em;
}
.c5-br-section img {
	max-width: 100%;
}
.c5-br-overwidth {
	margin: 60px 0;
}
.c5-br-overwidth-imgs {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}
.c5-br-overwidth-imgs.col-2 > div {
	width: 50%
}
.c5-br-caption {
	margin-top: 25px;
	margin-bottom: 5.5em;
}
.c5-br-caption p {
	font-size: 0.75rem;
    line-height: 1.7;
}
.c5-br-txtC {
	text-align: center;
}

.c5-fw-b {
	font-weight: bold;
}
@media (max-width:640px) {
	.c5-shoplist-wrap .c5-br-txtL_sp {
		text-align: left;
	}
	.c5-br-overwidth-imgs {
		display: block;
		width: 90.625%;
	}
	.c5-br-overwidth-imgs.col-2 > div {
		width: auto;
	}
	.c5-br-overwidth-imgs.col-2 > div:not(:first-child) {
		margin-top: 20px;
	}
	.c5-br-section {
		margin-top: 60px;
	}
	.c5-br-overwidth {
		margin: 30px 0;
	}
	.c5-br-caption {
		margin-top: 15px;
		margin-bottom: 2.4em;
	}
	.c5-br-section p {
		margin-bottom: 1.5em;
	}
}

/*========================================

  .c5-br-intro

========================================*/
.c5-br-intro {
  margin-top: 60px;
}
.c5-br-intro__title {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  color: #333 !important;
}
.c5-br-intro__title span {
  font-size: 1.4rem !important;
  color: #333 !important;
  line-height: 2 !important;
}
.c5-br-intro__imgbox {
  margin: 40px auto;
  max-width: 640px;
}
.c5-br-sp {
  display:none;
}

@media (max-width:640px) {
.c5-br-intro__title {
	line-height: 1.5 !important;
}
.c5-br-intro__imgbox {
	margin: 20px auto;
}
.c5-br-sp {
	display:block;
}
}

/*========================================

  .c5-br-item

========================================*/
.c5-br-item {
  text-align: center;
  margin-top: 90px;
  font-size: 0;
}
.c5-br-item .s5-button {
  margin-right: 0;
  color: #fff !important;
	line-height: 1.6;
}
.c5-br-item__intro {
  text-align: center !important;
  margin: 0 0 50px;
  padding-bottom: 30px;
  font-weight: 700 !important;
  border-bottom: solid 1px #efefef;
}
.c5-br-item__note {
  font-size: 0.8rem !important;
  margin-top: 55px;
}
.c5-br-item__title {
  margin: 0;
  text-align: center !important;
}

.c5-br-item__bravia,
.c5-br-item__sound_bar,
.c5-br-item__speaker {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.c5-br-item__bravia .c5-cr-imgbox,
.c5-br-item__sound_bar .c5-cr-imgbox,
.c5-br-item__speaker .c5-cr-imgbox {
  margin: 40px auto 35px;
  width: 100%;
  max-width: 210px;
}
.c5-br-item__bravia a,
.c5-br-item__sound_bar a,
.c5-br-item__speaker a {
  width: 90%;
}

@media (max-width:960px) {
.c5-br-item__bravia,
.c5-br-item__sound_bar,
.c5-br-item__speaker {
	margin-top:50px;
	width: 55%;
}
.c5-br-item__bravia a,
.c5-br-item__sound_bar a,
.c5-br-item__speaker a {
	width: 270px;
}
}
@media (max-width:640px) {
.c5-br-item {
	margin-top: 60px;
}
.c5-br-item .s5-button {
	margin-right: 10px;
	margin-left: 10px;
}
.c5-br-item__intro {
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.c5-br-item__note {
	margin-top: 35px;
}
.c5-br-item__bravia {
	display: block;
	width: auto;
}
.c5-br-item__sound_bar,
.c5-br-item__speaker {
	display: block;
	margin: 40px 0 0;
	width: auto;
}
.c5-br-item__bravia .c5-cr-imgbox,
.c5-br-item__sound_bar .c5-cr-imgbox,
.c5-br-item__speaker .c5-cr-imgbox {
	margin: 20px auto;
}
}
