.pc {
  display: block;
}
@media screen and (max-width: 981px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 981px) {
  .sp {
    display: block;
  }
}

.preconfirm_wrap img {
  max-width: 100%;
}
.preconfirm_wrap .kv_area {
  width: 100%;
  height: 640px;
  border-bottom: 1px solid #fff;
  background: url(/bravia/preconfirm/images/kv.jpg) center bottom/cover;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .kv_area {
    height: auto;
    background: none;
  }
}
.preconfirm_wrap .kv_area .kv_txt {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .kv_area .kv_txt {
    display: none;
  }
}
.preconfirm_wrap .kv_area .kv_txt .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.preconfirm_wrap .kv_area .kv_txt .base img {
  width: 100%;
  height: 285px;
}
.preconfirm_wrap .kv_area .kv_txt .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  top: 29px;
}
.preconfirm_wrap .kv_area .kv_sp {
  display: none;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .kv_area .kv_sp {
    display: block;
  }
  .preconfirm_wrap .kv_area .kv_sp h1 img {
    width: 100%;
  }
}
.preconfirm_wrap .check_1 {
  width: 100%;
  padding: 30px 0 70px;
  background: url(/bravia/preconfirm/images/block1_bg.jpg) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_1 {
    background: url(/bravia/preconfirm/images/sp/block1_bg.jpg) center/cover;
    padding: 15px 0 30px;
  }
}
.preconfirm_wrap .check_1 h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_1 h2 {
    margin-bottom: 15px;
  }
}
.preconfirm_wrap .check_1 p.lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 55px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_1 p.lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.preconfirm_wrap .check_1 p.lead span {
  font-size: 24px;
  color: #ffde3e;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_1 p.lead span {
    font-size: 16px;
  }
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_1 .img {
    width: 92%;
    margin: 0 auto;
  }
}
.preconfirm_wrap .check_1 .img img {
  margin: 0 auto;
}
.preconfirm_wrap .check_2 {
  width: 100%;
  padding: 30px 0 55px;
  background: url(/bravia/preconfirm/images/block2_bg.jpg) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 {
    background: url(/bravia/preconfirm/images/sp/block2_bg.jpg) center/cover;
    padding: 15px 0 25px;
  }
}
.preconfirm_wrap .check_2 h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 .img {
    width: 95%;
    margin: 0 auto;
  }
}
.preconfirm_wrap .check_2 .img img {
  margin: 0 auto;
}
.preconfirm_wrap .check_2 p.lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 p.lead {
    font-size: 12px;
    margin: 10px 0 15px;
  }
}
.preconfirm_wrap .check_2 .btn_area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 .btn_area {
    display: block;
  }
}
.preconfirm_wrap .check_2 .btn_area p.btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 .btn_area p.btn:not(:last-child) {
    margin: 0 0 20px;
  }
}
.preconfirm_wrap .check_2 p.btn {
  display: flex;
  justify-content: center;
}
.preconfirm_wrap .check_2 p.btn a {
  width: 330px;
  height: 75px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf1f5;
  color: #143066;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 p.btn a {
    font-size: 12px;
    width: 230px;
    height: 55px;
  }
}
.preconfirm_wrap .check_2 p.btn a:hover {
  opacity: 0.8;
}
.preconfirm_wrap .check_2 p.btn a img {
  margin-right: 15px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_2 p.btn a img {
    margin-right: 5px;
    width: 20px;
  }
}
.preconfirm_wrap .check_3 {
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: center;
  background: url(/bravia/preconfirm/images/block3_bg.jpg) center/cover;
  padding: 40px 0 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 {
    height: auto;
    background: url(/bravia/preconfirm/images/sp/block3_bg.jpg) right center/cover;
    padding: 20px 0;
  }
}
.preconfirm_wrap .check_3 > .inner {
  display: flex;
  flex-direction: column;
}
.preconfirm_wrap .check_3 > .inner h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner h2 {
    margin-bottom: 15px;
  }
}
.preconfirm_wrap .check_3 > .inner ul {
  margin-left: 70px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner ul {
    margin: 0 auto;
    width: 80%;
  }
}
.preconfirm_wrap .check_3 > .inner ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.preconfirm_wrap .check_3 > .inner ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner ul li {
    font-size: 12px;
  }
}
.preconfirm_wrap .check_3 > .inner ul li span {
  font-size: 0;
  margin-right: 5px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner ul li span {
    width: 20px;
  }
}
.preconfirm_wrap .check_3 > .inner p.lead {
  margin-top: auto;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_3 > .inner p.lead {
    margin-top: 40px;
    padding: 0 8%;
    font-size: 12px;
  }
}
.preconfirm_wrap .check_4 {
  width: 100%;
  padding: 40px 0 70px;
  display: flex;
  justify-content: center;
  background: url(/bravia/preconfirm/images/block4_bg.jpg) center/cover;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 {
    background: url(/bravia/preconfirm/images/sp/block4_bg.jpg) right center/cover;
    padding: 20px 0;
  }
}
.preconfirm_wrap .check_4 > .inner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner h2 {
    margin-bottom: 15px;
  }
}
.preconfirm_wrap .check_4 > .inner ul {
  margin-left: 50px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner ul {
    margin-left: 5%;
  }
}
.preconfirm_wrap .check_4 > .inner ul li {
  display: flex;
  align-items: flex-start;
}
.preconfirm_wrap .check_4 > .inner ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.preconfirm_wrap .check_4 > .inner ul li span.icon {
  font-size: 0;
  margin: 9px 15px 0 0;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner ul li span.icon {
    width: 17px;
    margin: 5px 7px 0 0;
  }
}
.preconfirm_wrap .check_4 > .inner ul li span.txt {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner ul li span.txt {
    font-size: 11px;
    width: calc(100% - 17px - 7px);
  }
}
.preconfirm_wrap .check_4 > .inner ul li span.txt span {
  font-size: 25px;
  color: #ffde3e;
  line-height: 1;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner ul li span.txt span {
    font-size: 13px;
  }
}
.preconfirm_wrap .check_4 > .inner .soundbar {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .check_4 > .inner .soundbar {
    margin: 10px auto 0;
    width: 90%;
  }
}
.preconfirm_wrap .check_4 > .inner .soundbar img {
  margin: 0 auto;
}
.preconfirm_wrap .summary {
  width: 100%;
  background: #edf1f5;
  padding: 50px 0;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary {
    padding: 25px 5% 20px;
    box-sizing: border-box;
  }
}
.preconfirm_wrap .summary > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 4px solid #92a4a3;
  border-radius: 10px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner {
    padding: 20px 0 25px;
  }
}
.preconfirm_wrap .summary > .inner .ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner .ttl {
    margin-bottom: 15px;
  }
  .preconfirm_wrap .summary > .inner .ttl img {
    width: 200px;
  }
}
.preconfirm_wrap .summary > .inner ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner ul {
    margin-bottom: 30px;
    padding: 0 7%;
  }
}
@media screen and (max-width: 450px) {
  .preconfirm_wrap .summary > .inner ul {
    width: 100%;
  }
}
.preconfirm_wrap .summary > .inner ul li {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}
.preconfirm_wrap .summary > .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner ul li {
    font-size: 13px;
  }
}
.preconfirm_wrap .summary > .inner ul li .icon {
  margin-right: 25px;
  width: 32px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner ul li .icon {
    width: 20px;
    margin-right: 10px;
  }
}
.preconfirm_wrap .summary > .inner .bg_area {
  width: 100%;
  height: 186px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner .bg_area {
    height: auto;
    padding: 20px 0;
  }
}
.preconfirm_wrap .summary > .inner .bg_area .human {
  position: absolute;
  right: 90px;
  top: 3px;
  transform: translate(0, -100%);
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner .bg_area .human {
    width: 90px;
    right: 5px;
  }
}
.preconfirm_wrap .summary > .inner .bg_area .base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 186px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner .bg_area .base {
    height: 100%;
  }
}
.preconfirm_wrap .summary > .inner .bg_area p {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner .bg_area p {
    font-size: 14px;
  }
}
.preconfirm_wrap .summary > .inner .bg_area p span {
  color: #ffde3e;
}
.preconfirm_wrap .summary > .inner p.btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner p.btn {
    margin-top: 20px;
  }
}
.preconfirm_wrap .summary > .inner p.btn a {
  width: 590px;
  height: 75px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf1f5;
  color: #143066;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #9ba8b5;
  transition: all 0.3s;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner p.btn a {
    width: 94%;
    max-width: 590px;
    font-size: 11px;
    height: 65px;
  }
}
.preconfirm_wrap .summary > .inner p.btn a:hover {
  opacity: 0.8;
}
.preconfirm_wrap .summary > .inner p.btn a img {
  margin-right: 15px;
}
@media screen and (max-width: 981px) {
  .preconfirm_wrap .summary > .inner p.btn a img {
    margin-right: 5px;
    width: 20px;
  }
}

