@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 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: #ddd;
	padding: 2rem 1.5em;
}

#mainContents {
	background: #000;
	color: #fff;
}


/*==============================================
 看板
============================================= */
h1 {
	padding-top: 78.26%;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
}

.lead {
	margin-top: 1.5rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.6em;
	padding: 0 1.5rem;
}
.lead p strong {
	font-size: 1.4rem;
}
.lead .note {
	font-size: .9rem;
	margin-top: 1rem;
}
.lead a {
	color: #e34545;
}


/*==============================================
 バナー
============================================= */
.bnr div {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.bnr div span {
	display: inline-block;
	width: 7.1rem;
	height: 1.4rem;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	background-size: 7rem;
	text-indent: -999em;
	font-size: 0;
	vertical-align: 1.4rem;
}
.bnr li {
	margin-top: 1.2rem;
}
.bnr li a {
	display: block;
	border: 1px solid #666;
	color: #fff;
	padding: 0 0 0 40%;
}
.bnr li dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/sp_bnrbg.png) repeat 0 0;
	padding: 1.5rem 1.2rem 1.4rem;
	position: relative;
}
.bnr li dl:after {
	content: "";
	display: block;
	width: 20px;
	height: 35px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) repeat 0 0;
	background-size: 20px;
	position: absolute;
	top: 50%;
	right: .8rem;
	margin-top: -17px;
}
.bnr li dt {
	font-size: 2rem;
	font-weight: bold;
}
.bnr li dt span {
	display: block;
	font-size: 1.1rem;
	margin-top: .2rem
}
.bnr li dd {
	font-size: 1rem;
	margin-top: 1.3rem;
}
.bnr li dd em {
	display: block;
	font-size: 1.8rem;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	margin-top: .3rem
}
.bnr li dd em small {
	font-size: 1rem;
}
.bnr li:nth-of-type(1) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/sp_bnrimg01.png) no-repeat -105% center;
	background-size: 80%;
}
.bnr li:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/sp_bnrimg02.png) no-repeat -105% center;
	background-size: 80%;
}
.bnr li:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/sp_bnrimg03.png) no-repeat -105% center;
	background-size: 80%;
}


.topbnr {
	padding: 2.5rem 1.5rem;
}
.innerbnr {
	margin: 3rem auto 1rem;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.paragraphIn > p:first-child {
	margin-top: 1rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}

.paragraph {
	transition: background-color .2s, border-top-color .2s;
}

.spAccordion {
	display: none;
	padding: 0 1.5rem 2rem;
}
.paragraph h2 {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding: 2rem 1.5rem 3rem 1.5rem;
	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;
	bottom: 1.5rem;
	left: 50%;
	width: 8px;
	height: 8px;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #666;
	border-right: 4px solid #666;
	margin-left: -4px;
}
.paragraph.active h2:after {
	bottom: 1.3rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 190px;
	height: 26px;
	background: #fff;
	border-radius: 30px;
	font-size: 12px;
	color: #000;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 1.2rem;
}
.paragraph h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #00baff;
	text-align: center;
	margin: 3rem auto 0;
}
.paragraph h3.extra {
	color: #e34545;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}
#article01,
#article02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbgin01.png) no-repeat center -380px;
}
#article03 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/pbgin02.png) no-repeat center -380px;
}


