@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;
}
.forSP {
	display: none;
}
.releasedate {
	width: 930px;
	font-size: 11px;
	color: #333;
	text-align: right;
	margin: 100px auto;
}

/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/mainimg.jpg) no-repeat center top;
	background-color: #f3f7fa;
	padding-bottom: 60px;
}
.mainTitle {
	width: 930px;
	height: 371px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/maintitle.png) no-repeat 0 60px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.lead {
	width: 930px;
	margin: 35px auto 0;
}
.lead a.btn {
	display: block;
	width: 460px;
	height: 54px;
	background: #e62d20;
	border-radius: 54px;
	font-size: 15px;
	color: #fff;
	line-height: 58px;
	text-align: center;
	margin-left: 10px;
	position: relative;
	transition: all ease .3s;
}
.lead a.btn:after {
	content: "\276F\276F";
	display: block;
	font-size: 20px;
	color: #fff;
	letter-spacing: -3px;
	position: absolute;
	top: 0;
	right: 20px;
	transition: color ease .3s;
}
.lead a.btn:hover {
	background: #ff5043;
}

.lead p {
	font-size: 15px;
	line-height: 2.1;
	margin-top: 50px;
}
.lead p a {
	color: #007dac;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}

/* animation */
	.mainTitle {
		opacity: 0;
		animation-name: mainTitle;
		animation-duration: 0.30s;
		animation-timing-function: ease-out;
		animation-delay: 0.45s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
		@keyframes mainTitle {
			0% {opacity: 0; transform: translate3d(0,-50px,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}
	.lead {
		opacity: 0;
		animation-name: lead;
		animation-duration: 0.30s;
		animation-timing-function: ease-out;
		animation-delay: 0.45s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes lead {
		0% {opacity: 0; transform: translate3d(0,30px,0);}
		100% {opacity: 1; transform: translate3d(0,0,0);}
	}


/*==============================================
 バナー
============================================= */
.innerbnr {
	width: 100%;
	background: #171b29;
	color: #fff;
	padding: 40px 0 30px;
	margin: 120px auto 0;
}
.innerbnr a {
	display: block;
	width: 930px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/innerbnr_img.png) no-repeat 0 0;
	color: #fff;
	padding: 50px 0;
	margin: auto;
	overflow: hidden;
}
.innerbnr a dl {
	padding-left: 160px;
	float: left;
}
.innerbnr a dt {
	font-size: 54px;
	font-weight: bold;
}
.innerbnr a dt small {
	font-size: 27px;
	vertical-align: middle;
	margin-right: 20px;
}
.innerbnr a dd {
	font-size: 15px;
	margin-bottom: 18px;
}
.innerbnr a div {
	width: 350px;
	height: 80px;
	background: #e62d20;
	border-radius: 80px;
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	padding: 18px 0 0 55px;
	box-sizing: border-box;
	position: relative;
	float: right;
	transition: all ease .3s;
}
.innerbnr a div:after {
	content: "\276F\276F";
	display: block;
	font-size: 20px;
	color: #fff;
	letter-spacing: -3px;
	position: absolute;
	top: 26px;
	right: 20px;
	transition: color ease .3s;
}
.innerbnr a div:hover {
	background: #ff5043;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #171b29;
	color: #fff;
	padding: 50px 0 35px;
}
.menu dl {
	width: 820px;
	margin: auto;
}
.menu dt {
	font-size: 24px;
	font-weight: bold;
	color: #2f4159;
	margin-bottom: 35px;
	position: relative;
}
.menu dt:after {
	content: "";
	display: block;
	width: 720px;
	height: 1px;
	background: #2f4159;
	position: absolute;
	top: 40%;
	right: 0;
}
.menu dd a {
	display: block;
	font-size: 13px;
	color: #fff;
	margin: 24px auto;
}
.menu dd a em {
	display: inline-block;
	width: 200px;
	font-weight: bold;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/bg.png) repeat-x 0 0;
	padding: 110px 0 0;
}
.paragraph h2 {
	width: 930px;
	font-size: 33px;
	font-weight: bold;
	color: #171b29;
	line-height: 1.5;
	margin: 0 auto 60px;
	box-sizing: border-box;
}
.paragraph h2 em {
	display: block;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
}

.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 25px;
}
.paragraphIn p.notice {
	font-size: 11px;
}

#article01 h2 {
	min-height: 362px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/p1_img.png) no-repeat 30px 20px;
	padding-left: 430px;
	
}
#article01 .forSP + p {
	padding-left: 430px;
	margin: -215px auto 90px;
}
#article02 h2 {
	min-height: 435px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/p2_img.png) no-repeat 640px 15px;
}
#article02 .forSP + p {
	padding-right: 350px;
	margin: -285px auto 130px;
}
#article03 h2 {
	min-height: 420px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/p3_img.png) no-repeat 70px 0;
	padding: 20px 0 0 300px;
	
}
#article03 .forSP + p {
	padding-left: 300px;
	margin: -240px auto 130px;
}
#article04 {
	background: none;
}
#article04 h2 {
	text-align: center;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 870px;
	margin: 80px auto;
}
.imgBox div {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.imgBox a {
	display: block;
	width: 420px;
}
.imgBox.vert a img {
	width: 300px;
	border: 1px solid #ddd;
	margin: auto;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 420px;
	margin: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 60px auto 0;
}
.productBox .item {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/08_zenfone8/itemimg.png) no-repeat 0 0;
	text-align: center;
	padding: 475px 0 60px;
}
.productBox dt {
	font-size: 60px;
	font-weight: bold;
	color: #171b29;
}
.productBox dd {
	margin: 20px auto 0;
}
.productBox dd a {
	display: block;
	width: 580px;
	height: 54px;
	background: #e62d20;
	border-radius: 54px;
	font-size: 15px;
	color: #fff;
	line-height: 58px;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox dd a:after {
	content: "\276F\276F";
	display: block;
	font-size: 20px;
	color: #fff;
	letter-spacing: -3px;
	position: absolute;
	top: 0;
	right: 20px;
	transition: color ease .3s;
}
.productBox dd a:hover {
	background: #ff5043;
}
.productBox dd a span:before {
	content: "「";
}
.productBox dd a span:after {
	content: "」";
}
.productBox table {
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #333;
	font-size: 15px;
	margin: auto;
}
.productBox tr {
	border-top: 1px dotted #333;
}
.productBox tr:last-child {
	border-bottom: 1px solid #333;
}
.productBox th {
	width: 26%;
	padding: 12px 25px 8px;
}
.productBox td {
	padding: 12px 25px 8px;
}
.productBox td li {
	margin: 10px auto;
}



/*==============================================
 effect
============================================= */
[data-effect] {
    transition: transform 0.7s, opacity 0.6s;
}
[data-effect="center"] {
    opacity: 0;
}
[data-effect="top"] {
    opacity: 0;
    transform: translateY(-40px);
}
[data-effect="bottom"] {
    opacity: 0;
    transform: translateY(30px);
}
[data-effect="left"] {
    opacity: 0;
    transform: translateX(-40px);
}
[data-effect="right"] {
    opacity: 0;
    transform: translateX(40px);
}
[data-effect].ended {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


