@charset "utf-8";
/***********************************************************************

サイト名：キシラデコール

/***********************************************************************

【目次】
01. タイトル
02. ヘッダー
03. nav
04. サイド
05. メイン下部
06. フッター
07. ぱんくず
08. リスト / ページナビ
09. その他共通
10. トップページ
11. 資料ダウンロード / フォーム
*********************************************************************** /
/* ==========================================
 01. タイトル
============================================ */
.tit-cate {
  border-top: 4px solid #522612;
  border-bottom: 2px solid #b08249;
  padding: 0.8em 15px 0.5em;
  margin-bottom: 15px;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#eae3da), to(#fff));
  background: -webkit-linear-gradient(top, #eae3da, #fff 60%);
  background: linear-gradient(to bottom, #eae3da, #fff 60%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(StartColorStr='#ffeae3da', EndColorStr='#ffffffff')";
}
.tit-cate h1 {
  color: #522612;
  /*font-size: 2.4rem;*/
  font-size: 150%;
  margin: 0;
}
.tit-cate span {
  color: #d62324;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.tit-cate span.nowrap {
  white-space: nowrap;
  color: #522612;
  font-size: 100%;
  display: inline;
}
h2.tit,
.tit-l {
  border-top: 2px solid #c2b59f;
  border-bottom: 2px solid #c2b59f;
  background-color: #e3dfd8;
  line-height: 1.4;
  padding: 0.5em 0.8em;
  font-weight: bold;
  position: relative;
}
h2.tit:before,
.tit-l:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
h3.tit,
.tit-m {
  background-color: #f0e7df;
  line-height: 1.4;
  padding: 8px 1.2em;
  position: relative;
}
h3.tit:before,
.tit-m:before {
  content: "";
  position: absolute;
  background: #d02338;
  top: 20%;
  left: 0;
  height: 60%;
  width: 8px;
}
/* 余白調整 */
#topicPath + section h2:first-child,
h2.tit + h3.tit,
h3.tit + h4.tit {
  margin-top: 0;
}
h4.tit,
.tit-s,
h4.tit-ver2,
.tit-s-ver2 {
  padding: 0 0 0.4em 25px;
  border-bottom: 2px solid #333;
  font-weight: bold;
  position: relative;
}
h4.tit:before,
.tit-s:before,
h4.tit-ver2:before,
.tit-s-ver2:before {
  content: "\f111";
  color: #d02338;
  padding-right: 6px;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 112%;
}
h4.tit-ver2:before,
.tit-s-ver2:before {
  /* ●が茶色 */
  color: #c3a081;
}
h5.tit,
.tit-xs,
h5.tit-ver2,
.tit-xs-ver2,
h5.tit-ver3,
.tit-xs-ver3,
h5.tit-ver4,
.tit-xs-ver4 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d62324;
  /*赤*/
  font-weight: bold;
}
h5.tit-ver3,
.tit-xs-ver3,
h5.tit-ver4,
.tit-xs-ver4 {
  position: relative;
}
h5.tit-ver2,
.tit-xs-ver2,
h5.tit-ver4,
.tit-xs-ver4 {
  border-bottom: 2px solid #c3a081;
  /* 茶 */
}
h5.tit-ver3:before,
.tit-xs-ver3:before,
h5.tit-ver4:before,
.tit-xs-ver4:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 8.2%;
  width: 0;
  height: 0;
  border-top: 12px solid #d62324;
  /* 赤 */
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
h5.tit-ver4:before,
.tit-xs-ver4:before {
  border-top: 12px solid #c3a081;
  /* 茶 */
}
h5.tit-ver3:after,
.tit-xs-ver3:after,
h5.tit-ver4:after,
.tit-xs-ver4:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 8.2%;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
/*frame内*/
.frame h5.tit-ver3:after,
.frame .tit-xs-ver3:after,
.frame h5.tit-ver4:after,
.frame .tit-xs-ver4:after {
  border-top: 12px solid #f2f0e9;
}
h6.tit,
.tit-xxs,
h6.tit-ver2,
.tit-xxs-ver2 {
  background-color: #542504;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  padding: 0.3em 1em;
}
h6.tit-ver2,
.tit-xxs-ver2 {
  /*background-color:#c3a081;*/
  background-color: #bc9a7c;
}
/*さらに詳しくのタイトル
--------------------------------------- */
.tit-moreDetail {
  border-top: 4px solid #baa878;
  background-color: #f2f0e9;
  color: #542504;
  /*font-size:1.8rem;*/
  font-size: 112.5%;
  padding: 0.5em 3%;
  margin-bottom: 1em;
  line-height: 1.4;
}
.tit-moreDetail .row {
  margin-bottom: 0;
}
.tit-moreDetail .ico_moreDetail {
  border-bottom: 2px solid #dcd4aa;
  margin-bottom: 0.5em;
}
.tit-moreDetail .ico_moreDetail img {
  width: 150px;
  height: 28px;
}
.tit-moreDetail h2 {
  margin: 0;
  font-size: 100%;
}
.tit-moreDetail p {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 641px) {
  .tit-moreDetail .ico_moreDetail {
    float: left;
    width: 25%;
    border-right: 2px solid #dcd4aa;
    border-bottom: none;
    margin-bottom: 0;
    padding-right: 0.4em;
  }
  .tit-moreDetail h2 {
    float: left;
    width: 73%;
    clear: none;
    padding-left: 0.8em;
    padding-top: 2px;
  }
}
/* media終わり */
/* さらに詳しくのタイトル　横に画像付パターン
moreDetailArea > tit-moreDetail */
.moreDetailArea {
  border-top: 4px solid #baa878;
  background-color: #f2f0e9;
  color: #542504;
  /*font-size:1.8rem;*/
  font-size: 112.5%;
  padding: 0.8em 3% 0.2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.moreDetailArea .tit-moreDetail {
  border-top: none;
  border-bottom: 2px solid #ca2220;
  padding: 0 0 0.5em;
}
.moreDetailArea .ico_moreDetail {
  border-bottom: none;
  margin-bottom: 0;
}
.moreDetailArea .list-arw-left-circle a {
  font-weight: bold;
  font-size: 90%;
}
@media print, screen and (min-width: 641px) {
  .moreDetailArea .ico_moreDetail {
    width: 30%;
  }
  .moreDetailArea h2 {
    width: 68%;
  }
}
/* media終わり */
/*.innerの中のタイトル
--------------------------------------- */
.inner h3:first-child,
.inner h4:first-child,
.inner h5:first-child,
.inner h6:first-child {
  margin-top: 0;
}
/* ==========================================
 02. ヘッダー
============================================ */
#header a.hover {
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#header a.hover:hover {
  opacity: 0.8;
}
#header {
  height: auto;
  border-bottom: 1px solid #e9e8e4;
  position: relative;
  background: #fff;
  z-index: 100;
}
#header img {
  vertical-align: bottom;
}
#header .header-inner  {
  position: relative;
  max-width: none;
  margin: 0;
}
.cgiPage #header {
  border-bottom: 0;
  min-height: auto;
}
.cgiPage #header .header-inner {
  margin-left: 3%;
  margin-right: 3%;
}
#header .header-inner>.row-mb0  {
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
}
#header .header-inner #hdr-logo {
  max-height: 62px;
  max-width: 260px;
}
#header .header-inner #hdr-logo a {
  display: inline-block;
}
#header .hdr-nav {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 635px;
}
#header .hdr-nav {
  display: none;
}
@media print, screen and (min-width: 851px) {
  #header {
    min-height: 167px;
  }
  #header .header-inner>.row-mb0,
  #header02 .header-inner>.row-mb0  {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  #header .hdr-info {
    margin-bottom: 19px;
    text-align: right;
    line-height: 1;
  }
  #header .header-inner #hdr-logo {
    max-width: none;
  }
  #header .hdr-info li {
    display: inline-block;
    margin-left: 23px;
  }
  #header .hdr-info li a {
    background: url(../images/hdr/nav_hdr_info.png) no-repeat 100% 50%;
    display: block;
    padding: 0 10px 0 0;
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #header .hdr-nav {
    display: block;
  }
  #header .hdr-info2 {
    float: right;
  }
  #header .hdr-info2 li {
    float: left;
  }
  #header .hdr-info2 .hdr-contact {
    float: left;
    margin-top: 6px;
  }
  #header .hdr-info2 .hdr-contact .tel{
    margin: 0 10px 0 0;
  }
  #header .hdr-info2 .hdr-contact a,
  #header .hdr-info2 .hdr-contact span {
    display: block;
    line-height: 1;
    border: 1px solid #d52424;
  }
  #header .hdr-info2 .hdr-contact span {
    /*border-right: 0;*/
  }
  #header .hdr-info2 .hdr-contact a:hover {
    text-decoration: none;
  }
  #header .hdr-info2 .hdr-contact .tel span {
    color: #d52424;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
    background: url(../images/hdr/hdr-contact-tel.png) 11px 50% no-repeat;
    padding: 10px 14px 9px 31px;
  }
  #header .hdr-info2 .hdr-contact .mail a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 15px;
    background: #d52424 url(../images/hdr/hdr-contact-mail.png?20211209) 12px 50% no-repeat;
    padding: 9px 13px 10px 43px;
    font-weight: bold;
    margin-top: 2px;
  }
  #header .hdr-info2 .hdr-relate {
    float: left;
    margin-left: 10px;
    padding-right: 2px;
  }
  #header .hdr-relate li:first-child {
    margin-right: 10px;
  }
  .cgiPage #header .header-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 900px) {
  #header .hdr-info2 .hdr-relate {
    margin-left: 25px;
  }
  #header .hdr-relate li:first-child {
    margin-right: 20px;
  }
}
/* media終わり */

/* nav-switch */
.nav-switch {
  border-bottom: 2px solid #d52424;
  margin-bottom: 0;
  margin-top: 6px;
}
.nav-switch ul {
  margin-bottom: 0;
}
.nav-switch li {
  float: left;
  margin-right: 3px;
  /* width: 154px; */
  width: 140px;
  height: 32px;
}
.nav-switch ul li a {
  display: block;
  border: 1px solid #eeede7;
  /* background: #eeede7 url(../images/hdr/nav-switch_bg.svg) 100% 0 no-repeat; */
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  /* -webkit-transition: background .2s ease;
  transition: background .2s ease; */
  background-color: #eeede7;
  color:#999999;
}
.ie8 .nav-switch ul li a {
  background-image: url(../images/hdr/nav-switch_bg.png);
}
.nav-switch ul li a:hover {
  text-decoration: none;
}
.nav-switch .current a {
  border: 1px solid #d52424;
  /*background: #d52424 url(../images/hdr/nav-switch_chk_pro.svg) 6% 50% no-repeat;*/
  background: #d52424;
  color: #fff;
  background-size: 15%;
}
body.diy .nav-switch {
  border-bottom: 2px solid #00a0d9;
}
body.vitabio .nav-switch {
  border-bottom: 2px solid #069b9a;
}
/* #gNavWrapper.gNavDiySet .nav-switch .current a {
  border: 1px solid #542504;
  background: #542504;
} */
body.diy .nav-switch .diy.current a {
  border: 1px solid #00a0d9;
  /*background: #00a0d9  url(../images/hdr/nav-switch_chk_diy.svg) 6% 50% no-repeat;*/
  background: #00a0d9;
  background-size: 15%;
}
body.vitabio .nav-switch .vitabio.current a {
  border: 1px solid #069b9a;
  background: #069b9a;
}

@media print, screen and (max-width: 640px) {
  .nav-switch li {
    /*width: 49%;*/
    width: 32%;
    margin-right: 1%;
  }
  .nav-switch ul li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 321px) {
  #gNavWrapper.gNavDiySet .nav-switch .diy.current a{
    background-size: 13%;
  }
  .nav-switch ul li a{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* media終わり */

/* proMenu */
nav#proMenu,
nav#proMenu02 {
  display: none;
}