/* lineup Area
--------------------------------------------------------------------

.s5-storeButton{
	width: 100% !important;
}

span.s5-label {
	background: #db4a39 none repeat scroll 0 0;
	border: 1px solid #db4a39;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1.2;
	padding: 2px 5px 1px;
}

.c5-name {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.c5-labelb {
	font-size: 14px;
	width: 48px;
	text-align: center;
	line-height: 1;
	border: 1px solid #525252;
	color: #525252 !important;
	display: inline-block !important;
	border-radius: 4px;
	padding: 4px 0;
	font-weight: normal !important;
}

#c5-lineup, #c5-lineup2020 {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	h4 {
		font-weight: bold;
	}
}

#c5-lineup ul, #c5-lineup2020 ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 0 !important;
}

#c5-lineup ul, #c5-lineup2020 ul:after {
	content: "";
	width: 32%;
	height: 0;
}

#c5-lineup ul li, #c5-lineup2020 ul li {
	width: 32%;
	flex-wrap: wrap;
	//border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 20px;
}

#c5-lineup ul li dl, #c5-lineup2020 ul li dl {
	display: flex;
	padding: 2%;
	margin: 1em 0;
}

#c5-lineup ul li dt, #c5-lineup2020 ul li dt {
	width: 35%;
}

#c5-lineup ul li dt img, #c5-lineup2020 ul li dt img {
	width: 100%;
	height: auto;
}

#c5-lineup ul li dd, #c5-lineup2020 ul li dd {
	width: 61%;
	margin-left: 10px;
	font-weight: bold;
}

#c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
	font-size: 76%;
	font-weight: normal;
	display: block;
}

#c5-lineup ul li dd .c5-btn, #c5-lineup2020 ul li dd .c5-btn {
	display: block;
}

@media screen and (max-width: 640px) {
	#c5-lineup ul, #c5-lineup2020 ul {
		display: blok;
	}
	#c5-lineup ul li, #c5-lineup2020 ul li {
		width: 100%;
	}
	#c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
		margin-bottom: 0 !important;
	}
}

.c5-etc {
	display: block;
	padding: 0 10px 5px;
	font-size: 14px;
	color: #c00;
	font-weight: bold;
}

-------------------------------------------------------------------- */
.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

