@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;
	margin-top: 3rem;
}


/*==============================================
 .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 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 108.6%;
}
.mainTitle * {
	font-size: 0;
	text-indent: -999em;
}

.lead {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead a {
	border-bottom: 1px dotted #333;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 0 2rem;
	margin: 2.5rem auto 0;
}
.topbnr a {
	display: block;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	padding: 1.3rem 1.5rem 1.4rem;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: .6rem;
	vertical-align: .2rem;
	transform: rotate(-90deg);
	margin: 0 -1rem 0 .5rem;
}
.topbnr a span {
	display: none;
}

.innerbnr a {
	display: block;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/sp_innerbnr.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 23.39%;
}


/*==============================================
 プロフィール
============================================= */
.profile {
	margin: 3rem auto 0;
	box-sizing: border-box;
	position: relative;
}
.profile dl {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_huawei_watch/sp_profile_img.webp) no-repeat 0 -.5rem;
	background-size: contain;
	box-sizing: border-box;
}
.profile dt {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding: 10% 2rem 0;
}
.profile dt span {
	display: block;
	margin-top: .5rem
}
.profile dd {
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10rem;
	padding: 2rem;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 3rem;
}
.paragraph p em {
	background: #e5f2c6;
	font-weight: bold;
	padding: 0 .2rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 1.2rem !important;
}
.paragraphIn {
	padding-top: 2rem;
}
.paragraph {
	border-top: 1px solid #666;
	transition: background-color .2s, border-top-color .2s;
}

.spAccordion {
	display: none;
	padding: 0 2rem 2.5rem;
}
.paragraph h2 {
	background: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	padding: 1.8rem 4rem 1.8rem 2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.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: 4px solid #999;
	border-right: 4px solid #999;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: .5rem;
}
.paragraph h2 em:after {
	content: "／";
	font-size: .9rem;
	vertical-align: .1rem;
	margin-left: 1rem;
}

.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article01 {
	border: 0;
}
#article01 h3 {
	background: #000;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin: 3.5rem auto 2.5rem;
	padding: .5rem 1rem .6rem;
}
#article02 h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 3.5rem auto 2.5rem;
}
#article04 .note {
	font-size: .9rem;
}


/*==============================================
 コメント
============================================= */
.comment {
	background: #e5e5e5;
	border: 5px solid #000;
	border-radius: 20px;
	margin: 4rem auto 3rem;
	padding: 2rem;
	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: 50%;
	margin-left: -70px;
}
.comment p {
	margin: 1.5rem 0 0;
}
.comment p em {
	background: #fff;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a,
.imgBox div + div {
	margin-top: 1.2rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}
.imgBox.extra img {
	width: 55%;
	margin: auto;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #eee;
	padding: 3rem 2rem;
}
.productBox h2 {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.productBox h2 span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: .6rem;
}
.productBox a {
	display: block;
	background: #fff;
	border-radius: 1.5rem;
	text-align: center;
	padding: 3rem 1.8rem;
	margin-top: 1.8rem;
}
.productBox a img {
	width: 80%;
	margin: auto;
}
.productBox a div {
	display: block;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	margin-top: 2rem;
	padding: 1.3rem 1.5rem 1.4rem;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
}
.productBox a div:after {
	content: "▼";
	display: inline-block;
	font-size: .6rem;
	vertical-align: .2rem;
	transform: rotate(-90deg);
	margin: 0 -1rem 0 .5rem;
}
.productBox .note {
	font-size: .9rem;
	line-height: 1.6;
	margin-top: 3rem;
}




/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