@media print, screen and (max-width: 850px) {
  #header.sta {
    position: fixed;
    top: 0;
    transition: 2s;
    width: 100%;
    z-index: 30;
  }
  #diy_home #header.sta + .p-contents {
    margin: 335px 0 0;
  }

  #header.sta + .p-contents,
  #header.sta + .mainWrapper,
  #header.sta + .mainWrapper02 {
    margin: 107px 0 0;
  }

  #header.hide {
    transform: translateY(-100%);
  }

  #hImenu {
    display: none;
    position: fixed;
    top: 25px;
    right: 10px;
    /* width: 40px;
    height: 40px; */
    width: 48px;
    height: 43px;
    padding: 5px;
    z-index: 100;
    border: 2px solid #d42423;
    background: #fff;
    line-height: 1;
  }
  #hImenu.fo {
    display: none !important;
  }
  #hImenu.fg {
    display: block;
  }
  .from_proMenu #hImenu {
    display: none !important;
  }
  #hImenu span {
    display: inline-block;
    position: absolute;
    /* left: 5px; */
    left: 3px;
    /* width: calc(100% - 10px); */
    width: calc(100% - 7px);
    height: 4px;
    background-color: #d42423;
    line-height: 1;
  }
  #hImenu span:nth-of-type(1) {
    /* top: 5px; */
    top: 8px;
  }
  #hImenu span:nth-of-type(2) {
    /* top: 16px; */
    top: 18px;
  }
  #hImenu span:nth-of-type(3) {
    /* bottom: 5px; */
    top: 28px;
  }
  #home #header.sta {
    position: static;
  }
  #home #header.sta + .p-contents {
    margin: 0;
  }
  #home02 #header.sta #proMenu {
    display: none;
  }
  #home02 #header.sta + .p-contents {
    margin: 335px 0 0;
  }
  #home #header.hide {
    transform: none;
  }
  nav#topMenu .hover .is-hidden {
    display: block;
  }
}

/* ==========================================
  03. nav
============================================ */

/*  PC / SP 共通
--------------------------------------- */
#gNavWrapper {
  position: relative;
  z-index: 20;
}
#gNavWrapper #menu-pc {
  display: none;
}
/* #gNavWrapper .gNav-phone {
display: none;
} */
#gNavWrapper .sitemap_ttl,
#gNavWrapper .sitemap_only {
  display: none;
}
.nav-overlay {
  display: none;
  /*transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  max-height: 0;
  opacity: 0;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
#gNavWrapper .gNav .level1 .is-hidden {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
}
#gNavWrapper .gNav .level1.hover .is-hidden,
.menu-open .nav-overlay {
  max-height: 9999px;
  opacity: 1;
}
#gNavWrapper .gNav .level1.hover.nav-wood-guide .is-hidden {
  min-height: 450px;
}

/* .is-hidden.subMenu */
.is-hidden.subMenu > .row {
max-width: 1000px;
margin: 0 auto;
padding: 53px 4px 24px;
}
.is-hidden.subMenu > .row.flex{
  display: flex;
}
.is-hidden.subMenu > .row .subtit {
margin-bottom: 26px;
}
.is-hidden.subMenu > .row .col:last-child {
border-right: none;
}
.is-hidden.subMenu > .row .subtit > a,
.is-hidden.subMenu > .row .subtit > span {
display: inline-block;
font-size: 15px;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 25px;
color: #542504;
}
.is-hidden.subMenu > .row .subtit > a .blank {
padding-right: 25px;
position: relative;
padding-right: 0;
display: block;
}
.is-hidden.subMenu > .row .subtit > a .blank:after {
width: 20px;
height: 20px;
background: url(../images/hdr/nav_blank.png) 100% 0 no-repeat;
position: absolute;
content: "";
right: 0;
top: -4px;
}
.is-hidden.subMenu > .row .subtit > a .new-ico,
.is-hidden.subMenu > .row .subtit > a .open-ico  {
padding-right: 25px;
padding-right: 0;
display: block;
position: relative;
}
.is-hidden.subMenu > .row .subtit > a .new-ico:after {
width: 45px;
height: 50px;
background: url(../images/hdr/nav_new.png) 100% 0 no-repeat;
position: absolute;
content: "";
right: 6px;
top: -10px;
}
.is-hidden.subMenu > .row .subtit > a .open-ico:after {
  width: 45px;
  height: 50px;
  background: url(../images/hdr/nav_open.png) 100% 0 no-repeat;
  position: absolute;
  content: "";
  right: 4px;
  top: -10px;
}
.is-hidden.subMenu > .row .subtit > ul {
  margin-bottom: 15px;
  /* height: 735px; */
}
.is-hidden.subMenu > .row .subtit > ul > li > a {
  color: #555555;
  display: inline-block;
  margin-bottom: 17px;
  padding-right: 25px;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.is-hidden.subMenu > .row .subtit > ul > li > a:hover {
  color: #542504;
}
.is-hidden.subMenu > .row .subtit ul li > a .new-sale-ico:after {
  width: 45px;
  height: 50px;
  background: url(../images/hdr/nav_newsale.png) 100% 0 no-repeat;
  position: absolute;
  content: "";
  right: 6px;
  top: -15px;
}
.is-hidden.subMenu > .row .col .new-camp  {
  padding-right: 25px;
  padding-right: 0;
  display: block;
  position: relative;
}
.is-hidden.subMenu > .row  .col  .new-camp .has-children:after {
  width: 55px;
  height: 100%;
  background: url(../images/hdr/nav_campaign.png) 100% 0 no-repeat;
  position: absolute;
  content: "";
  left: 101px;
  top: -38px;
  background-size: contain;
}
.is-hidden.subMenu > .row .subul > a{
  float: left;
  width: 50%;
}

.is-hidden.subMenu > .row .subul > ul{
  float: left;
  width: 50%;
  margin-top: 5px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.is-hidden.subMenu > .row .subul > ul > li > a{
  display: inline-block;
  margin-bottom: 17px;
  padding-right: 12px;
  background: url(../images/hdr/nav_arw.png) 100% 50% no-repeat;
}
#menu-pc .is-hidden.subMenu > .row .subul > ul {
  margin-top : 0;
}


/* head menu 20200616 */
.posRe {
  position: relative;
}
.from_proMenu .posRe {
  height: 100%;
}

ul.productList {
  display: none;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 50px 0 40px;
  list-style-type: none;
  background: #eeede7;
}
.from_proMenu ul.productList {
  background: #fff;
  /* position: absolute; */
  padding-top: 30px;
}
#gNavWrapper #menu-pc ul.productList {
  position: absolute;
  width: 1000px;
}
ul.productList li {
  float: left;
  height: 100px;
  text-align: center;
  border-right: 1px dotted #9d8e88;
  position: relative;
}
@media screen and (min-width: 851px) {
  ul.productList li {
    width: 165px;
    }
  ul.productList li:nth-child(1) {
    width: 175px;
    margin: 0 0 30px;
    border-left: 1px dotted #9d8e88;
  }
  ul.productList li:nth-child(7) {
    width: 175px;
    border-left: 1px dotted #9d8e88;
    clear: both;
    margin-bottom: 30px;
  }
  ul.productList li:nth-child(13) {
    width: 175px;
    border-left: 1px dotted #9d8e88;
    clear: both;
    /*margin-bottom: 30px;*/
  }
  ul.productList li.vita_banner {
    width: 330px;
    border: none;
    padding: 0 20px;
  }
  ul.productList li.vita_banner > a {
    padding: 0!important;
  }
}
ul.productList li:not(.return_btn) a {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 41px 0;
  letter-spacing: 1;
  padding-right: 0 !important;
}
ul.productList li.xdBack a {
  padding: 32px 0;
}
ul.productList li.bg1 a {
  display: block;
  padding: 82px 5px 0;
  width: 100%;
}
ul.productList li.bg2 a {
  display: block;
  padding: 64px 5px 0;
  width: 100%;
}
ul.productList li.list a {
  display: block !important;
  min-height: 100px;
  text-indent: 100%;
  overflow: hidden;
  white-space:nowrap;
  background: url(../../products/images/proMenuList.png) no-repeat 50%;
}
ul.productList li.xd a {
  background: url(../../products/images/xyladecor_new/xyladecor_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdF a {
  background: url(../../products/images/xyladecor_new/xyladecor_forestage_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.shitanuri a {
  background: url(../../products/images/xyladecor_new/xyladecor_yasuragi_shitanuri_m.png) no-repeat 50% 0;
  background-size: auto 50%;
}
ul.productList li.xdFhs a {
  background: url(../../products/images/xyladecor_new/xyladecor_forestagehs_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdA a {
  background: url(../../products/images/xyladecor_new/xyladecor_aquostage_pro_m.png?20221223) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdC a {
  background: url(../../products/images/xyladecor_new/xyladecor_consolan_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdU a {
  background: url(../../products/images/xyladecor_new/xyladecor_ua_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdI a {
  background: url(../../products/images/xyladecor_new/xyladecor_interiorfine_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdIt a {
  background: url(../../products/images/xyladecor_new/xyladecor_interiorfine_t_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdS a {
  background: url(../../products/images/xyladecor_new/xyladecor_shiraki_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdAx a {
  background: url(../../products/images/xyladecor_new/xyladecor_exterior_pro_m.png?20240306) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdW a {
  background: url(../../products/images/xyladecor_new/xyladecor_woodcoat_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdCc a {
  background: url(../../products/images/xyladecor_new/consolan_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.xdCK a {
  background: url(../../products/images/xyladecor_new/xyladecor_consolanK_pro_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}
ul.productList li.hakuraku a {
  background: url(../../products/images/xyladecor_new/hakuraku_m.png) no-repeat 50% 0;
  background-size: auto 60%;
}

@media print, screen and (max-width: 850px) {
  
  ul.productList li:nth-child(3),
  ul.productList li:nth-child(5),
  ul.productList li:nth-child(7),
  ul.productList li:nth-child(8),
  ul.productList li:nth-child(10),
  ul.productList li:nth-child(12) {
    border-right: none;
  }

  .mm-highest li.level1.nav-home {
    display: none;
  }
}
/*  PC用メニュー
--------------------------------------- */
@media print, screen and (min-width: 851px) {
  #gNavWrapper #menu-phone {
    display: none;
  }
  #gNavWrapper #menu-pc {
    display: block;
    line-height: 1;
    }
  #btn-menu {
    display: none;
  }
  .is-hidden.subMenu > .row ul:first-child{
    margin-top: 0;
  }
  .is-hidden.subMenu > .row .subtit {
    width: 16.6666667%;
    float: left;
    text-align: center;
    border-left: 1px dotted #9d8e88;
    max-height: 100px;
  }
  .is-hidden.subMenu > .row .subtit.column2 {
    width: 33.3333334%;
  }
  .is-hidden.subMenu > .row .subtit:last-child{
    border-right: 1px dotted #9d8e88;
  }
  .is-hidden.subMenu > .row .subtit > a,
  .is-hidden.subMenu > .row .subtit > span > a{
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14285714;
  }
  .is-hidden.subMenu > .row .subtit > a img,
  .is-hidden.subMenu > .row .subtit > span > a img{
    display: block;
    margin: 0 auto 10px;
  }
  .is-hidden.subMenu > .row .subtit > a br{
    display: block;
  }
  .is-hidden.subMenu > .row .subul{
    width: 33.3333333%;
  }
  .is-hidden.subMenu > .row .pc-width100 {
    width: 100%;
  }
  #gNavWrapper #gNavDiy,
  #gNavWrapper #gNavDefault,
  #gNavWrapper #gNavVitabio {
  display: none;
  }
  #gNavWrapper.gNavDefaultSet #gNavDefault,
  #gNavWrapper.gNavDiySet #gNavDiy,
  #gNavWrapper.gNavVitabioSet #gNavVitabio {
  display: block;
  }
  #gNavWrapper.gNavDiySet #menu-pc {
    background: url(../images/hdr/nav_diy_bg.gif) 50% 0 repeat;
    color: #fff;
  }
  #gNavWrapper .gNav {
  max-width: 1000px;
  margin: 0 auto;
  }
  #gNavWrapper .gNav > ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  }
  #gNavWrapper .level1 {
    float: left;
    height: 50px;
    width: 16.7%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #gNavWrapper .gNav .level1 .is-hidden {
    background: #eeede7;
  }
  #gNavWrapper .gNav .level1 .is-hidden.nav-product_list {
    height: 450px;
  }
  .ie8 #gNavWrapper .level1 {
    width: 16.6%;
  }
  #gNavWrapper .level1:last-child {
    width: 16% !important;
  }
  #gNavWrapper.gNavDiySet .level1 {
    /*width: 19.5%;*/
    width: 17%;
  }
  #gNavWrapper.gNavDiySet .level1.nav-painting {
    padding-left: 10px;
  }
  #gNavWrapper.gNavDiySet .level1.nav-product,
  #gNavWrapper.gNavDiySet .level1.nav-present,
  #gNavWrapper.gNavDiySet .level1.nav-wood-guid {
    width: 15%;
  }
  #gNavWrapper .level1 > span,
  #gNavWrapper .level1 > a {
    display: block;
    height: 100%;
    padding-top: 19px;
    text-align: center;
    cursor: pointer;
  }
  #gNavWrapper .nav-sds > a,
  #gNavWrapper .nav-campaign > span,
  #gNavWrapper .nav-faq > span,
  #gNavWrapper.gNavDiySet .nav-painting > span,
  #gNavWrapper.gNavDiySet .nav-present > a,
  #gNavWrapper.gNavDiySet .nav-collabo > a,
  #gNavWrapper.gNavDiySet .nav-case > span {
    padding-top: 11px;
  }
  #gNavWrapper.gNavDiySet .level1 > span,
  #gNavWrapper.gNavDiySet .level1 > a {
    color: #fff;
  }
  #gNavWrapper .level1 > .has-children {
    position: relative;
  }
  #gNavWrapper .level1 > .has-children:before,
  #gNavWrapper .level1 > .has-children:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    height: 5px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: width,background;
    transition-property: width,background;
  }
  #gNavWrapper .level1 > .has-children:before {
    width: 0;
  }
  #gNavWrapper .level1 > .has-children:after {
    width: 9px;
    background: url(../images/hdr/nav_arw_off.png) 0 0 no-repeat;
  }
  #gNavWrapper .level1.hover > .has-children:before {
    background: #d52424;
    width: 100%;
  }
  #gNavWrapper .level1.hover > .has-children:after {
    width: 9px;
    background: url(../images/hdr/nav_arw_on.png) 0 0 no-repeat !important;
  }
  #gNavWrapper .level1 a:hover {
    text-decoration: none;
  }
  #gNavWrapper.gNavDiySet .level1 > .has-children:after {
    background: url(../images/hdr/nav_arw_on.png) 0 0 no-repeat;
  }
  #gNavWrapper.gNavDiySet .level1.hover > .has-children:before {
    background: #fff;
  }
  #gNavWrapper.gNavDiySet .level1.hover > .has-children:after {
    width: 9px;
    background: url(../images/hdr/nav_arw2_on.png) 0 0 no-repeat !important;
  }
  #gNavWrapper .pc-clear {
    border-right: 1px dotted #9d8e88;
  }
  #gNavWrapper .pc-clear + li {
    clear: both;
  }
  #gNavWrapper .is-hidden > .row .return_btn {
    display: none;
  }
  /* Vitabio */
  #gNavWrapper .gNav > .gNav_list {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #gNavWrapper .gNav .gNav_item {
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 11px;
    margin-right: 38px;
  }
  #gNavWrapper .gNav .gNav_item.logo {
    padding-top: 0;
  }
  #gNavWrapper .gNav .gNav_item.logo img {
    max-width: 226px;
  }
  #gNavWrapper .gNav .gNav_item a {
    display: block;
    text-align: center;
  }
  #gNavWrapper .gNav .gNav_item a:hover {
    text-decoration: none;
  }
  #gNavWrapper .gNav .gNav_item .icon {
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
  #gNavWrapper .gNav .gNav_item .icon::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto 0;
      height: 5px;
      width: 9px;
      background: url(../../../common/images/hdr/nav_arw_off.png) 0 0 no-repeat;
  }
  .gNav .gNav_item.construction {
    position: relative;
  }
  /*.gNav .gNav_item.construction::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    background: rgba(126, 126, 126, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #gNavWrapper .gNav .gNav_item.construction::after {
    content: "工事中";
    color: #d52424;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
  #gNavWrapper .gNav .gNav_item.construction a {
    pointer-events: none;
  }*/
  #gNavWrapper .gNav .gNav_item.contact {
    display: none;
  }
}


