@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}


/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}


#mainContents {
	background: #fff;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
	padding-bottom: 30px;
}

.releasedate {
	width: 830px; 
	font-size: 11px;
	color: #fff;
	text-align: right;
	margin: 90px auto 0;
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_xk510/mainimg.webp) no-repeat center top #000;
	margin: 0 auto;
}
h1 {
	width: 100%x;
	height: 690px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_xk510/maintitle.webp) no-repeat center 60px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
.lead {
	background: #191919;
	color: #fff;
	padding: 50px 0 60px;
}
.lead p {
	width: 820px;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
}
.lead p a {
	color: #c50000;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}

/*==============================================
 ポイント
============================================= */
.lead dl {
	width: 830px;
	background: #000;
	border: 1px solid #373737;
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: 28px 0 28px 230px;
	position: relative;
}
.lead dl::before {
	content: "この製品のポイント";
	font-size: 14px;
	font-weight: 700;
	color: #c50000;
	position: absolute;
	top: 50%;
	left: 50px;
	margin: -.5em 0 0;
}
.lead dt {
	text-indent: -999em;
	font-size: 0;
}
.lead dd {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.9em;
}
.lead dd::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #8d0707;
	border-radius: 100%;
	margin-right: .8em;
	vertical-align: .2em;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 460px;
	height: 56px;
	background: #8d0707;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	position: relative;
	transition: all ease .3s;
	margin: 50px auto 0;
}
a.topbnr::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(-45deg);
	margin: auto;
}
a.topbnr:hover {
	background: #c50000;
}

.innerbnr {
	width: 100%;
	background: #000;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	width: 930px;
	height: 260px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_xk510/innerbnr_img.webp) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
}
.innerbnr a .btn {
	display:block;
	width: 410px;
	height: 44px;
	background: #8d0707;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	position: absolute;
	top: 160px;
	left: 51px;
	transition: all ease .3s;
}
.innerbnr a .btn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(-45deg);
	margin: auto;
}
.innerbnr a .btn:hover {
	background: #c50000;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #000;
	margin: 0 auto;
	padding: 45px 0 48px;
}
.menu p {
	font-size: 18px;
	font-family: impact;
	color: #444;
	text-align: center;
	margin-bottom: 25px;
}
.menu ul {
	width: 830px;
	margin: auto;
}
.menu li {
	margin: 1.1em auto;
	padding: 0 0 0 30px;
}
.menu li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: all ease .3s;
}
.menu li a em {
	display: inline-block;
	width: 135px;
	position: relative;
}
.menu li a em:after {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	color: #8d0707;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.menu li a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 90px auto 0;
}
.paragraph h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	text-align: center;
	margin: 0 0 70px;
}
.paragraph h2 em {
	display: block;
	width: 160px;
	height: 34px;
	background: #000;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 33px;
	margin: 0 auto 18px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}
.paragraphIn p.note {
	font-size: 11px;
	line-height: 1.6;
	margin-top: -.5em;
}


/*==============================================
 テーブル
============================================= */
.cost {
	width: 660px;
	margin: 70px auto;
}
.cost table {
	width: 100%;
	table-layout: fixed;
}
.cost th {
	background: #646464;
	border: 1px solid #373737;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: .8em 0;
}
.cost td {
	background: #fff;
	border: 1px solid #373737;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: .8em 0;
}
.cost td em {
	font-size: 48px;
	font-family: impact;
	font-weight: 300;
	color: #d71400;
	margin: 0 .1em;
}
.cost .note {
	font-size: 11px;
	text-align: right;
	margin-top: 1em !important;
}
.cost .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: -15px 0 0;
}


/*==============================================
 コラム
============================================= */
#article04 h2 {
	width: 830px;
	background: #e9e9e9;
	font-size: 26px;
	margin: 0 auto;
	padding: 70px 0 0;
}
#article04 h2 em {
	display: none;
}
#article04 h2 span span {
	color: #df0012;
}
#article04 h3 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#article04 h3 span {
	padding-right: .5em;
}
#article04 .paragraphIn {
	width: 830px;
	background: #e9e9e9;
	padding: 70px 90px 50px;
	box-sizing: border-box;
}
.columnimg {
	background: #fff;
	border-radius: 10px;
	margin: -30px auto 50px;
	padding: 40px 15px 15px;
}
.columnimg img {
	width: 100%;
	margin-top: 15px;
}


/*==============================================
 まとめ
============================================= */
#article05 {
	width: 100%;
	background: #191919;
	color: #fff;
	margin: 0 auto;
	padding: 110px 0 50px;
}
#article05 h2 {
	color: #fff;
	margin-bottom: 60px;
}
#article05 h2 em {
	display: none;
}
#article05 h2::after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: #8d0707;
	margin: 30px auto 0;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 60px auto;
}
.imgBox div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.imgBox div a {
	display: block;
	width: 400px;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 0;
}
.imgBox .cap.right {
	width: 400px;
	margin-top: -2px;
}
.imgBox .cap small {
	display: block;
	margin-top: .5em;
}

.w660,
.w660 a {
	width: 660px;
}
a.extra1 {
	display: block;
	width: 400px;
	margin: 0 auto 30px;
}
.extra2 {
	width: 660px;
}
.extra2 div {
	align-items: end;
}
.extra2 a:first-child {
	width: 400px;
}
.extra2 a:last-child {
	width: 230px;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 660px;
	margin: 70px auto 0;
}
.mov {
	width: 660px;
	height: 372px;
	background: #666;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #191919;
	margin: 0 auto;
	padding-bottom: 50px;
}
.productBox a {
	display: block;
	width: 830px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: auto;
	padding: 70px 0;
}
.productBox a dl {
	margin: -45px auto 0;
}
.productBox a dt {
	font-size: 48px;
	font-weight: 700;
}
.productBox a dt {
	font-size: 48px;
	font-weight: 700;
}
.productBox a dt span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: .3em;
}
.productBox a dd {
	width: 460px;
	height: 56px;
	background: #8d0707;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	position: relative;
	transition: all ease .3s;
	margin: 18px auto 0;
}
.productBox a dd::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(-45deg);
	margin: auto;
}
.productBox a dd:hover {
	background: #c50000;
}


