@charset "shift_jis";

/*==============================================
common
============================================= */
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

.sponly{
display:none;
}

/*==============================================
 .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;
}



/*---- 文字　 ----*/

#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox{
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;
font-weight: 400;}

#mainContents p {
	font-size:  132%;
	line-height: 2;}

#mainContents .cap{
	font-size: 116%;
	line-height: 1.8;}

#mainContents .capS{
    display: block;
	font-size: 92%;
	line-height: 1.8;}

#mainContents .cap .capS {
    font-size: 82%;
    margin-bottom: 8px;}

#mainContents p + p {
	margin-top: 30px;}

sup {
font-size: 60%;
vertical-align: top;
position: relative;
top: 0.3em;
}

em {
background-color: #d8cec5;
  font-weight: bold; 
 font-style: normal;
}


/*==============================================
看板
============================================= */

.mainTitleWrap {
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/top_bg.jpg) center top no-repeat;
}

.mainTitle {
}

h1 {
margin: 0 auto;
width: 1010px;
height: 610px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/pc_title.png) 40px 48px no-repeat;
text-indent: -999em;
font-size: 0;
z-index: 1;
}

/*----　ポイント　----*/
.pointBox {
width: 1010px;
margin: 50px auto 0;
border: #808080 1px solid;
padding: 30px 85px;
box-sizing: border-box;
display: table;}


.pointBox p,
.pointBox ul {
    display: table-cell;
vertical-align: middle;}

.pointBox p {
    font-size: 18px;
    font-weight: bold;
    border-right: #808080 1px dotted;
    width: 197px;
    box-sizing: border-box;}

.pointBox ul {
    padding: 10px 0 10px 40px;}

.pointBox li {
    min-height: 20px;
    font-size: 17px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/point_icon.png) no-repeat left top;
padding-left: 30px;}

.pointBox li + li {
    margin-top: 20px;}

/*----　lead　----*/
.lead {
width: 840px;
margin: 60px auto 0;}

.lead a:link,
.lead a:visited {
color: #d39e5a;
text-decoration: underline;}

.lead a:hover,
.lead a:active {
text-decoration: none;}

/*----　contentsNavi　----*/
.contentsNavi {
background-color: #292929;
width: 1010px;
margin: 70px auto 100px;
padding: 30px 85px 45px;
box-sizing: border-box;
display: table;}

.contentsNavi p {
    font-size: 20px !important;
    font-weight: bold;
    color: #d39e5a;
    font-family: Arial, Helvetica, "sans-serif";}

.contentsNavi ul {
    margin-top: 15px;
}

.contentsNavi li a {
    color: #fff;
    font-size: 15px;
    padding-left: 25px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/linkarrow.png) left 50% no-repeat ;
transition: 0.2s ease-in-out;}

.contentsNavi li a:hover {
    color: #d39e5a;
}

.contentsNavi li a span {
    display: inline-block;
    width: 150px;
}

.contentsNavi li + li {
    margin-top: 21px;
}


/*==============================================
 バナー
============================================= */
.topbnr {
margin: 60px auto 0;
width: 510px;}

.topbnr a {
    display: inline-block;
    width: 500px;
    height: 60px;
    text-align:center;
    color: #fff;
    font-size: 14px;
    line-height: 59px;
    background: linear-gradient(270deg, #553015 0%, #a87a3c 100%);
    text-decoration: none;
    border-radius: 60px;
    position: relative;
    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:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);}


.innerbnr a{
display: block;
width: 840px;
height: 170px;
margin: 90px auto 0;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/inner_bnr.jpg) left 50% no-repeat ;
overflow: hidden;
transition: 0.2s ease-in-out;}

.innerbnr a:hover {
opacity: 0.7;
filter: alpha(opacity=70);	}

