@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 0;
}

#mainContents {
	color: #000;
	letter-spacing: 0.01em;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	position: relative;
}
.mainTitle {
	width: 100%;
	height: 0;
	background-size: cover;
	position: absolute;
	background-color: #000;
	overflow: hidden;
	padding-top: 52%;
}
.image-crossfader-inner {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	transition:
	opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	transform 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.image-crossfader-inner.is-visible {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
}
.image-crossfader-inner:nth-child(1) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/sp_titlebg01.webp');
}
.image-crossfader-inner:nth-child(2) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/sp_titlebg02.webp');
}
.image-crossfader-inner:nth-child(3) {
	background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/sp_titlebg03.webp');
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/sp_maintitle.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 68%;
	position: relative;
	z-index: 1;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead a {
	font-weight: bold;
	color: #00b444;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	text-align: center;
	margin: 2rem auto 0;
	padding: 0 2rem 2.5rem;
}
.topbnr a {
	display: block;
	height: 4.5rem;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 4.5rem;
	position: relative;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 12px;
	height: 24px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/arrow.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -12px;
}

.innerbnr {
	margin: 3rem auto 0;
}
.innerbnr a {
	display: block;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/sp_innerbnr.jpg) no-repeat 0 0;
	padding-top: 32.89%;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
}

.txtLink {
	margin: 3rem auto;
	text-align: center;
}
.txtLink a {
	font-size: 1.3rem;
	font-weight: bold;
	color: #00b444;
	letter-spacing: -0.01em;
}
.txtLink a:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/arrow_s.png) no-repeat 9px center;
	background-size: 6px;
	background-color: #00b444;
	border-radius: calc(1px/0);
	vertical-align: -5px;
	margin-right: .5rem;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	border-top: 1px solid #ddd;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border-bottom: 1px solid #ddd;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 2rem 1.5rem 1.8rem 4rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 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 #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 10rem;
	height: 2.2rem;
	background: #fff;
	border: 2px solid #e2e2e2;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: bold;
	color: #00b444;
	line-height: 2.2rem;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 1rem;
}


.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article04 .paragraphIn {
	padding-bottom: 3rem;
}


/*==============================================
 画像
============================================= */
.imgBox,
.imgBox2 {
	margin: 3.5rem auto 3rem;
	padding: 0 2rem;
}
.imgBox a,
.imgBox2 a {
	display: block;
}
.imgBox a + a,
.imgBox2 a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 1rem;
}
.paragraphIn > .imgBox:first-child {
	margin-top: 2.5rem;
}


/*==============================================
 囲み
============================================= */
.column {
	background: #e9e9e9;
	border-radius: 3rem;
	margin: 3.5rem auto;
	padding: 3.5rem 2.5rem;
}
.column h3 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/column_line.png) no-repeat center bottom;
	background-size: 70px;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	letter-spacing: -0.01em;
	padding-bottom: 1.5rem;
}
.column p {
	font-size: 1.2rem;
	margin: auto !important;
}
.column .imgBox {
	margin: 2.5rem auto 0;
	padding: 0;
}
.column .imgBox2 {
	margin: 2.5rem auto;
	padding: 0;
}
#article01 .column h3 span {
	display: block;
	text-indent: -1.4em;
}
#article02 .column h3 span {
	display: block;
	text-indent: -.5em;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #e2e2e2;
	padding: 3rem 2rem 1rem;
}
.productBox .wrap {
	text-align: center;
	margin: 0 auto;
}
.productBox .wrap a {
	display: block;
	background: #fff;
	border-radius: 3rem;
	padding: 2rem 2rem 3rem;
	position: relative;
	overflow: hidden;
}
.productBox .wrap a + a {
	margin-top: 1.5rem;
}
.productBox .wrap a:first-child:after {
	content: "";
	display: block;
	width: 50%;
	height: 60%;
	background: #888;
	transform: rotate(45deg);
	position: absolute;
	top: -25%;
	left: -25%;
	box-sizing: border-box;
	padding: 2rem 0 0 1.5rem;
}
.productBox .wrap a span {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 2rem;
	left: 1.5rem;
	z-index: 1;
}
.productBox .wrap a img {
	width: 80%;
	margin: 0 auto;
}
.productBox .wrap a dl {
	margin-top: -.5rem;
}
.productBox a dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
.productBox .wrap a dt small {
	display: block;
	font-size: 1.2rem;
	color: #009839;
	margin-bottom: .5rem;
}
.productBox .wrap a dd {
	height: 4.5rem;
	background: #000;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 4.5rem;
	margin: 1.2rem auto 0;
	position: relative;
}
.productBox .wrap a dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 24px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_huawei/arrow.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -12px;
}














/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



