@charset "shift_jis";
/*==============================================
 common
============================================= */


/*.lead,*/
.pconly,
.contentsNavi{
display:none;
}

.pconly + p {
    margin-top: 10px !important;}

#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;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'Noto Serif Japanese';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-serif/NotoSerifCJKjp-Regular.woff);
    font-weight: 400;
}

/* bold */
@font-face {
    font-family: 'Noto Serif Japanese';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-serif/NotoSerifCJKjp-Bold.woff);
    font-weight: 700;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top:94.19%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

.lead {
 padding: 25px;  }

.lead p{
font-size: 14px !important;
line-height: 1.8;
color: #fff;}

.lead p + p {
    margin-top: 15px;}

.lead p a {
    color: #8ca3d7;
    text-decoration: underline;
}

.mainTitleWrap {
    background-color: #17181a;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 25px 25px 0;
}
.topbnr a {
background:#42598d url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/link_arrow.svg) 96% 48% no-repeat;
background-size: 24px;
border-radius: 50px;
box-sizing: border-box;
display:block;
padding:0 10px;
height: 50px;
width: 100%;
font-size: 1.1rem;
line-height: 50px;
text-align: center;
color: #fff;}

/*----　記事内　----*/

.innerbnr a{
display:block;
box-sizing:border-box;
}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBox{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 17px;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 15px;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #17181a;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #17181a;}

.paragraphIn{
    padding: 0 20px 30px;}

.spAccordion {
display: none;}

.paragraph h2 {
position: relative;
padding: 22px 30px 20px 27px;
color: #000;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span.h2box {
display: table;
font-size: 17px;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);}

.paragraph h2 span.spimg,
.paragraph h2 span.text {
    display: table-cell;
    vertical-align: top;}

.paragraph h2 span.spimg{
width: 81px;}

.paragraph h2 span.text{
    padding: 0 23px 0 16px;}

.paragraph h2 span.text02 {
    display: block;
}

.paragraph h2 span span{
padding-left: 0;	}

.paragraph h2 .icon {
 font-family: 'Noto Serif Japanese', sans-serif;
 font-weight: bold;
    font-size: 17px;
    display: inline-block;
    padding: 3px 10px 3px;
    background-color: #17181a;
	color: #fff;
margin-right: 10px;
margin-bottom: 10px;}

.paragraph h2 strong {
    font-size: 20px;
   font-family: 'Noto Serif Japanese', sans-serif; 
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;
width: 9px;
height: 9px;
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 #42598d;/*----　矢印の色　----*/
border-right: 3px solid #42598d;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}



/*----- レビュー -----*/
.reviewbox {
background-color: #eeeeef;
padding: 25px 20px 20px;
margin-top: 30px;
box-sizing: border-box;}

.reviewbox .reviewboxtit {
text-indent: -999em;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/sp_reviewtit.png) center top no-repeat;
background-size: 70%;
padding-top: 16%;}

.reviewbox .movBox{ 
margin-top: 20px !important;}

.reviewbox p {
    margin-top: 20px !important;}

/*----- 動画 -----*/
.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;
}
.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}
.movWrap {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 10px;
}

.movWrap video {
display: block;
width: 100%;
height: auto;
}


.bgblack {
   background-color: #17181a; 
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:40px 25px;
}

.productBox a {
display:block;
color:#fff;}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 67%;}

.productBox a .info .catch {
 font-family: 'Noto Serif Japanese', sans-serif;
font-size: 15px;
line-height: 1.7;
text-align: center;
display:block;
margin-top: 20px;}

.productBox a .info dt.name {
font-size: 18px;
line-height: 1.6;
color: #e60012;
font-weight: bold;
margin-top: 18px;}

.productBox a .info .btn {
margin-top: 18px;
background:#42598d url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/link_arrow.svg) 96% 50% no-repeat;
background-size: 24px;
border-radius: 44px;
box-sizing: border-box;
display:block;
padding:0 10px;
height: 44px;
width: 100%;
font-size: 1.1rem;
line-height: 44px;
text-align: center;
color: #fff;}


/*----　キャンペーン ----*/
.productBox .cpbox {
    margin-top: 30px;
    padding: 25px;
    box-sizing: border-box;
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/cp_bg01.png), url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_anker/cp_bg02.png);
	background-position: left 10px top 10px, right 10px bottom 10px;
	background-size: 15px auto, 15px auto;
	background-repeat: no-repeat, no-repeat;  
    background-color: #38393a;
    color: #fff;
}

.productBox .cpbox .title {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}

.productBox .cpbox .title .fontL{
    font-size: 19px;
    background:linear-gradient(transparent 60%, #957020 60%);}

.productBox .cpbox .title .fontL small {
    font-size: 12px;}

.productBox .cpbox .title .fontS {
   font-size: 12px; }

.productBox .cpbox dl {
margin-top: 25px;
font-size: 14px;}

.productBox .cpbox dt {
    margin-top: 18px;
    font-weight: bold;
border-left: #5c5d5e 3px solid;
padding-left: 10px;}

.productBox .cpbox dd{
 line-height: 1.7;
 margin-top: 5px;
padding-left: 13px;}

.productBox .cpbox .cap {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.7;
      padding-left: 2em;
  text-indent: -2em;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #fff;}

#footer {
	padding-top: 30px;}