/*  個別
--------------------------------------- */
header .nav-case .is-hidden > .row .col .diy-photo{
  display: flex;
  width: 89%;  
}
header .nav-case .is-hidden > .row .col .diy-photo li:first-child{
  width: 45%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.14285714;
  text-align: center;
}
header .nav-case .is-hidden > .row .col .diy-photo li:first-child img{
  margin: 0 auto 10px;
}
header .nav-case .is-hidden > .row .col .diy-photo li:first-child a.has-children{
  padding: 0;
  background: none;  
}
header .nav-case .is-hidden > .row .col .subul_ch li a {
  padding-right: 12px;
  background: url(../images/hdr/nav_arw.png) 100% 50% no-repeat;
  margin-bottom: 10px;
}
header .nav-case .is-hidden > .row .col .subtit_case .subul_ch:first-child{
  padding-bottom: 0;
}
header .nav-case .is-hidden > .row .col .subul_ch li.arw{
  margin-bottom: 20px;
}
header .nav-case .is-hidden > .row .col .subul_ch li.arw a strong.ttltext{
  margin-bottom: 8px;
  display: block;
  font-weight: normal;
}
header .nav-case .is-hidden > .row .col .subul_ch li.arw a {
  padding-right: 20px;
  display: block;
}
header .nav-case .is-hidden > .row .col .subul_ch li p {
  margin-bottom: 17px;
}
header .nav-case .is-hidden > .row .col .subul_ch li.history{
  background: transparent;
  margin-bottom: 10px;
  padding: 0;
}

header .nav-campaign .is-hidden > .row > ul .subtit{
  min-height: 118px;
}
header .nav-guide .is-hidden > .row .subtit {
  min-height: 138px;
}
header .nav-maintenance .is-hidden > .row .subul > a,
header .nav-guide .is-hidden > .row .subul > a{
  width: 33.3333333%;
}
header .nav-maintenance .is-hidden > .row .subul > ul,
header .nav-guide .is-hidden > .row .subul > ul{
  /* max-height: 100px; */
  width: 66.6666667%;
  margin: 0;
}

/* DIY塗装の手順_DIY初心者ガイド */
header .nav-painting .is-hidden > .row .subtit_guide1,
header .nav-wood-guide .is-hidden > .row .subtit_guide1 {
  position: relative;
  width: 100%;;
}
header .nav-painting .is-hidden > .row .subtit_guide1 > span,
header .nav-wood-guide .is-hidden > .row .subtit_guide1 > span {
  position: relative;
  z-index: 5;
  font-size:  18px;
  color: #333;
  font-weight:  bold;
  padding: 0px 10px 1px 8px;
  border-left: 3px solid #583629;
  line-height: 1;
  margin-bottom: 17px;
  margin-top: 8px;
  display: inline-block;
}
.from_proMenu header .nav-painting .is-hidden > .row .subtit_guide1 > span {
  background: #fff;
}
header .nav-painting .is-hidden > .row .subtit_guide2 > span {
  font-size:  15px;
  color: #666;
  font-weight:  bold;
  padding: 0 0 0 16px;
  background: url(../images/hdr/bg_subtit_guide2.png) 0 50% no-repeat;
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}
header .nav-painting .is-hidden > .row .subtit,
header .nav-wood-guide .is-hidden > .row .subtit {
  border: none;
  padding: 5px 0;
}
header .nav-painting .is-hidden > .row .subtit > ul > li > a {
  margin-bottom: 10px;
}
header .nav-painting .is-hidden > .row .subul > ul {
  margin-top: 11px;
}

header .nav-painting  .is-hidden > .row .subtit > a img {
  margin: 0 auto 6px;
}
header .nav-painting  .is-hidden > .row .subtit > a .new-ico:after {
  right: 2px;
  top: -8px;
}
header .nav-painting .is-hidden > .row .subtit.guide3_2 > a .new-ico:after {
  right: -12px;
  top: -8px;
}


@media print, screen and (max-width: 927px) {
  .is-hidden.subMenu > .row  .col  .new-camp .has-children:after {
    width: 45px;
    left: 94px;
  }
}

