@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu,
.forPc {
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;
}
.footerIn {
margin-top: 10px;
}
/*==============================================
 看板
============================================= */
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.mainTitleWrap {
padding: 116% 0 0;
margin: 0 auto;
background: #dee3e8 url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_asus/sp_main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}
.lead {
color: #000;
box-sizing: border-box;
font-size: 1.18rem;
line-height: 1.9;
padding: 0 26px;
}
.lead a {
color: #0069ea;
text-decoration: underline;
font-weight: bold;
}
.couponLink {
border:
}
.sTxt {
display: block;
font-size: 0.9rem;
line-height: 1.6;
margin-top: 10px;
}
.sTxt li {
line-height: 1.4;
text-indent: -0.9rem;
margin-left: 0.9rem;
margin-bottom: 5px;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.bnr {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_asus/sp_bnr_txt.png) no-repeat center top;
background-size: 75%;
padding: 52px 0 0;
}
.topbnr {
background: #dee3e8;
padding: 25px 25px 35px;
margin: 0;
}
.bnr01 {
margin-bottom: 10px;
}
.innerbnr {
background: #dee3e8;
margin-top: 20px;
padding: 28px 24px;
}
.topbnr img,
.innerbnr img {
width: 100%;
}

/*==============================================
 #mainContents
============================================= */
#mainContents02,
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
/*----- 文字 -----*/
.paragraphB p,
.paragraph p {
color: #303030;
font-size: 1.3rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p b {
    background: linear-gradient(transparent 60%, #e5ecf2 40%);
    font-weight: bold;
}

.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #d1d1d1;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
#matome p strong {
display: none;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 22px 10px;
}
.sTitle h3 {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
margin-top: 45px;
}
.sTitle + p {
margin-top: 15px;
}

/*----- h2 -----*/
.paragraph h2 {
display: table;
position: relative;
font-weight: bold;
padding: 24px 30px 22px 27px;
}
.paragraph h2 em {
display: table-cell;
vertical-align: middle;
width: 70px;
}
.paragraph h2 .forPc {
display: none;
}
.paragraph h2 span {
color: #1B1B1B;
display: table-cell;
padding: 0 23px 0 16px;
font-size: 1.55rem;
font-weight: bold;
line-height: 1.5;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.01em;
font-feature-settings: "palt" 1;
vertical-align: middle;
}
.paragraph h2 span b.subTitle {
background-size: 60px;
color: #768ea6;
display: block;
font-size: 1.4rem;
text-decoration: none !important;
line-height: 1.5;
margin-bottom: 0px;
padding-bottom: 7px;
}
.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: 2px solid #8a8a8a;/*----　矢印の色　----*/
border-right: 2px solid #8a8a8a;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- img -----*/
:is(.imgBox, .imgBoxB) {
margin-top: 40px;
}
:is(.imgBoxB) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB) :is(img) {
width: 100%;
}
.imgBox + .imgBox {
margin-top: 30px;
}
.imgCenter + .imgBox {
margin-top: 10px;
}
.imgBox a + a {
display: block;
margin-top: 10px;
}
.imagesClear {
overflow: hidden;
}

/*----　table01 ----*/
.table01 table {
border: solid #c0cad6;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
.table01 th {
background: #f5f7f7;
border: solid #c0cad6;
border-width: 0 0 1px 0;
font-weight: bold;
text-align: center;
margin: 0;
padding: 8px;
}
.table01 td {
background: #fff;
border: solid #c0cad6;
border-width: 1px;
text-align: center;
padding: 8px;
font-size: 1.2rem;
line-height: 1.6;
width: 44%;
}
td.grayBg {
background: #f5f7f7;
width: 32%;
font-size: 1rem;
line-height: 1.5;
text-align: left;
}

.tableTitle {
border-left: #b6c1cf solid 4px;
box-sizing: border-box;
margin: 40px 0 0;
padding: 0 0 0 8px;
}
.tableTitle strong {
font-size: 1.4rem;
}
.tableTitle + .table01,
.tableTitle + .imgBox {
margin: 15px 0 0;
}

/*---- otherBox　----*/
.otherBox {
border: #d8dee4 solid 3px;
box-sizing: border-box;
margin-top: 50px;
padding: 30px 20px;
}
#article02 .otherBox h3 {
text-align: center;
font-size: 1.25rem;
font-weight: bold;
line-height: 1.4;
}
#article02 .otherBox b.title01 {
display: block;
border-bottom: #000 solid 2px;
text-align: center;
width: 85%;
margin: 0 auto 10px;
}
#article02 .otherBox b.title02 {
display: block;
border-bottom: #000 solid 2px;
width: 100%;
margin: 0 auto;
}
.otherBox p {
margin-top: 20px;
}
.imgBoxOther {
width: 100%;
margin: 30px auto 0;
}
.imgBoxOther img {
width: 100%;
}

