@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1030px;
	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: #ddd;
	text-align: right;
	margin: 100px auto 0;
	padding-bottom: 100px;
}

#mainContents {
	background: #000;
	color: #fff;
}
.forSP {
	display: none;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/mainbg.jpg) no-repeat center top;
}
h1 {
	width: 100%;
	height: 870px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}
.lead {
	width: 1030px;
	margin: 50px auto 0;
}
.lead p {
	font-size: 16px;
	line-height: 2.2em;
}
.lead p strong {
	font-size: 24px;
}
.lead .note {
	font-size: 11px;
	margin-top: 20px;
}
.lead a {
	color: #e34545;
}
.lead a:hover {
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.bnr {
	width: 930px;
	text-align: center;
}
.bnr div {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
}
.bnr div span {
	display: inline-block;
	width: 100px;
	height: 21px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	vertical-align: 20px;
	margin-right: 2px;
}
.bnr div br {
	display: none;
}
.bnr ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 25px;
}
.bnr li {
	width: 290px;
}
.bnr li a {
	display: block;
	border: 1px solid #333;
	color: #fff;
	transition: all ease .3s;
}
.bnr li dt {
	font-size: 30px;
	font-weight: bold;
	padding: 160px 0 18px;
}
.bnr li dt span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.bnr li dd {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/bnrbg.png) repeat 0 0;
	padding: 17px 0 16px;
	position: relative;
}
.bnr li dd:before {
	content: "";
	display: block;
	width: 40px;
	height: 70px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -35px;
}
.bnr li dd em {
	display: block;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	margin-top: 4px;
}
.bnr li dd em small {
	font-size: 14px;
}
.bnr li:nth-of-type(1) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/bnrimg01.png) no-repeat center -66px;
}
.bnr li:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/bnrimg02.png) no-repeat center -70px;
}
.bnr li:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/bnrimg03.png) no-repeat center -54px;
}
.bnr li a:hover {
	border-color: #777;
}


.topbnr {
	margin: 80px auto 0;
}
.innerbnr {
	margin: 100px auto 0;
}


/*==============================================
 目次
============================================= */
.menu {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/menubg.png) repeat 0 0;
	margin: 90px auto 0;
	padding: 60px 0 75px;
}
.menu dl {
	width: 930px;
	margin: auto;
}
.menu dt {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
.menu dd {
	margin-top: 18px;
}
.menu dd a {
	display: table;
	width: 100%;
	border-bottom: 1px solid #333;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}
.menu dd a:first-child {
	border-top: 1px solid #333;
}
.menu dd a em {
	display: table-cell;
	width: 325px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 0 0 66px;
	box-sizing: border-box;
	transition: all ease .3s;
}
.menu dd a span {
	display: table-cell;
	height: 60px;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: middle;
	padding: 13px 0 8px;
	transition: all ease .3s;
}
.menu dd a:before {
	content: "▼";
	display: block;
	width: 22px;
	height: 22px;
	background: #123f6b;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -11px;
}
.menu dd a:nth-of-type(3):before {
	background: #741b1b;
}
.menu dd a:hover em,
.menu dd a:hover span {
	opacity: .7;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	padding: 95px 0 0;
	position: relative;
}
.paragraph h2 {
	font-size: 41px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 80px;
	position: relative;
	z-index: 1;
}
.paragraph h2 em {
	display: block;
	width: 210px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	text-align: center;
	margin: 0 auto 25px;
}
.paragraph h3 {
	font-size: 34px;
	font-weight: bold;
	color: #00baff;
	line-height: 1.3;
	text-align: center;
	margin: 100px auto 60px;
}
.paragraph h3.extra {
	font-size: 36px;
	color: #e34545;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}

#article01,
#article02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbg01.png) repeat-x 0 0;
}
#article03 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbg02.png) repeat-x 0 0;
}
#article02,
#article03 {
	margin-top: 110px;
}
#article01:before,
#article02:before {
	content: "";
	display: block;
	width: 100%;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbgin01.png) no-repeat center -340px;
	position: absolute;
	top: 0;
}
#article03:before {
	content: "";
	display: block;
	width: 100%;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbgin02.png) no-repeat center -340px;
	position: absolute;
	top: 0;
}


.mainProduct {
	margin: 100px auto 90px;
}
.productName {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/prdname_line.png) no-repeat center 0;
	text-align: center;
	padding: 45px 0 25px;
	position: relative;
}
.productName:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/prdname_line.png) no-repeat center bottom;
	position: absolute;
	bottom: 0;
}
.productName h4 {
	font-size: 48px;
	font-weight: bold;
	text-shadow:
		1px 1px 10px rgba(277,69,69,1),
		-1px 1px 10px rgba(277,69,69,1),
		1px -1px 10px rgba(277,69,69,1),
		2px 2px 15px rgba(277,69,69,.2),
		-2px 2px 15px rgba(277,69,69,.2),
		2px -2px 15px rgba(277,69,69,.2),
		5px 5px 40px rgba(277,69,69,.8),
		-5px 5px 40px rgba(277,69,69,.8),
		5px -5px 40px rgba(277,69,69,.8)
	;
}
.productName div {
	font-size: 13px;
	margin-top: 10px;
}
.productName div em {
	font-size: 26px;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	vertical-align: -2px;
	margin-left: 4px;
}
.productName div em small {
	font-size: 16px;
}
.mainProduct img {
	display: block;
	margin: 55px auto 0;
}
.mainProduct a {
	display: block;
	width: 500px;
	height: 60px;
	background: #bf2e2e;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	text-align: center;
	margin: -70px auto 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all ease .3s;
}
.mainProduct a span {
	display: inline-block;
	width: 90px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	background-size: 90px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	vertical-align: 17px;
	margin-right: 2px;
}
.mainProduct a:before {
	content: "";
	display: block;
	width: 40px;
	height: 60px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) no-repeat 0 center;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -30px;
}
.mainProduct a:hover {
	background: #e93939;
}
.mainProduct .spec {
	border-left: 8px solid #bf2e2e;
	font-size: 14px;
	line-height: 1.1;
	margin: 30px auto 0;
	padding: 6px 0 6px 10px;
}
.mainProduct table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #333;
	margin: 20px auto 0;
}
.mainProduct th {
	width: 200px;
	background: #191919;
	border-top: 1px solid #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 25px 13px;
	box-sizing: border-box;
}
.mainProduct td {
	border-top: 1px solid #333;
	font-size: 14px;
	padding: 15px 28px 13px;
	box-sizing: border-box;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 800px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	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: 13px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 320px;
	margin-top: -2px;
	float: right;
}

