@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

/*==============================================
 .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 {
	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;
}

.releasedate {
	font-size: 0.85rem; 
	color: #fff;
	padding: 2rem 0 1rem;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_xk510/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 97.4%;
}

.lead {
	background: #191919;
	color: #fff;
	padding: 2rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.lead p a {
	color: #c50000;
	text-decoration: underline;
}


/*==============================================
 ポイント
============================================= */
.lead dl {
	width: 100%;
	background: #000;
	border: 1px solid #373737;
	box-sizing: border-box;
	margin: 1.5rem auto 0;
	padding: 1.5rem 1.8rem 1.3rem;
}
.lead dl::before {
	content: "この製品のポイント";
	display: block;
	font-weight: 700;
	color: #c50000;
	text-align: center;
	margin-bottom: .5rem;
}
.lead dt {
	text-indent: -999em;
	font-size: 0;
}
.lead dd {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin: .4rem 0 0;
}
.lead dd::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #8d0707;
	border-radius: 100%;
	margin-right: .5em;
	vertical-align: .2em;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 100%;
	height: 3.2rem;
	background: #8d0707;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 3.2rem;
	position: relative;
	margin: 1.8rem 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,
a.topbnr:active {
	background: #c50000;
}

.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_xk510/sp_innerbnr.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 28.26%;
	margin: 3rem auto 0;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}
.paragraphIn p.note {
	font-size: .9rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.paragraph {
	border-top: 1px solid #333;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.8rem 1.5rem 1.4rem 3.5rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 10em;
	height: 1.5em;
	background: #000;
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: .8rem;
}

.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article05 .spAccordion {
	padding-bottom: 2.5rem;
}

/*==============================================
 テーブル
============================================= */
.cost {
	margin: 3rem auto;
}
.cost table {
	width: 100%;
	table-layout: fixed;
}
.cost th {
	background: #646464;
	border: 1px solid #373737;
	font-size: 1.3rem;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: .8em 0;
}
.cost td {
	background: #fff;
	border: 1px solid #373737;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	padding: .8em 0;
}
.cost td em {
	font-size: 3.3rem;
	font-family: impact;
	font-weight: 300;
	color: #d71400;
	margin: 0 .1em;
}
.cost .note {
	font-size: .9rem;
	text-align: right;
	margin-top: .8em !important;
}
.cost .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 1rem 0 0;
}


/*==============================================
 コラム
============================================= */
#article04 h2 span span {
	display: inline;
	color: #df0012;
	padding: 0;
}
#article04 .paragraphIn {
	background: #e9e9e9;
	padding-top: 2rem;
}
#article04 .spAccordion {
	background: #e9e9e9;
}
#article04 h3 {
	text-align: center;
	margin: 0 auto;
}
#article04 h3 span {
	display: block;
}
.columnimg {
	background: #fff;
	border-radius: 1rem;
	margin: 1.5rem auto 0;
	padding: 1.8rem;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
	padding: 0 2rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}
.imgBox .cap small {
	display: block;
	margin-top: 1rem;
}
a.extra1 {
	margin: 0 auto 1rem;
}
.extra2 a:last-child {
	width: 60%;
	margin: 1rem auto 0;
}
.paragraphIn > .imgBox:first-child {
	margin-top: 1.5rem;
}


/*----- 動画 -----*/
.movBox {
	margin: 3.5rem auto 3rem;
}
.movBox .mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #191919;
	padding: 3rem 2rem 1rem;
}
.productBox a img {
	width: 80%;
	margin: 0 auto;
}
.productBox a {
	display: block;
	background: #fff;
	border-radius: 1rem;
	text-align: center;
	margin: auto;
	padding: 2rem 2.5rem;
}
.productBox a dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
}
.productBox a dt span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}
.productBox a dd {
	height: 3.2rem;
	background: #8d0707;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 3.2rem;
	position: relative;
	margin: 1rem 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,
.productBox a dd:active {
	background: #c50000;
}





/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.questionnaire {
	margin: 0;
}

