@charset "shift_jis";
/*==============================================
common
============================================= */
body{
background: #F8F8F9;
box-sizing: border-box;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
width: 1030px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { 
margin-top:0;
padding-top: 10px;
background-color: #fff;
}
.pageTop { border-radius: 50%; }
.sp { display: none; }

/*==============================================
看板
============================================= */
.mainTitle {
width: 1028px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/main_bg.jpg) center top no-repeat;
margin: 0 auto;
height: 510px;
position: relative;
}
.mainCatch,
h1 {
text-indent: -999em;
font-size: 0;
z-index: 1;
}
.mainCatch{
position: absolute;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/main_catch.png) center top no-repeat;
top:58px;
right:0;
left:0;
margin: 0 auto;
width: 552px;
height: 75px;
}
h1 {
position: absolute;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/main_tit.png) center top no-repeat;
top:380px;
right:80px;
width: 868px;
height: 96px;
}
p.lead {
font-size: 16px;
line-height: 1.7;
padding: 0 80px;
margin-bottom: 60px;
}
.lead a:link,
.lead a:visited {
color: #e03c31;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #F36E66;
}

/* .contentsNavi */
.contentsNavi{
width: 870px;
margin: 70px auto;
}
.contentsNavi ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-left: 1px solid #b2b2b2;
width : 100%;
}
.contentsNavi ul li {
width : calc(100% / 4) ;
height: 140px;
font-size: 14px;
line-height: 1.8;
border-right: 1px solid #b2b2b2;
box-sizing: border-box;
padding: 0 18px;
word-break: break-all;
}
.contentsNavi ul li a{
display: block;
transition: 0.3s;
}
.contentsNavi ul li a:hover{
opacity: 0.5;
}
.contentsNavi ul .point {
text-align: center;
font-size: 18px;
line-height: 1.4;
margin-bottom:12px;
color:#021e2f;
display: block;
font-weight: bold;
letter-spacing: 0.1em;
padding-top:3px;
}
_:-ms-input-placeholder, :root .contentsNavi ul .point{
padding-top:10px;
}
.contentsNavi ul .tx{
display: block;
font-size: 15px;
line-height: 1.5;
text-align: left;
color:#021e2f;
position: relative;
}
.contentsNavi ul .tx:after {
content: "";
position: absolute;
top:77px;
left: 0;
right: 0;
margin: auto;
width: 10px;
height:10px;
border-top: solid 3px #e03c31;
border-right: solid 3px #e03c31;
-webkit-transform: rotate(
135deg
);
transform: rotate(
135deg
);
} 
.topbnr .bnr,
.innerbnr .bnr {
width:870px;
height: 125px;
margin: 0 auto;
border-radius: 5px;
border: 1px solid #021e2f;
background: #021e2f;
position: relative;	
}
.bnr a .item{
display: table;
width:870px;
}
.bnr a .item .img{
display: table-cell;
width:240px;
background: #fff;
vertical-align: middle;
height: 125px;
border-top-left-radius: 3px;
border-bottom-left-radius:3px;
}
.bnr a .item .img img{
display: block;
margin: 0 auto;
}
.bnr a .item .info{
display: table-cell;
width: 628px;;
padding: 0 35px;
vertical-align: middle;
color:  #fff;
box-sizing: border-box;
}
.bnr a .item  .catch{
width: 100%;
font-size: 22px;
padding-bottom:4px;
margin-bottom: 13px;
color: #fff;
border-bottom: 1px solid #4e626e;
font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
font-weight:normal;
letter-spacing: 0.9;
text-align: center;
}
_:-ms-input-placeholder, :root .bnr a .item  .catch{
letter-spacing: -1px;
}
.bnr a .item  .name{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/bnr_name.png) center top no-repeat;	
width: 300px;
height: 38px;
text-indent: -999em;
font-size: 0;
}
.topbnr .bnr a .btn,
.innerbnr .bnr a .btn {
background:#e03c31 url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/arrow.png) no-repeat 97% 50%;	
width: 234px;
height: 36px;
line-height: 37px;
color: #fff;
text-align: center;
position: absolute;
right:35px;
bottom:17px;
padding-right: 6px;
box-sizing: border-box;
font-size: 13px;
font-weight: bold;
letter-spacing: 0.07em;
transition: 0.3s;
}
.topbnr .bnr a,
.innerbnr .bnr a{
display: block;
}
.topbnr .bnr a:hover .btn,
.innerbnr .bnr a:hover .btn {
background:#fff url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/arrow_bk.png) no-repeat 97% 50%;
color: #021e2f;
}
_:-ms-input-placeholder, :root .topbnr .bnr a .btn,.innerbnr .bnr a .btn {
line-height: 40px;
}