.innerbnr .bnr {
margin: 90px auto 0;
width: 840px;
height: 170px;
background-color: #000;}



/*==============================================
#mainContents
============================================= */
#mainContents {
    color: #fff;
    background-color: #000;}

.paragraph,
.productBox{
    color: #333;
    background-color: #f0efef;
    width: 1010px;
    margin: 0 auto;
    padding: 60px 0 100px;
}

.paragraph + .paragraph {
    padding: 0 0 100px !important;
}

.paragraph h2 {
    width: 840px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 1.8;
    font-weight: bold;}

.paragraph h2 .icon {
display: inline-block;
text-indent: -999em;
font-size: 0;}

#article01 h2 .icon {
width: 260px;
height: 60px;
 background:#000 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/h2_icon01.png) center 50% no-repeat ;}

#article02 h2 .icon {
width: 180px;
height: 60px;
 background:#000 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/h2_icon02.png) center 50% no-repeat ;}

#article03 h2 .icon {
width: 260px;
height: 60px;
 background:#000 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/h2_icon03.png) center 50% no-repeat ;}

.paragraph h2 .text {
    padding-top: 25px;
    display: block;}

.paragraphIn{
    width: 840px;
    margin: 60px auto 0;}

.subtit {
font-size: 17px;
font-weight: bold;
margin-bottom: 15px;}

.subtit .icon {
    padding: 3px 5px 4px;
    background-color: #000;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
}

.paragraphIn h3 {
    font-size: 25px;
    font-weight: bold;
    color: #8e6330;
    margin-top: 90px;}

.paragraphIn h3 + p {
    margin-top: 60px;
}


/*----　画像　----*/
.w600 {width: 600px;}

.imgBox {margin:80px auto 0;}

.imgBox div {overflow: hidden;}

.imgBox .floatL,
.imgBox .floatR {width:410px;}

.imgBox.w455 .floatL{width:455px;}
.imgBox.w455 .floatR {width:365px;}

.imgBox.w445 .floatL{width:445px;}
.imgBox.w445 .floatR {width:375px;}

.imgBox img {width: 100%;}

.imgBox a {
font-size: 0;
display: block;
cursor: zoom-in;}

.imgBox a img{
transition: 0.2s ease-in-out;}

.imgBox a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);}

.imgBox .cap a {
	font-size: 100% !important;
	display: inline-block !important;
	color: #5a7ddd;
	text-decoration: underline;}

.imgBox div + .cap,
.imgBox a + .cap{
	margin-top: 10px;}

a.floatL + .cap,
a.floatR + .cap,
div.movBox + .cap{
	margin-top: 0;}

.imgBox + p {
    margin-top: 90px;
}

/*----　動画 ----*/
.mov {
width: 445px;
height: 250px;
background: #666;
display: table;
line-height: 0;
}

.movTxt {
display: table-cell;
line-height: 1.3;
color: #fff;
vertical-align: middle;
text-align: center;
}
.movIcon{
color: #000;
margin-bottom: 10px;
}
.movWrap {
display: block;
overflow: hidden;
}

/*==============================================
#matome
============================================= */
#matome {
    background:#000 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/matome_bg.webp) center top no-repeat;
    color: #fff;}

#matome h2 .icon {
    display: none;}

#matome h2 .text {
 padding-top: 80px !important;}

#matome h2,
#matome p{
text-shadow: #000 1px 0 15px;}


/*==============================================
.productBox
============================================= */
.productBoxIn {
width: 840px;
margin: 0 auto;}

.productBoxIn .title {
margin: 25px 0 30px;
padding: 15px 0;
background-color: #000;
color: #fff;
font-weight: bold;
font-size: 31px;
line-height: 1.4;
text-align: center;}

.productBoxIn .title span {
font-size: 20px;
display: block;
}

.productBoxIn a {
display: table;
padding:50px 0;
transition: 0.2s ease-in-out;}

.productBoxIn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);}

.productBoxIn a .img,
.productBoxIn a .info{
display: table-cell;
vertical-align: middle;}

.productBoxIn a .img {
width: 385px;
text-align: center;}

.productBoxIn a .img img{
width: 276px;}

.productBoxIn a .info{
width: 455px;}

.productBoxIn a .reviewicon {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background-color: #2b5579;
    padding: 4px 15px 6px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;}

.productBoxIn a .catch {
    font-size: 16px;
    line-height: 1.7;}

.productBoxIn a .name {
    margin-top: 15px;
    width: 455px;
    height: 35px;
    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) left top no-repeat ;
background-size: 380px;}

.productBoxIn a .name.item02 {
 background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/prd_name02.png) left top no-repeat ;
background-size: 270px;}

.productBoxIn a .name.item03 {
 background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_xgimi/prd_name03.png) left top no-repeat ;
background-size: 388px;}


.productBoxIn a .btn {
    margin-top: 20px;
    display: inline-block;
    width: 386px;
    height: 46px;
    text-align:center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(270deg, #553015 0%, #a87a3c 100%);
    text-decoration: none;
    line-height: 44px;
    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: 11px; 
color: #b4b4b4;
width: 1010px; 
padding-bottom: 100px;
margin: 30px auto 0; 
text-align: right;}

