@charset "UTF-8";
/*---------------------------------
  共通スタイル
---------------------------------*/
@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");
}
html {
  font-size: 100%;
}

.corp_footer {
  margin-top: 0 !important;
}

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

#container {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 769px) {
  #container {
    min-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 60px;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
#container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#container .content-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #container .content-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  #container .content-inner {
    max-width: calc(100% - 30px);
  }
}
#container img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  line-height: 1;
}
#container .img-full {
  width: 100%;
  height: auto;
}
#container .img-fluid {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #container .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #container .sp-hide {
    display: none !important;
  }
}
#container .anchor-area::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  #container .anchor-area::before {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  #container .anchor-area::before {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  #container .hanging {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 768px) {
  #container .hanging {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
#container .hanging .hanging-icon {
  white-space: nowrap;
  vertical-align: top;
  min-width: 2em;
}
#container .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#container .movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .nav_position {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav_position {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .nav_position::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 769px) {
  #nwnb_gnav {
    display: block !important;
    width: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
  }
  #nwnb_gnav.is-fix {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #nwnb_gnav::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../img/common/gnav_border.png") no-repeat center;
    background-size: 100% 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav {
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    font-family: "Noto Serif Japanese", serif;
    z-index: 100;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav .nav_wrap {
    max-width: 1300px;
    padding-left: 265px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav .nav_wrap::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav #nwnb_gnav_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav #nwnb_gnav_btn {
    position: relative;
    display: block !important;
    height: 60px;
    cursor: pointer;
    background-color: #000000;
  }
  #nwnb_gnav #nwnb_gnav_btn .gnav_logo-sp {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    line-height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../img/common/gnav_logo_enbu-sp.png"), url("../img/common/gnav_logo_nwnb-sp.png");
    background-repeat: no-repeat;
    background-position: center, left 15px center;
    background-size: auto 100%;
  }
  #nwnb_gnav #nwnb_gnav_btn::before {
    content: "";
    width: 19.5px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
  }
  #nwnb_gnav #nwnb_gnav_btn::after {
    content: "";
    width: 1px;
    height: 19.5px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  #nwnb_gnav #nwnb_gnav_btn.is-active::after {
    height: 0;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 142px;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav ul li {
    border-bottom: solid 1px #404040;
    background-color: #34322f;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.logo a {
    background-image: url("../img/common/gnav_logo.png");
    width: 225px;
  }
}
#nwnb_gnav ul li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li a {
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    line-height: 1;
    transition: 0.2s opacity;
  }
  #nwnb_gnav ul li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav ul li a {
    padding: 15px 30px 15px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav ul li a::after {
    content: "";
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border: solid 1px #999;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.gnav01 a {
    background-image: url("../img/common/gnav01.png");
    width: 126px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_gnav ul li.gnav01 {
    border-top: solid 1px #404040;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.gnav02 a {
    background-image: url("../img/common/gnav02.png");
    width: 156px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.gnav03 a {
    background-image: url("../img/common/gnav03.png");
    width: 109px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.gnav04 a {
    background-image: url("../img/common/gnav04.png");
    width: 109px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_gnav ul li.gnav05 a {
    background-image: url("../img/common/gnav05.png");
    width: 67px;
  }
}
#nwnb_gnav ul li span > span {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media print, screen and (min-width: 960px) {
  .nav_position #nwnb_gnav {
    padding: 0 calc((100% - 960px) / 2);
  }
}
@media print, screen and (min-width: 1120px) {
  .nav_position #nwnb_gnav {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_top #nwnb_gnav .nav_wrap > ul > li:nth-child(1) a,
  #nwnb_enbu #nwnb_gnav .nav_wrap > ul > li:nth-child(2) a,
  #nwnb_kamado #nwnb_gnav .nav_wrap > ul > li:nth-child(3) a,
  #nwnb_function #nwnb_gnav .nav_wrap > ul > li:nth-child(4) a,
  #nwnb_feature #nwnb_gnav .nav_wrap > ul > li:nth-child(5) a,
  #nwnb_spec #nwnb_gnav .nav_wrap > ul > li:nth-child(6) a {
    color: #a3a3a3;
    pointer-events: none;
  }
  #nwnb_top #nwnb_gnav .nav_wrap > ul > li:nth-child(1) a::after,
  #nwnb_enbu #nwnb_gnav .nav_wrap > ul > li:nth-child(2) a::after,
  #nwnb_kamado #nwnb_gnav .nav_wrap > ul > li:nth-child(3) a::after,
  #nwnb_function #nwnb_gnav .nav_wrap > ul > li:nth-child(4) a::after,
  #nwnb_feature #nwnb_gnav .nav_wrap > ul > li:nth-child(5) a::after,
  #nwnb_spec #nwnb_gnav .nav_wrap > ul > li:nth-child(6) a::after {
    display: none;
  }
}