@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #000;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #fff;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.min {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents a,
#mainContents a:visited,
#mainContents a:hover {
    color: #25c3e6;
    font-weight: 700;
    text-decoration: underline;
}
p em {
    /*background: linear-gradient(transparent 60%, #cde8dc 40%);*/
    color: #c355da;
    font-style: normal;
}
.pc {
    display: none;
}
#mainContents .note,
#mainContents .note li {
    display: block;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: .8rem;
}
#mainContents .note + .note {
    margin-top: 0;
}
#mainContents ul.note {
    margin: 1rem auto 0;
}
#mainContents ul.note li {
    margin-top: 1rem;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
} */
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

/*==============================================
 インテルロゴ
============================================= */
.logoarea {
padding:18px;
background-color: #fff;}

.logoarea div {
display: table;}

.logoarea div .img,
.logoarea div p{
    display: table-cell;
    vertical-align: middle;}

.logoarea div div.img {
    width: 83px;}

.logoarea img {
width: 68px;}

.logoarea div p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .img {
    display: none;
}
/*---- .lead ----*/
.lead {
    display: block;
    line-height: 1.8;
    margin: 2rem;
    font-size: 1.2rem;
}
.lead .note {
    margin-bottom: 1rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #25c3e6;
    font-weight: bold;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .txtLink */
.txtLink .btn {
    display: block;
    line-height: 1.6rem;
    width: auto;
    margin: 2rem auto 0;
    padding: 1rem 4rem 1rem 2rem;
    background-color: #192629;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 1.1rem;
}
.txtLink .btn::after {
    border-right: 2px solid #25c3e6;
    border-bottom: 2px solid #25c3e6;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 0 2rem 3rem;
}
.paragraph .bnr {
    margin-left: 0;
    margin-right: 0;
}
.bnr a {
    display: block;
    position: relative;
    width: auto;
    height: 9.0rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/sp_bnr.jpg) no-repeat center center;
    background-size: contain;
    border: 1px solid #25c3e6;
    box-sizing: border-box;
}
.bnr .btn {
    display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #25c3e6;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #25c3e6;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraphIn {
    padding-bottom: 3rem;
}
#matome .paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 14.5rem;
}
#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/img_01.jpg) no-repeat left 2rem center;
    background-size: 11rem;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/img_06.jpg) no-repeat left 2rem center;
    background-size: 11rem;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/img_13.jpg) no-repeat left 2rem center;
    background-size: 11rem;
}
#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/img_02.jpg) no-repeat left 2rem center;
    background-size: 11rem;
}
.paragraph h2 > span {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: #25c3e6;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph h3 {
    position: relative;
    margin-top: 3rem;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #25c3e6;
}
.paragraph h4 {
    line-height: 1.6;
    margin: 2rem auto 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph h4 span {
    margin-right: .5em;
    color: #b8944a;
}
.paragraph p {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    margin-top: 2rem;
}
.review + .review {
    margin-top: 1rem;
}
h3 + .review {
    margin-top: 1.5rem;
}
.review dt {
    margin-right: 1.5rem;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #cab893;
}
.review dt .face img {
    width: 100%;
    height: 100%;
}
.review dd {
    position: relative;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.3rem 1.3rem 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.1rem 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 1.1rem;
}
.review + .note {
    margin: 1em auto 0;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 2rem auto 0;
}
h4 + .imgBox,
.imgBox h4 {
    margin-top: 0;
}
.imgBox h4 {
    width: auto;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: .8rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
.imgBox .cap a {
    display: inline;
}
/*---- .one ----*/
.imgBox .one.w440 {
    width: 66%;
    height: auto;
    margin: 0 auto;
}
/*---- .two ----*/
.imgBox .two  a + a,
.imgBox .two div + div {
    margin-top: 1rem;
}
/*==============================================
 productBox
============================================= */
.productBox {
    padding: 4rem 2rem 2rem;
    background: #0e0e0e url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/product_bg.webp) no-repeat left -70rem top;
}
.productBox h3 {
    line-height: 1.2;
    margin-top: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}
.productBoxIn {
    width: 100%;
    margin: 0 auto;
}
.bnrProduct a {
    text-decoration: none !important;
}
.bnrProduct a {
}
.bnrProduct a .img {
    width: 100%;
    text-align: center;
}
.bnrProduct a .img img {
    width: 80%;
}
.bnrProduct a .txt {
}
/* .btn */
.bnrProduct .btn {
    display: block;
    line-height: 3.6rem;
    width: 100%;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.bnrProduct a:hover .btn {
    background-color: #c355da;
}
/*==============================================
 .scroll
============================================= */
.scroll {
    margin-top: 2rem;
    overflow: auto;
    border: 1px solid #333;
    border-bottom: none;
}
.productBox .scroll {
    margin-top: 4rem;
}
.scroll::-webkit-scrollbar{
    height: 1rem;
}
.scroll::-webkit-scrollbar-track{
    background: #333333;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #606060;
}
/*==============================================
 table
============================================= */
table {
    position: relative;
    width: 100%;
    border-collapse:separate;
    border-spacing:0;
}
table th,
table td {
    padding: 1rem;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.1rem;
    white-space: normal;
}
table td.last {
    border-right: none;
}
table th {
    font-weight: 400;
}
table th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
}
table td {
    min-width: 100px;
}
/* thead */
table thead th,
table thead td {
    background-color: #232323;
}
/* tbody */
table tbody th,
table tbody td {
}
table tbody th {
    background-color: #191919;
}
table .model {
    display: inline-block;
    margin-bottom: .3rem;
    padding: 0 5px;
    background-color: #c355da;
    font-weight: 700;
}
p.capTable {
    margin-top: 1rem;
    font-size: 1rem;
}
/*==============================================
.tieupBanner
============================================= */
.productBox h4 {
    line-height: 1.6;
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
}
.tieupBanner {
    width: 100%;
    margin: 1.5rem auto 0;   
}
.tieupBanner a {
    display: block;
    width: 100%;
    height: 9.3rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_asus_gaming/sp_bnr.webp) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
    font-size: 0;
}
.tieupBanner a:hover {
    opacity: .7;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}
.questionnaire {
    border-top: 1px solid #ddd;
}
.questionnaire a {
    color: #fff!important;
    text-decoration: none!important;
}