/* DIY塗装事例 */
header .nav-case .is-hidden > .row .subtit_case span {
  display: inline-block;
  font-size:  18px;
  color: #555;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
header .nav-case .is-hidden > .row .subtit_case span:before {
  content: "";
  display: block;
  border-top: solid 1px #58362a;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 8px;
  right: -50px;;
  z-index: 1;
}
header .nav-case .is-hidden > .row .subul a{
  color: #555555;
  display: inline-block;
  margin-bottom: 17px;
  padding-right: 25px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  font-size: 1.3rem;
}
header .nav-case .is-hidden > .row .col:first-child .subul {
  border-left: 1px dotted #9d8e88;
}
header .nav-case .is-hidden > .row .subul > ul {
  width: 100%;
  float: none;
}
header .nav-case .is-hidden > .row .subul li > a{
  padding-right: 12px;
  background: url(../images/hdr/nav_arw.png) 100% 50% no-repeat;
}
header .nav-case .is-hidden > .row .subul .diy_entry {
  margin-bottom: 30px;
}
header .nav-case .is-hidden > .row .subtit:last-child {
  width: 5em;
  border: none;
  margin-top: 30px;
 }
 header .nav-case .is-hidden > .row .subtit:last-child > a {
   background: none !important;
   padding: 0;
   color:#542504;
 }
header .nav-case .is-hidden > .row .subtit:last-child img{
 margin: 0 0 10px;
}
header .nav-case .is-hidden > .row .subul {
  width: 100%;
}
header .nav-case .is-hidden > .row ul {
  margin-top: 0;
}

@media print, screen and (min-width: 1001px) {
  header .nav-pro,
  header .nav-general {
    width: 80px;
  }
}
/* media終わり */

@media print, screen and (min-width: 851px) {
  header .nav-lecture {
      position: relative;
    }
    header .nav-lecture a {
      position: relative;
    }
    header .nav-lecture:before {
      content: url(../images/hdr/illust_teacher.png);
      position: absolute;
      bottom: 0;
      right: 0;
    }
    header .nav-lecture:hover:before {
      content: url(../images/hdr/illust_teacher_on.png);
    }
    header .nav-maintenance .is-hidden > .row .subul,
    header .nav-guide .is-hidden > .row .subul{
    width: 50%;
    }
    header .nav-guide .is-hidden > .row .subul.w100{
      width: 100%;
    }
    header .nav-maintenance .is-hidden > .row .subul > ul li,
    header .nav-guide .is-hidden > .row .subul > ul li{
      width: 50%;
      float: left;
    }
    header .nav-maintenance .is-hidden > .row .subul > ul li a,
    header .nav-case .is-hidden > .row .subul > li a,
    header .nav-guide .is-hidden > .row .subul > ul li a{
      display: inline-block;
      margin-bottom: 10px;
    }
    header .gNavDiySet .nav-painting > span > span {
      position: relative;
    }
    header .gNavDiySet .nav-painting > span > span:after {
      position: absolute;
      content: "";
      top: 0;
      left: -32px;
      width: 21px;
      height: 33px;
      background: url(../images/hdr/nav_guide.png) 5% 50% no-repeat;
    }
    header .nav-painting .is-hidden .level2_1{
      /* padding-bottom:  15px; */
      display: flex;
    }
    header .nav-painting .is-hidden .level2_2{
      padding-top:  0px;
      display: flex;
    }
    header .nav-painting .is-hidden > .row ul {
      margin-top: 0;
    }
    header .nav-painting .is-hidden .nav-guide .level3:last-child .subul > a {
      margin-top: 54px;
    }
    header .nav-painting .is-hidden .level3,
    header .nav-painting .is-hidden .level4 {
      display: flex;
    }
    header .nav-painting .is-hidden .nav-guide .level3 .subul > a{
      float: none;
      width: 100%;
      /* margin-top: 9px; */
    }
    header .nav-painting .is-hidden .nav-guide .row .level3 .subul > ul {
      display: none;
    }
    header .nav-painting .is-hidden > .row .subul > ul {
      margin-top: 11px;
    }
    header .nav-painting .is-hidden > .row .subtit{
      width:  100%;
      text-align: center;
    }
    header .nav-painting .is-hidden > .row .guide1{
      /* float: left; */
      /* width:  192px; */
      width: 25%;
    }
    header .nav-painting .is-hidden > .row .guide1 .subtit{
      border-left: 1px dotted #9d8e88;
      border-right: 1px dotted #9d8e88;
      padding-right: 10px;
      margin-bottom: 0;
    }
    header .nav-painting .is-hidden > .row .subtit_guide1:before,
    header .nav-wood-guide .is-hidden > .row .subtit_guide1:before {
      content: "";
      display: block;
      border-top: dotted 1px #583629;
      width: 99%;
      height: 1px;
      position: absolute;
      top: 16px;
      z-index: 1;
    }
    header .nav-painting .is-hidden > .row .subtit_guide1:before,
    header .nav-wood-guide .is-hidden > .row .subtit_guide1:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 16px;
      z-index: 1;
    }
    header .nav-painting .is-hidden > .row.level2_1 .subtit_guide1:before {
      /* max-width: 830px; */
    }
    header .nav-painting .is-hidden > .row .subtit_guide1 > span,
    header .nav-wood-guide .is-hidden > .row .subtit_guide1 > span {
      background: #eeede7;
    }
    header .nav-painting .is-hidden > .row.level2_2 .subtit_guide1:first-child:before {
      /* max-width: 490px; */
    }
    header .nav-painting .is-hidden > .row.level2_2 .subtit_guide1:last-child:before {
      /* max-width: 330px; */
    }
    header .nav-painting .is-hidden > .row .guide2{
      /* float: left;
      width:  648px; */
      width: 75%;
    }
    header .nav-painting .is-hidden > .row .guide2 .guide2_1{
      width:  27%;
    }
    header .nav-painting .is-hidden > .row .guide2 .guide2_2{
      width:  46%;
      border-right: 1px dotted #9d8e88;
      padding-right: 15px;
    }
    header .nav-painting .is-hidden > .row .guide2 .guide2_3{
      width:  27%;
    }
    header .nav-painting .is-hidden > .row .guide3{
      width: 57%;
    }
    header .nav-painting .is-hidden > .row .guide3 .guide3_1{
      /* width:  192px; */
    }
    header .nav-painting .is-hidden > .row .guide3 .guide3_1.subtit{
      border-left: 1px dotted #9d8e88;
      padding-right: 4px;
    }
    header .nav-painting .is-hidden > .row .guide3 .guide3_2{
      /* width:  125px; */
    }
    header .nav-painting .is-hidden > .row .guide3 .guide3_3{
      /* width:  183px; */
      border-right: 1px dotted #9d8e88;
    }
    header .nav-painting .is-hidden > .row .guide4{
      width: 41%;
      margin-left: 2%;
    }
    header .nav-painting .is-hidden > .row .guide4 .guide4_1{
      /* width:  181px; */
    }
    header .nav-painting .is-hidden > .row .guide4 .guide4_2{
      /* width:  152px; */
      border-right: 1px dotted #9d8e88;
      padding-right: 30px;
    }
  header .nav-case .is-hidden > .row .col .subul_ch{
    border-left: 1px dotted #9d8e88;
    padding: 15px 35px 0;
    border-right: 1px dotted #9d8e88;
    width: 100%;
  }
  header .nav-case .is-hidden > .row .subul {
      padding: 15px 35px;
      border-right: 1px dotted #9d8e88;
    }
  header .nav-case .is-hidden > .row .col .subul_ch{
      border-left: 1px dotted #9d8e88;
      padding: 15px 35px 0;
      border-right: 1px dotted #9d8e88;
      width: 100%;
    }
}

/*  SP用メニュー
--------------------------------------- */
 html.menu-open {
  height: 100%;
}
html.menu-open body {
  height: 100%;
  overflow: hidden;
}

#btn-menu {
  position: absolute;
  z-index: 100;
  /* width: 30px; */
  width: 40px;
  /* height: 16px; */
  height: 26px;
  margin: 15px 8px 5px 8px;
  padding: 0;
  /* top: -55px;
  right: 7px; */
  top: 2px;
  right: 7px;
}
#btn-menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d42423;
  transform-origin: 50% 50%;
}
#btn-menu span:nth-of-type(1) {
  /* top: 0; */
  top: 0px;
  
}
#btn-menu span:nth-of-type(2) {
  /* top: 7px; */
  top: 11px;  
}
#btn-menu span:nth-of-type(3) {
  /* bottom: 0; */
  bottom: 0px;
  
}
/* .menu-open #btn-menu span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.5s forwards;
  animation: active-menu-bar01 0.5s forwards;
}
.menu-open #btn-menu span:nth-of-type(2) {
  display: none;
}
.menu-open  #btn-menu span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.5s forwards;
  animation: active-menu-bar03 0.5s forwards;
} */

.menu-open #btn-menu span:nth-of-type(1) {
  /*width: 15px;
  */width: 20px;
  transform: translateY(4px) rotate(-45deg);
}
.menu-open #btn-menu span:nth-of-type(2) {
  /*width: 25px;*/
  width: 40px;
  transform: translateX(3px) rotate(0deg);
}
.menu-open #btn-menu span:nth-of-type(3) {
  /*width: 15px;
  */width: 20px;
  transform: translateY(-5px) rotate(45deg);
}



