@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	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: #fff;
	text-align: right;
	margin: 100px auto 0; 
}

.forSP {
	display: none;
}

#mainContents {
    background-color: #000;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #fff;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}



/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/mainimg.webp) no-repeat center top;
}
.mainTitle {
	width: 930px;
	height: 700px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/maintitle.webp) no-repeat right 85px;
	margin: 0 auto;
	position: relative;
}
.mainTitle div, h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitle a {
	display: block;
	background: #007489;
	border-radius: 5px;
	width: 510px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 530px;
	right: 2px;
	transition: all ease .3s;
}
.mainTitle a:after {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	vertical-align: middle;
	transform: rotate(-90deg);
	position: absolute;
	right: 20px;
}
.mainTitle a:hover {
	background: #20a1b9;
}



.lead {
	width: 930px;
	margin: -30px auto 0;
}
.lead p {
	font-size: 17px;
	line-height: 1.9;
	margin-top: 1.5em;
}
.lead p.note {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 1.8em;
}
.lead a {
	color: #1198b0;
	transition: all ease .3s;
}
.lead a:hover {
	text-decoration: underline;
}


/*==============================================
 編集長
============================================= */
.editor {
	width: 800px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/editor_img.jpg) no-repeat 5px bottom #000;
	background-size: 150px;
	border: 1px solid #212121;
	box-sizing: border-box;
	margin: 80px auto 0;
}
.editor dl {
	padding: 45px 40px 45px 180px;
}
.editor dt {
	font-size: 16px;
}
.editor dd {
	font-size: 13px;
	line-height: 2;
	margin-top: 1.5em;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	width: 930px;
	margin: 120px auto 20px;
}
.innerbnr a {
	display:block;
	width: 930px;
	height: 180px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/innerbnr.jpg) no-repeat 0 0;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.innerbnr a dl {
	text-indent: -999em;
	font-size: 0;
}
.innerbnr a div {
	background: #007489;
	border-radius: 5px;
	width: 580px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 113px;
	right: 42px;
	transition: all ease .3s;
}
.innerbnr a div:after {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	vertical-align: middle;
	transform: rotate(-90deg);
	position: absolute;
	right: 20px;
}
.innerbnr a div:hover {
	background: #20a1b9;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #181818;
	margin: 100px auto 0;
	padding: 40px 0;
}
.menu ul {
	width: 930px;
	margin: auto;
	box-sizing: border-box;
	padding-left: 130px;
	position: relative;
}
.menu ul:before {
	content: "INDEX";
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
}
.menu li {
	font-size: 14px;
	margin: 1.4em 0;
}
.menu li a {
	color: #fff;
	transition: all ease .3s;
}
.menu li a em {
	display: inline-block;
	font-weight: 500;
	color: #bba54e;
}
.menu li a em:after {
	content: "▼";
	display: inline-block;
	font-size: 8px;
	color: #413920;
	vertical-align: middle;
	transform: rotate(-90deg);
	margin: 0 2em;
}
.menu li a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	border-bottom: 1px solid #212121;
	margin: 0 auto 0;
	padding: 100px 0 110px;
}
.paragraph h2 {
	width: 930px;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 auto 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #bba54e;
	margin-bottom: 15px;
}
.paragraph h2 sup {
	font-size: 12px;
	
}
h3.point {
	font-size: 28px;
	color: #bba54e;
	margin: 80px auto 60px;
}
h3.point span {
	display: inline-block;
	width: 130px;
	height: 26px;
	border: 1px solid #bba54e;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	vertical-align: 4px;
	margin-right: 13px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 30px;
}
.paragraphIn p.note {
	font-size: 12px;
	line-height: 1.6;
}

#article04 {
	min-height: 700px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/matome_bg.webp) no-repeat center -20px;
	border: 0;
	padding-top: 100px;
}
#article04 p {
	line-height: 2.1;
	text-shadow: 5px 5px 5px #000, -5px 5px 5px #000, -5px -5px 5px #000, 5px -5px 5px #000;
}



