@charset "UTF-8";

#sp_navi {
  z-index: 2147483647;
}

body #container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

body #container header {
  background-color: transparent;
}

.p-category_nav {
  margin-top: 0;
}

/* =================================================================
/syohin/rwd/css/common.css の調整
================================================================= */

@media print,
screen and (min-width: 769px) {

  /* メニューの重なり順 */
  .categoryNav__item {
    z-index: 100;
  }
}

/* =================================================================
	common
================================================================= */

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/syohin/rwd/fonts/NotoSerifCJKjp-Regular-sub.woff2") format("woff2"), url("/syohin/rwd/fonts/NotoSerifCJKjp-Regular-sub.woff") format("woff")
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/syohin/rwd/fonts/NotoSerifCJKjp-Medium-sub.woff2") format("woff2"), url("/syohin/rwd/fonts/NotoSerifCJKjp-Medium-sub.woff") format("woff")
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/syohin/rwd/fonts/NotoSerifCJKjp-SemiBold-sub.woff2") format("woff2"), url("/syohin/rwd/fonts/NotoSerifCJKjp-SemiBold-sub.woff") format("woff")
}

#container .img-full {
  width: 100%;
  height: auto;
}

#container .img-fluid {
  max-width: 100%;
  height: auto;
}

#container table.hanging .hanging_icon {
  white-space: nowrap;
  vertical-align: top;
  min-width: 2em;
}

#nwfb_top #nwfb_gnav .nav_wrap > ul > li:nth-child(1) a,
#nwfb_enbu #nwfb_gnav .nav_wrap > ul > li:nth-child(2) a,
#nwfb_kamado #nwfb_gnav .nav_wrap > ul > li:nth-child(3) a,
#nwfb_function #nwfb_gnav .nav_wrap > ul > li:nth-child(4) a,
#nwfb_feature #nwfb_gnav .nav_wrap > ul > li:nth-child(5) a,
#nwfb_spec #nwfb_gnav .nav_wrap > ul > li:nth-child(6) a {
  color: #a3a3a3;
  pointer-events: none;
}

@media print,
screen and (min-width: 769px) {
  body {
    min-width: 960px;
    overflow-x: auto;
  }

  #container {
    padding: 0 0 0;
    margin: 25px 0 0;
  }

  #container {
    min-width: 960px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 1.875;
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
  }

  #container .pc-hide {
    display: none !important;
  }

  #container .content_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  #container table.hanging {
    font-size: 14px;
    line-height: 1.571;
  }

  /* gnav */
  .nav_position {
    display: block;
  }

  .nav_position:after {
    content: "";
    display: block;
    clear: both;
  }

  #nwfb_gnav {
    display: block !important;
    width: 100%;
    background: #000000;
    box-sizing: border-box;
    background-image: url("../img/common/gnav_line.jpg");
    background-size: auto 3px;
    background-position: center bottom;
    background-repeat: repeat-x;
    position: inherit;
    z-index: 100;
  }

  #nwfb_gnav.is-fix {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #nwfb_gnav .nav_wrap {
    max-width: 1300px;
    padding-left: 266px;
    margin: 0 auto;
    position: relative;
  }

  #nwfb_gnav .nav_wrap::after {
    content: "";
    display: block;
    clear: both;
  }

  #nwfb_gnav #nwfb_gnav_btn {
    display: none;
  }

  #nwfb_gnav .nav_wrap > ul {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 83px;
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    padding-left: 142px;
    float: right;
  }

  #nwfb_gnav .nav_wrap > ul .logo {
    position: absolute;
    left: 0;
    top: 0;
  }

  #nwfb_gnav .nav_wrap > ul li a {
    display: block;
    line-height: 1;
  }

  #nwfb_gnav .nav_wrap > ul li a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: .2s opacity;
    height: 80px;
  }

  #nwfb_enbu #nwfb_gnav .nav_wrap > ul > li:nth-child(2) a,
  #nwfb_kamado #nwfb_gnav .nav_wrap > ul > li:nth-child(3) a,
  #nwfb_function #nwfb_gnav .nav_wrap > ul > li:nth-child(4) a,
  #nwfb_feature #nwfb_gnav .nav_wrap > ul > li:nth-child(5) a,
  #nwfb_spec #nwfb_gnav .nav_wrap > ul > li:nth-child(6) a {
    opacity: .8;
  }

  #nwfb_gnav .nav_wrap > ul li a:hover {
    opacity: 0.8;
  }

  #nwfb_gnav .nav_wrap > ul li.logo a {
    background-image: url("../img/common/gnav_logo.png");
    width: 225px;
  }

  #nwfb_gnav .nav_wrap > ul li.gnav01 a {
    background-image: url("../img/common/gnav01.png");
    width: 96px;
  }

  #nwfb_gnav .nav_wrap > ul li.gnav02 a {
    background-image: url("../img/common/gnav02.png");
    width: 96px;
  }

  #nwfb_gnav .nav_wrap > ul li.gnav03 a {
    background-image: url("../img/common/gnav03.png");
    width: 109px;
  }

  #nwfb_gnav .nav_wrap > ul li.gnav04 a {
    background-image: url("../img/common/gnav04.png");
    width: 109px;
  }

  #nwfb_gnav .nav_wrap > ul li.gnav05 a {
    background-image: url("../img/common/gnav05.png");
    width: 67px;
  }
}