html.ie9.mm-opened #btn-menu {
  background: url(../images/hdr/btn_close.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
}
html.ie9.mm-opened #btn-menu span {
  display: none;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media print, screen and (max-width: 850px) {
  .menu-open #frame-outer,
  .menu-open #header,
  .menu-open #gNavWrapper,
  .menu-open .gNav-phone,
  .menu-open .gNav {
    height: 100%;
  }
  .menu-open:not(.from_proMenu) .p-contents,
  .menu-open .mainWrapper,
  .menu-open #footer {
    display: none !important;
  }
  html #header {
    overflow: hidden;
  }
  html.from_proMenu #header {
    overflow: visible;
  }
  html.from_proMenu #header #gNavWrapper {
    display: none !important;
  }
  #header .header-inner {
    z-index: 1000;
    height: 91px;
  }

  .menu-open #header .header-inner {
    /* position: fixed; */
    width: 100%;
  }
  #gNavWrapper {
    position: absolute;
    transform: translate(100%);
    /* transform: translate(200px); */
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1100;
  }
  .menu-open #gNavWrapper {
    transform: translate(0);
    opacity: 1;
    width: 100%;
  }
  .menu-open #frame-outer, .menu-open #header, .menu-open #gNavWrapper, .menu-open .gNav-phone, .menu-open #gNavWrapper #menu-phone {
    height: 100%;
  }

  .menu-open #gNavWrapper #menu-phone {
    width: 100%;
    padding-bottom: 100px;
  }
  .menu-open #hImenu {
    display: none !important;
  }
  .from_proMenu.menu-open .gNav {
    padding-top: 91px;
  }
  .from_proMenu.menu-open .nav-switch {
      display: block !important;
  }
  
  .menu-open .gNav .contactBox {
    max-width: none;
  }
  
  .menu-open .gNav {
    background: #fff; /*eeede7*/
    position: relative;
    z-index: 200;
    overflow: hidden;
  }
  .menu-open #gNavWrapper.gNavDefaultSet #menu-phone .gNav {
    background: #e87777;
  }
  .menu-open #menu-phone .hover .has-children .show-for-large-only {
    display: inline-block !important;
  }
  .menu-open #menu-phone .hover .has-children br,
  .menu-open #menu-phone .hover .has-children .hide-for-large-only {
    display: none !important;
  }
  .gNav .is-hidden.subMenu {
    display: none;
  }
  #topMenu.gNav .other,
  #topMenu.gNav .level1.hover > .has-children,
  #topMenu.gNav .proList_open #proMenuOn .has-children {
    display: none;
  }
  /* .menu-open #gNavWrapper.gNavDefaultSet #menu-phone .gNav,
  #gNavWrapper.gNavDefaultSet .is-hidden.subMenu > .row .return_btn,
  #gNavWrapper.gNavDefaultSet #menu-phone .level1.hover, */
  #gNavWrapper.gNavDefaultSet #menu-phone .other {
    background: #e87777;
  }
  /* .menu-open #gNavWrapper.gNavDiySet #menu-phone .gNav,
  #gNavWrapper.gNavDiySet .is-hidden.subMenu > .row .return_btn,
  #gNavWrapper.gNavDiySet #menu-phone .level1.hover */
  #gNavWrapper.gNavDiySet #menu-phone .other {
    background: #5ad3ff;
  }
  /* .menu-open .gNav .contactBox {
    border: 6px solid #00a0d9;
  } */
  .gNav .primary-nav {
    height: 100%;
    overflow-y: scroll;
  }
  #gNavWrapper.gNavVitabioSet #menu-phone .primary-nav {
    background: #6ecfcf;
  }
  .gNav .primary-nav ul.is-fixed {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .gNav .level1 {
    width: 33.3333%;
    /* float: left; */
    text-align: center;
    /* margin: 0px 0 20px; */
    padding: 15px 5px 14px;
    /* min-height: 115px; */
    border-bottom: 1px dotted #542504;
    border-right: 1px dotted #542504;
    background: #fff;
  }
  .gNav .level1.nav-present {
    order: -3;
  }
  .gNav .level1.nav-product {
    order: -2;
  }
  .gNav .level1.nav-collabo {
    order: -1;
  }
  /*.gNav .level1.nav-painting {
    order: -2;
  }*/
  /* .gNav .level1:nth-child(n+4) {
    border-bottom: 0;
  } */
  .gNav .level1.nav-campaign,
  body:not(.diy) .gNav .level1.nav-faq,
  /*.gNav .level1.nav-painting,*/
  .gNav .level1.nav-faq  {
    border-right: none;
  }
  #diy_home .gNav .level1.nav-guide,
  #diy_home .gNav .level1.nav-faq {
    /* width: 50%; */
  }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-bottom: 1px dotted #542504 !important;
  }
  .gNav .level1 > a,
  .gNav .level1 > span {
    color: #542504;
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    padding-top: 55px;
    font-weight: normal;
  }
  .is-hidden.subMenu > .row {
    padding: 0;
    margin-right: -1px;
    margin-top: -1px;
    background: #fff; /* efefef */
  }
  .is-hidden.subMenu > .row.flex{
    flex-wrap: wrap;
  }
  .is-hidden.subMenu > .row > .col.grid-12 {
    display: flex;
    flex-wrap: wrap;
  }
  .is-hidden.subMenu > .row .subtit {
    margin-bottom: 0;
    border-bottom: 1px dotted #542504;
    border-right: 1px dotted #542504;
  }
  .is-hidden.subMenu > .row.flex .subtit {
    border-right: none;
  }
  header .nav-painting .is-hidden {
    text-align: left;
  }
  header .nav-painting .is-hidden .level2_1 li.subtit,
  header .nav-wood-guide .is-hidden .level2_1 li.subtit {
    border-bottom: 1px dotted #542504;
  }
  header .nav-painting .is-hidden .level2_1 li:first-child.subtit {
    border-right: 1px dotted #542504;
  }
  header .nav-painting .is-hidden .level2_1 li:last-child.subtit {
    border-right: none;
  }
  header .nav-painting .is-hidden .level2_2 li:not(:last-child).subtit {
    border-right: 1px dotted #542504;
  }
  header.nav-case .is-hidden > .row .subtit {
    border: none;
  }

  .is-hidden.subMenu {
    position: relative !important;
    left: 0;
    width: auto;
    /* height: 100%;
    overflow-y: scroll; */
  }
  .is-hidden.subMenu li.subtit{
    width: 33.33333%;
    /* float: left; */
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 10px 5px;
  }
  .is-hidden.subMenu li.subtit img {
    display: block;
    margin: 0 auto;
  }
  .is-hidden.subMenu > .row .subtit > a,
  .is-hidden.subMenu > .row .subtit > span {
    margin-bottom: 0;
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
  }
  .is-hidden.subMenu > .row .subul > a {
    width: 33.333%;
  }
  .is-hidden.subMenu > .row .subul > ul {
    width: 66.666%;
    margin-bottom: 0;
  }
  .is-hidden.subMenu > .row .subul > ul.sublist-inline-block li {
    display: inline-block;
  }
  .is-hidden.subMenu > .row .subul > ul > li > a {
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .is-hidden.subMenu > .row .return_btn {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
    border-top: 1px dotted #542504;
    margin-top: -1px;
    background: #fff; /*eeede7*/
  }
  .is-hidden.subMenu > .row .return_btn a {
    display: inline-block;
    font-weight: bold;
    padding: 0 !important;
  }
  .is-hidden.subMenu > .row .return_btn a img {
    width: 40px;
    height: 40px;
  }
  .gNav .other {
    padding: 10px 10px 20px;
    width: 100%;
  }
  .gNav .nav-special {
    padding: 10px 0;
    text-align: center;
  }
  #gNavWrapper.gNavDefaultSet #menu-phone .other .nav-special,
  #gNavWrapper.gNavVitabioSet #menu-phone .other .nav-special {
    display: none;
  }
  .gNav .nav-special img {
    width: 100%;
    border: 6px solid #e5e2d9;
  }
  .gNav .level1.hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; /*eeede7*/
    padding: 0;
    text-align: left;
    border: none;
    z-index: 5;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
  }
  #topMenu.gNav .primary-nav {
    overflow-y: inherit;
    position: relative;
    z-index: 1000;
  }
  #topMenu.gNav .level1.hover {
    overflow-y: inherit;
    overflow-x: inherit;
  }
  #topMen.gNav .level1.hover .is-hidden.subMenu {
    position: absolute !important;
  }
  .gNav .level1.hover.proList_open {
    overflow: hidden;
  }
  .gNav .level1.hover.proList_open .posRe {
    margin-top: 0;
  }
  .gNav .level1.hover.proList_open .is-hidden.subMenu > .row .subtit {
    border-top: none;
    overflow: hidden;
  }
  .sp-flex {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .from_proMenu .gNav .level1.hover > .has-children {
    display: none;
  }
  /* .from_proMenu .gNav .level1.hover,
  .from_proMenu #gNavWrapper .gNav .level1 .is-hidden,
  .from_proMenu .proList_open  #proMenuOn {
    background: #fff;
    height: auto;
  } */
  /* .from_proMenu .gNav .level1:not(.hover),
  .from_proMenu .gNav .other {
    display: none;
  } */
  .gNav .level1.hover > .has-children,
  .proList_open  #proMenuOn .has-children {
    background: #76350a;
    color: #efe7da;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 20px 10px 12px 20px;
    margin: 0;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
  }
  .gNav .level1.hover > .has-children:before,
  .proList_open  #proMenuOn .has-children:before {
    content: "";
    border: 2px solid transparent;
    display: inline-block;
    transform: rotate(-45deg);
    border-color: #efe7da;
    width: 12px;
    height: 12px;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: 10px;
  }
  .gNav .level1.hover > .has-children:after,
  .proList_open  #proMenuOn .has-children:after {
    content: "戻る";
    position: absolute;
    left: 25px;
    font-size: 13px;
    height: auto;
    top: auto;
    right: auto;
    background: none;
  }
  
  .gNav .level1.nav-product > span {
    background: url(../images/top/sp_new/proMenu_list.png) 50% 3px no-repeat;
    background-size: 46px auto;
    padding-top: 60px;
  }
  .gNav .level1.nav-sds > a {
    background: url(../images/top/sp_new/proMenu_sds.png) 50% 6px no-repeat;
    background-size: 46px auto;
  }
  .gNav .level1.nav-campaign > span {
    /* background: url(../images/top/sp_new/proMenu_sds.png) 50% 0 no-repeat;
    background-size: auto 45px; */
  }
  .gNav .level1.nav-works > span {
    background: url(../images/top/sp_new/proMenu_case.png) 50% 6px no-repeat;
    background-size: 46px auto;
    padding-top: 60px;
  }
  .gNav .level1.nav-maintenance > span {
    /* background: url(../images/top/sp_new/proMenu_sds.png) 50% 0 no-repeat;
    background-size: auto 45px; */
  }
  .gNav .level1.nav-faq > span {
    background: url(../images/top/sp_new/proMenu_qa.png) 50% 2px no-repeat;
    background-size: 46px auto;
    letter-spacing: -0.8px;
  }
  .gNav .level1.nav-present > a {
    background: url(../images/top/sp_new/proMenu_present.png) 50% 0 no-repeat;
    background-size: 50px auto;
    padding-top: 60px;
  }
  .gNav .level1.nav-collabo,
  .gNav .level1.nav-present {
    padding: 12px 5px 12px;
  }
  .gNav .level1.nav-collabo > a {
    background: url(../images/top/sp_new/proMenu_collabo.png) 30% 0 / 60px auto no-repeat,
    url(../images/top/sp_new/proMenu_collabo_p.png) 90% 0 / 40px auto no-repeat;
    padding-top: 60px;
  }
  .gNav .level1.nav-case > span {
    background: url(../images/top/sp_new/proMenu_diy_case.png) 50% 0 no-repeat;
    background-size: 46px auto;
    padding-top: 60px;
  }
  .gNav .level1.nav-case {
    padding-bottom: 4px;
  }
  .gNav .level1.nav-case > span > strong.entry_open {
    color: #d42423;
    font-weight: bold;
    display: inline-block;
  }
.gNav .level1.nav-case.hover strong.entry_open {
    display: none !important;
  }
  .gNav .level1.nav-guide > span {
    background: url(../images/top/sp_new/proMenu_maintenance.png) 50% 0 no-repeat;
    background-size: 35px auto;
    padding-top: 60px;;
  }
  .gNav .level1.nav-campaign > span {
    background: url(../images/top/sp_new/proMenu_campaign.png) 50% 5px no-repeat;
    background-size: 46px auto;
  }
  .gNav .level1.nav-painting > span {
    background: url(../images/top/sp_new/proMenu_painting.png) 50% 2px no-repeat;
    background-size: 29px auto;
  }
  .gNav .level1.nav-maintenance > span,
  .gNav .level1.nav-wood-guide > span {
    background: url(../images/top/sp_new/proMenu_concept.png) 50% 0 no-repeat;
    background-size: 46px auto;
    padding-top: 60px;
  }
  .gNav .level1.nav-diycampaign {
    padding-top: 10px;
  }
  .gNav .level1.nav-diycampaign > a {
    background: url(../images/top/sp_new/proMenu_50thover.png) 50% 6px no-repeat;
    background-size: 56px auto;
    width: 100%;
    padding-top: 60px;
  }
  .gNav_list {
    display: flex;
    flex-wrap: wrap;
  }
  .gNav_item {
    width: 33.3333%;
    text-align: center;
    padding: 15px 5px 14px;
    border-bottom: 1px dotted #542504;
    border-right: 1px dotted #542504;
    background: #fff;
  }
  .gNav_item.logo {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    border-right: none;
  }
  .gNav_item.logo img {
    width: 56.5%;
  }
  .gNav_item a {
    color: #542504;
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    padding-top: 55px;
    font-weight: normal;
  }
  .vitabio .gNav_item.logo a {
    padding-top: 0;
  }
  .gNav_item.sds a {
    background: url(../../../common/images/top/sp_new/proMenu_sds.png) 50% 6px no-repeat;
    background-size: 46px auto;
  }
  .gNav_item.faq {
    padding-left: 0;
    padding-right: 0;
  }
  .gNav_item.faq a {
    background: url(../images/top/sp_new/proMenu_qa.png) 50% 2px no-repeat;
    background-size: 46px auto;
    letter-spacing: -0.8px;
    font-size: 1.1rem;
  }
  .gNav_item.contact {
    border-right: none;
  }
  .gNav_item.contact a {
    background: url(../../vitabio/products/img/icon_contact.png) 50% 2px no-repeat;
    background-size: 46px auto;
  }
  .gNav_item.construction {
    position: relative;
  }
  /*.gNav_item.construction::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    background: rgba(126, 126, 126, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .gNav .gNav_item.construction::after {
    content: "工事中";
    display: inline-block;
    width: 100%;
    color: #d52424;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }*/
  ul.productList {
    position: relative;
    background: transparent;
  }
  ul.productList li {
    width: 50%;
    margin-bottom: 2em;
  }
  ul.productList li.list {
    margin-bottom: 0;
  }
  ul.productList li.xdBack {
    display: none;
  }
  ul.productList li.return_btn {
    border-top: 0 !important;
    padding-top: 15px !important;
  }
  .proList_open ul.productList {
    padding: 20px 0;
    /* height: 100%;
    overflow-y: scroll; */
  }
  .proList_open > .has-children {
    display: none !important;
  }
  .proList_open .is-hidden {
    height: 100%;
  }
  .proList_open .is-hidden .posRe,
  .proList_open .is-hidden ul.grid-12 {
    height: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  
  .proList_open  {
    height: 100% !important;
  }
  .proList_open  #proMenuOn {
    position: absolute;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff; /*eeede7 */

    border: none;
    min-height: 550px;
  }
  #gNavWrapper .proList_open  #proMenuOn {
    height: 100% !important;
    overflow-y: scroll;
  }
  .proList_open #proMenuOn .has-children a {
    text-decoration: none;
    color: #efe7da;
    font-size: 1.4rem;
  }
  /*.proList_open  #proMenuOn img {
    display: none !important;
  }*/
  ul.productList li.vita_banner {
    width: 100%;
  }
  ul.productList li.vita_banner a {
    padding: 0;
  }
  .proList_open  #proMenuOn .return_btn img {
    display: block !important;
  }
  .nav-campaign.hover .has-children br {
    display: none;
  }
  header .nav-case .col.grid-6 {
    padding: 20px;
    text-align: left;
  }
  header .nav-painting .row.noGutters,
  header .nav-wood-guide .row.noGutters {
    padding: 20px !important;
    margin-bottom: 0;
  }
  header .nav-painting .row.noGutters.level2_1,
  header .nav-wood-guide .row.noGutters.level2_1 {
    padding-bottom: 0 !important;
  }
  header .nav-painting .nav-guide .row.noGutters.level2_1 {
    padding-top: 0 !important;
  }
  header .nav-painting .is-hidden .level2_1 li.mt30 {
    margin-top: 0 !important;
  }
  header .nav-painting .row.noGutters.level2_2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
  .is-hidden.subMenu .sp-width50 {
    width: 50% !important;
  }
  .is-hidden.subMenu .sp-width100 {
    width: 100% !important;
  }
  .is-hidden.subMenu .sp-width66 {
    width: 66.6666666% !important;
  }
  .is-hidden.subMenu .sp-width33 {
    width: 33.3333333% !important;
  }
  header .nav-painting .is-hidden > .row .subtit_guide1,
  header .nav-painting .is-hidden > .row .subtit_guide2 {
    clear: both;
  }
  header .nav-painting .is-hidden > .row .subtit,
  header .nav-wood-guide .is-hidden > .row .subtit {
   padding-top: 10px;
   padding-bottom: 10px;
   clear: both;
  }
  header .nav-painting .is-hidden > .row .subtit_guide2.guide1{
    padding-bottom: 20px;
  }
  header .nav-painting .is-hidden > .row .subtit_guide1 {
      padding-bottom: 20px;
  }
  /* header .nav-painting .is-hidden > .row .nav-guide .subtit_guide1 {
    border-bottom: none;
    margin-bottom: 0;
        padding-bottom: 0px;
  
  } */

  header .nav-painting .is-hidden > .row .subtit_guide2.guide1 .subtit {
    padding-top: 0;
  }
  header .nav-painting .is-hidden > .row .subtit_guide2.guide2 .subtit {
    padding-bottom: 20px;
  }
  header .nav-painting .is-hidden > .row .subtit_guide1.guide3,
  header .nav-painting .is-hidden > .row .subtit_guide1.guide4 {
    border-bottom: 1px dotted #542504;
    margin-bottom: 20px;
  }
  .menu-open .is-hidden.subMenu > .row.level2_1 .return_btn,
  #topMenu .is-hidden.subMenu > .row.level2_1 .return_btn {
    display: none;
  }
  
  #gNavWrapper .secondary-nav {
    margin: 20px 0 0;
    border-top: 1px dotted #542504;
  }
  #gNavSP .contactBox .btn-contact {
    text-align: left;
  }
  #gNavWrapper .secondary-nav .sub a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    padding: 12px 20px 12px 30px;
    border-bottom: 1px dotted #542504;
  }
  #gNavWrapper .secondary-nav .sub a:after {
    position: absolute;
    margin: auto 0;
    left: 10px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    color: #542504;
    padding-right: 5px;
  }
  .is-hidden.subMenu > .row .col .new-camp .has-children {
  position: relative;
  padding-right: 30px;
  }
  .is-hidden.subMenu > .row .col .new-camp .has-children:after {
    top: -7px;
    right: 5px;
    left: auto;
  }
  .is-hidden.subMenu > .row .subtit > a .new-ico:after {
  right: -20px;
  top: -20px;
  }
}

