@charset "UTF-8";

#sp_navi {
	z-index: 2147483647;
}

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

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

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

/* =================================================================
	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;
}

#nwus_top #nwus_gnav .nav_wrap > ul > li:nth-child(1) a,
#nwus_enbu #nwus_gnav .nav_wrap > ul > li:nth-child(2) a,
#nwus_kamado #nwus_gnav .nav_wrap > ul > li:nth-child(3) a,
#nwus_function #nwus_gnav .nav_wrap > ul > li:nth-child(4) a,
#nwus_feature #nwus_gnav .nav_wrap > ul > li:nth-child(5) a,
#nwus_spec #nwus_gnav .nav_wrap > ul > li:nth-child(6) a {
  color: #a3a3a3;
  pointer-events: none;
}

/*
#nwus_enbu #nwus_gnav > ul > li:nth-child(2) a img,
#nwus_kamado #nwus_gnav > ul > li:nth-child(3) a img,
#nwus_function #nwus_gnav > ul > li:nth-child(4) a img,
#nwus_feature #nwus_gnav > ul > li:nth-child(5) a img,
#nwus_spec #nwus_gnav > ul > li:nth-child(6) a img {
  opacity: .8;
}
*/


@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;
  }
  
  #nwus_gnav {
    display: block !important;
    width: 100%;
    background: #000000;
    position: inherit;
    z-index: 100;
   box-sizing: border-box;
  }
  
  #nwus_gnav.is-fix {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
    #nwus_gnav .nav_wrap{
   /*height: 80px;*/
   position: relative;
   max-width: 1300px;
   margin: 0 auto;
  }
 
  #nwus_gnav .nav_wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  #nwus_gnav #nwus_gnav_btn {
    display: none;
  }

  #nwus_gnav .nav_wrap > ul {
   /*width: 960px;*/
   width: 785px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 80px;
   
   padding-left: 142px;
   
   float: right;
  }
  
  #nwus_gnav .nav_wrap > ul li {
   
  }
 
  #nwus_gnav .nav_wrap > ul .logo {
   position: absolute;
   left: 0;
   top: 0;
  }
  #nwus_gnav > ul li a {
    display: block;
    line-height: 1;
  }
  
/*
  #nwus_gnav > ul li a img {
    transition: .2s opacity;
  }
  
  #nwus_gnav > ul li a:hover img {
    opacity: .8;
  }
*/
  
 #nwus_gnav .nav_wrap > ul li a{
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
  transition: .2s opacity;
  height: 80px;
 }
 
 #nwus_enbu #nwus_gnav .nav_wrap > ul > li:nth-child(2) a,
 #nwus_kamado #nwus_gnav .nav_wrap > ul > li:nth-child(3) a,
 #nwus_function #nwus_gnav .nav_wrap > ul > li:nth-child(4) a,
 #nwus_feature #nwus_gnav .nav_wrap > ul > li:nth-child(5) a,
 #nwus_spec #nwus_gnav .nav_wrap > ul > li:nth-child(6) a {
   opacity: .8;
 }
 
 #nwus_gnav .nav_wrap > ul li a:hover{
  opacity: 0.8;
 }
 
 #nwus_gnav .nav_wrap > ul li.logo a{
  background-image: url("../img/common/gnav_logo.png");
  width: 141px;
  /*height: 80px;*/
 }
 
 #nwus_gnav .nav_wrap > ul li.gnav01 a{
  background-image: url("../img/common/gnav01.png");
  width: 95px;
  /*height: 32px;*/
 }
 
 #nwus_gnav .nav_wrap > ul li.gnav02 a{
  background-image: url("../img/common/gnav02.png");
  width: 95px;
  /*height: 32px;*/
 }
 
 #nwus_gnav .nav_wrap > ul li.gnav03 a{
  background-image: url("../img/common/gnav03.png");
  width: 95px;
  /*height: 32px;*/
 }
 
 #nwus_gnav .nav_wrap > ul li.gnav04 a{
  background-image: url("../img/common/gnav04.png");
  width: 106px;
  /*height: 31px;*/
 }
 
 #nwus_gnav .nav_wrap > ul li.gnav05 a{
  background-image: url("../img/common/gnav05.png");
  width: 65px;
  /*height: 16px;*/
 }
  /* nwus_info */
  .nwus_info {
    background: url("../img/common/bg_washi_cream.jpg") repeat;
    background-size: contain;
  }

  .nwus_info .content_inner {
    padding: 90px 0 50px;
  }
  
  .nwus_info .nwus_info-thumb {
    width: 347px;
    margin: 0 auto 28px;
  }
  
  .nwus_info .nwus_info_menu {
    display: flex;
    justify-content: center;
  }

  .nwus_info .nwus_info_menu > li {
    margin: 0 10px;
  }
  
  .nwus_info .nwus_info_menu > li a {
    display: block;
    border: 1px solid #333333;
    transition: .2s background;
  }

  .nwus_info .nwus_info_menu > li a:hover {
    background: rgba(255,255,255,.8);
  }
  
  
}
@media print, screen and (min-width: 960px){
  .nav_position #nwus_gnav {
   padding: 0 calc((100% - 960px) / 2);
  }
}

@media print, screen and (min-width: 1120px){
  .nav_position #nwus_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 #nwus_gnav {
		width: 100%;
		position: fixed;
		top: 65px;
		left: 0;
		font-family: 'Noto Serif Japanese', serif;
		z-index: 100;
	}

	#container #nwus_gnav.is-fix {
	}

	#container #nwus_gnav #nwus_gnav_btn {
		position: relative;
		display: block !important;
		height: 57px;
		background: #000;
		line-height: 57px;
		font-size: 17px;
		color: white;
		padding-left: 1em;
    cursor: pointer;
	}

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

	#container #nwus_gnav #nwus_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 #nwus_gnav #nwus_gnav_btn.is-active::after {
		height: 0;
	}


	#container #nwus_gnav ul {
		display: none;
	}

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

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

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

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

	#container #nwus_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 #nwus_gnav ul li span > span {
    font-size: 13px;
  }

  #nwus_top #nwus_gnav > ul > li:nth-child(1) a:after,
  #nwus_enbu #nwus_gnav > ul > li:nth-child(2) a:after,
  #nwus_kamado #nwus_gnav > ul > li:nth-child(3) a:after,
  #nwus_function #nwus_gnav > ul > li:nth-child(4) a:after,
  #nwus_feature #nwus_gnav > ul > li:nth-child(5) a:after,
  #nwus_spec #nwus_gnav > ul > li:nth-child(6) a:after {
    display: none;
  }

  
  
  /* nwus_info */
  .nwus_info {
    background: url("../img/common/bg_washi_cream.jpg") repeat;
    background-size: contain;
  }
  
  .nwus_info .content_inner {
    padding: 32px 0 30px;
  }

  .nwus_info .nwus_info-thumb {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto 28px;
  }
  
  .nwus_info .nwus_info_menu {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .nwus_info .nwus_info_menu > li {
    width: calc(50% - 40px);
    max-width: 198px;
    margin: 10px auto;
  }
  
  .nwus_info .nwus_info_menu > li a {
    display: block;
    border: 1px solid #333333;
    transition: .2s background;
  }
  
}

/* 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;
  }
}