/*==============================================
#mainContents
============================================= */
#mainContents {
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 500;
font-feature-settings: "palt";
width: 1030px;
margin: 0 auto 100px;;
border: solid #E3E4E4;
border-width:0 1px 1px;
background: #fff;
}
.paragraph p {
font-size: 17px;
line-height: 2.0;
margin-bottom: 40px;
letter-spacing: 0.03em;
color: #000;
word-break: break-all;
}
.paragraph p.cap{
font-size: 14px;
line-height: 1.9;
margin-bottom: 0;
}
.paragraph p .marker {
background: linear-gradient(transparent 70%, #fcdcdc 60%);
padding: 0px 1px 0;
font-weight: bold;
}
_:-ms-input-placeholder, :root .paragraph p .marker {
background: linear-gradient(transparent 60%, #fcdcdc 60%);
vertical-align: -5px;
}
.notes {
font-size: 12px;
line-height:1.8;
display: block;
margin-top: 15px;
}
.paragraph{
padding-bottom: 100px;
}
.paragraphIn{
margin: 0 auto;
padding:0 80px 20px;
}
.paragraph h2 {
width: 100%;
margin: 0 auto 50px;
text-align:left;
display: table;
color: #021e2f;
background: #e5e6e7;
padding-left: 80px;
box-sizing: border-box;
}
.h2_bg1,
.h2_bg2,
.h2_bg3 {
width: 100%;
height: 256px;	
display: table-cell;
vertical-align: middle;
font-weight: bold;
font-size: 36px;
line-height: 1.5em;
}
.h2_bg1{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/h2_bg1.png)  no-repeat top right;
}
.h2_bg2{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/h2_bg2.png)  no-repeat top right;
}
.h2_bg3{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/h2_bg3.png)  no-repeat top right;
}
h2 .point {
line-height: 1.4;
font-size: 23px;
display: block;
padding-left: 15px;
margin: 0 auto 20px;
border-left: 7px solid #021e2f;
}
_:-ms-input-placeholder, :root h2 .point {
padding-top: 5px;
}
.imgBox1 + h3{
margin-top: 110px;
}
.imgBox2 + p{
margin-bottom: 60px;
}
.paragraph h3{
font-size: 30px;
line-height:1.4;
font-weight: bold;
margin-bottom: 30px;
border-left: 8px solid #021e2f;
color: #021e2f;
padding-left: 16px;
}
p + .imgBox1,
p + .imgBox2{
margin-top: 70px;
}
.imgBox1{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox1,
.imgBox2 {
width: 870px;
margin:0 auto 70px;
}
.imgBox1 a{
  width: 430px;
}
.imgBox2 a{
  width:870px;
}
.imgBox1 a,
.imgBox2 a {
  display: block;
  cursor: zoom-in;
}
.imgBox1 img,
.imgBox2 img{
width:100%;
}

/* cap size */
.imgBox1 .cap{
width:420px;
}
.imgBox1.pair .cap{
width:930px;
}
.imgBox2 .cap {
width:870px;
}
.imgBox1.pair .cap,
.imgBox2 .cap{
margin-top: 15px;
}
#matome.paragraph {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/summary_bg.jpg)  no-repeat top left;
width: 100%;
padding:100px 0 0;
}
#matome .paragraphIn{
padding-bottom: 100px;
}
#matome h2{
width: 100%;
font-size: 31px;
line-height: 1.4em;
font-weight: bold;
text-align:left;
text-shadow: 1px 1px #000;
color: #fff;
box-sizing: border-box;	
background:none;
margin-bottom: 30px;
}
#matome h2 .point{
display: none;
}
#matome p{
width: 490px;
font-weight: bold;
text-shadow: 1px 1px #000;
color: #fff;
line-height: 2.2;
margin: 0;
}

/*==============================================
.productBox
============================================= */
.productBox{
width:1030px;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-weight: 500;
font-feature-settings: "palt";
margin: 0 auto;
}
.productBox a{
display: block;
transition: 0.3s;
}
.productBox a:hover{
opacity: 0.6;
}
.product {
width:1030px;
height: 266px;
position: relative;
margin-bottom: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.productBox .img{
position: absolute;
top:0;
right:0;
width: 500px;
}
.productBox .info{
position: absolute;
top:15px;
left:0;
width: 485px;
text-align: center;
}
.product .catch{
width: 100%;
font-size: 20px;
padding-bottom:4px;
margin-bottom: 25px;
font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
font-weight:normal;
letter-spacing: 0.07;
text-align: center;
}
_:-ms-input-placeholder, :root .product .catch{
letter-spacing: -2px;
}
.product .name{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/product_name.png) center top no-repeat;	
width: 485px;
height: 60px;
text-indent: -999em;
font-size: 0;
margin: 0 auto 40px;
display: block;
}
.product .btn{
background:#e03c31 url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_denon/arrow.png) no-repeat 97% 50%;	
width: 485px;
height: 56px;
line-height: 58px;
color: #fff;
text-align: center;
padding-right: 6px;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.07em;
margin: 0 auto;
display: block;
}
_:-ms-input-placeholder, :root .product .btn{
line-height: 60px;
}

/*===========
spec
===========*/
.specTit{
font-size: 18px;
font-weight: bold;
width: 1030px;
margin:0 auto 10px;
text-align: left;
}
.spec {
border-collapse: collapse;
border-spacing: 0;
width: 1030px;
margin:0 auto 50px;
border: 1px solid #021e2f;
box-sizing: border-box;
}
.spec th,
.spec td {
vertical-align: middle;
padding: 10px 30px;
font-size: 15px;
color: #021e2f;
border-collapse: collapse;
box-sizing: border-box;
}
.spec td {
border-bottom: 1px dotted #021e2f;
}
.spec th {
color: #fff;
border-bottom: 1px dotted #5589AA;
background: #021e2f;
text-align: center;
font-weight: normal;
width:27%;
padding: 10px 20px;
}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
margin: 0 auto; 
text-align: right;
width: 1030px;
padding-bottom: 80px;
}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