@media screen and (max-width: 981px) {
  .android {
    font-family: Verdana, "Droid Sans", sans-serif !important;
  }
}

/*Margin
------------------------------------------------------------------------------------------------------ */
.c5-mg5 {
  margin: 5px !important;
}

.c5-mg10 {
  margin: 10px !important;
}

.c5-mg15 {
  margin: 15px !important;
}

.c5-mg20 {
  margin: 20px !important;
}

.c5-mg25 {
  margin: 25px !important;
}

.c5-mg30 {
  margin: 30px !important;
}

/*top*/
.c5-mgT5 {
  margin-top: 5px !important;
}

.c5-mgT10 {
  margin-top: 10px !important;
}

.c5-mgT15 {
  margin-top: 15px !important;
}

.c5-mgT20 {
  margin-top: 20px !important;
}

.c5-mgT25 {
  margin-top: 25px !important;
}

.c5-mgT30 {
  margin-top: 30px !important;
}

.c5-mgT40 {
  margin-top: 40px !important;
}

.c5-mgT50 {
  margin-top: 50px !important;
}

.c5-mgT60 {
  margin-top: 60px !important;
}

/*right*/
.c5-mgR5 {
  margin-right: 5px !important;
}

.c5-mgR10 {
  margin-right: 10px !important;
}

.c5-mgR15 {
  margin-right: 15px !important;
}

.c5-mgR20 {
  margin-right: 20px !important;
}

.c5-mgR25 {
  margin-right: 25px !important;
}

.c5-mgR30 {
  margin-right: 30px !important;
}

/*bottom*/
.c5-mgB0 {
  margin-bottom: 0px !important;
}

.c5-mgB5 {
  margin-bottom: 5px !important;
}

.c5-mgB10 {
  margin-bottom: 10px !important;
}

.c5-mgB15 {
  margin-bottom: 15px !important;
}

.c5-mgB20 {
  margin-bottom: 20px !important;
}

.c5-mgB25 {
  margin-bottom: 25px !important;
}

.c5-mgB30 {
  margin-bottom: 30px !important;
}

.c5-mgB35 {
  margin-bottom: 35px !important;
}

.c5-mgB40 {
  margin-bottom: 40px !important;
}

.c5-mgB45 {
  margin-bottom: 45px !important;
}

.c5-mgB50 {
  margin-bottom: 50px !important;
}

.c5-mgB55 {
  margin-bottom: 55px !important;
}

.c5-mgB60 {
  margin-bottom: 60px !important;
}

.c5-mgB65 {
  margin-bottom: 65px !important;
}

.c5-mgB70 {
  margin-bottom: 70px !important;
}

.c5-mgB75 {
  margin-bottom: 75px !important;
}

.c5-mgB80 {
  margin-bottom: 80px !important;
}

.c5-mgB85 {
  margin-bottom: 85px !important;
}

.c5-mgB90 {
  margin-bottom: 90px !important;
}

.c5-mgB95 {
  margin-bottom: 95px !important;
}

.c5-mgB100 {
  margin-bottom: 100px !important;
}

/*left*/
.c5-mgL5 {
  margin-left: 5px !important;
}

.c5-mgL10 {
  margin-left: 10px !important;
}

.c5-mgL15 {
  margin-left: 15px !important;
}

.c5-mgL20 {
  margin-left: 20px !important;
}

.c5-mgL25 {
  margin-left: 25px !important;
}

.c5-mgL30 {
  margin-left: 30px !important;
}/*# sourceMappingURL=layout.css.map */