/* ==========================================
  04. サイド
============================================ */
/* バナー
----------------------------------- */
.side-bnrArea {
  margin: 0 3% 20px;
}
.side-bnrArea li {
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
}
.side-bnrArea li.youtube {
  display: none;
}
body.diy .side-bnrArea li.youtube {
  display: block;
}
@media screen and (max-width: 640px) {
  .side-bnrArea img {
    max-width: 320px;
    width: 100%;
  }
}
/* media終わり */
@media screen and (min-width: 641px) and (max-width: 850px) {
  .side-bnrArea {
    margin-left: 0;
  }
  .side-bnrArea > li {
    float: left;
    margin-left: 2%;
    width: 31.3%;
  }
}
/* media終わり */
@media print, screen and (min-width: 851px) {
  .side-bnrArea {
    margin: 0 0 20px;
  }
}
/* media終わり */
/* サイドナビ
----------------------------------- */
#sideNav {
  border: 1px solid #c4c4c4;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#sideNav .tit {
  background-color: #542504;
  color: #fff;
  /*font-size:1.6rem;*/
  font-weight: bold;
}
#sideNav .tit a,
#sideNav .tit span {
  color: #fff;
  padding: 0.5em 14px;
  display: block;
}
#sideNav li {
  line-height: normal;
  border-top: 1px solid #c4c4c4;
}
#sideNav ul li:first-child {
  border-top: none;
}
#sideNav li a,
#sideNav li span {
  background: #f5f4f0 url("../images/arw-circle-right.png") no-repeat 12px 50%;
  display: block;
  padding: 0.6em 8% 0.6em 30px;
  line-height: 1.4;
}
#sideNav a:link,
#sideNav a:visited,
#sideNav a:hover,
#sideNav a:active {
  text-decoration: none;
}
/* 注目アイコン */
#sideNav li.attention a{
  background-image: url("../images/arw-circle-right.png"), url(../images/attention.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 12px 50%, center right 4px;
  padding: 0.6em 20% 0.6em 30px;
}
/* 第2level */
#sideNav .sub {
  border-top: 1px solid #c4c4c4;
  display: none;
}
#sideNav .sub a {
  background: #fff url("../images/arw.png") no-repeat 98% 50%;
  padding-left: 12px;
}
#sideNav .subtit a,
#sideNav .subtit span {
  background: url("../images/arw-circle-right2.png") no-repeat 12px 50%;
  padding-left: 30px;
}
#sideNav .current + .sub,
#sideNav .parentsLink + .sub {
  display: block;
}
/* 第３level */
#sideNav .sub ul {
  padding-left: 15px;
  border-top: 1px solid #e0e0e0;
}
#sideNav .sub ul a {
  padding-left: 8px;
}
#sideNav li a:hover,
#sideNav li a.current {
  background-color: #faedee;
}
/* 表示・非表示 */
.products-pd #sideNav .sub-productsDetail,
.products-safety #sideNav .sub-products-safety,
.products-performance #sideNav .sub-products-performance,
.lecture-basic #sideNav .sub-lecture-basic,
.lecture-guide #sideNav .sub-lecture-guide,
.lecture-guide-color #sideNav .sub-lecture-guide-color,
.lecture-maintenance #sideNav .sub-lecture-maintenance,
.lecture-attack #sideNav .sub-lecture-maintenance-attack,
.diyg-index #sideNav .sub-diyg,
.diyg-detail #sideNav .sub-diyg,
.diy-index #sideNav .sub-diy,
.diy-case #sideNav .sub-diy,
#diy_campaign #sideNav .sub-diy-campaign {
  display: block;
}
.lecture-attack #sideNav .sub-lecture-maintenance {
  display: none;
}
/* お問い合わせBox
----------------------------------- */
.contactBox {
  border: 6px solid #e5e2d9;
  text-align: left;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.contactBox p {
  font-size: 12px;
  font-size: 1.2rem;
}
.contactBox .inner {
  padding: 0.8em 3% 1em;
  background: #fff;
}
.contactBox .teltit,
.contactBox .tel {
  text-align: center;
}
@media print, screen and (min-width: 851px) {
  .contactBox .inner {
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .contactBox .teltit,
  .contactBox .tel {
    text-align: left;
  }
}
/* media終わり */
.contactBox .tit {
  background-color: #542504;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.4em 1em;
}
.contactBox .teltit {
  color: #542504;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.contactBox .teltit i:before {
  font-size: 20px;
  font-size: 2rem;
}
.contactBox .tel {
  color: #542504;
  font-weight: bold;
  font-size: 156%;
  margin-bottom: 8px;
  letter-spacing: -0.05em;
}
.contactBox .tel span {
  white-space: nowrap;
}
@media screen and (min-width: 641px) and (max-width: 850px) {
  .contactBox .tel {
    font-size: 140%;
  }
  .contactBox .tel span {
    display: block;
    text-align: center;
  }
}
/* media終わり */
.contactBox .tel img {
  max-width: 40px;
  height: 20px;
  vertical-align: middle !important;
}
.contactBox .btn-contact {
  text-align: left;
  margin-top: 4px;
}
.contactBox .btn-contact a {
  color: #fff;
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  background: #af8847 url(../images/top/sp_new/bg_btn_catalog.png) right 10px center no-repeat;
  background-size: auto 46px;
  border-radius: 5px;
}
#gNavWrapper.gNavVitabioSet .contactBox .btn-contact a {
  background-image: none;
}
.contactBox .btn-contact  span.ttl {
  padding-right: 100px;
  padding: 1em 85px 1em 33px;
}
.contactBox .btn-contact span {
  display: inline-block;
}
.contactBox .btn-contact  i {
  position: relative;
}
.contactBox .btn-contact i:before {
  position: absolute;
  color: #fff;
  padding-right: 5px;
  left: -20px;
  top: 0;
}
/* 製品情報Box
----------------------------------- */
.productsBox {
  border: 1px solid #ccc;
  background-color: #f0ede4;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.productsBox p {
  margin-bottom: 0.5em;
}
.productsBox .inner {
  padding: 0.5em 3%;
}
@media print, screen and (min-width: 851px) {
  .productsBox .inner {
    padding: 0.5em 5%;
  }
}
/* media終わり */
.productsBox .tit {
  background-color: #542504;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.4em 1em;
  text-align: left;
}
.productsBox li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0.5em;
}
.productsBox li:before {
  content: "\f138";
  color: #d3ae5e;
  padding-right: 0.5em;
}
/* ==========================================
  05. メイン下部
============================================ */
.mainBtm-bnrArea {
  margin-bottom: 20px;
}
.mainBtm-bnrArea li {
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mainBtm-bnrArea img {
    max-width: 320px;
    width: 100%;
  }
}
/* media終わり */
/* ==========================================
  06. フッター
============================================ */
#footer {
  background-color: #e3dfd8 ;
  margin-top: 65px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  height: 213px;
}
/* ftr-info */
#btn-totop {
  background-color: #e3dfd8;
  background-color: rgba(227, 223, 216, 0.7);
  border-radius: 4px 4px 0 0;
  position: fixed;
  right: 20px;
  cursor: pointer;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
}
#btn-totop.nofixed {
  position: absolute;
  bottom: 213px;
}
#btn-totop img {
  width: 66px;
  height: 47px;
}
.ftr-info .footer-inner {
  margin-bottom: 0;
}
.copyright {
  text-align: center;
  margin-bottom: 8px;
}
#contact.cgiPage #footer {
  height: auto;
}
@media print, screen and (min-width: 641px) {
  #footer {
    height: 194px;
  }
  .copyright {
    text-align: right;
  }
  #btn-totop.nofixed {
    bottom: 194px;
  }
}
/* media終わり */
.ftr-info {
  background: #e3dfd8 url("../images/ftr/bg_footer.gif") repeat-x 0 100%;
  padding: 10px 0 1px;
}
.ftr-info li {
  background: url("../images/ftr/ico_list_footer.gif") no-repeat 0 50%;
  float: left;
  padding: 0 20px 0 8px;
  margin-bottom: 8px;
}
.link-blank {
  background: url("../images/ico_window.gif") no-repeat 100% 50%;
  padding-right: 15px;
}
/* ftr-nav */
.ftr-nav {
  padding: 0.8em 0 ;
}
.ftr-nav li {
  margin-bottom: 0.8em;
}
.ftr-logo {
  padding-top: 0.4em;
}
.ftr-nav .btn-nav {
  float: left;
  width: 48%;
  text-align: center;
  margin-left: 2%;
}
.ftr-nav .btn-nav-pro {
  margin-left: 0;
}
.ftr-nav .btn-nav a {
  background-color: #f6f2eb;
  border-radius: 4px;
  display: block;
  padding: 0.7em 1.6em 0.7em 0.6em;
  position: relative;
  line-height: 1.2;
}
.ftr-nav .btn-nav a:hover {
  background-color: #faedee;
  text-decoration: none;
}
.ftr-nav .btn-nav a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.ftr-reg {
  display: none;
  letter-spacing: -0.5px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
#home .ftr-reg,
#diy_home .ftr-reg {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .ftr-nav .btn-nav:last-child {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .ftr-nav {
    float: left;
  }
  .ftr-reg  {
    float: right;
    padding: 0 0 0.8em;
    text-align: left;
  }
  .ftr-nav li {
    float: left;
  }
  .ftr-nav .btn-nav {
    width: 12em;
  }
  .ftr-nav .btn-nav {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .ftr-reg  {
    padding: 1.5em 0 0.8em;
  }
}
/* media終わり */
/* ftr-nav2 */
.ftr-nav2 dt {
  background: url("../images/ftr/ico_list_footer.gif") no-repeat 0 50%;
  padding: 0.2em 0 0.2em 8px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.ftr-nav2 dd {
  background: url("../images/ftr/ico_list_footer.gif") no-repeat 0 50%;
  padding: 0.2em 0 0.2em 8px;
  margin-left: 1em;
}
.ftr-address {
  background-color: #fff;
  padding-top: 10px;
}
.ftr-logoList {
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .ftr-logoList {
    float: right;
  }
}
/* media終わり */
/* ==========================================
  07. ぱんくず
============================================ */
@media screen and (max-width: 640px) {
  #topicPath {
    display: none;
  }
}
/* media終わり */
#topicPath {
  margin: 15px 3%;
  max-width: 1000px;
}
#topicPath:after {
  content: " ";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 851px) {
  #topicPath {
    margin-left: auto;
    margin-right: auto;
  }
}
/* media終わり */
#topicPath li {
  float: left;
  padding: 0.2em 2px 0.2em 0;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
}
#topicPath li:before {
  content: "\e649";
  font-size: 80%;
  padding-right: 3px;
}
#topicPath li.first:before {
  content: "";
  padding-right: 0;
}
/* ==========================================
  08. リスト / ページリンク
============================================ */
/* 1字インデント */
p.txt-indent,
ul.txt-indent li,
ol.txt-indent li {
  text-indent: -1em;
  margin-left: 1em;
}
/* 2列のリスト タイル状に罫線ありパターン
--------------------------------------- */
.list-border-col2 {
  overflow: hidden;
}
.list-border-col2:after {
  content: " ";
  display: table;
  clear: both;
}
.list-border-col2 li {
  border-top: 3px solid #e5e2d9;
  background-color: #f5f4f0;
  margin-bottom: 0;
}
.list-border-col2 li:nth-child(2n+1) {
  /* 奇数 */
  background-color: #fff;
}
.list-border-col2 li.odd {
  /* 奇数 */
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .list-border-col2 li {
    background-color: #fff;
    float: left;
    width: 50%;
    position: relative;
    margin-left: -3px;
  }
  .list-border-col2 li:before {
    content: "";
    width: 3px;
    background-color: #e5e2d9;
    position: absolute;
    top: 8%;
    left: 0;
    height: 84%;
  }
}
/* media終わり */
/* リンクのリスト　左に丸矢印アイコンつき
--------------------------------------- */
.list-arw-left-circle li {
  position: relative;
  line-height: 1.2;
  padding-left: 1.2em;
}
.list-arw-left-circle a:before {
  content: "\f138";
  color: #d62324;
  position: absolute;
  top: 0.1em;
  left: 0;
}
/* リンクのリスト 右側に矢印アイコン付　Box型
--------------------------------------- */
.list-arw-right a {
  display: block;
  position: relative;
  padding-right: 30px;
}
.list-arw-right a:hover {
  text-decoration: none;
  background-color: #faedee;
}
.list-arw-right a:before {
  font-weight: bold;
  content: "\f105";
  color: #d62324;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -0.5em;
  font-size: 1.8em;
}
/* ページナビ　横一列型　線で区切り
--------------------------------------- */
.pageNav {
  border-top: 2px solid #542504;
  border-bottom: 2px solid #542504;
  padding: 5px 0 0 1%;
}
.pageNav:after {
  content: " ";
  display: table;
  clear: both;
}
.pageNav ul {
  margin: 0;
}
.pageNav li {
  float: left;
  display: inline-block;
}
.pageNav a {
  display: block;
  padding: 5px 0;
}
.pageNav a:hover {
  color: #d62324;
  text-decoration: none;
}
.pageNav span {
  border-right: 1px solid #542504;
  padding: 0 1em;
  font-weight: bold;
}
.pageNav li:last-child span {
  border-right: none;
  padding-right: 0.5em;
}
/* ページナビ　タブ型
--------------------------------------- */
.pageNav-tab {
  border-bottom: 3px solid #e5e2d9;
  display: table;
  width: 100%;
  padding-right: 2%;
}
.pageNav-tab li {
  display: table-cell;
}
.pageNav-tab span,
.pageNav-tab a {
  display: block;
  border-radius: 5px 5px 0 0;
  color: #542504;
  background-color: #eeeeee;
  padding: 0.6em 10px;
  line-height: 1.4;
  text-align: center;
  margin-left: 5px;
}
.pageNav-tab a:hover,
.pageNav-tab .current {
  background-color: #d1c8b7;
  text-decoration: none;
}
.pageNav-tab .current {
  font-weight: bold;
}
.pageNav-tab span:before,
.pageNav-tab a:before {
  content: "\f138";
  padding-right: 5px;
}
.pageNav-tab span:hover:before,
.pageNav-tab a:hover:before,
.pageNav-tab .current:before {
  color: #ce2221;
}
/* リンク　Box型　右に矢印付き
  ul.linkBoxes li または div.linkBox
--------------------------------------- */
.linkBox {
  margin-bottom: 1em;
}
.linkBoxes li,
.linkBox {
  background-color: #f2f0e9;
}
.linkBoxes a,
.linkBox a {
  padding: 1em 30px 1em 5%;
  display: block;
  line-height: 1.4;
  position: relative;
}
.linkBoxes a:after,
.linkBox a:after {
  content: " ";
  display: table;
  clear: both;
}
.linkBoxes a:hover,
.linkBox a:hover {
  background-color: #f2edd9;
  text-decoration: none;
}
.linkBoxes .cap,
.linkBox .cap {
  margin-top: 0;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #d62324;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.4;
}
.linkBoxes .pic,
.linkBox .pic {
  float: left;
  width: 23.5%;
}
.linkBoxes .txt,
.linkBox .txt {
  float: left;
  width: 74.5%;
  margin-left: 2%;
}
.linkBoxes a:before,
.linkBox a:before {
  font-weight: bold;
  content: "\f105";
  color: #d62324;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -0.5em;
  font-size: 1.8em;
}
@media print, screen and (min-width: 641px) {
  .linkBoxes a,
  .linkBox a {
    padding: 1em 8%;
  }
  .linkBoxes .pic,
  .linkBox .pic {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .linkBoxes .txt,
  .linkBox .txt {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* media終わり */
/* ==========================================
  09. その他共通
============================================ */
/* アコーディオン */
.toggleTrig {
  cursor: pointer;
}
.toggle {
  display: none;
  margin-bottom: 1.5em;
  padding-top: 10px;
}
/* 枠 */
.frame {
  background-color: #f2f0e9;
  margin-bottom: 1.5em;
}
/* 画像キャプション */
figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
/* 画像囲み　白枠 */
.figFrame {
  background-color: #fff;
  padding: 1.2em 3%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* 罫線 */
hr {
  background: url(../images/line_dot.gif) repeat-x 0 0;
  border: none;
  height: 1px;
  margin: 2em 0;
}
/* 画像切り替え */
@media print, screen and (min-width: 641px) {
  .switch {
    visibility: hidden;
  }
}
/* media終わり */

/*20200629*/
@media print, screen and (max-width: 850px) {
  .sp_non {
    display: none !important;
  }
}
@media print, screen and (min-width: 851px) {
  .pc_non {
    display: none !important;
  }
}

/* tableスマホ用 2列の表のth tdをブロック化
--------------------------------------- */
@media screen and (max-width: 640px) {
  @-moz-document url-prefix() {
    /* Firefox */
    .table-for-small,
    .table-for-small tbody,
    .table-for-small caption {
      display: block;
    }
  }
  .table-for-small tr {
    display: block;
    padding-bottom: 1em;
    background-color: #fff;
  }
  .table-for-small th,
  .table-for-small td {
    display: block;
    border: none;
  }
}
/* media終わり */
/* tableスマホ用 tdをリスト化
--------------------------------------- */
@media screen and (max-width: 640px) {
  @-moz-document url-prefix() {
    /* Firefox */
    .table-for-small-list,
    .table-for-small-list tbody,
    .table-for-small-list caption {
      display: block;
    }
  }
  .table-for-small-list tr {
    display: block;
    padding-bottom: 1em;
    background-color: #fff;
  }
  .table-for-small-list th {
    display: block;
    border: none;
  }
  .table-for-small-list td {
    display: list-item;
    border: none;
    list-style-type: none;
  }
  .table-for-small-list thead {
    display: none;
  }
  .table-for-small-list td:before {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  /*例：
  .table-for-small-list td:nth-of-type(1):before {content: "[カタログ]";}
  */
}
/* media終わり */
/* ==========================================
 10.トップページ
============================================ */
.top-messageArea {
  background-color: #f4f0d3;
  border: 1px solid #d1c4ac;
  color: #d1c4ac;
  margin-bottom: 20px;
}
.top-messageArea a:hover {
  text-decoration: none;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.top-messageArea .txtArea,
.top-messageArea .arwArea {
  vertical-align: middle;
  display: table-cell;
}
.top-messageArea .arwArea p {
  position: relative;
  text-align: right;
}
.top-messageArea .arwArea p:before {
  content: "\e649";
  color: #542504;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  margin-top: -1.5rem;
}
.top-messageArea a {
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8em 35px 0.8em 20px;
}
.top-messageArea .txtArea {
  width: 95%;
}
.top-messageArea .txtArea p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8em 3%;
  color: #542504;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .top-messageArea a {
    padding: 0.8em 5%;
  }
  .top-messageArea .txtArea {
    /*width: 80%;*/
    width: 100%;
    display: block;
  }
  .top-messageArea .txtArea .only_pc {
    display: block;
  }
}
/* media終わり */
@media print, screen and (max-width: 640px) {
  .top-messageArea .txtArea .only_pc {
    display: none;
  }
}
/* media終わり */
/* スライダー */
#slider ul {
  margin: 0;
}
#slider h1 {
  margin: 0;
  line-height: 1;
}
.slider img {
  display: none;
  vertical-align: bottom;
}
.slider li:first-child img {
  display: block;
}
.slider li {
  margin-bottom: 0;
}
.slider li.clumn2 a {
  display: block;
  width: 50%;
  float: left;
}
.slider li.clumn2 .leftBnr a,
.slider li.clumn2 .rightBnr a {
  width: auto;
  float: none;
}
.slider li.clumn2_2 a {
  display: inline-block;
}
/* 両サイドバナー */
.slider .leftBnr {
  position: absolute;
  top: 0;
  left: -175px;
}
.slider .rightBnr {
  position: absolute;
  top: 0;
  right: -175px;
}
@media screen and (max-width: 1000px) {
  /* 両サイドバナー */
  .slider .leftBnr,
  .slider .rightBnr {
    display: none;
  }
}
/*トピックス */
.top-topicsArea h2 {
  background-color: #bead83;
  color: #fff;
  /*font-size: 2rem;*/
  font-size: 125%;
  padding: 0.2em 1em;
  margin-top: 0;
  position: relative;
}
.top-topicsArea .archive {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -1em;
  border-radius: 5px;
  background-color: #dacca6;
  color: #542504;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.4em 0.2em 0.3em 1em;
}
#topicsArea a.uLinelink:link,
#topicsArea a.uLinelink:visited {
  text-decoration: underline;
}
#topicsArea a.uLinelink:hover,
#topicsArea a.uLinelink:active {
  text-decoration: none;
}
#topicsArea dl {
  line-height: 1.4;
}
#topicsArea dt {
  width: 7em;
  padding: 0.2em 0;
}
#topicsArea dt span {
  display: block;
  width: 7em;
  padding: 0.1em 0.5em;
  background-color: #f1e8dc;
  font-size: 95%;
}
#topicsArea dd {
  padding: 0.3em 5px 10px 0;
  margin-bottom: 8px;
  background: url("../images/line_dot.gif") repeat-x 0 100%;
  position: relative;
  line-height: 1.4;
  padding-left: 1em;
}
#topicsArea dd:before {
  content: "\f138";
  font-size: 80%;
  color: #d3ae5e;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.toggleTrig {
  cursor: pointer;
  color: #542504;
  display: inline;
}
.toggleTrig:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .top-topicsArea .topicsList dt,
  .top-topicsArea .topicsList dd {
    display: none;
  }
  .top-topicsArea .topicsList dt.recently,
  .top-topicsArea .topicsList dd.recently {
    display: block;
  }
}
@media print, screen and (max-width: 850px) {
  #topicsArea dd,
  #topicsArea dd a {
    word-break: break-all;
  }
}