@media print,
screen and (min-width: 960px) {
  .nav_position #nwfb_gnav {
    padding: 0 calc((100% - 960px) / 2);
  }
}

@media print,
screen and (min-width: 1120px) {
  .nav_position #nwfb_gnav {
    /*padding: 0 calc((100% - 960px) / 2);*/
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  body #container {
    padding-top: 57px;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
  }

  body #container .content_inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  #container .sp-hide {
    display: none !important;
  }

  #container table.hanging {
    font-size: 10px;
    line-height: 1.5;
  }

  /* gnav */
  #container .nav_position {
    padding: 0 !important;
  }

  #container #nwfb_gnav {
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    font-family: 'Noto Serif Japanese', serif;
    z-index: 100;
  }

  #container #nwfb_gnav.is-fix {}

  #container #nwfb_gnav #nwfb_gnav_btn {
    position: relative;
    display: block !important;
    height: 60px;
    padding: 0 0 3px 0;
    cursor: pointer;
    background-image: url("../img/common/gnav_line-sp.jpg"), url("../img/common/bg_pattern01-sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom, center top;
    background-size: 100% 3px, 100% auto;
    background-color: #000000;
  }

  #container #nwfb_gnav #nwfb_gnav_btn .gnav_logo-sp {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    color: white;
    line-height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../img/common/gnav_logo_enbu-sp.png"), url("../img/common/gnav_logo_nwfb-sp.png");
    background-repeat: no-repeat;
    background-position: center, left 15px center;
    background-size: auto 100%;
  }

  #container #nwfb_gnav #nwfb_gnav_btn::before {
    content: "";
    width: 19.5px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #container #nwfb_gnav #nwfb_gnav_btn::after {
    content: "";
    width: 1px;
    height: 19.5px;
    background: #fff;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
  }

  #container #nwfb_gnav #nwfb_gnav_btn.is-active::after {
    height: 0;
  }

  #container #nwfb_gnav ul {
    display: none;
  }

  #container #nwfb_gnav ul li {
    border-bottom: solid 1px #404040;
    background: #34322f;
  }

  #container #nwfb_gnav ul li:first-child {
    border-top: solid 1px #404040;
  }

  #container #nwfb_gnav ul li a {
    letter-spacing: 0.05em;
    position: relative;
    padding: 15px 30px 15px 15px;
    font-size: 15px;
    display: block;
  }

  #container #nwfb_gnav ul li a {
    color: #FFF;
  }

  #container #nwfb_gnav ul li a::after {
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    border: solid 1px #999;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
  }

  #container #nwfb_gnav ul li span > span {
    font-size: 13px;
  }

  #nwfb_top #nwfb_gnav .nav_wrap > ul > li:nth-child(1) a:after,
  #nwfb_enbu #nwfb_gnav .nav_wrap > ul > li:nth-child(2) a:after,
  #nwfb_kamado #nwfb_gnav .nav_wrap > ul > li:nth-child(3) a:after,
  #nwfb_function #nwfb_gnav .nav_wrap > ul > li:nth-child(4) a:after,
  #nwfb_feature #nwfb_gnav .nav_wrap > ul > li:nth-child(5) a:after,
  #nwfb_spec #nwfb_gnav .nav_wrap > ul > li:nth-child(6) a:after {
    display: none;
  }
}

/* anchorリンク ページ内外から */

@media print,
screen and (min-width: 769px) {
  .anchor_area:before {
    content: "";
    display: block;
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media screen and (max-width: 768px) {
  .anchor_area:before {
    content: "";
    display: block;
    padding-top: 57px;
    margin-top: -57px;
  }
}