@charset "UTF-8";
/* --------------------------------------------------
  調整クラス
-------------------------------------------------- */
.s5-container {
	max-width: none;
	padding: 0;
}

@media only screen and (max-width: 767px) {
.c5-is-pc {
	display: none !important;
}
}

@media only screen and (max-width: 767px) {
.c5-is-tab {
	/*display: none !important;*/
}
}

@media only screen and (min-width: 768px) {
.c5-is-sp {
	display: none !important;
}
}
.c5-ta-c {
	text-align: center !important;
}
.c5-ta-r {
	text-align: right;
}
.c5-nav {
	background: #4d5269;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.c5-nav.js-header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.c5-nav__list {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.c5-nav__link {
	color: white;
	position: relative;
	padding: 1em;
	display: block;
	text-align: center;
}
.c5-nav__link > span {
	display: inline-block;
	padding-left: 18px;
	position: relative;
}
.c5-nav__link > span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.c5-nav__link:hover {
	color: white;
}
.c5-content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-feature-settings: 'palt';*/
	letter-spacing: 0.025em;
	line-height: 1.78;
	font-size: 14px;
}
.c5-content p {
	margin: 0 0 20px 0;
	padding: 0;
}
.c5-content img {
	vertical-align: bottom;
	max-width: 100%;
}
.c5-text--vaio {
	color: #4d5269;
	font-size: 120%;
	display: inline-block;
	line-height: 1;
	font-family: 'DIN Next LT Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c5-row-reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.c5-row-reason__col {
	width: 30%;
	background-color: #f9fafa;
	padding: 40px 14px;
	box-sizing: border-box;
	text-align: center;
}
.c5-recommend__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px 60px -15px;
}
.c5-recommend__col {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 15px;
}
.c5-recommend__wrap figure,
.c5-row-reason figure {
	margin: 0;
}
.c5-row-reason img {
}
.c5-recommend__wrap figcaption,
.c5-row-reason figcaption {
	margin-top: 30px;
}
.c5-row-reason figcaption p:last-child {
	margin-bottom: 0;
}
.c5-row-reason__ttl {
	color: #4d5269;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: 2px;
	text-align: center;
}
.c5-note {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.c5-note > li {
	list-style-type: none;
	text-indent: -1.3em;
	margin-left: 1.3em;
	margin-bottom: 5px;
}
.c5-note > li:before {
	content: '*';
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}
.c5-note--kome > li:before {
	content: '※';
	display: inline-block;
	width: 1.3em;
	text-indent: 0;
}
.c5-note--num > li {
	text-indent: -2em;
	margin-left: 2em;
	counter-increment: calc-ex9;
}
.c5-note--num > li:before {
	content: "*" counter(calc-ex9);
	display: inline-block;
	width: 2em;
	text-indent: 0;
}
.c5-longbtn-wrap {
	margin: 60px 0 0 0;
}
.c5-longbtn {
	padding: 10px 15px;
	background-color: #5787f4;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	transition: .3s;
	letter-spacing: 1px;
	min-width: 500px;
	line-height: 1.4;
}
.c5-longbtn:hover {
	text-decoration: none;
	color: #fff;
	opacity: .7;
}
.c5-longbtn .c5-iconArrow {
	display: inline-block;
	position: relative;
}
.c5-longbtn .c5-iconArrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.c5-linkdetail {
	font-weight: bold;
	display: inline-block;
}
.c5-linkdetail:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #333;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
/******new style--------------------------------------------------------*/
.c5-section {
	margin-top: 120px;
}
.c5-section__sub + .c5-section__sub {
	margin-top: 120px;
}
.c5-section__inner {
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}
.c5-section__ttl {
	font-size: 49px;
	margin: 0 0 60px 0;
	text-align: center;
	line-height: 1.4;
}
.c5-section__ttl.adjacent {
	margin-bottom: 0;
}
.c5-section__ttl.adjacent + .c5-section__ttls {
	margin-bottom: 60px;
}
p.c5-section__ttls {
	font-size: 26px;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.c5-section__subttl {
	font-size: 38px;
	margin: 0 0 50px 0;
	text-align: center;
	line-height: 1.7;
	color: #4d5269;
}
.c5-section__subttl2 {
	font-weight: bold;
    font-size: 21px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    line-height: 1.3;
}
.c5-section__head {
	background: #f9fafa;
	text-align: center;
	padding: 50px 20px;
	margin-bottom: 120px;
}
.c5-section__head .c5-section__ttl {
	margin: 0;
}
.c5-compare__cols {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}
.c5-compare__cols > div {
	width: 49%;
}
.c5-compare__cols figure {
	margin: 0;
}
.c5-compare__cols figcaption {
	text-align: right;
	margin-top: 10px;
}
.c5-value__img {
	margin-bottom: 60px;
	text-align: center;
}
.c5-value__movie {
	padding: 0 120px;
	margin-bottom: 40px;
	background: #000 url("../images/img_movie07.jpg") no-repeat center top / 100% auto;
	position: relative;
}
.c5-value__movie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.c5-value__movie + .c5-notes {
	margin-bottom: 60px;
}
.c5-iframe__wrap {
	position: relative;
	padding-top: 56.25%;
	margin: 0 auto;
}
.c5-iframe__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c5-campaign__cols {
	display: flex;
}
.c5-campaign__cols h4 {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
.c5-campaign__cols + .c5-campaign__cols {
	margin-top: 60px;
}
.c5-campaign__imgs {
	width: 350px;
	margin-right: 60px;
}
.c5-moreBtn-wrap {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
a.c5-moreBtn {
	font-weight: bold;
	color: #fff;
	transition: all 0.3s !important;
	border: 1px solid #4d5269;
	padding: 15px;
	text-align: center;
	display: block;
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1.3;
	background-color: #4d5269;
}
a.c5-moreBtn:hover {
	text-decoration: none;
	opacity: .7;
}
.c5-moreBtn span {
	position: relative;
	padding-left: 26px;
}
.c5-moreBtn span::after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border-bottom: solid 3px #fff;
	border-left: solid 3px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 0;
	transition: all 0.3s !important;
}
.c5-productBox {
	display: flex;
	margin-top: 60px;
}
.c5-productBox__figure {
	width: 400px;
	margin-right: 60px;
}
.c5-productBox__name {
	margin: 0 0 20px 0;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 21px;
	line-height: 1.3;
}
.c5-productBox__price {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
}
.s5-sonystoreListBlock__storeGroup {
	font-weight: bold;
}
.s5-sonystoreListBlock__storeGroup .fmtPrice,
.c5-productBox__price span {
	font-size: 21px;
}
.c5-notes {
	font-size: 11px;
}
.c5-bg-gray {
	background-color: #4d5269;
}
.c5-bg-gray:hover {
	opacity: .7;
	background-color: #4d5269;
}
.c5-txtbox {
	display: inline-block;
	border: 1px solid #707070;
	padding: 2px 12px;
	margin-bottom: 10px;
}
* + .c5-suppbox {
	margin-top: 60px;
}
.c5-suppbox + p {
	margin-top: 30px;
}
.c5-suppbox__header {
	text-align: center;
	color: #fff;
	background-color: #4d5269;
	padding: 15px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 2px;
}
.c5-suppbox__bodyex {
	padding: 40px;
	background-color: #f9fafa;
}
.c5-suppbox__body {
	background-color: #f9fafa;
	padding: 40px 0;
	display: flex;
}
.c5-suppbox__body > div {
	padding: 0 40px;
}
.c5-suppbox__body > div:first-child {
	border-right: 2px solid #4d5269;
}
.c5-suppbox__ttl {
	text-align: center;
	color: #4d5269;
	padding: 5px;
	font-size: 17px;
	border: 2px solid #4d5269;
	margin: 0 0 40px 0;
}
.c5-list__cause {
	margin: 0 0 20px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 2px;
}
.c5-list__cause li {
	list-style: none;
	padding: 0;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	text-align: center;
	flex: auto;
}
.c5-list__cause img {
	vertical-align: top;
	margin-right: 10px;
}
.c5-list__causeimg {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0 -20px;
	padding: 0;
}
.c5-list__causeimg li {
	margin: 0 20px;
	list-style: none;
}
.c5-basic {
	flex: 0 1 250px;
	position: relative;
}
.c5-basic::after {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -18px;
	content: '+';
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0;
	text-align: center;
	background-color: #4d5269;
	font-family: Arial, Helvetica, "sans-serif";
}
.c5-wide {
	flex: 1 1 auto;
}
.c5-wide .c5-list__cause {
	margin-bottom: 30px;
}
.c5-fc-gray {
	color: #4d5269;
}
.c5-store__wrap {
	border: 2px solid #4d5269;
}
.c5-store__wrap .s5-header2 {
	display: none;
}
.c5-store__wrap .s5-shopList {
	letter-spacing: 0;
}
.c5-store__wrap .s5-shopListItem5__eyecatcher {
	font-size: 13px;
}
.c5-store__ttl {
	text-align: center;
	background-color: #4d5269;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 18px;
	line-height: 1.4;
}
.c5-store__body {
	padding: 20px;
	background-color: #fff;
}
.c5-list_tradein {
	display: flex;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.c5-list_tradein p:last-child {
	margin-bottom: 0;
}
.c5-list_tradein li {
	flex: 0 1 33%;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;
	border-left: 2px solid #4d5269;
}
.c5-list_tradein .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.c5-list_tradein li:first-child {
	border-left: none;
}
.c5-list_tradein img {
	margin-bottom: 20px;
}
.c5-img_flR {
	float: right;
	margin: 0 0 20px 20px;
}
.c5-list_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.c5-list_links li {
	margin-bottom: 5px;
}
.c5-list_links li a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
.c5-list_links li a::before {
	content: '';
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(135deg);
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: .6em;
	left: 0;
}
.c5-list_column > * {
	display: inline-block;
	vertical-align: top;
}
.c5-list_column > *:first-child {
	margin-right: 20px;
}
.c5-movies {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.c5-movies > div {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.c5-frameWrap {
	position: relative;
	padding-top: 56.25%;
}
.c5-frameWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c5-mt60 {
	margin-top: 60px;
}
.c5-btnlist > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}
.c5-btnlist .c5-longbtn {
	min-width: 0;
}
.c5-linkmovie {
	display: inline-block;
	position: relative;
	background-color: #000;
	outline: none;
}
.c5-linkmovie img {
	opacity: .7;
}
.c5-linkmovie:hover::before {
	transform: scale(1.2);
	background-color: rgba(255,255,255,0.7);
}
.c5-linkmovie:hover::after {
}
.c5-linkmovie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: all .3s ease;
	z-index: 2;
}
.c5-linkmovie::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 6px);
	margin: auto;
	width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 17.3px;
border-color: transparent transparent transparent #000;
	transition: all .3s ease;
	z-index: 3;

}

@media only screen and (min-width: 1280px) {
.c5-is-tab {
	display: none !important;
}
}

@media screen and (max-width: 800px) {
	.c5-nav {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.c5-nav {
		font-size: 12px;
	}
	.c5-nav__list li {
		width: 33.3%;
		border-left: 1px solid #fff;
	}
	.c5-nav__list li:first-child {
		border-left: none;
	}
	.c5-nav__link {
		padding: 1em .5em;
	}
	.c5-nav__link > span > span {
		display: none;
	}
	.c5-nav__link > span:after {
		content: attr(data-sp-text) "";
		text-indent: 0;
	}
	.c5-section {
		margin-top: 60px;
	}
	.c5-section__sub + .c5-section__sub {
		margin-top: 60px;
	}
	.c5-section__inner {
		padding: 0 15px;
	}
	.c5-section__ttl {
		font-size: 34px;
	}
	p.c5-section__ttls {
		font-size: 16px;
		margin-top: 10px;
	}
	.c5-section__head {
		padding: 30px 15px;
		margin-bottom: 60px;
	}
	.c5-section__subttl {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.c5-section__subttl2 {
		font-size: 18px;
	}
	.c5-value__img {
		margin-bottom: 30px;
	}
	.c5-value__movie {
		padding: 0;
	}
	.c5-value__movie + .c5-notes {
		margin-bottom: 30px;
	}
	.c5-campaign__cols {
		display: block;
		max-width: 585px;
		margin: 0 auto;
	}
	.c5-campaign__imgs {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	a.c5-moreBtn {
		font-size: 18px;
	}
	.c5-campaign__cols h4,
	.c5-productBox__name {
		font-size: 18px;
	}
	.c5-productBox {
		display: block;
		max-width: 585px;
		margin: 60px auto 0 auto;
	}
	.c5-productBox__figure {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.c5-longbtn-wrap {
		margin-top: 40px;
	}
	.c5-compare__cols {
		display: block;
		max-width: 490px;
		margin: 0 auto;
	}
	.c5-compare__cols > div {
		width: auto;
	}
	.c5-compare__cols > div:not(:last-child) {
		margin-bottom: 30px;
	}
	* + .c5-suppbox {
		margin-top: 30px;
	}
	.c5-suppbox__header {
		font-size: 18px;
	}
	.c5-suppbox__body {
		display: block;
		padding: 0 15px;
	}
	.c5-suppbox__body > div {
		padding: 40px 0;
	}
	.c5-suppbox__body > div:first-child {
		border-right: none;
		border-bottom: 2px solid #4d5269;
		padding-bottom: 60px;
		margin-bottom: 20px;
	}
	.c5-suppbox__ttl {
		padding: 5px;
		margin: 0 auto 20px auto;
		/*max-width: 200px;*/
	}
	.c5-list__cause {
		font-size: 18px;
	}
	.c5-list__cause li {
		margin: 0 7px 10px 7px;
		flex: none;
	}
	.c5-list__causeimg {
		margin: 0 -10px;
	}
	.c5-list__causeimg li {
		margin: 0 10px;
	}
	.c5-basic {
		flex: none;
	}
	.c5-basic::after {
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -18px;
		margin-right: -18px;
		right: 50%;
	}
	.c5-wide {
		flex: none;
	}
	.c5-list__cause,
	.c5-wide .c5-list__cause {
		margin-bottom: 10px;
	}
	.s5-sonystoreListBlock__storeGroup .fmtPrice, .c5-productBox__price span {
		font-size: 18px;
	}
	.c5-moreBtn span::after {
		top: 0;
	}
	.c5-longbtn {
		font-size: 16px;
		min-width: 0;
		display: block;
		padding: 6px 10px;
	}
	.c5-row-reason {
		margin-bottom: 0;
		max-width: 490px;
		margin-left: auto;
		margin-right: auto;
	}
	.c5-row-reason__col {
		width: 100%;
		margin-bottom: 40px;
	}
	.ver-spec figure {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.c5-row-reason.ver-spec figure > div {
	}
	.c5-row-reason.ver-spec figcaption {
		margin: 0 0 0 30px;
	}
	.c5-text--vaio {
		font-size: 100%;
	}
	.c5-recommend__wrap {
		display: block;
		margin: 0 0 40px 0;
	}
	.c5-recommend__col {
		width: auto;
		padding: 0;
		margin-bottom: 30px;
	}
	.c5-suppbox__bodyex {
		padding: 15px;
	}
	.c5-list_tradein {
		display: block;
	}
	.c5-list_tradein li {
		border-left: none;
		border-bottom: 2px solid #4d5269;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.c5-store__ttl {
		font-size: 18px;
		padding: 10px;
	}
	.c5-store__body {
		padding: 10px;
	}
	.s5-shopListItem5:last-child {
		margin-bottom: 0;
	}
	.c5-img_flR {
		text-align: center;
		float: none;
		margin: 0 0 20px 0;
	}
	.c5-img_flR .c5-img_mxset {
		max-width: 40%;
	}
	.c5-list_column > * {
		display: block;
	}
	.c5-list_column > *:first-child {
		margin: 0;
	}
	.c5-movies {
		display: block;
		margin: 0;
	}
	.c5-movies > div {
		padding: 0;
		width: auto;
		text-align: center;
	}
	.c5-movies > div:first-child {
		margin-bottom: 30px;
	}
	.c5-mt60 {
		margin-top: 40px;
	}
	.c5-btnlist > div {
		display: block;
		margin: 0 0 20px 0;
	}
}

.s5-storeLinks {
	letter-spacing: 0; /* reset */
}

/***-------------------------------------------------modal****/
@keyframes modal-video {
 from {
  opacity: 0
 }
 to {
  opacity: 1
 }
}
@keyframes modal-video-inner {
 from {
  transform: translate(0, 100px)
 }
 to {
  transform: translate(0, 0)
 }
}
.modal-video {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 1000000;
 cursor: pointer;
 opacity: 1;
 animation-timing-function: ease-out;
 animation-duration: .3s;
 animation-name: modal-video;
 transition: opacity .3s ease-out
}
.modal-video-close {
 opacity: 0
}
.modal-video-close .modal-video-movie-wrap {
 transform: translate(0, 100px)
}
.modal-video-body {
 max-width: 940px;
 width: 100%;
 height: 100%;
 margin: 0 auto;
 display: table
}
.modal-video-inner {
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 height: 100%
}
.modal-video-movie-wrap {
 width: 100%;
 height: 0;
 position: relative;
 padding-bottom: 56.25%;
 background-color: #333;
 animation-timing-function: ease-out;
 animation-duration: .3s;
 animation-name: modal-video-inner;
 transform: translate(0, 0);
 transition: transform .3s ease-out
}
.modal-video-movie-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%
}
.modal-video-close-btn {
 position: absolute;
 z-index: 2;
 top: -35px;
 right: 0;
 display: inline-block;
 width: 35px;
 height: 35px;
 overflow: hidden;
 border: none;
 background: transparent
}
.modal-video-close-btn:before {
 transform: rotate(45deg)
}
.modal-video-close-btn:after {
 transform: rotate(-45deg)
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
 content: '';
 position: absolute;
 height: 2px;
 width: 100%;
 top: 50%;
 left: 0;
 background: #fff;
 border-radius: 5px;
 margin-top: -6px
}