@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;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem 1.5em;
}

#mainContents {
background: #f2f2f2;
}
#mainContents p {
letter-spacing: 0.05em;
color: #444;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	padding-bottom: 26.98%;
	position: relative;
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	padding-top: 101.92%;
}

.lead {
	padding: 0 2rem 2.5rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.lead p.note {
	font-size: .9rem;
	margin-top: 1rem;
}


/*==============================================
.floating-banner
============================================= */
#bnr{
	width: 100%;
	position: absolute;
}
#bnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/sp_banner.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	padding-top: 26.98%;
	margin: 0 auto -1.5rem;
	position: absolute;
	z-index: 10;
	transition: all ease .3s;
}
#bnr a.fix {
	position: fixed;
	top: 0;
}
#bnr a.is-hidden {
	position: fixed;
	top: -115px;
}


/*==============================================
 バナー
============================================= */
.txtLink {
	line-height: 1.4;
	padding: 0 1.5rem;
	margin: 3.5rem auto;
}
.innerbnr {
	line-height: 1.4;
	padding: 0 1.5rem;
	margin: 3.5rem auto 3rem;
}
.txtLink a,
.innerbnr a {
	display: block;
	width: 100%;
	background: #252525;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: bold;
	color: #7bc2c3;
	line-height: 1.4;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin: .8rem auto 0;
}
.txtLink a:after,
.innerbnr a:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -7px;
}


/*==============================================
 コンテンツ
============================================= */
.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;
}
.paragraph {
	border-top: 1px solid #e6e6e6;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article01 {
	border-top: 1px solid #ddd;
	padding-top: 2.5rem;
}
#article02,
#article03,
#article04 {
	background: #fff;
	padding-bottom: .1rem
}
#article04 .paragraphIn {
	padding-bottom: 3rem
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.paragraph h2 span {
	display: block;
	padding: 1.7rem 1.5rem 2.4rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	position: relative;
}
.paragraph h2 span:after {
	content: "▼";
	display: inline-block;
	font-size: 1rem;
	color: #bbb;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	margin-left: -.5rem;
	transition: transform .2s ease, opacity .2s ease;
}
.paragraph.active h2 span:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #4ba0b1;
	margin-bottom: .3rem;
}
.paragraph h3.ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 3rem auto 0;
}
.paragraph h4 {
	background: #e6e6e6;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	margin: 2rem auto 1.5rem;
	padding: .5rem 1rem .2rem;
}






/*==============================================
 レビュー
============================================= */
.review {
	margin: 3.5rem auto;
}
.review h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1rem;
	padding-bottom: 1rem;
	position: relative;
}
.review h3:after {
	content: "▼";
	display: block;
	font-size: .9rem;
	color: #4ba0b1;
	position: relative;
	top: 1rem;
}
.review li {
	background-color: #fff;
	border-radius: 2.5rem;
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 0 auto 1rem;
	padding: 6.5rem 2.5rem 2rem;
}
.review li:nth-child(1) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user01.png) no-repeat center 2rem #fff;
	background-size: 32px;
}
.review li:nth-child(2) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user02.png) no-repeat center 2rem #fff;
	background-size: 32px;
}
.review li:nth-child(3) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user03.png) no-repeat center 2rem #fff;
	background-size: 32px;
}
.review p {
	font-size: .9rem;
	margin-top: 1.5rem;
}



/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.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;
}
h4 + .imgBox {
	margin-top: 2rem;
}


/*----- 動画 -----*/
.movBox01 {
	margin: 2rem auto;
}
.movBox02 {
	margin: 2.5rem auto 3rem;
}
.mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	border-top: 1px solid #e6e6e6;
	padding: 3.5rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 1.4;
	text-align: center;
}
.productBox h2 em {
	display: block;
	font-size: 1.8rem;
}
.productBox h3 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 2.5rem auto 0;
}
.productBox h3 span {
	display: inline-block;
	background: #f2f2f2;
	padding: 0 1rem;
	position: relative;
}
.productBox h3:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #444;
	position: absolute;
	top: 50%;
}
.productBox ul + h3 {
	margin-top: 3rem;
}
.productBox ul a {
	color: #252525;
}
.productBox ul {
	margin: 2rem auto 0;
}
.productBox li {
	background: #fff;
	border-radius: 2rem;
	text-align: center;
	margin: auto;
	margin-top: 1.2rem;
	padding: 2rem;
}
.productBox li img {
	width: 65%;
	margin: 0 auto .5rem;
}
.productBox li dt {
	font-size: 1rem;
}
.productBox li dt strong {
	display: block;
	font-size: 2.7rem;
	margin-top: .5rem;
}
.productBox li dd {
	width: 100%;
	background: #252525;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: bold;
	color: #7bc2c3;
	line-height: 1.4;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin: 1rem auto 0;
}
.productBox li dd:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -7px;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



