@charset 'utf-8';

@import url("https://fast.fonts.net/cssapi/1fc04cdc-51a8-4215-a671-f3bda2cc8853.css");

/**
 * Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* -----------------------------
■ 全体
----------------------------- */
.spEle { display: none; }
body {
	min-width: 1280px; }

*{
	margin: 0;
	padding: 0; }

p,
h2,
h3 {
	max-height: 999999px; }

.lh0 {
	line-height: 0; }

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

strong {
	font-weight: bold;
}

small {
	font-size: 13px;
	font-weight: normal;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'DIN Next W01 Regular',YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	font-size: 14px;
	background: #fff;
	color: #696969;
}

a {
	color: #4c5167;
	text-decoration: none;
	transition: color .4s, opacity .4s, text-decoration .4s;
}

a:hover {
	color: #b2b2b2;
	opacity: .6;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

input[type=checkbox], input[type=radio] {
	margin: 0 5px 0 0;
}

.visionalist {
	display: none;
}

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }


.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.pagetop {
	min-height: 1px;
	font-weight: bold;
}

.pagetop a {
	float: right;
}

.pagetop:after {
	content: ""; 
	display: block; 
	clear: both;
}

.pagetop-small {
	font-weight: normal;
	font-size: 12px;
}

.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.wrap-content{
	background-color: #f2f3f8;
	overflow: hidden;
	zoom: 1;
}

.box-content{
	width: 960px;
	padding: 0 16px;
	margin: 0 auto;
}

.title-common{
	padding: 34px 30px 30px 39px;
	background-color: #575c71;
	font-size: 28px;
	color: #fff;
	font-family: 'DIN Next W01 Regular';
	font-weight: normal;
	letter-spacing: 0.01em;
}

.link-arrow a{
	padding-left: 10px;
	background: url(../images/common/bg-arrow.png) no-repeat left center;
}

.btn-sonystore a{
	background: url(/image/bg-arrow2.png) no-repeat right center;	
	display: block;
	font-size: 22px;
	text-align: right;
	padding: 14px 50px 14px 0;
	background-color: #4d5269;
	color: #fff;
}
.btn-sonystore a:hover{
	text-decoration: none;
}

.linkArrow16 span {
	display: inline-block;
	padding-right: 26px;
	background: url(/images/common/bg_linkarrow16.png) no-repeat right center; }

.sp .linkArrow16 span {
	display: inline-block;
	padding-right: 17px;
	background: url(/images/common/bg_linkarrow24.png) no-repeat right center;
	background-size: 12px auto; }

sub.vtp {
    font-size: 90%;
    vertical-align: bottom;
    position: relative;
    top: 0.4em;
}
/* ---------------------------
■ Header
--------------------------- */
.headerCover {
	height: 132px;
	background-color: #000; }

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 890px;
	margin: 0 auto;
	z-index: 999;
	background-color: rgba(0,0,0,.6); }

.header a {
	transition: opacity .4s; }

.header .container {
	position: relative;
	width: auto; }

/* globalNaviWrapper */
.globalNaviWrapper {
	background-color: rgba(230,230,230,.95); }

.globalNaviWrapper .globalNaviLeft {
	float: left; }

