@charset "shift_jis";
/*==============================================
 common
============================================= */

.contentsNavi,
.pconly{
display:none;
}

#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}

img {
width: 100%;
height: auto;
}

.bgblack {
	background-color: #000;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 109%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 1.1rem;
line-height: 1.8;
padding: 20px 25px 25px;
}

.lead .cap {
	font-size: 1rem !important;
	display: block;
}

.lead a{
color: #ff9e1b;
text-decoration: underline;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 25px 25px;
}
.topbnr a {
background: rgb(255,158,27);
background: linear-gradient(90deg, rgba(255,158,27,1) 45%, rgba(245,107,8,1) 88%);
box-sizing: border-box;
display:block;
padding: 0 10px;
width: 100%;
height: 50px;}

.topbnr .bnr .item {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/link_arrow.svg) no-repeat right 50%;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
line-height: 50px;
}

/*----　記事内　----*/
.innerbnr{
padding: 30px 0 0;
}
.innerbnr a{
display:block;
box-sizing:border-box;
}

/*----- 記事内リンク -----*/
a.sublink{
	display: block;
	background:#7a4c0d url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sub_link_arrow.svg) 96% 50% no-repeat;
	border-radius: 50px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	padding: 8px 30px;
	margin-top: 30px;
}


/*==============================================
 #mainContents
============================================= */

.marker {
background:#543409;
}


/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;
color: #fff;}


.paragraph p {
font-size: 1.3rem;
line-height: 2;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #555555;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #555555;
}
.spAccordion {
display: none;
}

.paragraphIn {
padding: 0 25px 0;
}

.paragraph h2 {
position: relative;
padding: 20px 25px 20px 25px;
font-weight: bold;
}

.paragraph h2 span {
display: block;
padding-right: 26px;
	font-size: 1.3rem;
line-height: 1.7;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
	color: #ff9e1b;
	font-size: 1.4rem;
padding-bottom: 15px;
  line-height: 1;
  text-shadow: 0px 0px 15px rgba(240, 198, 16, 1);
  font-weight: bold;}

.paragraph h2 .icon:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 40px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/h2_bg.png);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}

.paragraph h2 .icon:after {
	  content: '';/*何も入れない*/
  display: inline-block;
  width: 40px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/h2_bg.png);
background-position: right;
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　左からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 3px solid #ff9e1b;/*----　矢印の色　----*/
border-right: 3px solid #ff9e1b;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph h3 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/h3_bg.png) center top no-repeat;
	background-size: 100px;
	font-size: 1.3rem;
	line-height: 1.9;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
}

.subtit {margin-top: 30px;
font-size: 1.2rem;
font-weight: bold;
color: #fff;}

.spectit {margin-top: 30px;
font-size: 1.1rem;
font-weight: bold;
color: #fff;}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox div.floatR {
	margin-top: 30px;
}

.imgBox a.floatR {
	margin-top: 10px;
}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}



/*----- 動画 -----*/
.movBox { 
margin-top: 30px;
}
.movIcon span {
background: #333;
padding: 4px 7px 3px;
color: #fff;
line-height: 140%;
font-size: 13px;
display: inline-block;
margin-bottom: 5px;
}
.movBox .mov video {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}

.movTit{
text-indent: -999em;
margin-bottom: 15px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/mov_icon.png) left top no-repeat;
background-size: 121px;
height: 28px;
}

.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}
.movWrap {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 10px;
}
.movWrap .movLeft,
.movWrap .movRight {
display: table-cell;
width: 50%;
height: auto;
vertical-align: bottom;
}
.movWrap video {
display: block;
width: 100%;
height: auto;
}
.movWrap .movLeft {
padding-right:5px;
}
.movWrap .movRight {
padding-left:5px;
}

/*----　kakomi　----*/
.kakomi{
	margin-top: 40px;
	background-image:url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sp_kakomi_top.png), url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sp_kakomi_btm.png);
	background-size: 100%,100%;
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
padding: 11.82% 0 11.82%;}

.kakomiIn {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sp_kakomi.png) repeat-y;
	background-size: 100%;
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.kakomiIn .title {
	text-align: center;
}

.kakomiIn .title span {
	font-size: 1.3rem;
	line-height: 1.8;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: #4f4e4e 1px solid;
	display: inline-block;
}


/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.spmtop30{
	margin-top: 30px
}

.productBox {
padding:0 25px 25px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/sp_prd_bg.webp) center -15px no-repeat;
background-size:100%;
}

.productBox a {
display:inline-block;
color:#333;}

.productBox a .img {
text-align: center;}

.productBox a.main .img img {
width: 70%;}


.productBox a.main .info dt.name{
	padding-top: 30px;}

.productBox a.sub .info dt.name{
	padding-top: 20px;}

.productBox a.main .info .btn {
color: #000;
font-size: 1.1rem;
line-height: 50px;
font-weight: bold;
background: rgb(255,158,27);
background: linear-gradient(90deg, rgba(255,158,27,1) 45%, rgba(245,107,8,1) 88%);
text-align:center;
padding: 0 10px;
margin-top: 20px;
height: 50px;}

.productBox a.main .info .btn span {
display: block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/link_arrow.svg) no-repeat right 50%;
}

table.spec02  a .info .btn {
color: #000;
font-size: 1rem;
line-height: 1.5 !important;
font-weight: bold;
background: rgb(255,158,27);
background: linear-gradient(90deg, rgba(255,158,27,1) 45%, rgba(245,107,8,1) 88%);
text-align:center;
padding: 8px 5px 5px 10px;
margin-top: 20px;}

table.spec02  a .info .btn span {
display: block;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_asus/link_arrow.svg) no-repeat right 50%;
	padding-right: 20px;
}

.nopadding {
	padding:10px!important;
	text-align: center;
}

/*----　table　----*/
table{
/*width: 930px;*/
	margin: 15px auto 0;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border-left:#4f4e4e 1px solid;
border-top:#4f4e4e 1px solid; }

table th,
table td{
padding: 8px;
box-sizing: border-box;
font-size: 1.1rem;
line-height: 1.7;}

table th {
background-color: #2a2a2a;
border-right: #4f4e4e 1px solid;
border-bottom: #4f4e4e 1px solid;
word-break: break-all}

table td{
border-right: #4f4e4e 1px solid;
border-bottom: #4f4e4e 1px solid;}



table.spec {
	width: 100%;}

table.spec th {
	width: 110px;}

/*--　spec02　--*/

table.spec02 {
	width: 530px;
margin-top: 60px;}
table.spec02 th {
	width: 110px;}
table.spec02 td{
	width: 210px;
}

table.spec02 img {
	width: 100%;
}


/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

.makerBanner {
	padding: 20px 25px 25px;
}


/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #fff;}

#footer {
	padding-top: 30px;}