.w800 a {
	width: 800px;
	float: none;
}
.w800 a + a {
	margin: 30px auto;
}
.h430 a {
	width: 432px;
}
.h430 a + a {
	width: 335px;
}
.imgBox .w320 {
	width: 320px;
}


/*==============================================
 動画
============================================= */
.youTubeBox {
    width: 800px;
    margin: 80px auto;
    overflow: hidden;
}
.youTubeBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 0;
}
.youTubeBox .cap.right {
	width: 320px;
	margin-top: -2px;
	float: right;
}
.youtubeThum {
     width: 450px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
    float: left;
}
.youtubeThum::before,
.youtubeThum::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.youtubeThum::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    margin: -20px 0 0 -20px;
}
.youtubeThum::after {
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 13px solid #fff;
    margin: -7px 0 0 -4px;
}
.youtubeThum:hover {
    opacity: 0.7;
    transition: .2s;
}
.youtubeModalOverlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}
.youtubeModalCon {
    width: 800px;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed !important;
    display: none;
    z-index: 311;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.youtubeModalConIn {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.youtubeModalConIn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtubePlayerWrp {
    display: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 80px auto 0;
}
.productBox li {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/prd_line.png) no-repeat center 0;
	margin: 90px auto 0;
	padding: 100px 0 0;
}
.productBox li .product {
	color: #fff;
	overflow: hidden;
	padding: 0 10px;
}
.productBox li .product img {
	float: left;
}
.productBox li .product dl,
.productBox li .product p,
.productBox li .product div {
	margin-left: 440px;
}
.productBox li .product dt {
	font-size: 32px;
	font-weight: bold;
	text-shadow:
		1px 1px 10px rgba(277,69,69,.5),
		-1px 1px 10px rgba(277,69,69,.5),
		1px -1px 10px rgba(277,69,69,.5),
		2px 2px 15px rgba(277,69,69,.2),
		-2px 2px 15px rgba(277,69,69,.2),
		2px -2px 15px rgba(277,69,69,.2)
	;
}
.productBox li .product dd {
	margin-top: 13px;
}
.productBox li .product dd em {
	font-size: 22px;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	margin-left: 10px;
}
.productBox li .product dd em small {
	font-size: 14px;
}
.productBox li .product p {
	font-size: 14px;
	line-height: 2.1;
	margin-top: 35px;
}
.productBox li .product div {
	width: 460px;
	height: 60px;
	background: #bf2e2e;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	text-align: center;
	margin-top: 35px;
	overflow: hidden;
	position: relative;
	transition: all ease .3s;
}
.productBox li .product div span {
	display: inline-block;
	width: 90px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	background-size: 90px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	vertical-align: 17px;
	margin-right: 2px;
}
.productBox li .product div:before {
	content: "";
	display: block;
	width: 40px;
	height: 60px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) no-repeat 0 center;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -30px;
}
.productBox li .product div:hover {
	background: #e93939;
}
.productBox li .spec {
	border-left: 8px solid #bf2e2e;
	font-size: 14px;
	line-height: 1.1;
	margin: 40px auto 0;
	padding: 6px 0 6px 10px;
}
.productBox li table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #333;
	margin: 20px auto 0;
}
.productBox li th {
	width: 200px;
	background: #191919;
	border-top: 1px solid #333;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 25px 13px;
	box-sizing: border-box;
}
.productBox li td {
	border-top: 1px solid #333;
	font-size: 14px;
	padding: 15px 28px 13px;
	box-sizing: border-box;
}

.productBox li.strix .product dt {
	text-shadow:
		1px 1px 10px rgba(142,25,94,.8),
		-1px 1px 10px rgba(142,25,94,.8),
		1px -1px 10px rgba(142,25,94,.8),
		2px 2px 15px rgba(142,25,94,.2),
		-2px 2px 15px rgba(142,25,94,.2),
		2px -2px 15px rgba(142,25,94,.2)
	;
}
.productBox li.flow .product dt {
	text-shadow:
		1px 1px 10px rgba(7,106,130,.8),
		-1px 1px 10px rgba(7,106,130,.8),
		1px -1px 10px rgba(7,106,130,.8),
		2px 2px 15px rgba(7,106,130,.2),
		-2px 2px 15px rgba(7,106,130,.2),
		2px -2px 15px rgba(7,106,130,.2)
	;
}
.productBox li.strix .product div {
	background: #8e195e;
}
.productBox li.flow .product div {
	background: #055164;
}
.productBox li.strix .product div:hover {
	background: #bd247e;
}
.productBox li.flow .product div:hover {
	background: #097591;
}
.productBox li.strix .spec {
	border-color: #8e195e;
}
.productBox li.flow .spec {
	border-color: #055164;
}









