@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;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}

#mainContents {
	background: #efefef;
	padding-bottom: 100px;
}
#contents {
	width: 1000px;
	background: #fff;
	margin: auto;
	padding-bottom: 80px;
}


/*==============================================
 看板
============================================= */
h1 {
	width: 1000px;
	height: 800px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/maintitle.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	margin: 20px auto 0;
}
.lead p {
	font-size: 15px;
	line-height: 2;
}
.lead p a {
	font-weight: bold;
	text-decoration: underline;
}
.lead p a:hover {
	color: #ae934c;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 540px;
	height: 60px;
	background: #ae934c;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 15px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
}
a.topbnr:hover {
	background: #d5b35a;
}

a.txtbnr {
	display:block;
	width: 500px;
	height: 50px;
	background: #fff;
	border: 2px solid #ae934c;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ae934c;
	text-align: center;
	line-height: 50px;
	margin: 80px auto;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
a.txtbnr:after {
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow02.png) no-repeat 0 0;
	background-size: 13px;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -11px;
}
a.txtbnr:hover {
	background: #fff3d4;
}

.innerbnr {
	background: #efefef;
	margin: 100px auto 0;
	padding: 60px 0;
}
.innerbnr a {
	display: block;
	width: 760px;
	height: 120px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/innerbnr.jpg) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
}
.innerbnr a span:first-child {
	display: block;
	font-size: 0;
	text-indent: -999em;
}
.innerbnr a span:last-child {
	display: block;
	width: 250px;
	height: 38px;
	background: #ae934c;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 59px;
	right: 36px;
	transition: all ease .3s;
}
.innerbnr a span:last-child:after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow01.png) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.innerbnr a span:last-child:hover {
	background: #d5b35a;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #efefef;
	margin: 60px auto 0;
	padding: 45px 0;
}
.menu dl {
	display: table;
	width: 780px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 110px;
	font-size: 12px;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
}
.menu dd a {
	display: block;
	font-size: 14px;
	margin: 11px auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	font-weight: bold;
}
.menu dd a em:after {
	content: "―";
	margin: 0 17px;
}
.menu dd a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_papa.png) no-repeat 0 0;
	background-size: 20px;
	vertical-align: -4px;
	margin-right: 5px;
}
.menu dd a:nth-of-type(2):before {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_mama.png) no-repeat 0 0;
	background-size: 20px;
}
.menu dd a:nth-of-type(3):before {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_kid.png) no-repeat 0 0;
	background-size: 20px;
}
.menu dd a:nth-of-type(4):before {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_star.png) no-repeat 0 0;
	background-size: 20px;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 70px auto 0;
}
.paragraph h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 65px;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	margin: 0 auto 15px;
}
#article01 h2 em {
	color: #5a98b9;
}
#article01 h2 em:before {
	content: "";
	display: block;
	width: 108px;
	height: 35px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat 0 0;
	background-size: 108px;
	margin: 0 auto 5px;
}
#article02 h2 em {
	color: #da7388;
}
#article02 h2 em:before {
	content: "";
	display: block;
	width: 108px;
	height: 32px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat 0 -42px;
	background-size: 108px;
	margin: 0 auto 5px;
}
#article03 h2 em {
	color: #53a16b;
}
#article03 h2 em:before {
	content: "";
	display: block;
	width: 108px;
	height: 32px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat 0 -80px;
	background-size: 108px;
	margin: 0 auto 5px;
}
#article04 h2 {
	font-size: 40px;
}
#article04 h2 small {
	display: block;
	font-size: 25px;
}
#article04 h2 em {
	display: none;
}
#article04 h2:before {
	content: "";
	display: block;
	width: 108px;
	height: 28px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat 0 -122px;
	background-size: 108px;
	margin: 0 auto 15px;
}

.paragraph h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 60px;
}


.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p.note {
	font-size: 11px;
	line-height: 1.8;
}
.paragraphIn p em {
	font-weight: bold;
}



/*==============================================
 コスト表
============================================= */
.cost {
	width: 600px;
	margin: 80px auto;
}
.cost table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.cost th {
	background: #e7e7e7;
	border: 1px solid #c1c1c1;
	border-bottom: 0;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	padding: 1.8em 0 1.6em;
}
.cost td {
	border: 1px solid #c1c1c1;
	border-top: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0 1.3em .05em;
}
.cost td em {
	font-family: impact;
	font-size: 60px;
	font-weight: normal;
	color: #d42300;
	margin: 0 5px 0 3px;
}
.cost p {
	font-size: 13px;
	text-align: right;
	margin: 5px auto 0;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox div + div {
	margin-top: 30px;
}
.imgBox a {
	display: block;
	width: 400px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 400px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 830px;
	margin: 50px auto 0;
}
.productBox a {
	text-align: center;
}
.productBox a img {
	display: block;
	margin: auto;
}
.productBox a dl {
	margin: -95px auto 0;
}
.productBox a dt {
	font-size: 48px;
	font-weight: bold;
	color: #d42300;
}
.productBox a dt span {
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 12px;
}
.productBox a dd {
	display:block;
	width: 540px;
	height: 60px;
	background: #ae934c;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: 22px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 15px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
}
.productBox a dd:hover {
	background: #d5b35a;
}


/*==============================================
 記事末バナー
============================================= */
.bannerBox {
	background: #efefef;
	text-align: center;
	padding: 80px 0 0;
}
.bannerBox li {
	margin: 15px auto 0;
}


/*==============================================
 アンケート
============================================= */
.questionnaire {
	background: #efefef;
	padding-bottom: 0;
}
