@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;
}

em {
background-color: #d8cec5;
  font-weight: bold; 
 font-style: normal;
}

/*==============================================
 .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;}


/* bold */
@font-face {
  font-family: 'noto';
  src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
  font-weight: 700;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 91%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

/*----　ポイント　----*/
.pointBox {
margin:15px 25px 40px;
border: #808080 1px solid;
padding: 30px;
box-sizing: border-box;}

.pointBox p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: #808080 1px dotted;
    box-sizing: border-box;}

.pointBox ul {
    padding-top: 20px;}

.pointBox li {
    min-height: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/point_icon.png) left 3px no-repeat;
padding-left: 30px;}

.pointBox li + li {
    margin-top: 15px;}

/*----　lead　----*/
p.lead {
font-size: 1.2rem;
line-height: 1.7;
padding: 40px 25px 30px;
}

p.lead a{
color: #d39e5a;
text-decoration: underline;}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr{
    padding: 0 25px;
}

.topbnr a {
    width: 100%;
    display: inline-block;
    height: 50px;
    text-align:center;
    color: #fff;
    font-size: 1.1rem;
    line-height: 50px;
    background: linear-gradient(270deg, #553015 0%, #a87a3c 100%);
    text-decoration: none;
    border-radius: 60px;
    position: relative;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;}

.topbnr .bnr .item:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;}

.topbnr a span {
    display: none;
}

/*----　記事内　----*/
.innerbnr{
padding: 30px 0 10px;
}
.innerbnr a{
display:block;
box-sizing:border-box;
}

.innerbnr .bnr img,
.innerbnr02 .bnr img{ width: 100% }

/*==============================================
 #mainContents
============================================= */
#mainContents {
    color: #fff;
    background-color: #000;}

.paragraph,
.productBox{
    color: #333;
    background-color: #f0efef;}

.subtit {
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 10px;}

.subtit .icon {
    padding: 3px 8px 2px;
    background-color: #000;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
}

.paragraphIn h3 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
    color: #8e6330;
    margin-top: 40px;}

/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox{
font-feature-settings: "palt" 1;
letter-spacing: 0.08em;}

.paragraph p {
font-size: 1.35rem;
line-height: 1.85;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.2rem;
line-height: 1.7;
margin-top: 10px !important;
}

#mainContents .capS{
    display: block;
	font-size: 92%;
	line-height: 1.7;
margin-top: 8px !important;}

#mainContents .cap .capS {
    font-size: 82%;
    margin-bottom: 8px;}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}
.spAccordion {
display: none;
padding: 0 25px 30px;
}
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.35rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
display: inline-block;
background-color: #000;
color: #fff;
padding: 4px 12px 2px;}

.paragraph h2 .text {
display: block;
padding-top: 10px;
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 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 #8e6330;/*----　矢印の色　----*/
border-right: 3px solid #8e6330;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph h2 br {
    display: none;
}

/*----- 画像 -----*/
.imgBox {margin-top: 40px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox a.floatR {
    margin-top: 5px;}

.imgBox div.floatR {
    margin-top: 20px;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}



/*----- 動画 -----*/
.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;
}

.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}

.movBox + .cap.floatR {
    margin-top: 15px !important;
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:25px;}

.productBoxIn .title {
padding: 15px 0;
background-color: #000;
color: #fff;
font-weight: bold;
font-size: 1.35rem;
line-height: 1.4;
text-align: center;}

.productBoxIn .title span {
font-size: 1.15rem;
display: block;
margin-bottom: 5px;
}

.productBox a {
padding: 35px 0;
display:block;
color:#333;}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 60%;
margin-bottom: 15px;}

.productBoxIn .reviewicon {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    display: inline-block;
    background-color: #2b5579;
    padding: 6px 15px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;}

.productBox a .info {
    text-align: center;
}

.productBox a .info .catch {
font-size: 1.2rem;
line-height: 1.6;
font-weight: bold;
display:block;}

.productBoxIn a .name {
margin-top: 15px;
padding-top: 8%;
text-indent: -999em;
font-size: 0;}

.productBoxIn a .name.item01 {
 background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/prd_name01.png) center top no-repeat ;
background-size: 80%;}

.productBoxIn a .name.item02 {
 background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/prd_name02.png) center top no-repeat ;
background-size: 56%;}

.productBoxIn a .name.item03 {
 background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/prd_name03.png) center top no-repeat ;
background-size: 80.5%;}

.productBoxIn a .btn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 48px;
    text-align:center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(270deg, #553015 0%, #a87a3c 100%);
    text-decoration: none;
    line-height: 47px;
    border-radius: 50px;
    position: relative;
}

.productBoxIn a .btn:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

.productBoxIn a + a {
border-top: #333 1px dotted;}


/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 30px 25px;
color: #b4b4b4;}

.questionnaire {
    margin-top:0;
}

#footer {
	padding-top: 30px;}