/* media終わり */
@media print, screen and (min-width: 641px) {
  #topicsArea dt {
    clear: both;
    float: left;
  }
  #topicsArea dd {
    padding-left: 9em;
  }
  #topicsArea dd:before {
    left: 10em;
  }
}
#home .wide_bnr,
#home02 .wide_bnr {
  margin-bottom: 20px;
  color: #d52424;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
}
#home .mainimg a,
#home02 .mainimg a {
  display: block;
}
#home .mainimg img,
#home02 .mainimg img {
  vertical-align: bottom;
}
#home .brand_link,
#home02 .brand_link {
  background: url(../../brand/images/bg_h1.jpg) 50% 0 repeat;
  text-align: center;
  padding: 23px 15px 20px;
  margin-top: -7px;
}
#home .brand_link a,
#home02 .brand_link a {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1px;
}
#home .brand_link a img,
#home02 .brand_link a img {
  vertical-align: bottom;
}
#diy_home .mainimg.show-for-small-only{
  line-height: 0;
}
#home .wide_bnr a,
#diy_home .wide_bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 851px) {
  #home .wide_bnr,
  #home02 .wide_bnr {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 641px) {
  #home .brand_link,
  #home02 .brand_link {
    margin-top: 0px;
    max-width: 1430px;
    margin: 0 auto;
  }
  #home .mainimg,
  #home02 .mainimg {
    /* height: 543px; */
    height: 693px;
  }
  #home .bxslider,
  #home02 .bxslider {
    /* height: 543px; */
    height: 693px;
    overflow: hidden;
  }
  #home .mainimg.bnr1,
  #home02 .mainimg.bnr1 {
    background: url(../images/top/mainimg_pro_24_pc.jpg) 50% 0 no-repeat !important;
  }
  /*#home .mainimg.bnr2,
  #home02 .mainimg.bnr2 {
    background: url(../images/top/mainimg_pro_ys24_pc.jpg?20241206) 50% 0 no-repeat !important;    
  }*/
  #home .mainimg.bnr3,
  #home02 .mainimg.bnr3{
    background: url(../images/top/mainimg_kokuritsu_pc.jpg?20241217) 50% 0 no-repeat !important;
  }
  #home .mainimg.bnr_vita,
  #home02 .mainimg.bnr_vita{
    background: url(../images/top/mainimg_pro_24_vita_pc.jpg) 50% 0 no-repeat !important;
  }
}
/* media終わり */
/* 20160808 Lineキャンペーンに伴い、サイドナビにボタン追加 */
/* ==========================================
 11. 資料ダウンロード / フォーム
============================================ */
#tab_download .inner h4:first-child {
  margin-top: 0;
}
#dlForm .error {
  color: #d62324;
  margin-bottom: 0.5em;
}
#dlForm th,
#dlForm td {
  padding: 0.8em 0.3em 0.7em 0.5em;
}
#tab_download .pdfList1 li {
  background: url("../../common/images/ico_pdf.png") no-repeat 0 0.5em;
  padding: 0.4em 0 0.4em 30px;
}
#tab_download .pdfList1 .mk_link {
  background: none;
  padding-left: 4px;
}
#tab_download .pdfList1 .mk_link a:before {
  content: "\f138";
  color: #d62324;
  /*font-size:1.8rem;*/
  font-size: 112.5%;
  padding-right: 10px;
}
#tab_download .pdfList2 li {
  margin-bottom: 1em;
}
#tab_download .pdfList2 a {
  display: block;
  background-color: #fff;
  border: 2px solid #d02338;
  border-bottom: 6px solid #d02338;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
  padding: 0.6em 1em 0.6em 3em;
  line-height: 1.4;
  width: 70%;
}
#tab_download .pdfList2 a:before {
  content: "\e609";
  color: #e7919b;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -0.5em;
}
/* 半透明 */
#tab_download .pdfList2 a {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
#tab_download #dlData.pdfList2 a {
  cursor: pointer;
}
#tab_download .pdfList2 a:hover {
  text-decoration: none;
}
#tab_download #dlData a,
#tab_download .pdfList {
  opacity: 1;
  filter: alpha(opacity=100);
}
#tab_download #dlData.pdfList2 a:hover {
  background-color: #faedee;
}
#tab_download .pdfThum {
  margin: 40px 0 0;
}
#tab_download .pdfThum li:first-child {
  float: left;
  width: 20%;
}
#tab_download .pdfThum li:last-child {
  float: right;
  width: 75%;
}
#tab_download .pdfThum li:last-child a {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 850px) {
  #tab_download .pdfThum li:first-child {
    display: block;
    float: none;
    width: 40%;
    margin: 0 auto 20px;
  }
  #tab_download .pdfThum li:last-child {
    display: block;
    float: none;
    width: 100%;
  }
  #tab_download .pdfThum li:last-child a {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  @-moz-document url-prefix() {
    /* Firefox */
    table#dlForm,
    #contactForm,
    table#dlForm tbody,
    #contactForm tbody {
      display: block;
    }
  }
  #tab_download .pdfList2 a {
    width: 100%;
  }
  table#dlForm tr,
  #contactForm tr {
    display: block;
    padding-bottom: 1em;
    background-color: #fff;
  }
  table#dlForm th,
  table#dlForm td,
  #contactForm th,
  #contactForm td {
    display: block;
    border: none;
  }
}
/* media終わり */
/* 必須 */
table .must {
  background: url("../images/ico_must.png") no-repeat 0 0;
  padding-left: 40px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  table .must {
    background: url("../images/ico_must.png") no-repeat 100% 0;
    padding-right: 38px;
    padding-left: 0;
  }
}
/* media終わり */
/* inputボタン */
.btnArea {
  text-align: center;
}
.btnArea input.btn,
.btnArea .back {
  border: 2px solid #542504;
  margin-bottom: 0.8em;
  padding: 0.5em 2em;
}
.ie8 .btnArea input.btn,
.ie8 .btnArea .back {
  padding: 8px 32px;
  /* ie8 PIE用にinput余白をpxで指定 */
}
.btnArea input.reset,
.btnArea .back {
  background-color: #f2f0e9;
  border: 2px solid #b08249;
  color: #542504;
  margin-right: 1em;
}
.btnArea .back:before {
  content: none;
}
.btnArea input.confirm,
.btnArea input.send {
  padding: 0.5em 3em;
}
.ie8 .btnArea input.confirm,
.ie8 .btnArea input.send {
  padding: 8px 48px;
  /* ie8 PIE用にinput余白をpxで指定 */
}
/* 2016-03-23新規追加 個人情報の取り扱いについて */
.agreePrivacy dd {
  margin: 0 0 0 1.6em;
  padding-bottom: 0.4em;
}
.agreePrivacy dd a {
  color: #2349d6;
  text-decoration: underline;
}
.agreeInput {
  color: #fff;
  background-color: #baa878;
  padding: 8px 3%;
  margin: 0;
  font-weight: 600;
}
.agreeInput {
  margin-top: 12px;
}
.agreeInput span {
  display: inline-block;
  background: url(../images/ico_must.png) right no-repeat;
  width: 130px;
}
.agreePrivacy {
  border: 1px solid #a9a9a9;
  padding: 2%;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.agreePrivacy .tit {
  font-size: 12px;
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
.agreePrivacy dl {
  margin: 0;
}
.agreePrivacy .error {
  color: #d62324;
  margin-bottom: 0.5em;
}
/* 2016-03-23新規追加 個人情報の取り扱いについて ここまで */
/* cgi futomiのページ
--------------------------------------- */
.cgiPage .copyright {
  text-align: center;
  color: #542504;
  background: #fff;
  border-top: 2px solid #e3dfd8;
  padding-top: 1.2em;
}
.cgiPage .errorArea {
  color: #d62324;
}
/* 12.22追加　ポップアップ用CSS3
--------------------------------------- */
#open01,
#open02 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}
.close_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 5;
}
.modal_window {
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  width: 400px;
  height: 300px;
  text-align: center;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10;
}
.modal_window h2 {
  margin-bottom: 20px;
  width: 400px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 15px;
  background: #000;
}
.modal_window p {
  padding: 0 15px 15px 15px;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
}
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
div#modal div:target {
  -webkit-animation-name: modalFadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  opacity: 1;
  display: block;
}
/* 製品情報ページ
-------------------------- */
article table.tenpu td {
  vertical-align: middle;
  padding: 0.5em 3px;
  font-size: 83%;
}
article table.comparison th,
article table.comparison td {
  text-align: center;
  vertical-align: middle;
}

