@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%; }
.sp { display: none; }

/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;
background:#f5f2e9 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/main_bg.jpg) center top no-repeat;
}
.mainTitle {
width: 930px;
height:570px;
margin: 0 auto;
position: relative;
}
.mainCatch,
h1{
text-indent: -999em;
font-size: 0;
z-index: 1;	
}
.mainCatch {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/main_catch.png) no-repeat top left;
width: 1518px;
height: 87px;
position: absolute;
top:0;
right:235px;
}
h1 {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/main_tit.png) no-repeat top left;
width: 776px;
height: 431px;
position: absolute;
top:123px;
left:-105px;
}
p.lead {
font-size: 16px;
line-height: 1.7;
width:930px;
margin: 0 auto 40px;
}
.leadBox{
background:#fff;
padding:40px 0 60px;
}
.lead a:link,
.lead a:visited {
color: #917733;
text-decoration: underline;
font-weight:bold;
}
.lead a:hover,
.lead a:active {
color: #C7A64F;
}
.topbnr a {
    width: 700px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    padding-right: 25px;
    box-sizing: border-box;
    background: #1a1a19 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/arrow.svg) no-repeat 86% 50%;
    background-size: 36px;
    display: block;
    transition: 0.3s;
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
}
.topbnr a:hover{
opacity: 0.6;
}
_:-ms-input-placeholder, :root .topbnr a {
    line-height: 67px;
}
.contentsNavi{
width: 100%;
padding: 60px 0;
box-sizing: border-box;
background:#8c8979;
}
.contentsNaviIn{
width: 930px;
box-sizing: border-box;
margin: 0 auto;
}
.contentsNavi p {
font-weight: bold;
font-size: 25px;
color:#d6d5d0;
text-align:center;
margin-bottom:25px;
}
.contentsNavi ul{
width:930px;
line-height: 1.5;
}
.contentsNavi li {
display: block;
}
.contentsNavi li + li{
margin-top:18px;
}
.contentsNavi li a {
font-size: 16px;
line-height: 1.2;
transition:0.3s;
display: block;
padding-left: 25px;
position: relative;
color:#fff;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/arrow2.png) no-repeat center left;
}
.contentsNavi li .point {
font-weight: bold;
width:170px;
display: inline-block;
letter-spacing: 0.08em;
}
.contentsNavi li:hover {
    opacity: 0.6;
}
sup{
font-size:10px;
padding:0 1px;
}
h2 sup{
font-size:15px;
padding:0 2px 0 0;
vertical-align:18px;
}
h2 .point sup{
font-size:13px;
padding:0 2px 0 0;
vertical-align:12px;
}

/*==============================================
#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-feature-settings: "palt";
}
.paragraph p {
font-size: 17px;
line-height: 2.0;
margin-bottom: 40px;
letter-spacing: 0.03em;
color:#000;
}
.paragraph p.cap{
    font-size: 15px;
    line-height: 2.0;
    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;
}
.notes2 {
font-size: 12px;
line-height:1.4;
display: block;
margin-top: 5px;
}
.paragraph{
padding: 100px 0 110px;
background:#f5f2e9;
}
.paragraph +.paragraph{
border-top:2px solid #9a9686;
position:relative;	
}
.paragraph+.paragraph::before {
content: '';
display: inline-block;
width: 266px;
height: 6px;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/line.jpg);
background-size: contain;
position:absolute;
top:-3px;
left:0;
right:0;
margin:auto;
}
.paragraphIn{
width: 930px;
margin: 0 auto;
padding: 0 0 20px;
}
.paragraph h2 {
width: 930px;
margin: 0 auto 42px;
font-size: 37px;
line-height: 1.4em;
font-weight: bold;
text-align: center;
color:#2a2415;
}
h2 .point {
line-height: 1.2;
font-size: 27px;
display: block;
margin: 0 auto 20px;
color:#933d54;
}
.innerbnr a {
width:930px;
height:220px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/bnr.jpg) no-repeat;
margin:0 auto;
display:block;
transition:0.3s;
}
.innerbnr a:hover {
    opacity: 0.6;
}
.innerbnr .item,
.innerbnr .img,
.innerbnr .btn{
display:none;
}
.titS,
.titS2,
.titS3 {
font-size: 20px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 15px;
color: #4e442d;
}
.titS2{
font-weight: bold;
margin: 0 auto 15px;
width: 828px;
text-align: left;
}
.titS3{
text-align: center;
}
p + .titS,
p + .imgBox1,
p + .imgBox2{
margin-top: 60px;
}
p + .movBox{
margin-top: 80px;
}
.imgBox1,
.imgBox3 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox1,
.imgBox3 {
width: 828px;
margin:0 auto 60px;
}
.imgBox2 {
width: 714px;
margin:0 auto 60px;
}
.imgBox1 a,
.imgBox3 div{
width:404px;
}
.imgBox2 a{
  width:714px;
}
.imgBox1 a,
.imgBox2 a,
.imgBox3 a {
display: block;
cursor: zoom-in;
padding:7px;
box-sizing: border-box;
background:#fff;
}
.imgBox1 img,
.imgBox2 img,
.imgBox3 img {
width:100%;
}

/* cap size */
.imgBox1 .cap{
width:404px;
}
.imgBox1.pair .cap,
.imgBox3 .cap{
width:828px;
}
.imgBox2 .cap {
width:714px;
}
.imgBox1.pair .cap,
.imgBox2 .cap,
.imgBox3 .cap {
margin-top: 15px;
}


/*----　動画 ----*/
video { 
outline: none;
}
.movBox {
width: 930px;
margin:0 auto 70px;
background: #fbfaf6;
padding: 55px;
box-sizing: border-box;
}
.movBox .mov {
width: 820px;
height: 462px;
margin-bottom:15px;
}
.movBox .cap{
font-size: 14px;
line-height: 1.4;
}
#matome.paragraph{
border: none;
padding-bottom:20px;
}
#matome.paragraph::before{
display:none;
}
#matome{
background:#e5e1d6 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/summary_bg.jpg) no-repeat top center;
}
#matome h2{
text-align: left;
}
#matome h2 .point{
display: none;
}
.txBox{
width: 610px;
}
.txBox p{
font-size: 16px;
line-height: 1.8;
margin-bottom: 35px;
}


/*==============================================
.productBox
============================================= */
.productBox {
width: 930px;
margin: 0 auto;
padding: 80px 15px 0;
box-sizing: border-box;
}
.productBox a{
transition: 0.3s;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.productBox a .img{
width: 380px;
}
.productBox a .img img{
width:100%;
}
.productBox a .info{
width: 450px;
padding-top:60px;
}
.productBox a .catch{
font-size: 21px;
line-height: 1.4;
color: #433727;
margin-bottom: 25px;
font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
.productBox a .name{
font-size: 40px;
line-height: 1.2;
color: #706344;
font-weight: bold;
letter-spacing: 0;
margin-bottom: 40px;
}
.productBox a .name span{
font-size: 38px;
display: block;
}
.productBox a .btn{
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    padding-right: 15px;
    box-sizing: border-box;
    background: #1a1a19 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_liftdryer/arrow.svg) no-repeat 86% 50%;
    background-size: 36px;
    display: block;
    transition: 0.3s;
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
}
.productBox a:hover .btn{
opacity: 0.6;
}
_:-ms-input-placeholder, :root .productBox a .btn {
    line-height: 67px;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 0 auto 100px; 
text-align: right;
}

