@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu,
.forPC {
	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;
}

.releasedate {
	font-size: 0.85rem; 
	color: #fff;
	padding: 3rem 0;
}

#mainContents {
    background-color: #000;
    color: #fff;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding: 58.33% 2rem 0;
}
.mainTitle div, h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitle a {
	display: block;
	background: #007489;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 1.5rem auto 0;
	padding: 1.1rem 1rem 1rem; 
	position: relative;
}
.mainTitle a:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	vertical-align: middle;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.4rem;
}

.lead p {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead a {
	color: #1198b0;
	text-decoration: underline;
}
.lead .note {
	font-size: 1rem;
	line-height: 1.5;
}


/*==============================================
 編集長
============================================= */
.editor {
	width: 90%;
	background-size: 25%;
	border: 1px solid #2a2a2a;
	box-sizing: border-box;
	margin: 2rem auto;
	padding: 1.5rem;
	overflow: hidden;
}
.editor img {
	width: 25%;
	float: left;
	margin: 0 1.5rem 1rem -.2rem;
}
.editor dt {
	font-size: 1.3rem;
	margin: 1rem 0 1.5rem;
}
.editor dd {
	font-size: 1rem;
	line-height: 1.6;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	margin: 3.5rem auto 0;
}
.innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/sp_innerbnr.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 24.73%;
}
.innerbnr a * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.3rem;
	line-height: 1.6;
	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 .note {
	font-size: 1rem;
	line-height: 1.5;
}

.paragraph {
	border-top: 1px solid #2a2a2a;
	transition: background-color .2s, border-top-color .2s;
}
#article04 {
	border-bottom: 1px solid #2a2a2a;
}

.spAccordion {
	display: none;
	padding: 0 2rem 2.5rem;
}
.paragraph h2 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 1.8rem .5rem 1.8rem 1.8rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 0 3rem 0 29%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	position: relative;
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 1.5rem;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1rem;
	color: #b39b53;
	margin-bottom: .5rem;
}

.paragraph h2 span:before {
	content: "";
	display: block;
	width: 25%;
	height: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/sp_p1.webp) no-repeat 50% 0;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#article02 h2 span:before {
	content: "";
	display: block;
	width: 25%;
	height: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/sp_p2.webp) no-repeat 50% 0;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#article03 h2 span:before {
	content: "";
	display: block;
	width: 25%;
	height: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/sp_p3.webp) no-repeat 50% 40%;
	background-size: 250%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#article04 h2 span {
	padding: 0 3rem 0 0;
}
#article04 h2 span:before {
	content: none;
}

.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

h3.point {
	font-size: 1.5rem;
	color: #bba54e;
	margin: 3rem auto;
}
h3.point span {
	display: block;
	width: 6.5rem;
	height: 1.5rem;
	border: 1px solid #bba54e;
	font-size: .9rem;
	line-height: 1.7rem;
	text-align: center;
	margin-bottom: .5rem;
}


/*==============================================
 囲み
============================================= */
.column {
	border: 5px solid #222;
	margin: 3rem auto;
	padding: 2.5rem 1.5rem 3rem;
}
.column h3 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/column_ttl.jpg) no-repeat 0 0;
	background-size: 131%;
	height: 0;
	font-size: 0;
	text-indent: -999em;
	margin: 0 0 2rem;
	padding-top: 17%;
}
p.comment {
	color: #bba54e;
}
p.comment:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 1px;
	background: #bba54e;
	vertical-align: middle;
	margin-right: .6em;
}
.commentBox img {
	margin: 3rem auto;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1.5em;
}
.imgBox a p {
	color: #fff;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}
.extra {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/img01.jpg) no-repeat center 0;
	background-size: 150%;
	padding-top: 70%;
}
.extra p br {
	display: none;
}
.column .imgBox {
	margin-bottom: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	padding: 3rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #b39b53;
	text-align: center;
}
.productBox h2 small {
	display: block;
	font-weight: normal;
	margin-top: .6rem;
}
.productBox .wrap {
	background: #fff;
	border-radius: 1.5rem;
	margin: 1.5rem auto 0;
	padding: 3rem 2rem;
}
.productBox dt {
	background: #000;
	font-size: .9rem;
	font-weight: bold;
	color: #b39b53;
	text-align: center;
	line-height: 1.4;
	padding: 1.2rem 0 1rem;
}
.productBox dd {
	text-align:center;
}
.productBox .main_model dd img {
	margin: 1rem auto 0;
}
.productBox .sub_model dd img {
	width: 90%;
	margin: 2rem auto 0;
}
.productBox dd h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: .5rem auto 0;
}
.productBox dd h3 small {
	display: block;
	font-size: .9rem;
	margin: 0 auto .6rem;
}
.productBox dd p {
	font-size: .9rem;
	line-height: 1.6;
	text-align: left;
	margin: .8rem auto 0;
}
.productBox dd div {
	background: #007489;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	margin: 1rem auto 0;
	padding: 1.1rem 1rem 1rem;
	position: relative;
}
.productBox dd div:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.4rem;
}
.productBox .sub_model {
	margin: 3rem auto 0;
}
.productBox .sub_model dt {
	margin-bottom: -.5rem;
}


/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