.globalNaviWrapper .globalNaviLeft ul {
	font-size: 0;
	border-right: 1px solid #000; }

.globalNaviWrapper .globalNaviLeft li {
	display: inline-block;
	padding: 0;
	font-size: 15px;
	line-height: 92px;
	vertical-align: middle;
	border-left: 1px solid #000;
	transition: background .4s; }

.globalNaviWrapper .globalNaviLeft li.current {
	background-color: #000; }

.globalNaviWrapper .globalNaviLeft li.current a {
	color: #fff; }

.globalNaviWrapper .globalNaviLeft li.current a:after {
	display: none; }

.globalNaviWrapper .globalNaviLeft li:hover {
	background-color: #000; }

.globalNaviWrapper .globalNaviLeft li:hover a {
	color: #fff;
	text-decoration: none;
	opacity: 1; }

.globalNaviWrapper .globalNaviLeft li a {
	display: block;
	padding: 0 20px;
	color: #000;
	line-height: 40px;
	transition: color .4s; }

.globalNaviWrapper .globalNaviLeft li a .pcEle {
	display: inline-block; }

.globalNaviWrapper .globalNaviRight {
	float: right;
	padding-right: 15px; }

.globalNaviWrapper .globalNaviRight a {
	display: inline-block;
	font-size: 20px;
	padding: 0 5px;
	line-height: 40px; }

.globalNaviWrapper .fa-facebook-official {
	color: #3664a2; }

.globalNaviWrapper .fa-twitter {
	color: #1da1f2; }

.globalNaviWrapper .fa-youtube-play {
	color: #ff0000; }

/* ロゴ */
.header h1 {
	float: left;
	margin-left: 50px;
	line-height: 92px; }

.header h1 .logoImg {
	display: none; }

.header h1 .standardLogo {
	display: inline; }

/* 総合TOP時 */
.overallTop .header h1 .standardLogo {
	display: none; }

.overallTop .header h1 .overallTopLogo {
	display: inline; }

/* EMS時 */
.ems .header h1 .standardLogo {
	display: none; }

.ems .header h1 .emsLogo {
	display: inline; }



.header h1 img {
	vertical-align:  middle; }

.header h2 {
	float: left;
	margin-left: 30px;
	color: #fff;
	font-size: 14px;
	font-family: 'DIN Next W01 Regular', YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
    font-size: 14px;
	line-height: 92px; }


/* ナビ  */
.naviWrapper {
	float: right; }

.naviWrapper ul {
	text-align: right; }

.naviWrapper ul .overallTopList {
	display: none; }

.overallTop .naviWrapper .standardList {
	display: none; }

.overallTop .naviWrapper .overallTopList {
	display: inline-block; }

.naviWrapper .emsNaviWrapper {
	display: none; }

.ems .naviWrapper .baseNaviWrapper {
	display: none; }

.ems .naviWrapper .emsNaviWrapper {
	display: block; }

.naviWrapper li {
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	line-height: 92px;
	vertical-align: middle; }

.naviWrapper li a {
	position: relative;
	display: block;
	height: 100%;
	color: #fff; }

.naviWrapper li.current a:after,
.naviWrapper li.current.moreListWrapper span:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background: #fff; }

.naviWrapper li.current.moreListWrapper a:after {
	content: none; }

.naviWrapper li a:hover {
	text-decoration: none; }

.naviWrapper li.current a:hover {
	text-decoration: none;
	background-color: transparent; }

/* ホバー */
.moreListWrapper {
	position: relative;
	transition: all .4s; }

.moreListWrapper .moreTitle {
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	cursor: pointer; }

.moreListWrapper .moreTitle:hover {
	text-decoration: none; }

.moreListWrapper span {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 5px;
	color: #fff;
	background: url(../images/common/bg_navi_arrow.png) no-repeat right center; }

.moreListWrapper:hover .moreTitle span {
	background: url(../images/common/bg_navi_arrow_b.png) no-repeat right center; }

.naviWrapper li .hoverMenu {
	display: none;
	position: absolute;
	top:  92px;
	left:  0;	
	width: 260px;
	text-align: left;
	z-index: 999;
	border-top: 1px solid #fff;
	background-color: #e6e6e6; }

.naviWrapper .moreListWrapper:hover {
	background-color: #e6e6e6; }

.naviWrapper .moreListWrapper:hover a,
.naviWrapper .moreListWrapper:hover span {
	color: #000; }

.naviWrapper li .onecolumnWrapper {
	width: 240px; }

.naviWrapper li .twocolumnWrapper {
	width: 480px; }

.naviWrapper li .threecolumnWrapper {
	width: 720px;
	left: -58px; }

.naviWrapper li .hoverMenu a {
	color: #000; }

.naviWrapper .hoverMenu {
	font-size: 15px;
	letter-spacing: -0.6px; }

.naviWrapper .hoverMenu .column {
	box-sizing: border-box;
	float: left;
	width: 240px;
	padding: 0;
	border-right: 1px solid #fff; }

.naviWrapper .hoverMenu .twocolumn {
	width: 480px;
	border: none; }

.naviWrapper .hoverMenu p {
	padding-left: 15px;
	line-height: 56px;
	transition: all .4s;
	border-bottom: 1px solid #fff; }
	
.naviWrapper .hoverMenu p.menu-2l {
	line-height:150%;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.8px;
	
}

.naviWrapper .hoverMenu p:hover {
	background-color: #000; }

.naviWrapper .hoverMenu p:hover a {
	color: #fff;
	opacity: 1; }

.naviWrapper .hoverMenu a {
	display: block;
	padding: 0;
	transition: all .4s; }

.naviWrapper .hoverMenu .index {
	padding-left: 15px;
	color: #fff;
	line-height: 56px;
	border-bottom: 1px solid #fff;
	background-color: #000; }

.naviWrapper .hoverMenu .twocolumn .index {
	border-right: 1px solid #fff; }

.naviWrapper .rightNaviList .hoverMenu {
	left: auto;
	right: 0; }


.naviWrapper .lineupLink {
	position: absolute;
	bottom: 18px;
	right: 10px; }

.naviWrapper .lineupLink a {
	padding-left: 20px;
	line-height: 24px;
	background: url(/images/common/bg_linkarrow16.png) no-repeat 0 center;}

.naviWrapper .lineupLink a span {
	color: #000; }

.naviWrapper .moreListWrapper .storeAllLink a {
	line-height: 56px;
	padding:0 0 0 20px; 
	}

.naviWrapper .moreListWrapper .storeAllLink{
	padding: 0;
	}
	
.naviWrapper .moreListWrapper .storeAllLink a span {
	color: #000;
	padding:0 0 0 20px;
	background: url(/images/common/bg_linkarrow16.png) no-repeat 0 center;
	}
	
.naviWrapper ul.storeLink{
	text-align: left;
	line-height: 200%;
	padding: 20px 0;
}


.naviWrapper ul.storeLink li{
	display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 100%;
    vertical-align: middle;
}

.naviWrapper ul.storeLink a {
	padding-left: 20px;
	line-height: 24px;
	background: url(/images/common/bg_linkarrow16.png) no-repeat 0 center;
	}

.naviWrapper ul.storeLink a span {
	color: #000; }

/* -----------------
■ サブヘッダー
------------------- */
.subHeaderWrapper {
	position: fixed;
	top:  132px;
	left:  0;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: rgba(0,0,0,.6);
	z-index: 10; }

.subHeaderWrapper a {
	transition: opacity .4s; }

.subHeaderInner {
	padding: 0 0 0 45px; }

/* パンくず */
.pankuzulistWrapper {
	float: left; }

.pankuzulistWrapper ul {
	font-size: 0; }

.pankuzulistWrapper li {
	display: inline-block;
	margin-right: 6px;
	color: #fff;
	font-size: 12px;
	line-height: 40px; }

.pankuzulistWrapper li a {
	padding-right: 14px;
	color: #fff;
	background: url(/product/images/common/bg_pankuzu_arrow.png) no-repeat right center; }

/* サブナビ */
.subNaviWrapper {
	float: right; }

.subNaviWrapper ul {
	font-size: 0;
	border-right: 1px solid #ddd; }

.subNaviWrapper li {
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-left: 1px solid #ddd; }

.subNaviWrapper li.current {
	/*background-color: #fff; */
	text-decoration: underline;	
		}

.subNaviWrapper li.current a {
	color: #fff; 
}

.subNaviWrapper li a {
	display: block;
	color: #fff;
	line-height: 40px; }

.subNaviWrapper li a:hover,
.subNaviWrapper .hoverbtn:hover {
	color: #999999;
	opacity: 1;
	text-decoration: none;
	/*background-color: #4d5269;*/ }

.subNaviWrapper .sonystore {
	position: relative;
	width: 270px;
	text-align: center; 
	background-color: #c70557;
}
.subNaviWrapper .sonystore .hoverbtn:hover{
	background-color: #8e053f;
	color:#fff;
}

.subNaviWrapper .hoverbtn {
	cursor: pointer;
	transition: all .2s; }

.subNaviWrapper .hoverbtn span {
	padding-right: 14px;
	background: url(/product/images/common/bg_subnavi_arrow.png) no-repeat right center; }

.subNaviWrapper .hoverWrapper {
	position: absolute;
	top: 41px;
	right: 0;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
	border-left: 1px solid #ddd;
	background-color: rgba(0,0,0,.6); }

.subNaviWrapper .sonystore:hover .hoverWrapper {
	opacity: 1;
	visibility: visible; }

.subNaviWrapper .hoverWrapper p {
	border-bottom: 1px solid #ddd; }

/* -----------------------------
■ パンくず
----------------------------- */
.pankuzuWrapper {
	width: 900px;
	margin: 30px auto; }

.pankuzuWrapper ul {
	font-size: 0; }

.pankuzuWrapper li {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 22px; }

.pankuzuWrapper li a {
	display: inline-block;
	padding-right: 12px;
	background: url(/image/bg-arrow.png) no-repeat right center; }

/* -----------------
■ トップへ
------------------- */
.toTopWrapper {
	padding: 50px 0;
	text-align: center; }

.toTopWrapper a {
	padding-right: 30px;
	color: #4d5269;
	font-size: 14px;
	line-height: 30px;
	background: url(/images/common/ico_top.png) no-repeat right center; }

/* -----------------------------
■ Footer
----------------------------- */

.footer {
	background: #4d5269;
	color: #fff;
	font-size:12px;
	line-height: 180%;
}
.footer a{
	color: #fff;
}
.footer a:hover{
text-decoration: none;
opacity: 0.6;
}
.footer .wrapper {
	width:1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 0;
}

.footer .container {
	min-width: 100%;
	width: auto;
	overflow: hidden;
}
.footer > ul{
overflow: hidden;
height: auto;
width: 1280px;
display: table;
}

.footer ul > li{
	width:320px;
	display:table-cell;
	padding-right: 20px;
	box-sizing: border-box;
}

.footer ul > li > div:last-child{
	margin-top: 40px;
}
.footer ul > li > div.accordionWrapper {
	margin: 0;
}
.footer ul > li > div p{
	margin-top: 20px;
}
.footer ul > li > div > ol {
    margin-top: 20px;
}
.footer ul > li h3{
border-bottom: 1px rgba(200,200,200,0.6) solid;
padding-bottom: 5px;
margin-bottom: 20px;
font-size: 12px;
color: #fff;
}
.footer ul > li dl{
margin-top: 10px;
}
.footer ul > li dt{
font-weight: bold;
}
.footer ul > li dd ol li{
text-indent: 1em;
}
.footer ul > li > ol{
margin-top: 20px;
}
.footer div > ol{
margin-bottom: 20px;
}
.ft_bottom{
clear: both;
width: 1280px;
margin-top: 40px;
overflow: hidden;
text-align: center;
border-top:1px rgba(200,200,200,0.6) dotted;
border-bottom:1px rgba(200,200,200,0.6) dotted;
padding: 20px 0;

}
.ft_bottom ul {
display: table;
width:600px;
margin: 0 auto;
}
.ft_bottom ul li{
float: none;
display: table-cell;
width:150px;
}

.copyright{
margin-top: 40px;
color:#cccccc;
text-align: center;
}

/**
 * Breadcrumb
 */
.breadcrumb {
	max-width: 1200px;
	min-height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 100px;
}

.breadcrumb ul {
	width: 900px;
	margin: 0 auto;
}

.breadcrumb:after {
	content: ""; 
	display: block; 
	clear: both;
}

.breadcrumb li {
	font-size: 12px;
	display: block;
	float: left;
	background: url(/images/breadcrumb_arrow.png) no-repeat center left;
	margin: 0 15px 0 0;
	padding: 0 0 0 24px;
}

.breadcrumb li:first-child {
	background: none;
	padding: 0;
}

/**
 * Page Header
 */
.page-header {
	position: relative;
	margin: 0 0 40px 0;
	overflow: hidden;
}

.page-header p {
	margin: 20px 0 0 0;
}

.page-header ul {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
}

.page-title hr, 
.page-header hr {
	margin: 70px 0 0 0;
	background: url(/images/line.png) no-repeat top left;
	border: none;
	width: 900px;
	height: 6px;
}

.page-header .line-double {
	background-position: 0 -6px;
}

.page-title {
	position: relative;
	min-height: 1px;
	margin: 0 0 55px 0;
	overflow: hidden;
}

.page-title hr {
	margin: 0 0 20px 0;
}

.page-title h2 {
	font-size: 21px;
	line-height: 1.4;
}

.page-title h2 span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.page-title a {
	float: right;
}

.page-title:after {
	content: ""; 
	display: block; 
	clear: both;
}

/**
 * Product Header
 */
.product-header {
	position: relative;
	background: transparent url(/images/product_header_bg.png) repeat-x top left;
	width: 1200px;
	height: 57px;
	margin: 0 auto;
	overflow: hidden;
}

.product-header-hover {
	background: #4e506a;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product-header li {
	vertical-align: middle;
	display: inline-block;
}

.product-header li a, .product-header li span, 
.product-header dt, .product-header dd a {
	display: block;
	background: url(/images/product_header.png) no-repeat top left;
	height: 0;
	overflow: hidden;
}

.product-header li span {
	width: 7px;
	padding: 7px 0 0 0;
	background-position: -108px -26px;
	margin: 0 15px 0 19px;
}

.product-header-hover li span {
	background-position: -108px -33px;
}

.product-header li a.pro {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 0;
}

.product-header li a.pro:hover {
	background-position: 0 -29px;
}

.product-header-bottom li a.pro:hover {
	background-position: 0 0;
	opacity: 0.6;
}

.product-header-hover li a.pro {
	background-position: 0 -29px;
}

.product-header-hover li a.pro:hover {
	opacity: 0.6;
}

.product-header li a.fit {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 -58px;
}

.product-header li a.fit:hover {
	background-position: 0 -87px;
}

.product-header-bottom li a.fit:hover {
	background-position: 0 -58px;
	opacity: 0.6;
}

.product-header-hover li a.fit {
	background-position: 0 -87px;
}

.product-header-hover li a.fit:hover {
	opacity: 0.6;
}

.product-header li a.z {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 -116px;
}
.product-header li a.z:hover {
	background-position: 0 -116px;
	opacity: 0.6;
}

.product-header li a.feature {
	width: 51px;
	padding: 57px 0 0 0;
	background-position: -130px 0;
}

.product-header li.current a.feature, 
.product-header li a.feature:hover {
	background-position: -130px -57px;
}

.product-header-hover li a.feature {
	background-position: -130px -114px;
}

.product-header li a.design {
	width: 80px;
	padding: 57px 0 0 0;
	background-position: -188px 0;
}

.product-header li.current a.design, 
.product-header li a.design:hover {
	background-position: -188px -57px;
}

.product-header-hover li a.design {
	background-position: -188px -114px;
}

.product-header li a.specification {
	width: 58px;
	padding: 57px 0 0 0;
	background-position: -268px 0;
}

.product-header li.current a.specification, 
.product-header li a.specification:hover {
	background-position: -268px -57px;
}

.product-header-hover li a.specification {
	background-position: -268px -114px;
}

.product-header li a.software {
	width: 103px;
	padding: 57px 0 0 0;
	background-position: -326px 0;
}

.product-header li.current a.software, 
.product-header li a.software:hover {
	background-position: -326px -57px;
}

.product-header-hover li a.software {
	background-position: -326px -114px;
}

.product-header dl {
	position: absolute;
	top: 0;
	right: 0;
}

.product-header dt {
	display: inline-block;
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -628px 0;
}

.product-header-hover dt {
	background-position: -628px -114px;
}

.product-header dd {
	display: inline-block;
}

.product-header dd a.personal {
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -722px 0;
}

.product-header-hover dd a.personal {
	background-position: -722px -114px;
}

.product-header dd a.personal:hover {
	background-position: -722px -57px;
}

.product-header dd a.business {
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -816px 0;
}

.product-header-hover dd a.business {
	background-position: -816px -114px;
}

.product-header dd a.business:hover {
	background-position: -816px -57px;
}

/**
 * Contents
 */
.contents {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 168px;
}

.contents .container {
	margin-top: 105px;
}

.contents .wrapper {
	min-height: 1px;
}

.contents .wrapper:after {
	content: ""; 
	display: block; 
	clear: both;
}

.main {
	float: left;
	width: 623px;
	margin: 0 97px 0 0;
}

.sidebar {
	float: left;
	width: 180px;
}

/**
 * Sub Menu
 */
.sub-menu h5 {
	margin: 0 0 30px 0;
}

.sub-menu ul {
	background: url(/images/dot.png) repeat-x bottom left;
}

.sub-menu li {
	background: url(/images/dot.png) repeat-x top left;
	padding: 10px 0 9px 0;
}

.sub-menu ul ul {
	background: none;
	margin: 0;
}

.sub-menu ul ul li {
	background: none;
	padding: 5px 0;
	margin: 0 0 0 10px;
}

.sub-menu ul ul li:first-child {
	padding: 12px 0 5px 0;
}

/**
 * Information
 */
.information {
	border-top: 1px solid #e5e5e5;
	color: #4d5269;
	font-size: 13px;
	line-height: 2em;
}

.section dl.information {
	margin: 0;
}

.information dt {
	margin: 6px 0 0 0;
	font-weight: bold;
}

.information dd {
	margin: -25px 0 0 0 !important;
	padding: 0 0 6px 8em;
	border-bottom: 1px solid #e5e5e5;
}

.information dd a {
	display: inline-block;
}

.information-update dt {
	margin: 8px 0 0 0;
	color: #000;
	font-weight: normal;
}

.information-update dd {
	margin: -24px 0 0 0 !important;
	line-height: 1.5;
	font-size: 13px;
	padding: 0 0 8px 12em;
	color: #000;
}

.information-support dt {
	margin: 8px 0 0 0;
	font-weight: normal;
	color: #000;
}

.information-support dd {
	margin: -24px 0 0 0 !important;
	line-height: 1.5;
	padding: 0 0 8px 7em;
}

/**
 * Box
 */
.box {
	border: 1px solid #4d5269;
	padding: 15px 25px;
	margin: 0 0 30px 0;
}

.box h3 {
	margin: 0 0 10px 0;
}

.box p {
	margin: 0 !important;
}

.box-anchor {
	font-size: 12px;
	padding: 15px;
	margin: 0;
}

.box-anchor li {
	display: inline;
	margin: 0 0 0 8px;
}

.box-anchor li:first-child {
	margin: 0;
}

.box-terms {
	padding: 35px;
}

.box-terms input[type=checkbox] {
	margin-bottom: 20px;
}

.box-terms p {
	margin: 0 0 30px 0 !important;
}

.box-terms-wrapper {
	height: 320px;
	overflow-y: auto;
	padding: 0 10px 0 0;
	margin: 25px 0;
}

.box-caution {
	border: 2px dotted #ff0000;
	margin: 20px 0;
}

.box-caution h3 {
	margin-bottom: 10px !important;
}

.box-caution h4 {
	margin-bottom: 0 !important;
}

.box-support {
	border: 1px solid #4d5269;
	padding: 60px 50px 50px 50px;
	margin: 80px 0 0 0;
}

.box-support h2 {
	text-align: center;
	position: relative;
	top: -72px;
}

.box-support .section-top {margin: 0;}
.box-support .caption {color:#999;}
.box-support .btn-detail {width: 258px;}

/**
 * Table
 */
.table {
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 30px 0;
}

.table th {
	font-weight: bold;
	text-align: center;
}

.table th span {
	border-top: 4px solid #4d5269;
	padding: 15px 0;
	display: block;
	margin: 0 0 0 24px;
}

.table th:first-child span {
	margin: 0;
}

.table tbody {
	border-top: 1px solid #dcdbe0;
}

.table tbody.no-border {
	border-top: none;
}

.table td {
	padding: 12px 0 12px 24px;
	border-bottom: 1px solid #dcdbe0;
}

.table td:first-child {
	padding-left: 0;
}

.table-downgrade, .table-update {
	font-size: 14px;
}

.table-downgrade th {
	padding: 10px 0;
}

.table td p {
	margin: 0 0 20px 0;
}

.table td hr {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #dcdbe0;
}

/**
 * Agreement
 */
.agreement p {
	margin: 0 !important;
}

.agreement ul {
	margin: 0 0 60px 0;
}

.agreement li {
	display: inline;
	margin: 0 0 0 20px;
}

.agreement li:first-child {
	margin: 0;
}

.agreement button {
	cursor: pointer;
	border: none;
	background: none;
}

.agreement button img {
	display: block;
	margin: 0 auto;
}

/**
 * Section
 */
.section {
	min-height: 1px;
	line-height: 2em;
	margin: 70px 0 0 0;
}

.page-header+.section, 
.page-title+.section {
	margin: 0;
}

.section>.section {
	margin: 40px 0 0 0;
}

.section:after {
	content: ""; 
	display: block; 
	clear: both;
}

.section h2 {
	margin: 0 0 40px 0;
}

.section h3 {
	margin: 0 0 20px 0;
}

.section h4 {
	margin: 0 0 10px 0;
}

.section h2 img, .section h3 img, .section h4 img {
	display: block;
}

.section p, .section dd {
	margin: 0 0 30px 0;
}

/* 2016 01 14 Takasugi added*/
.date_p {
	text-align: right;
}


/**
 * List
 */
ul.list {
	list-style-type: disc;
	margin: 0 0 30px 16px;
}

ol.list {
	list-style-type: decimal;
	margin: 0 0 30px 27px;
}

ol.list-roman {
	list-style-type: lower-roman;
}

.list-process:before {
	content: "";
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -30px;
}

.list-process li:after {
	content: "";
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -30px;
	padding: 0 0 12px 0;
}

.list-process li {
	padding: 12px 0 0 0;
}

.list-inline li {
	display: inline;
}

.list-horizontal {
	min-height: 1px;
}

.list-horizontal:after {
	content: ""; 
	display: block; 
	clear: both;
}

.list-horizontal li img {
	display: block;
}

.list-horizontal li {
	float: left;
}

.list-horizontal li.col {
	display: block;
	width: 296px;
}

.list-horizontal li.col262 {
	display: block;
	width: 262px;
}

.list-horizontal li.col390 {
	display: block;
	width: 390px;
}

.list-horizontal li.col420 {
	display: block;
	width: 420px;
}

.list-horizontal li.col613 {
	display: block;
	width: 613px;
}

.list-horizontal li:first-child {
	margin: 0;
}

.list-horizontal-separate li {
	float: right;
}

.list-horizontal-separate li:first-child {
	float: left;
}

/**
 * Button
 */
.btn-detail {
	position: relative;
	display: block;
	padding: 0 26px 11px 0;
	border-bottom: 1px solid #4d5269;
}

.btn-detail:hover {
	text-decoration: none;
	border-bottom: 1px solid #b5b5b5;
}

.btn-detail .icon-arrow-right {
	position: absolute;
	top: 10px;
	right: 0;
}

.btn-toggle {
	text-align: center;
	margin: 20px 0 0 0;
	background: url(/images/toggle_bg.png) repeat-x top left;
	height: 47px;
}

.btn-toggle a {
	display: block;
	width: 100%;
	height: 47px;
}

.btn-toggle span {
	color: #4d5269;
	font-size: 14px;
	line-height: 1;
	padding: 16px 0 0 0;
	display: block;
}
.btn-toggle a:hover {
	text-decoration: none;
}

/**
.btn-toggle span {
	display: block;
	background: url(/images/toggle.png) no-repeat top left;
	width: 111px;
	height: 0;
	padding: 13px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 17px;
}

.btn-toggle .close span {
	background-position: -111px 0;
}
*/

/**
 * Magazine Index
 */
.magazine-index {
	background: #4d5269;
	color: #7a7e8f;
	margin: 0 auto;
	margin-top: 127px;
	margin-bottom: 55px;
	max-width: 1200px;
}

.magazine-index .container {
	width: 900px;
	padding: 70px 0;
	margin: 0 auto;
}

.magazine-index a {
	color: #a6a9b4;
	text-decoration: none;
}

.magazine-index a:hover {
	color: #fff;
	text-decoration: underline;
}

.magazine-index h4 {
	background: url(/magazine/images/magazine_index.png) no-repeat top left;
	width: 900px;
	height: 0;
	padding: 29px 0 0 0;
	overflow: hidden;
	margin: 0 0 42px 0;
}

.magazine-index dl {
	float: left;
	width: 284px;
	margin: 0 0 0 24px;
}

.magazine-index h4+dl {
	margin: 0;
}

.magazine-index dt {
	background: url(/magazine/images/magazine_index.png) no-repeat top left;
	height: 0;
	padding: 14px 0 0 0;
	overflow: hidden;
	margin: 23px 0 0 0;
}

.magazine-index dt:first-child {
	margin: 0;
}

.magazine-index dd {
	background: url(/magazine/images/magazine_arrow.png) no-repeat top left;
	font-size: 13px;
	margin: 12px 0 0 0;
	line-height: 1.5em;
	min-height: 17px;
	padding: 0 0 0 23px;
}

.magazine-index dd.review {
	margin: 38px 0;
}

.magazine-index dd:after {
	content: ""; 
	display: block; 
	clear: both;
}

.magazine-index dd span.num {
	display: block;
	float: left;
	width: 22px;
}

.magazine-index dd span.text {
	display: block;
	margin: 0 0 0 25px;
}

.magazine-index dd:first-child {
	margin: 0;
}

.magazine-index dt.azumino {
	width: 102px;
	background-position: 0 -29px;
}

.magazine-index dt.event {
	width: 103px;
	background-position: -102px -29px;
}

.magazine-index dt.devstory {
	width: 89px;
	background-position: -205px -29px;
}

.magazine-index dt.quality {
	width: 55px;
	background-position: -294px -29px;
}

.magazine-index dt.prototype {
	width: 134px;
	background-position: -349px -29px;
}

.box-magazine-index {
  border-top: 5px solid #e2e2e2;
  border-bottom: 5px solid #e2e2e2;
  border-left: 5px solid #e2e2e2;
  border-right: 5px solid #e2e2e2;
  width: 960px;
  margin: 0 auto;
  padding: 50px 34px;
  overflow: hidden;
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.box-magazine-index.addmb {
  margin-bottom: 90px;
}
.box-magazine-index h4 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 36px;
  margin-bottom: 28px;
  font-family: "DIN Next W01 Medium";
  font-size: 16px;
  color: #3c3c3c;
}
.box-magazine-index div {
  position: absolute;
  right: 23px;
  top: 50px;
  padding-left: 11px;
  line-height: 1;
}
.box-magazine-index div span {
  letter-spacing: -0.06em;
}
.box-magazine-index div:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #868686;
  z-index: 2;
}
.box-magazine-index div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  z-index: 3;
}
.box-magazine-index dl {
  width: 294px;
  float: left;
}
.box-magazine-index dl.wide {
  width: auto;
  float: none;
}
.box-magazine-index dl dt {
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-magazine-index dl dt span {
  font-family: "DIN Next W01 Regular";
  font-size: 10px;
  border: 1px solid #d8d8d8;
  padding: 2px 9px 1px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #6c6c6c;
  display: inline-block;
  margin-left: 8px;
}
.box-magazine-index dl dd {
  padding: 0 35px 0 13px;
  position: relative;
  line-height: 22px;
  margin-bottom: 12px;
}
.box-magazine-index dl dd.current a {
  color: #b2b2b2;
  text-decoration: none;
}
.box-magazine-index dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #868686;
  z-index: 2;
}
.box-magazine-index dl dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  z-index: 3;
}





/**
 * Share
 */
.share {
	position: relative;
	margin: 0 0 127px 0;
}

.share ul {
	height: 15px;
}

.share li span, .share li a {
	display: block;
	background: url(/images/share.png) no-repeat top left;
	width: 47px;
	height: 0;
	padding: 12px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.share li.facebook a, .share li.fb a {
	background-position: 0 -12px;
	width: 68px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 62px;
}

.share li.facebook a:hover, .share li.fb a:hover {
	background-position: 0 -27px;
}

.share li.twitter a, .share li.tw a {
	background-position: -68px -12px;
	width: 52px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 145px;
}

.share li.twitter a:hover, .share li.tw a:hover {
	background-position: -68px -27px;
}

.share li.googleplus a, .share li.gp a {
	background-position: -120px -12px;
	width: 58px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 213px;
}

.share li.googleplus a:hover, .share li.gp a:hover {
	background-position: -120px -27px;
}

.share-reversal li.facebook a, .share-reversal li.fb a {
	background-position: 0 -42px;
}

.share-reversal li.twitter a, .share-reversal li.tw a {
	background-position: -68px -42px;
}

.share-reversal li.googleplus a, .share-reversal li.gp a {
	background-position: -120px -42px;
}

/**
 * Product Banner
 */
.product-banner {
	margin: 0 0 70px 0;
}

.product-banner ul {
	margin: 0 0 10px 0;
	min-height: 1px;
}

.product-banner ul:after {
	content: ""; 
	display: block; 
	clear: both;
}

.product-banner li a {
	float: left;
	display: block;
	background: url(/images/product_banner.png) no-repeat top left;
	width: 399px;
	height: 0;
	padding: 102px 0 0 0;
	overflow: hidden;
}

.product-banner li a.product {
	margin: 0 1px 0 0;
}

.product-banner li a.product:hover {
	background-position: 0 -102px;
}

.product-banner li a.personal {
	width: 249px;
	margin: 0 1px 0 0;
	background-position: -400px 0;
}

.product-banner li a.personal:hover {
	background-position: -400px -102px;
}

.product-banner li a.business {
	width: 249px;
	background-position: -650px 0;
}

.product-banner li a.business:hover {
	background-position: -650px -102px;
}

.product-banner-store li a {
	width: 224px;
	background: url(/images/product_banner_store.png) no-repeat top left;
}

.product-banner-store li a.store {
	width: 224px;
	margin: 0 1px 0 0;
	background-position: -225px 0;
}

.product-banner-store li a.store:hover {
	background-position: -225px -102px;
}

.product-banner-store li a.personal {
	width: 224px;
	margin: 0 1px 0 0;
	background-position: -450px 0;
}

.product-banner-store li a.personal:hover {
	background-position: -450px -102px;
}

.product-banner-store li a.business {
	width: 224px;
	background-position: -675px 0;
}

.product-banner-store li a.business:hover {
	background-position: -675px -102px;
}

.product-banner p {
	font-size: 12px;
	line-height: 16px;
}

/**
 * Icon
 */
[class*="icon-"] {
	background: url(/images/icon.png) no-repeat top left;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	height: 0;
	margin: 0;
}

.icon-toggle {
	background-position: -28px 0;
	width: 11px;
	height: 11px;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

.close .icon-toggle {
	background-position: -40px 0;
}

.icon-carret {
	background-position: -21px 0;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}

.icon-caution {
	background-position: 0 -91px;
	width: 25px;
	height: 21px;
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
}

.icon-caution-small {
	background-position: 0 -78px;
	width: 15px;
	height: 13px;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

.icon-up {
	background-position: 0 0;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 4px 0 0;
}

a:hover .icon-up {
	background-position: -7px 0;
}

.icon-down {
	background-position: 0 -7px;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 4px 0 0;
}

a:hover .icon-down {
	background-position: -7px -7px;
}

.icon-arrow-left {
	background-position: 0 -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-left {
	background-position: 0 -31px;
}

.icon-arrow-right {
	background-position: -17px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: 0;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-right {
	background-position: -17px -31px;
}

.icon-arrow-up {
	background-position: -34px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-up {
	background-position: -34px -31px;
}

.icon-arrow-down {
	background-position: -51px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-down {
	background-position: -51px -31px;
}

.icon-link {
	width: 17px;
	height: 12px;
	background-position: 0 -66px;
	position: relative;
	top: 1px;
	margin: 0 5px;
}

.icon-link-small {
	width: 12px;
	height: 9px;
	background-position: 0 -48px;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
}

a:hover .icon-link-small {
	background-position: 0 -57px;
}

.icon-link-small2 {
	width: 12px;
	height: 9px;
	background-position: -12px -48px;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
}

/**
 * get Acrobat Reader
 */
.getacrobat {
	border: 1px solid #e5e5e5;
	padding: 21px;
}

.getacrobat:after {
	content: ""; 
	display: block; 
	clear: both;
}

.getacrobat dt {
	float: left;
	padding: 2px 0 0 0;
	width: 112px;
}

.getacrobat dd {
	margin-left: 136px !important;
	line-height: 1.4;
	font-size: 13px;
}

/**
 * IIP
 */
.intel-core-i7 {
	background: url(/images/intel_core_i7_image.jpg) no-repeat top right;
	padding: 0 168px 0 0;
	min-height: 1px;
}

.intel-core-i7:after {
	content: ""; 
	display: block; 
	clear: both;
}

.intel-core-i7 img {
	display: block;
	float: left;
	width: 181px;
	margin: 0 24px 0 0;
}

.intel-core-i7 p {
	float: left;
	width: 527px;
	font-size: 12px;
	line-height: 22px;
}

.intel-core-i7 strong {
	font-size: 13px;
	font-weight: bold;
}

.intel-core-i7-nonpc, .intel-core-i7-type2-nonpc, .intel-core-i7-type3-nonpc {
	background: none;
	padding: 0;
}

.intel-core-i7-type2 img {
	width: 45px;
}
.intel-core-i7-type3 img {
	width: 60px;
}

.intel-core-i7-type2 p {
	width: 663px;
}

.intel-core-i7-nonpc p {
	width: 695px;
}

.intel-core-i7-type2-nonpc p {
	width: 831px;
}

.intel-core-i7-type3-nonpc p {
	width: 816px;
}

.intel-core-i7-z {
	background: url(/images/intel_core_i7_image_z.jpg) no-repeat top right;
}

.intel-core-i7-z_canvas {
	background: url(/images/intel_core_i7_image_z_canvas.jpg) no-repeat top right;
}
.intel-core-i7-z_canvas p {
	width: 594px;
}

.intel-core-i7-pro_mk2 {
	background: url(/images/intel_core_i7_image_pro_mk2.jpg) no-repeat top right;
	padding-bottom: 10px;
}

/* Windows 10 無償アップグレード対応 / */

.bnr-win10-support {
	position: absolute;
	left: 0;
	z-index: 10000000;
}

.bnr-win10-support a{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	min-width: 165px;
	padding: 7px 5px 7px 15px;
	display: block;
	background-color: #0177d7;
	border-radius: 0 3px 3px 0;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;	
  -webkit-transition: background-color .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: background-color .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.bnr-win10-support a span{
	background: url(/images/ico-support_win10.png) no-repeat center right;
	padding-right: 18px;
}

.bnr-win10-support a:hover{
	text-decoration: none;
	background-color: #0190ec;
}

.btn-win10-support{
	text-align: right;
	padding-top: 8px;
	height: 40px;
	border-bottom: 1px solid #dee0e5;
}

.btn-win10-support a{
  -webkit-transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-win10-support a:hover{
	opacity: 0.6;
}

/* / Windows 10 無償アップグレード対応 */


/* ---------------------------
■ サブナビゲーション
--------------------------- */
body .product-header2 ul li.sonystore dl dd,
body .product-header2 ul li.sonystore2 dl dd {
	background-color: #fff; }

body .product-header2 ul li.sonystore dl dd a,
body .product-header2 ul li.sonystore2 dl dd a {
	color: #575c71; }	

body .product-header2Store .box-content {
	width: 841px }

body .product-header3Store .box-content {
	width: 955px }

.product-header3Store .box-content .sonystore {
	width: 354px; }

.product-header3Store  ul li.sonystore dl dd {
	width: 113px; }

/* ---------------------------
■ 購入するリンク
--------------------------- */
/* 共通 */
.buyWrapper {
	width: 898px;
	margin: 90px auto 0;
    border: 1px solid #4d5269; }

.buyInner {
	padding: 20px; }

.buyWrapper h2 {
	margin: 0 10px 35px;
	color: #575c72;
	font-size: 22px;
	line-height: 30px; }

.buyWrapper li a:hover {
	opacity: 0.6; }

/* 1カラム */
.buyWrapper.oneColumnLink h2 {
	float: left;
	width: 400px;
	margin: 0; }

.buyWrapper.oneColumnLink p {
	float: right;
	width: 200px;
	text-align: center; }

.buyWrapper.oneColumnLink p a {
	display: block; }

.buyWrapper.oneColumnLink p a:hover {
	opacity: 0.6; }

.buyWrapper.oneColumnLink p a span {
	display: block;
	color: #575c72;
	font-size: 14px;
	line-height: 30px;
	background: url(/images/icon_arrow_right.png) no-repeat right center; }

.buyWrapper.oneColumnLink2 {
	margin-top: 20px; }

/* 横に2カラム */
.buyWrapper.twoColumnLink ul {
	padding: 0px 0 15px; }

.buyWrapper.twoColumnLink ul li {
	float: left;
	width: 409px;
	margin: 0 10px;
	border-top: 1px solid #575c72; }

.buyWrapper.twoColumnLink ul li a {
	display: block;
	height: 60px;
	padding-top: 10px;
	color: #575c72;
	font-size: 14px;
	font-family: 'DIN Next W01 Regular', YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	line-height: 20px;
	background: url(/products/images/bg_store_arrow.png) no-repeat right bottom; }

.buyWrapper.twoColumnLink ul li a:hover {
	text-decoration: none; }

.buyWrapper.twoColumnLink ul li a span {
	font-size: 12px; }

/* 横に3カラム */
.buyWrapper.threeColumnLink ul {
	padding: 0px 0 15px; }

.buyWrapper.threeColumnLink ul li {
	float: left;
	width: 266px;
	margin: 0 10px;
	border-top: 1px solid #575c72;
	font-weight:bold;
	}

.buyWrapper.threeColumnLink ul.catch li{
	border-top: none;
	color: #c70557;
	margin-bottom: 10px;
}

.buyWrapper.threeColumnLink ul li a {
	display: block;
	height: 60px;
	padding-top: 10px;
	color: #575c72;
	font-size: 14px;
	font-family: 'DIN Next W01 Regular', YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	line-height: 20px;
	background: url(/products/images/bg_store_arrow.png) no-repeat right bottom; }

.buyWrapper.threeColumnLink ul li a:hover {
	text-decoration: none; }

.buyWrapper.threeColumnLink ul li a span {
	font-size: 12px; }

/* 横に4カラム */
.buyWrapper.fourColumnLink ul {
	padding: 0px 0 15px; }

.buyWrapper.fourColumnLink ul li {
	float: left;
	width: 194px;
	margin: 0 10px;
	border-top: 1px solid #575c72; }

.buyWrapper.fourColumnLink ul li a {
	display: block;
	height: 66px;
	padding-top: 10px;
	color: #575c72;
	font-size: 13px;
	font-family: 'DIN Next W01 Regular', YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	line-height: 20px;
	letter-spacing: -0.4px;
	background: url(/products/images/bg_store_arrow.png) no-repeat right bottom; }

.buyWrapper.fourColumnLink ul li a span {
	font-size: 12px; }

.buyWrapper.fourColumnLink ul li a:hover {
	text-decoration: none; }

.buyWrapper.fourColumnLink ul li a span {
	font-size: 12px; }


.buyWrapper.fourColumnLink ul.catch {
	padding: 0; }

.buyWrapper.fourColumnLink ul.catch li{
	border-top: none;
	color: #c70557;
	font-weight: bold;
	margin-bottom: 10px; }


/* 真ん中2スペース */
.centerDouble.fourColumnLink .catch li:nth-of-type(2) {
	width: 408px; }

.centerDouble.fourColumnLink ul:not(.catch) li:nth-of-type(2) {
	margin-right: 0;
	padding-right: 10px; }

.centerDouble.fourColumnLink ul:not(.catch) li:nth-of-type(3) {
	margin-left: 0;
	padding-left: 10px; }



/* 横に5カラム */
.buyWrapper.fiveColumnLink ul {
	padding: 0px 0 15px; }

.buyWrapper.fiveColumnLink ul li {
	float: left;
	width: 151px;
	margin: 0 10px;
	border-top: 1px solid #575c72; }

.buyWrapper.fiveColumnLink ul li a {
	display: block;
	height: 66px;
	padding-top: 10px;
	color: #575c72;
	font-size: 13px;
	font-family: 'DIN Next W01 Regular', YuGothic,'游ゴシック','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	line-height: 20px;
	letter-spacing: -0.4px;
	background: url(/products/images/bg_store_arrow.png) no-repeat right bottom; }

.buyWrapper.fiveColumnLink ul li a span {
	font-size: 12px; }

.buyWrapper.fiveColumnLink ul li a:hover {
	text-decoration: none; }

.buyWrapper.fiveColumnLink ul li a span {
	font-size: 12px; }

/* 購入ポップアップ*/

.purchaseWrapper{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	position: fixed;
	z-index: 999;
	display: none;
	top:0;
	left: 0;
}
.purchase{
	position:fixed;
	top:50%;
	left: 50%;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	margin-left: -510px;
	margin-top: -315px;
	z-index: 999;
	display: none;
}
.purchase i{
	position: absolute;
	top:15px;
	right: 30px;
	display: block;
	color: #666;
	width:60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 60px;
	font-style:normal;
	box-sizing: border-box;
	font-weight:normal;
	font-family: Arial, Helvetica, "sans-serif";
}
.purchase ul li p{
	font-weight: bold;
}
.purchase h3{
	font-size:24px;
	margin-bottom: 20px;
}
.purchase h4{
	font-size:22px;
	display: inline-block;
}
.purchase h4 span{
	font-size:16px;
}
.purchase .btn_shop{
	display: block;
	background: #c70557;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.purchase .infoTosore{
	margin-top: 10px;
	display: block;
	text-align: center;
	position: absolute;
	background: #efefef;
	color: #000;
	padding: 0 10px;
	left:-5px;
	top: 5px;
}
.purchase ul{
	display: flex;
}
.purchase ul li{
	width: 450px;
	border:1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.purchase ul li:last-child{
	margin-left: 40px;
}

.purchase .shop{
	border: 1px solid #ddd;
	padding:20px;
	box-sizing: border-box;
	display: flex;
	margin-top: 40px;
}
.purchase .shop p{
	width:80%;
}
.purchase .shop a{
	width: 20%;
}
.purchase ul li img{
	width:410px;
}
.purchase ul li a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.00);
}
.purchase ul li a:hover{
	background-color: rgba(255,255,255,0.60);
}

.purchase ul.ABEbtn li{
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
.purchase ul.ABEbtn li a{
	background: #ccc;
	height: 100%;
	width:100%;
	padding: 0 20px ;
	box-sizing: border-box;
	line-height: 50px;
	color: #000;
}
.purchase .ABEAreaSP{
	display: none;
}
/* インテル */
.intelWrapper {
	width: 900px;
	margin: 95px auto 60px; }

.intelWrapper .img {
	float: left;
	width: 120px; }

.intelWrapper .textWrapper {
	float: right;
	width: 780px; }

.intelFamily .img {
	width: 120px; }

.intelFamily .textWrapper {
	width: 755px; }

.intelWrapper .textWrapper p {
	font-size: 12px;
    line-height: 22px; }

.intelWrapper .textWrapper p strong {
	font-size: 13px;
	font-weight: bold; }

.intelWrapper .note2 {
	margin-top: 10px;
	font-size: 12px; }


/* 商標 */
.trademarkText {
	width: 900px;
	margin: 20px auto 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5em; }

.to_top {
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 60px;
	opacity: 0.6;
	z-index: 10; }

.to_top img {
	width: 100%; }

/* ---------------------------
■ マガジン
--------------------------- */
.magazineProductLinkWrapper {
	width: 840px;
	margin: 0 auto 90px; }

	.magazineProductLinkWrapper div {
	float: left;
	width: 400px;
	margin: 0 10px; }

.magazineProductLinkWrapper div a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 54px;
	border: 1px solid #b8bccb;
	transition: all 0.3s; }

.magazineProductLinkWrapper div a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #808090;
	background-color: #808090; }

.magazineProductLinkWrapper div a span {
	display: block;
	background: url(../magazine/images/bg_link.png) no-repeat right 14px; }

.magazineProductLinkWrapper div a:hover span {
	background-position: right -62px; }


/* -----------------
■ オンライン購入
------------------- */
.purchase .doubleBtn li a {
	position: static;
	width: auto;
	height: auto; }

.purchase .doubleBtn .btn_shop {
	margin: 10px 0; }


/*
---------------------------

■ SP用

--------------------------- */

/* -----------------------------
■ 全体
----------------------------- */
body.sp {
	min-width: 0;
	font-size: 12px; }

img[src*="https://secure."] {
	display: none!important; }

.sp .spEle { display: block; }
.sp .pcEle { display: none; }

.sp img {
	width: 100%;
	height: auto; }

.sp .headerCover {
	height: 74px; }

/* -----------------------------
■ ヘッダー
----------------------------- */
body.sp .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 0;
	height: auto;
	margin: 0;
	z-index: 1000; }

.sp .header .container {
	min-width: 0;
	margin: 0; }

/*　.globalNaviWrapper 　*/
.sp .globalNaviWrapper .globalNaviLeft,
.sp .globalNaviWrapper .globalNaviRight {
	float: none;
	padding: 0; }

.sp .globalNaviWrapper .globalNaviLeft ul {
	border: none; } 

.sp .globalNaviWrapper .globalNaviLeft li {
	font-size: 12px;
	line-height: 36px;
	border-right: 1px solid #000;
	border-left: none; }

.sp .globalNaviWrapper .globalNaviLeft li a {
	padding: 0 5px;
	line-height: 36px; }

.sp .globalNaviWrapper .globalNaviRight {
	position: absolute;
	top: 36px;
	right: 0; }


/* ロゴ */
.sp .header h1 {
	position: absolute;
	float: none;
	top: 36px;
	left: 50%;
	margin: 0 0 0 -25px;
	line-height: 0; }

.sp .header h1 a {
	display: block;
	top: 0;
	width: 50px;
	padding: 14px 0; }

.sp .header h1 .overallTopLogo {
	width: 50px;
	padding: 14px 0; }

.sp .header h1 .logoImg {
	display: none; }

.sp .header h1 .standardLogo {
	display: block; }

/* 総合TOP時 */
.sp.overallTop .header h1 .standardLogo {
	display: none; }

.sp.overallTop .header h1 .overallTopLogo {
	display: inline; }

/* EMS時 */
.sp.ems .header h1 .standardLogo {
	display: none; }

.sp.ems .header h1 .emsLogo {
	display: block; }


.sp .header h2 {
	margin-left: 12px;
	font-size: 10px;
	line-height: 39px; }

.sp .header li.current a:after,
.sp .header li.current.moreListWrapper span:after {
	content: none; }

.sp .pankuzulistWrapper li {
	font-size: 11px;
	line-height: 24px;
	letter-spacing: -0.4px; }

/* -----------------------------
■ ナビゲーション
----------------------------- */
/* ハンバーガー */
.sp .header .navBtnWrapper {
	float: left;
	width: 40px;
	height: 34px;
	padding: 2px 0;
	cursor: pointer; }

.sp .navBtnWrapper .navIcon {
	display: block;
	position: relative;
	top: 17px;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	transition: 0.2s; }

.sp .navBtnWrapper .navIcon:before,
.sp .navBtnWrapper .navIcon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #fff;
	transition: 0.2s; }

.sp .navBtnWrapper .navIcon:before {
	margin-top: -6px; }

.sp .navBtnWrapper .navIcon:after {
	margin-top: 4px; }

.sp.open .navBtnWrapper .navIcon {
	background: transparent; }

.sp.open .navBtnWrapper .navIcon:before,
.sp.open .navBtnWrapper .navIcon:after {
	margin-top: 0; }

.sp.open .navBtnWrapper .navIcon:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); }

.sp.open .navBtnWrapper .navIcon:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg); }


/* share */
.sp .globalNaviWrapper .btnShare {
	position: relative;
	z-index: 1; }

.sp .globalNaviWrapper .snsWrapper {
	position: absolute;
	top: 0;
	right: 0px;
	width: 102px;
	text-align: right;
	line-height: 0;
    opacity: 0;
	visibility: hidden;
	transition: right .4s, opacity .4s, visibility .4s;
	background-color: transparent; }

.sp .globalNaviWrapper .shareWrapper.open .snsWrapper {
	right:  33px;
	opacity: 1;
    visibility: visible; }

.sp .globalNaviWrapper .globalNaviLeft li a .pcEle {
	display: none; }

.sp .globalNaviWrapper .globalNaviRight a {
	font-size: 16px;
	line-height: 38px; }

.sp .globalNaviWrapper .globalNaviRight img {
	width: 15px;
	padding: 13px 9px; }

.sp .globalNaviWrapper .snsWrapper .fa {
	float: right;
	line-height: 39px;
	border: none; }


/* ナビ */
.sp .naviWrapper {
	float: none; }

.sp .naviWrapper ul {
	display: none;
	position: absolute;
	top: 74px;
	left: 0;
	float: none;
	width: 100%;
	height: auto;
	background-color: #000; }

.sp .naviWrapper .emsNaviWrapper {
	display: none; }

.sp.ems .naviWrapper .baseNaviWrapper {
	display: none; }

.sp.ems .naviWrapper .emsNaviWrapper {
	display: block; }

.sp .naviWrapper li {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 15px;
	border-left: none;
	border-bottom: 1px solid #abb1ba; }

.sp .naviWrapper li:hover {
	background-color: #000; }

.sp .naviWrapper li a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px; }

.sp .naviWrapper .standardList {
	display: block; }

.sp .naviWrapper .overallTopList {
	display: none; }

.sp.overallTop .naviWrapper .standardList {
	display: none; }

.sp.overallTop .naviWrapper .overallTopList {
	display: block; }

.sp .naviWrapper p {
	margin: 0; }

.sp .naviWrapper .moreTitle {
    background: url(../images/common/bg_navi_arrow_sp.png) no-repeat right 15px center;
	background-size: 8px auto;}

.sp .naviWrapper .moreListWrapper .open {
    background: url(../images/common/bg_navi_arrow_up_sp.png) no-repeat right 15px center;
	background-size: 8px auto; }

.sp .naviWrapper .moreListWrapper span {
	padding: 0;
	color: #fff;
 }
 .sp .naviWrapper .moreListWrapper .storeAllLink{
 	padding: 0 ;
 }
.sp .naviWrapper .moreListWrapper .storeAllLink span {
	padding: 0 0 0 20px;
	color: #4d5269;
 }

.sp .naviWrapper .headerLinkWrapper {
	float: none;
	width: auto;
	margin: 0;
	text-align: left; }

.sp .naviWrapper .headerLinkWrapper a {
	border: none;
	border-radius: 0; }

.sp .moreListWrapper a span {
	padding: 0;
	background: none; }

.sp .header li .hoverMenu {
	position: static;
	width: auto;
	margin: 0;
	border: none;
	background-color: #e6e6e6; }

.sp .naviWrapper .hoverMenu p {
	padding-left: 0;
	line-height: 36px; }

.sp .naviWrapper .hoverMenu p:hover {
	background-color: transparent; }

.sp .header li .hoverMenu a {
	display: block; }

.sp .header li .hoverMenu a {
	color: #000;
	padding-left: 30px; }

.sp .naviWrapper .hoverMenu .column {
	float: none;
	width: auto; }

.sp .naviWrapper .hoverMenu .column p {
	padding-left: 15px;
	line-height: 36px; }

.sp .naviWrapper .hoverMenu .column p:hover {
	background-color: #e6e6e6; }

.sp .naviWrapper .hoverMenu .column p:hover a {
	color: #000; }

.sp .naviWrapper .hoverMenu .column .hoverMenu2 {
	display: none; }

.sp .header li .hoverMenu div {
	margin: 0;
	font-size: 12px;
	line-height: 33px;
	text-align: left;
	border: none; }

.sp .header li .hoverMenu div a {
	padding-left: 30px;
	color: #000; }

.sp .header li .hoverMenu div:last-child a {
	border: none; }

.sp .naviWrapper .hoverMenu .index {
	padding-left: 30px;
	border: none;
    background: url(../images/common/bg_navi_arrow_sp.png) no-repeat right 15px center #000;
	background-size: 8px auto; }

.sp .naviWrapper .hoverMenu .index.open {
    background: url(../images/common/bg_navi_arrow_up_sp.png) no-repeat right 15px center #000;
	background-size: 8px auto; }

.sp .naviWrapper .lineupLink {
	position: static;
	background-color: #000; }

.sp .naviWrapper .lineupLink a {
	background: url(/images/common/bg_linkarrow24_w.png) no-repeat right 12px center;
	background-size: 12px 12px; }

.sp .header li.current:after {
	display: none;  }

body.open .container,
body.open .usecase,
body.open .box-magazine-index,
body.open .footer {
	display: none; }

body.open .header .container {
	display: block; }

/* -----------------
■ サブヘッダー
------------------- */
.sp .subHeaderWrapper {
	top: 74px;
	min-width: 0; }

.sp .subHeaderInner {
	padding-left: 0; }

.sp .pankuzulistWrapper,
.sp .subNaviWrapper {
	float: none; }

.sp .pankuzulistWrapper {
	padding: 5px 0;
	border-bottom: 1px solid #ddd; }

.sp .pankuzulistWrapper ul {
	padding-left: 10px; }

.sp .subNaviWrapper {
	display: table;
	width: 100%; }

.sp .subNaviWrapper li {
	display: table-cell;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box; }

.sp .subNaviWrapper li a {
	font-size: 12px;
	line-height: 50px; }

.sp .subNaviWrapper li a:hover,
.sp .subNaviWrapper .hoverbtn:hover {
	color: #fff;
	background:none;
}

.sp .subNaviWrapper .sonystore {
	display: block;
	width: 100%; }

.sp .subNaviWrapper .hoverWrapper {
	right: auto;
	left: 0;
	width: 100%;
	border: none; }

.sp .subNaviWrapper .sonystore:hover .hoverWrapper {
	opacity: 0;
	visibility: hidden; }

.sp .subNaviWrapper .sonystore.open .hoverWrapper {
	opacity: 1;
	visibility: visible; }

.sp .subNaviWrapper .hoverWrapper p {
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid #fff; }

.sp .subNaviWrapper .hoverWrapper p a {
	font-weight: bold;
	line-height: 40px; }

/* 購入ポップアップ*/

.sp .purchaseWrapper{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	position: fixed;
	z-index: 1000;
	display: none;
	top:0;
	left: 0;
}
.sp .purchase{
	position:fixed;
	top:0;
	left: 0;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin:20px 10px;
	z-index: 1000;
	display: none;
}
.sp .purchase i{
	position: absolute;
	top:0;
	right: 5px;
	display: block;
	color: #666;
	width:30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 32px;
	font-style:normal;
	box-sizing: border-box;
	font-weight: bold;
}
.sp .purchase ul li p{
	font-weight: bold;
	margin-bottom: 0;
}
.sp .purchase p.infoTosore{
	display: block;
	text-align: center;
	position: absolute;
	background: #efefef;
	color: #000;
	padding: 0 5px;
	left:0;
	top: 0;
	font-size:12px;
	font-weight: normal;
	margin-top: 0;
}
.sp .purchase h3{
	font-size:16px;
	margin-bottom: 10px;
}
.sp .purchase h4{
	font-size:16px;
	display: inline-block;
	line-height: 100%;
}
.sp .purchase h4 span{
	font-size:12px;
}
.sp .purchase .btn_shop{
	display: block;
	background: #c70557;
	color: #fff;
	text-align: center;
	padding: 0;
}
.sp .purchase ul{
	display: inline-block;
}
.sp .purchase ul li{
	width: 100%;
	border:1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.sp .purchase ul li:last-child{
	margin-left: 0;
	border-top: none;
}
.sp .purchase .shop{
	border: none;
	padding:0;
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
}
.sp .purchase .shop p{
	width:100%;
	margin-bottom: 0;
}
.sp .purchase .shop a{
	width: 100%;
}
.sp .purchase ul li img{
	width:50%;
}
.sp .purchase ul li a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.00);
}
.sp .purchase ul li a:hover{
	background-color: rgba(255,255,255,0.60);
}

.sp .purchase .ABEArea{
	display:none;
}
.sp .purchase .ABEAreaSP{
	background: #efefef;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	
}
.sp .purchase .ABEAreaSP h4 {
	margin: 0;
	font-size:14px;
}
.sp .ABEAreaSP ol li p{
	margin-bottom: 0;
}
.sp .ABEAreaSP ol li p span{
	font-size:10px;
}

/* -----------------------------
■ 関連記事
----------------------------- */
.sp .box-magazine-index dl dd {
	font-size: 12px; }

/* -----------------------------
■ パンくず
----------------------------- */
.sp .pankuzuWrapper {
	width: auto;
	margin: 20px 10px; }

.sp .pankuzuWrapper li {
	margin-right: 10px; }

.sp .pankuzuWrapper li:last-child {
	margin: 0; }

/* -----------------
■ トップへ
------------------- */
.sp .toTopWrapper {
	display: none; }

/* -----------------------------
■ フッター
----------------------------- */
.sp .footer {
	margin: 0; }

.sp .footer .wrapper {
	width: auto;
	padding: 20px 0 10px; }

.sp .footer .container {
	overflow: visible;
	margin: 0; }

.sp .footer ul > li {
	display: block;
	width: auto;
	margin: 0 15px 25px;
	padding: 0; }

.sp .footer ul > li h3 {
	margin-bottom: 10px; }

.sp .footer ul > li > ol {
	margin-top: 10px; }

.sp .ft_bottom {
	width: auto;
	margin: 0 0 10px;
	padding: 10px 0; }

.sp .ft_bottom ul {
	display: block;
	width: auto; }

.sp .ft_bottom ul li {
	margin: 5px 0; }

.sp .copyright {
	margin: 0; }

.sp .copyright p {
	margin: 0;
	font-size: 10px; }

.sp .footer li h3 {
	position: relative; }

.sp .footer li h3:after {
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	right: 14px;
	width: 30px;
	height: 30px;
	background: url(/images/btn-open2.png) no-repeat;
	background-size: 30px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.sp .footer li h3.open:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp .footer ul > li dl {
	margin: 0; }

.sp .footer ul li .listDiv {
	margin: 0 0 25px; }

.sp .accordionWrapper {
	display: none; }


/* ---------------------------
■ マガジン
--------------------------- */
.sp .magazineProductLinkWrapper {
	width: auto;
	margin: 0 auto 25px; }

.sp .magazineProductLinkWrapper div {
	float: none;
	width: auto;
	margin: 0 15px 10px; }

.sp .magazineProductLinkWrapper div a {
	padding: 0 10px;
	line-height: 40px; }

.sp .magazineProductLinkWrapper div a span {
	background-size: 14px 52px; }

.sp .magazineProductLinkWrapper div a:hover span {
	background-position: right -25px; }

/* -----------------
■ オンライン購入
------------------- */
.sp .purchase .doubleBtn li a {
	position: static;
	width: auto;
	height: auto; }

.sp .purchase .doubleBtn .btn_shop {
	margin: 10px 0; }


/* 真ん中2スペース */
.sp .centerDouble.fourColumnLink .catch li:nth-of-type(2) {
	width: auto; }

.sp .centerDouble.fourColumnLink ul:not(.catch) li:nth-of-type(2) {
	padding-right: 0; }

.sp .centerDouble.fourColumnLink ul:not(.catch) li:nth-of-type(3) {
	padding-left: 0; }