/*==============================================
 .productBox
============================================= */
.productBox {
border-top: #d1d1d1 solid 1px;
background: #dee3e8;
box-sizing: border-box;
padding: 40px 24px 30px;
}

/*----　productBoxIn ----*/
:is(.A14, .G16) :is(table) {
border: solid #c0cad6;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 400px;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
:is(.G16) :is(table) {
border: solid #c0cad6;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 710px;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
:is(.A16) :is(table) {
border: solid #c0cad6;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}

/*----　.btn ----*/
.A16 dt img {
width: 75%;
}

/*----　.btn ----*/
.A14 .btn {
box-sizing: border-box;
padding: 5px 3px 5px;
}
.A16 .btn img {
box-sizing: border-box;
width: 65%;
padding: 5px 3px 5px;
}
.G16 .btn {
box-sizing: border-box;
padding: 5px 3px 5px;
}
.G16 .btn img,
.A14 .btn img {
width: 100%;
}
.productBoxIn th {
background: #f5f7f7;
border: solid #c0cad6;
border-width: 0 0 1px 0;
font-size: 0.9rem;
font-weight: bold;
text-align: center;
margin: 0;
padding: 3px;
width: 50px;
}
.productBoxIn td {
background: #fff;
border: solid #c0cad6;
border-width: 1px;
text-align: center;
padding: 8px;
font-size: 1rem;
line-height: 1.6;
}
.productBoxIn strong {
box-sizing: border-box;
display: block;
font-size: 1.1rem;
margin: 40px 0 10px;
}
.productName {
font-size: 1.2rem;
line-height: 1.5;
}
.productName span {
display: block;
font-size: 0.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;
}

.productOtherBoxTitle {
text-align: center;
margin: 50px 0 20px;
}
.productOtherBox {
background: #fff;
box-sizing: border-box;
margin: 0 0 20px;
padding: 17px 15px;
}
.productOtherBoxIn {
display: table;
}
.productOtherBoxIn img {
width: 100px;
}
.productOtherBoxIn img,
.productOtherBoxIn p {
display: table-cell;
vertical-align: top;
}
.productOtherBoxIn p {
box-sizing: border-box;
	font-size: 0.9rem; 
	line-height: 1.4;
margin: 0;
padding-left: 15px;
}
.productOtherBoxIn p strong {
margin: 0 0 5px;
}
.productOtherBtn {
margin-top: 10px;
}
.productOtherBtn img {
width: 100%;
}

/*---- otherBox　----*/
.couponLink {
box-sizing: border-box;
margin: 40px auto 0;
padding: 0 25px;
}
.couponLink a {
border: #e1861a solid 3px;
box-sizing: border-box;
display: block;
width: 100%;
text-align: center;
padding: 7px 0 8px;
}
.couponLink a b {
color: #e1861a;
display: block;
	font-size: 1.45rem; 
font-weight: bold;
}
.couponLink a b:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_asus/coupon_arrow.png) center center no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
.couponLink a b:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_asus/coupon_arrow.png) center center no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
.couponLink a .dateInfo {
color: #e1861a;
display: inline-block;
font-size: 0.95rem;
font-weight: bold;
margin: 2px 0 0;
}

.couponBox {
border: #ee870c solid 3px;
background: #fff;
box-sizing: border-box;
padding-bottom: 30px;
}
.couponTitle {
background: #ee870c;
text-align: center;
font-weight: bold;
padding: 15px 0;
}
.couponTitle strong {
color: #fff;
text-align: center;
font-size: 1.7rem;
font-weight: bold;
margin: 0;
}
.couponBoxIn {
width: 88%;
margin: 0 auto;
}
.couponBoxIn p {
margin-top: 20px;
line-height: 1.6;
}
.couponBoxIn p br {
display: none;
}
.couponTitleIn strong {
background: #eaeaea;
display: block;
font-size: 1.2rem;
text-align: center;
margin: 20px 0 10px;
padding: 5px 0;
}
.couponBoxIn ul {
width: 100%;
margin: 0 auto;
}
.couponBoxIn li b {
display: block;
font-size: 1.5rem;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
}
.couponBoxIn li {
border-bottom: #808080 dotted 1px;
font-size: 1.2rem;
line-height: 1.5;
text-align: center;
margin: 0 0 13px;
padding: 0 0 13px;
}
.couponTxt {
background: #ea0000;
box-sizing: border-box;
text-align: center;
width: 100%;
margin: 30px auto 0;
padding: 15px 0;
}
.couponTxt strong {
color: #fff;
font-size: 1.6rem;
margin: 0;
}

.makerBanner {
box-sizing: border-box;
text-align: center;
margin: 0;
padding: 50px 0 0;
}
.makerBanner img {
width: 100%;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
background: #dee3e8;
	font-size: 0.85rem; 
	margin: 0;
padding: 15px 0 20px;
}