/*test*/
@media screen and (max-width: 640px) {
.flexbox{
　　display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
}
.box1{
　　-webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
　　order:1;
}
.box2{
　　-webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
　　order:2;
}
}


/* topicsArea */
#topicsArea .tpc_block {
  margin: 0 0 30px;
}

#topicsArea .tpc_block p {
  margin: 0;
  padding: 0;
}

#topicsArea .tpc_block ul {
  margin: 0;
  padding: 0;
}

#topicsArea .tpc_block ul li {
  margin: 0;
  padding: 0;
}

#topicsArea .tpc_block h3 {
  margin: 0;
  padding: 0;
}

#topicsArea .tpc_block h4 {
  margin: 20px 0 0;
  padding: 0;
}


/* 50th グローバルメニュー */
/* .mm-brown .mm-list > li.nav-special {
  height: 64px;
} */
.mm-brown .mm-list > li.nav-special > a,
.mm-brown .mm-list > li.nav-special > span {
  background-color: #d52424;
  border-left: 8px solid #492a0d;
  color: #fff;
}
.mm-brown li.nav-special a:before {
  color: #fff;
}
.mm-menu .mm-list {
  padding-top: 0 !important;
}


@media print, screen and (max-width: 361px) {
  nav#proMenu ul li a p.new-ico:after,
  nav#proMenu02 ul li a p.new-ico:after{
    width: 55%;
    height: 55%;   
  }
}
.movieArea {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
}
.movieArea iframe {
width: 100%;
max-width: 640px;
}

@media print, screen and (max-width: 850px) {
/* SPメニュー　注目 */
nav#proMenu ul li a p.new-ico,
nav#proMenu02 ul li a p.new-ico,
.gNav .level1 > span.new-ico {
  position: relative;
}
nav#proMenu ul li a p.new-ico:after,
nav#proMenu02 ul li a p.new-ico:after,
.gNav .level1 > span.new-ico:after,
.is-hidden.subMenu>.row .subtit>a .new-ico:after {
  width: 37px;
  height: 41px;
  background: url(../images/hdr/nav_new.png) 100% 0 no-repeat;
  position: absolute;
  content: "";
  right: -3%;
  top: -18%;
  background-size: contain;
}
  .movieArea:before {
    content:"";
    display: block;
    padding-top: 56.25%; 
  }
  .movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .gNav .level1.nav-diycampaign a {
    position: relative;
  }
  .gNav .level1.nav-diycampaign a:after {
    display: none;;
    width: 40px;
    height: 42px;
    background: url(../images/hdr/nav_otoku.png) 100% 0 no-repeat;
    position: absolute;
    content: "";
    right: -3%;
    top: 0;
    background-size: contain;
  }
}

.grecaptcha-badge {
  bottom: 75px !important;
}
#contact_form #submit-button:disabled {
  border: 2px solid #bbb;
  background-color: #bbb;
  cursor: not-allowed;
}