@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 {
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    background-color: #ffe5e7;
    font-style: normal;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 106%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: -1.8rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
.lead a {
    color: #fd5363;
    text-decoration: underline;
}
.mainTitle .txt,
.mainTitle .intel {
    display: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #222;
    font-weight: bold;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    display: block;
    color: #fff;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 0 auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
}
/* .bnr */
.paragraph .bnr {
    margin: 0 -2rem 0;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 11rem;
    padding-bottom: 2rem;
    border-top: 1px solid #f1f1f1;
     background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/bnr_sp.jpg) no-repeat center top;
    background-size: cover;
}
.paragraph .btn {
    margin: 0 auto;
    width: calc(100% - 4rem);
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: .8rem;
}
.paragraph .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    background-color: #2bb1db;
    font-size: .8rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
p.contents,
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #e5e5e5;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #e5e5e5;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraphIn {
    padding-bottom: 3rem;
}
#matome .paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    color: #61c9e6;
    font-size: 1.2rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    border-radius: 50%;
    background-color: #222;
}
.paragraph.active h2::before {
    background-color: #ccc;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/arrow_btm.svg) no-repeat center center;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 1.6rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 2.5px;
    background-color: #2bb1db;
}
.paragraph h4 {
    position: relative;
    width: 80%;
    margin: 2rem auto 1rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 3rem auto 0;
}
h4 + .imgBox {
    margin-top: 0;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two  a + a,
.imgBox .two div + div {
    margin-top: 1rem;
}

/*==============================================
.productBox
============================================= */
.productBox {
    padding: 3rem 2rem 0;
    background-color: #f3f3f3;
}
.productBox h3 {
    line-height: 1.6;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}
/*==============================================
 table
============================================= */
.review {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 37px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/review.svg) no-repeat center center;
    font-size: 0;
}
.scroll {
    overflow-x: scroll;
}
table {
    margin-top: 2rem;
    margin-bottom: 1rem;
    background-color: #fff;
}
table th,
table td {
    position: relative;
    padding: 1.0rem;
    border: 1px solid #e5e5e5;
    font-size: 1.0rem;
    box-sizing: border-box;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table thead th {
    background-color: #f4f4f4;
    text-align: center;
}
.productBox table th {
    background-color: #eaeaea;
    font-weight: 700;
}
table td {
    position: relative;
    text-align: center;
}
.productBox table td {
    min-width: 16rem;
}
table td .name {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 700;
}
table td .img {
    width: 80%;
    margin: 1.5rem auto 0;
}
table td .img img {
    width: 100%;
}
table td .btn {
    margin: 1.5rem auto 0;
}

.office {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
}
.office:hover {
    text-decoration: underline;
}
.office .arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border-radius: 8px;
    background-color: #222;
    vertical-align: middle;
}
.office .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    left: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 0 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}