@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;
}

.sp_img {
	display: none;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}


/*==============================================
 .noto
============================================= */
/* normal */
@font-face {
	font-family: 'noto';
	src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
	font-weight: normal;
}
/* bold */
@font-face {
	font-family: 'noto';
	src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
	font-weight: bold;
}

#mainContents {
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.03em;
	font-feature-settings: "palt" 1;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 930px;
	height: 814px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/mainimg.webp) no-repeat center top;
	position: relative;
	margin: auto;
}
.mainTitle h1 {
	width: 1040px;
	height: 770px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/maintitle.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	top: 44px;
}
.mainTitle p {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	font-size: 16px;
	line-height: 1.8;
	margin: 60px auto 0;
}
.lead a {
	border-bottom: 1px dotted #333;
}
.lead a:hover {
	border-bottom: 0;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin: 60px auto 0;
}
.topbnr a {
	display:block;
	width: 700px;
	height: 80px;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 82px;
	margin: auto;
	box-shadow: 0 3px 7px 2px rgba(0,0,0,.3);
	transition: all ease .5s;
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	vertical-align: 2px;
	transform: rotate(-90deg);
	margin: 0 -10px 0 10px;
}
.topbnr a:hover {
	background: #364426;
}
.innerbnr a {
	display: block;
	width: 700px;
	height: 150px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/innerbnr.png) no-repeat 45px -6px #000;
	border-radius: calc(1px/0);
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 100px auto 0;
	box-shadow: 0 3px 7px 2px rgba(0,0,0,.3);
	transition: all ease .3s;
}
.innerbnr a:hover {
	background-color: #364426;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 830px;
	margin: 70px auto 0;
}
.menu dl {
	display: table;
	width: 100%;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	padding-right: 10px;
}
.menu dt:before {
	content: "≡";
	font-size: 16px;
	font-weight: normal;
	margin-right: 5px;
}
.menu dt:after {
	content: "≡";
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}
.menu dd {
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	margin: 18px auto;
	transition: all ease .5s;
}
.menu dd a:hover {
	opacity: .4;
}
.menu dd a em {
	display: inline-block;
}
.menu dd a em:after {
	content: "／";
	margin: 0 20px;
}


/*==============================================
 プロフィール
============================================= */
.profile {
	width: 930px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/profile_img.jpg) no-repeat right 0;
	background-size: contain;
	border: 1px solid #000;
	margin: 70px auto 0;
	padding: 55px 320px 50px 55px;
	box-sizing: border-box;
	position: relative;
}
.profile:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #fff 60%, transparent 80%);
	position: absolute;
	top: 0;
	left: 0;
}
.profile dl {
	position: relative;
	z-index: 1;
}
.profile dt {
	font-size: 16px;
	font-weight: bold;
}
.profile dd {
	font-size: 13px;
	line-height: 2;
	margin-top: 22px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 930px;
	margin: 120px auto 0;
}
.paragraph h2 {
	width: 930px;
	height: 520px;
	background: #000;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 80px;
	padding: 165px 0 0 418px;
	box-sizing: border-box;
	position: relative;
}
.paragraph h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
}
.paragraph h2 em:after {
	content: "／";
	display: block;
	font-size: 18px;
	margin: 10px 0 10px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 1.8;
	margin: 30px 0 0;
}
.paragraphIn p em {
	background: #e5f2c6;
	font-weight: bold;
	padding: 0 2px;
}

#article01 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p1_img.jpg) no-repeat 0 0 #000;
}
#article01 h2:after {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p1_subttl.png) no-repeat 790px 460px;
}
#article01 h2 em:after {
	margin-left: 80px;
}
#article01 h3 {
	height: 50px;
	background: #000;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 49px;
	text-align: center;
	margin: 110px auto 80px;
}

#article02 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p2_img.jpg) no-repeat 0 0 #000;
}
#article02 h2:after {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p2_subttl.png) no-repeat 775px 455px;
}
#article02 h2 em:after {
	margin-left: 32px;
}
#article02 h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 110px auto 80px;
}

#article03 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p3_img.jpg) no-repeat 0 0 #000;
}
#article03 h2:after {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p3_subttl.png) no-repeat 715px 462px;
}
#article03 h2 em:after {
	margin-left: 36px;
}

#article04 h2 {
	width: 930px;
	height: 420px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/p4_img.jpg) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
#article04 .note {
	font-size: 12px;
	margin: 60px auto 0;
}


/*==============================================
 コメント
============================================= */
.comment {
	background: #e5e5e5;
	border: 5px solid #000;
	border-radius: 20px;
	margin: 90px auto 100px;
	padding: 40px 55px 50px;
	position: relative;
}
.comment strong {
	display: block;
	background: #000;
	border-radius: calc(1px/0);
	width: 140px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 30px;
}
.comment p {
	margin: 15px 0 0;
}
.comment p em {
	background: #fff;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 90px auto 80px;
}
.imgBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.imgBox div + div {
	margin-top: 30px;
}
.imgBox a {
	display: block;
	width: 400px;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 400px;
	margin: -2px 0 0;
}

.imgBox.extra a {
	display: block;
	width: 182px;
}
.imgBox.extra .cap.right {
	width: 618px;
}



/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #eee;
	margin: 120px auto 0;
	padding: 100px 0;
}
.productBox h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}
.productBox h2 span {
	display: block;
	font-size: 30px;
}
.productBox a {
	display: block;
	width: 600px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 40px auto 0;
	padding: 90px 0;
}
.productBox a div {
	display:block;
	width: 480px;
	height: 80px;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 82px;
	margin: 60px auto 0;
	box-shadow: 0 3px 7px 2px rgba(0,0,0,.3);
	transition: all ease .5s;
}
.productBox a div:after {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	vertical-align: 2px;
	transform: rotate(-90deg);
	margin: 0 -10px 0 10px;
}
.productBox a div:hover {
	background: #364426;
}
.productBox .note {
	width: 830px;
	font-size: 12px;
	line-height: 1.8;
	margin: 90px auto 0;
}