.mainProduct {
	margin: 3rem auto;
}
.productName {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/prdname_line.png) no-repeat center 0;
	background-size: 100%;
	text-align: center;
	padding: 1.8rem 0 1rem;
	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;
	background-size: 100%;
	position: absolute;
	bottom: 0;
}
.productName h4 {
	font-size: 2rem;
	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: 1.1rem;
	text-align: center;
	margin-top: .8rem;
	text-indent: .5rem;
}
.productName div em {
	display: block;
	font-size: 2.1rem;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	margin: 0 0 0 -.5rem;
}
.productName div em small {
	font-size: 1.2rem;
}
.mainProduct img {
	display: block;
	width: 95%;
	margin: 1.5rem auto 0;
}
.mainProduct a {
	display: block;
	width: 100%;
	height: 50px;
	background: #bf2e2e;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 53px;
	text-align: center;
	margin-top: -3.5rem;
	overflow: hidden;
	position: relative;
}
.mainProduct a span {
	display: inline-block;
	width: 80px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	background-size: 80px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	vertical-align: 15px;
	margin-right: 2px;
}
.mainProduct a:before {
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) no-repeat 0 center;
	background-size: 30px;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -25px;
}
.mainProduct .spec {
	border-left: 5px solid #bf2e2e;
	font-size: 1.1rem;
	line-height: 1.1;
	margin: 2rem auto 0;
	padding: .35rem 0 .2rem .4rem;
}
.mainProduct table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #333;
	margin: 1rem auto 0;
}
.mainProduct th {
	width: 30%;
	background: #191919;
	border-top: 1px solid #333;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.3;
	padding: .6rem .8rem .5rem;
	box-sizing: border-box;
}
.mainProduct td {
	border-top: 1px solid #333;
	font-size: 1.1rem;
	line-height: 1.3;
	padding: 1rem .8rem .8rem;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3rem auto;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}



/*----- youTube -----*/
.youTubeBox {
    margin: auto;
}
.youTubeBox img {
    max-width: 100%;
    height: auto;
}
.youtubeThum {
    width: 100%;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.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: 1;
    transition: none
}
.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: 90%;
    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;
}


/*==============================================
 製品紹介
============================================= */
#article03 h2 {
	text-align: center;
	padding: 1.8rem 1.5rem 1.4rem 1.5rem;
}
#article03 h2:after {
	content: none;
}
#article03 .paragraphIn {
	padding: 0 1.5rem;
}
#article03 paragraphIn p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.productBox {
	padding: 0 1.5rem 1rem;
}
.productBox a {
	color: #fff;
}
.productBox li {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/prd_line.png) no-repeat center 0;
	background-size: 100%;
	margin: 3.5rem auto 0;
	padding: 3.5rem 0 0;
}

.productBox li .product img {
	display: block;
	width: 70%;
	margin: 0 auto 1rem;
}
.productBox li .product dt {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	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.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 .product dd {
	font-size: 1.1rem;
	text-align: center;
	margin-top: .8rem;
	text-indent: .5rem;
}
.productBox li .product dd em {
	display: block;
	font-size: 2.1rem;
	font-family: verdana;
	font-weight: bold;
	color: #e34545;
	margin: .3rem 0 0 -.5rem;
}
.productBox li .product dd em small {
	font-size: 1.2rem;
}
.productBox li .product p {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 1rem;
}
.productBox li .product div {
	width: 100%;
	height: 50px;
	background: #bf2e2e;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 53px;
	text-align: center;
	margin-top: 1.2rem;
	overflow: hidden;
	position: relative;
}
.productBox li .product div span {
	display: inline-block;
	width: 80px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/logo_k.png) no-repeat 0 0;
	background-size: 80px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	vertical-align: 15px;
	margin-right: 2px;
}
.productBox li .product div:before {
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/12_asus/arrow.png) no-repeat 0 center;
	background-size: 30px;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -25px;
}
.productBox li.strix .product div {
	background: #8e195e;
}
.productBox li.flow .product div {
	background: #055164;
}
.productBox li .spec {
	border-left: 5px solid #bf2e2e;
	font-size: 1.1rem;
	line-height: 1.1;
	margin: 2rem auto 0;
	padding: .35rem 0 .2rem .4rem;
}
.productBox li.strix .spec {
	border-color: #8e195e;
}
.productBox li.flow .spec {
	border-color: #055164;
}
.productBox li table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #333;
	margin: 1rem auto 0;
}
.productBox li th {
	width: 30%;
	background: #191919;
	border-top: 1px solid #333;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.3;
	padding: .6rem .8rem .5rem;
	box-sizing: border-box;
}
.productBox li td {
	border-top: 1px solid #333;
	font-size: 1.1rem;
	line-height: 1.3;
	padding: 1rem .8rem .8rem;
}




/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



