@charset "UTF-8";
.header {
  position: relative;
}
.header .header_top {
  background: #d71010;
  width: 100%;
}
.header .header_top .header_title {
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.header .header_all_fix.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
}
.header .header_main {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.header .header_main.fixed {
  /* position: fixed;
  top: 0;
  z-index: 10; */
}
.header .header_main::after {
  display: block;
  content: "";
  clear: both;
}
.header .header_wrap {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
}
.header .header_logo {
  width: 263px;
  margin-right: 20px;
  float: left;
}
.header .header_logo .spv {
  display: none;
}
.header .navToggle {
  display: none;
}
.header .header_first_nav ul {
  display: flex;
  justify-content: space-between;
	margin-bottom: 15px;
}
.header .header_first_nav ul li {
	color: #6a3906;
}
.header .header_first_nav ul li.icon01::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
	vertical-align: top;
	margin-right: 5px;
}
.header .header_first_nav ul li.icon02::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}.header .header_first_nav ul li.icon03::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}.header .header_first_nav ul li.icon04::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}.header .header_first_nav ul li.icon05::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
	vertical-align: middle;
	margin-right: 5px;
}.header .header_first_nav ul li.icon08::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon08.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}.header .header_first_nav ul li.icon06::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}.header .header_first_nav ul li.icon07::before {
  display: inline-block;
  content: "";
  background: url(../images/header/icon07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.header .header_second_bnav ul {
  display: flex;
	justify-content: space-between;

	}
	.header .header_second_bnav ul li.contact {
		color: #6a3906;
		font-size: 16px;
	}
.header .header_second_bnav ul li.contact span {
	background: #6a3906;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px;
	margin-right: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.header .header_second_bnav ul li.contact .fax_link {
	color: #d71010;
	border-bottom: 3px solid #d71010;
	border-left: 2px solid #d71010;
	border-right: 2px solid #d71010;
	border-top: 1px solid #d71010;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 13px;
}
.header .header_second_bnav ul li p{
	margin-top: 15px;
	font-size: 12px;
	color: #6a3906;
}
.header .header_second_bnav ul li.botton01 {
  background: #fff;
	border-bottom: 3px solid #6a3906;
	border-left: 2px solid #6a3906;
	border-right: 2px solid #6a3906;
	border-top: 1px solid #6a3906;
	border-radius: 5px;
	align-items: center;
	display: flex;
}
.header .header_second_bnav ul li.botton01 a {
	color: #6a3906;
	padding: 10px;
	display: block;
}
.header .header_second_bnav ul li.botton01:hover {
  background: #9e7448;
}
.header .header_second_bnav ul li.botton01:hover a {
  color: #fff;
}
.header .header_second_bnav ul li.botton02 {
  background: #fff;
	border-bottom: 3px solid #6a3906;
	border-top: 1px solid #6a3906;
	border-left: 2px solid #6a3906;
	border-right: 2px solid #6a3906;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
}
.header .header_second_bnav ul li.botton02:hover {
  background: #9e7448;
}
.header .header_second_bnav ul li.botton02 a {
	padding: 17px 10px;
	display: block;
	color: #6a3906;
}
.header .header_second_bnav ul li.botton02:hover a {
  color: #fff;
}
.header .header_nav {
	background: #eedfad;
	width: 100%;
	padding: 15px 0;
	position: relative;
}

.header .header_nav .header_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.header .header_nav.fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
}
.header .search.fixed {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 9;
  background: rgba(255,255,255,0.8);
}
.header .header_nav ul.gnav {
	display: flex;
	justify-content: space-between;
  padding-right: 25px;
  max-width: 1000px;
  min-width: 300px;
}
.header .header_nav ul.gnav li {
  text-align: center;
  width: 10%;
  box-sizing: border-box;
  border-right: 1px solid #6a3906;
}
.header .header_nav ul.gnav li:last-child {
  border-right: none;
}
.header .header_nav ul.gnav li a{
	display: block;
	color: #6a3906;
}
.header .header_nav ul.gnav li:hover span{
  border-bottom: 2px solid #6a3906;
}
.header .header_nav ul li a::after {
	/* content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #6a3906;
	margin-left: 20px; */
}
.header .header_nav ul.gnav li:last-child a::after {
	display: none;
}
.header .header_nav ul.gnav li::after {
  /* content: "";
  display: none;
  background: url(../images/header/hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 13px;
  height: 10px;
  margin: 0px auto 0;
  position: relative;
  z-index: 9999; */
}
.header .header_nav ul.gnav li:hover::after {
  display: block;

}
.header .header_nav ul li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}
.header .header_nav ul li .megamenu {
  background: #fdf7e3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  transition: all .3s ease-in;
  z-index: 999;
}
.header .header_nav ul li .megamenu .mega_left {
	color: #6a3906;
	float: left;
	width: 13%;
	border-right: 1px solid #6a3906;
	line-height: 2;
	margin-right: 20px;
}
.header .header_nav ul li .mega_right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header .header_nav ul li .mega_right ul li {
	padding-right: 20px;
  padding-left: 20px;
	margin-bottom: 10px;
  width: auto;
}
.header .header_nav ul li .mega_right ul li a::after {
	display: none;
}
.header .header_nav ul li .mega_right ul li:hover::after {
  display: none;
}
.menu {
  position: relative;
}
.menu .navToggle {
  display: none;
  width: 45px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  position: relative;
  top: 4px;
  left: 9px;
}
.menu .navToggle .toggle_name {
  position: relative;
  top: 40px;

}
/* #header .navToggle {
 display: block;
 top: 13px;
} */
.menu .navToggle span {
display: block;
position: absolute;    /* .navToggleに対して */
width: 30px;
border-bottom: solid 3px #6a3906;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.menu .navToggle span:nth-child(1) {
top: 9px;
}
.menu .navToggle span:nth-child(2) {
top: 18px;
}
.menu .navToggle span:nth-child(3) {
top: 27px;
}
.menu .navToggle span:nth-child(4) {
border: none;
color: #eee;
font-size: 9px;
font-weight: bold;
top: 34px;
left: 2px;
}
/* 最初のspanをマイナス45度に */
.menu .navToggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.menu .navToggle.active span:nth-child(2),
.menu .navToggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu .navToggle span:nth-child(4) {
  border: none;
  color: #6a3906;
  font-size: 8px;
  top: 34px;
  width: 40px;
  margin-right: 0;
}
/* .menu .navToggle span {
  display: block;
  position: relative;
  width: 30px;
  border-bottom: solid 3px #6a3906;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 12px;
}
.menu .navToggle span:nth-child(1) {
  position: absolute;
  top: 9px;
  left: 16px;
}
.menu .navToggle span:nth-child(2) {
  position: absolute;
  top: 18px;
  left: 16px;
}
.menu .navToggle span:nth-child(3) {
  position: absolute;
  top: 27px;
  left: 16px;
}
.menu .navToggle span:nth-child(4) {
  border: none;
  color: #6a3906;
  font-size: 8px;
  top: 34px;
  width: 40px;
  margin-right: 0;
}
.menu .navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
} */

/* 2番目と3番目のspanを45度に */
/* .menu .navToggle.active span:nth-child(2),
.menu .navToggle.active span:nth-child(3) {
  top: 18px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
} */
.header .header_main .sp_search_box {
  display: none;
}
.globalMenuSp {
  display: none;
}
.search_sp_box {
  display: none;
}
.header .header_all_fix.fixed .header_main {
    display: none;
  }

@media (max-width: 1000px) and (min-width: 1px){
  .header .header_second_bnav ul li.botton02,.header .header_second_bnav ul li.botton01 {
    font-size: 12px;
  }
}
@media (max-width: 940px) and (min-width: 1px){
  .header .header_all_fix.fixed .header_main {
      display: inherit;
    }
  .header .header_nav ul li:hover .megamenu {
    display: none;
  }
  .header .header_first_nav,.header .header_second_bnav {
    display: none;
  }
  .header .header_main {
    padding: 10px 0;
  }
  .header .header_logo .pcv {
    display: none;
  }
  .header .header_logo .spv {
    display: block;
  }
  .header .navToggle {
    display: block;
  }
  .header .header_logo {
    font: none;
    margin-right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 174px;
  }
  .header .header_nav {
    padding: 10px 0;
  }
  .header .header_main .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header_nav.fixed {
    top: 73px;
  }
  .header .header_nav ul.gnav.nav_slid li {
    width: 20%!important;
  }
  .header .header_main .sp_search_box {
    display: block;
    width: 26px;
    height: auto;
    margin-right: 10px;
    margin-top: 10px;
  }
  .globalMenuSp.active.fixed {
    position: fixed;
    top: 104px;

  }
  .globalMenuSp.active {
    position: fixed;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99992;
    text-align: center;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .globalMenuSp .sp_gnav_search ul {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
}
.globalMenuSp.active .sp_gnav_back {
  background: #f5eee4;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  height: 77%;
}
.globalMenuSp .sp_gnav_search ul li {
  display: flex;
  margin-bottom: 10px;
}
.globalMenuSp .search_box ul li input[type=submit] {
  width: 80px;
  height: 40px;
  border: none;
  vertical-align: middle;
  background: #6a3906;
  color: #fff;
}
.globalMenuSp .search_box ul li input[type=text] {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 5px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.globalMenuSp .search_box ul li select {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.globalMenuSp .sp_login .text ,.log_out_sp_drawer{
  border: 1px solid #d71010;
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
}
.globalMenuSp .sp_login .text a ,.log_out_sp_drawer a{
  display: block;
  padding: 10px;
  color: #d71010;
}
.globalMenuSp .sp_menbar .text {
  background: #d71010;
}
.member_text_sp_drawer {
  margin-bottom: 10px;
}
.globalMenuSp .sp_menbar .text a {
  display: block;
  padding: 10px;
  color: #fff;
}
.globalMenuSp .sp_menbar_merit {
  background: #e3dcc7;
}
.globalMenuSp .sp_menbar_merit .text a{
  padding: 40px 0;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.globalMenuSp .sp_my_page .text {
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 20px;
}
.globalMenuSp .sp_my_page .text a {
  display: block;
  padding: 10px;
  color: #000;
}
.globalMenuSp .sp_gift .text {
  border: 1px solid #6a3906;
  background: #fff;
  padding: 10px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.globalMenuSp .sp_gift .text a {
  color: #6a3906;
  padding: 20px;
  display: block;
}
.globalMenuSp .sp_bnr01 {
  margin-bottom: 10px;
}
.globalMenuSp .sp_bnr02 {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.globalMenuSp .sp_bnr02 a {
  width: 49%;
}
.sp_bnr03 {
  display: flex;
  margin-bottom: 10px;
}
.sp_bnr03 div {
  width: 47%;
  background: #fff;
  border: #6a3906 1px solid;
  padding: 20px;
}
.sp_bnr03 div:first-of-type {
  margin-right: 6%;
}
.search_sp_box.active.fixed {
  top: 105px;
}
.search_sp_box.active {
  position: fixed;
  top: 118px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 99992;
  color: #000;
  background: #e3dcc7;
  text-align: center;
  transition: all 0.7s;
  width: 100%;
  height: 35%;
  overflow: hidden;
  padding: 50px 10px 0;
  overflow-y: auto;
  box-sizing: border-box;
}
.search_sp_box .search_box ul li {
  display: flex;
  margin-bottom: 20px;
}
.search_sp_box .search_box ul li input[type=submit] {
  width: 80px;
  height: 40px;
  border: none;
  vertical-align: middle;
  background: #6a3906;
  color: #fff;
}
.search_sp_box .search_box ul li input[type=text] {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 5px;
  border-radius: 0;
  font-size: 12px;
}
.search_sp_box .search_box ul li select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  font-size: 12px;
}
.header .header_nav ul.gnav li {
  font-size: 12px;
}
}


.header .header_nav {
  position: relative;
}
.header .header_nav .header_wrap {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}

.header .header_nav ul.gnav {
  max-width: 1000px;
  height: auto;
  line-height: 25px;
  margin: 0 auto;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
}
.header .header_nav ul.gnav li {
  float: left;
  width: 110px; /* メニューの個別の幅 */
  text-align: center;
}
.header .header_nav ul.gnav li a {
  display: inline-block;
  text-decoration: none;
}
.next-btn { /* 右側に固定する部分 */
  position: absolute;
  top: 10%;
  right: 0;
  width: 15px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #eedfad;
  color: #6a3906;
}
.next-btn01 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 15px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #eedfad;
  color: #6a3906;
}　
.header .header_nav .next-btn {
  display: none; /* 右側の固定部分を非表示 */
}
.header .header_nav::-webkit-scrollbar {
 display:none;
}
@media (min-width: 767px) {
   .header .header_nav ul.gnav .prev-arrow { display: none!important;}
   .header .header_nav ul.gnav .next-arrow { display: none!important;}
}
@media only screen and (min-width: 771px) { /* PCサイズでの指定 */
.header .header_nav ul.gnav {
  padding: 0;
}
.header .header_nav ul.gnav li {
  width: 14.2%; /* メニューの個別の幅 */
}
.header .header_nav .next-btn {
  display: none; /* 右側の固定部分を非表示 */
}
.header .header_nav::-webkit-scrollbar {
 display:none;
}
}
@media (max-width: 640px) and (min-width: 1px){
  .header .header_nav .header_wrap {
    width: 95%;
    overflow: hidden;
  }
  .header .header_top .header_title {
    padding: 14px;
    line-height: 1.5;
    font-size: 13px;
  }
  .globalMenuSp.active.fixed {
    position: fixed;
    top: 118px;

  }
  .globalMenuSp.active {
    position: fixed;
    top: 185px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99992;
    text-align: center;
    transition: all 0.6s;
    width: 100%;
    height: 85%;
    overflow: hidden;
  }
  .search_sp_box.active.fixed {
    top: 118px;
  }
  .search_sp_box.active {
    position: fixed;
    top: 185px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99992;
    color: #000;
    background: #e3dcc7;
    text-align: center;
    transition: all 0.7s;
    width: 100%;
    height: 70%;
    overflow: hidden;
    padding: 20px 10px 0;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .header .header_nav ul.gnav {
    position: relative;
  }
}
@media (max-width: 940px) and (min-width: 1px){
.featured_word .featured_word_title .title {
  font-weight: 600;
  color: #6a3906;
}
.featured_word .featured_word_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.featured_word .featured_word_box .word_list {
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.featured_word .featured_word_box .word_list a {
  display: block;
  padding: 10px;
}
.featured_word ul.featured_word_box::after {
  display: block;
  content: "";
  clear: both;
}
}
/* 検索カテゴリ出し分け */
#search_header_pc_add li.pottery,#search_header_pc_add li.printing,#search_header_pc_add li.craft,#search_header_pc_add li.lightcraft,#search_header_pc_add li.woodcraft,#search_header_pc_add li.leathercraft,#search_header_pc_add li.claycarving,#search_header_pc_add li.cloisonne,#search_header_pc_add li.glasscraft,#search_header_pc_add li.metalcarving,#search_header_pc_add li.default_word,#cate_word_dr_sp li.pottery,#cate_word_dr_sp li.printing,#cate_word_dr_sp li.craft,#cate_word_dr_sp li.lightcraft,#cate_word_dr_sp li.woodcraft,#cate_word_dr_sp li.leathercraft,#cate_word_dr_sp li.claycarving,#cate_word_dr_sp li.cloisonne,#cate_word_dr_sp li.glasscraft,#cate_word_dr_sp li.metalcarving,#cate_word_dr_sp li.default_word{
  display: none;
}

#search_header_pc_add.pottery li.pottery,#search_header_pc_add.printing li.printing,#search_header_pc_add.craft li.craft,#search_header_pc_add.lightcraft li.lightcraft,#search_header_pc_add.woodcraft li.woodcraft,#search_header_pc_add.leathercraft li.leathercraft,#search_header_pc_add.claycarving li.claycarving,#search_header_pc_add.cloisonne li.cloisonne,#search_header_pc_add.glasscraft li.glasscraft,#search_header_pc_add.metalcarving li.metalcarving,#search_header_pc_add.default_word li.default_word,#cate_word_dr_sp.pottery li.pottery,#cate_word_dr_sp.printing li.printing,#cate_word_dr_sp.craft li.craft,#cate_word_dr_sp.lightcraft li.lightcraft,#cate_word_dr_sp.woodcraft li.woodcraft,#cate_word_dr_sp.leathercraft li.leathercraft,#cate_word_dr_sp.claycarving li.claycarving,#cate_word_dr_sp.cloisonne li.cloisonne,#cate_word_dr_sp.glasscraft li.glasscraft,#cate_word_dr_sp.metalcarving li.metalcarving,#cate_word_dr_sp.default_word li.default_word{
  display: block !important;
}
.header .header_second_bnav ul li {
  width: 25%;
}
.header_second_bnav li.botton01{
  display: none !important;
}

#featured_word_ico_sp li.pottery,#featured_word_ico_sp li.printing,#featured_word_ico_sp li.craft,#featured_word_ico_sp li.lightcraft,#featured_word_ico_sp li.woodcraft,#featured_word_ico_sp li.leathercraft,#featured_word_ico_sp li.claycarving,#featured_word_ico_sp li.cloisonne,#featured_word_ico_sp li.glasscraft,#featured_word_ico_sp li.metalcarving,#featured_word_ico_sp li.default_word{
  display: none;
}
#featured_word_ico_sp.pottery li.pottery,#featured_word_ico_sp.printing li.printing,#featured_word_ico_sp.craft li.craft,#featured_word_ico_sp.lightcraft li.lightcraft,#featured_word_ico_sp.woodcraft li.woodcraft,#featured_word_ico_sp.leathercraft li.leathercraft,#featured_word_ico_sp.claycarving li.claycarving,#featured_word_ico_sp.cloisonne li.cloisonne,#featured_word_ico_sp.glasscraft li.glasscraft,#featured_word_ico_sp.metalcarving li.metalcarving,#featured_word_ico_sp.default_word li.default_word{
  display: block !important;
}