/*==============================================
 囲み
============================================= */
.column {
	border: 5px solid #222;
	margin: 90px auto 100px;
	padding: 90px 110px 100px;
}
.column h3 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/column_ttl.jpg) no-repeat 0 0;
	height: 90px;
	font-size: 0;
	text-indent: -999em;
	margin-bottom: 75px;
}
.column p {
	margin: 60px auto 0;
}
.column p.comment {
	color: #bba54e;
}
.column p.comment:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #bba54e;
	vertical-align: middle;
	margin-right: 1em;
}
.column .w500 {
	margin-bottom: 0;
}

/*==============================================
 第３章
============================================= */
#article03 .comment {
	color: #bba54e;
	margin: 80px auto;
}
#article03 .comment:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #bba54e;
	vertical-align: middle;
	margin-right: 1em;
}
#article03 .commentBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 90px auto;
}
#article03 .commentBox .comment {
	color: #bba54e;
	margin: 15px 0 0;
}
#article03 .commentBox .comment:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #bba54e;
	vertical-align: middle;
	margin-right: 1em;
}
#article03 .commentBox .t01 {
	width: 370px;
}
#article03 .commentBox .t02 {
	width: 405px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	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: 14px;
	color: #fff;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.imgBox .cap.right {
	width: 450px;
	margin: 0;
}

.extra {
	min-height: 533px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_panasonic/img01.jpg) no-repeat -190px center;
	margin: 50px auto;
}
.extra .cap {
	display: table-cell;
	height: 533px;
	line-height: 2.2;
	vertical-align: middle;
	padding-left: 465px;
}

.w500,
.w500 a {
	width: 500px;
	float: none;
}
.w600,
.w600 a {
	width: 600px;
	float: none;
}
.w930,
.w930 a {
	width: 930px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: -290px auto 0;
	padding-bottom: 100px;
}
.productBox h2 {
	font-size: 24px;
	font-weight: 500;
	color: #bba54e;
	text-align: center;
}
.productBox h2 small {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 12px;
}
.productBox .wrap {
	width: 830px;
	background: #fff;
	border-radius: 30px;
	margin: 40px auto 0;
	padding: 70px 50px;
	box-sizing: border-box;
}
.productBox dt {
	width: 100%;
	height: 44px;
	background: #000;
	font-size: 16px;
	color: #bba54e;
	text-align: center;
	line-height: 44px;
}
.productBox dd {
	text-align:center;
}
.productBox dd h3 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 60px auto 20px;
}
.productBox dd h3 small {
	display: block;
	font-size: 14px;
	margin: -20px auto 8px;
}
.productBox dd p {
	width: 510px;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	margin: 25px auto 0;
}
.productBox dd div {
	background: #007489;
	border-radius: 5px;
	width: 510px;
	height: 50px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 25px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox dd div:after {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	vertical-align: middle;
	transform: rotate(-90deg);
	position: absolute;
	right: 20px;
}
.productBox dd div:hover {
	background: #20a1b9;
}
.productBox .sub_model {
	margin: 90px auto 0;
}
.productBox .sub_model dt {
	margin-bottom: -10px;
}
.productBox .sub_model dd {
	margin-top: 70px;
}
.productBox .sub_model a {
	display: block;
	overflow: hidden;
}
.productBox .sub_model span {
	display: block;
	width: 210px;
	height: 195px;
	overflow: hidden;
	float: left;
	position: relative;
}
.productBox .sub_model img {
	position: absolute;
	left: -52px;
}
.productBox .sub_model h3 {
	font-size: 28px;
	text-align: left;
	margin: 15px 0 0 255px;
}
.productBox .sub_model dd p {
	margin-left: 255px;
}
.productBox .sub_model dd div {
	width: 450px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	margin-left: 255px;
}



