@charset "utf-8";
/* 共通 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
html{
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IE用 */
  html{
	  overflow-x: hidden;
  }
}
body{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  line-height: 1.6;
  color: #222;
  position: relative;
}
@font-face {
  font-family: "hannari";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("wf-hannari.woff2") format("woff2");
}
.hannari{
  font-family: "hannari";
}
a:focus, *:focus{
  outline: none;
  color: #000;
}
article,header,footer,aside,figure,figcaption,nav,section,main{
  display:block;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.imgauto{
	width: 100%;
}
ul li{
  list-style: none;
}
h1, h2, h3, h4, h5{
  margin: 0;
  font-size: inherit;
}
p{
  margin: 0;
}
a:hover img{
  opacity: .8;
  transition: .4s;
}
a img, a{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s;
}
a{
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover{
  opacity: .8;
  transition: .4s;
}
.center{
  text-align: center;
}
.flex{
  display: flex;
}
.mincho{
	font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.pc{
	display: none !important;
}
.obj{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.inner{
	margin: 0 auto;
	width: 90%;
}
/* ヘッダー */
header{
	border-top: 6px solid #a07a00;
}
header .inner{
	padding: 15px 0;
	display: flex;
	flex-direction: column-reverse;
}
.head-wrap{
	justify-content: center;
}
.header-title{
	text-align: center;
}
.header-title,
.maintitle{
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}
.icon-member a::before,
.icon-fav a::before,
.icon-con a::before{
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 .3em 0 1.5em;
	display: inline-block;
	vertical-align: middle;
  margin-bottom: 5px;
}
.icon-member a::before{
	background: url(../images/common/icon-member.svg) no-repeat;
	background-size: contain;
}
.icon-fav a::before{
	background: url(../images/common/icon-fav.svg) no-repeat;
	background-size: contain;
}
.icon-con a::before{
	background: url(../images/common/icon-mail.svg) no-repeat;
	background-size: contain;
}
.logo{
	width: 50%;
  max-width: 160px;
}
.searchbox form {
  display: flex;
  align-items: center;
  background: #000;
}
.searchbox input#name {
  padding: 5px 10px;
  height: 34px;
  width: 80%;
}
.searchbox input.serch-img {
  width: 20%;
  padding: 2px 5px;
}
.icon-login a::before,
.icon-logout a::before,
.icon-cart a::before,
.icon-mypage a::before,
.icon-cart a::before,
.icon-fav a::before{
	content: "";
	width: 28px;
	height: 28px;
	margin-right: .3em;
	display: inline-block;
	vertical-align: middle;
  margin-bottom: 8px;
}
.icon-login a::before{
	background: url(../images/common/icon-login.svg) no-repeat;
	background-size: contain;
}
.icon-logout a::before{
	background: url(../images/common/icon-logout.svg) no-repeat;
	background-size: contain;
}
.icon-cart a::before{
	background: url(../images/common/icon-cart.svg) no-repeat;
	background-size: contain;
}
.icon-fav a::before{
	background: url(../images/common/icon-fav.svg) no-repeat;
	background-size: contain;
}
.icon-mypage a::before{
	background: url(../images/common/icon-mypage.svg) no-repeat;
	background-size: contain;
}
.icon-member a::before{
	background: url(../images/common/icon-member.svg) no-repeat;
	background-size: contain;
}

.icon-cart a,
.icon-nav-cart a{
	position: relative;
}
.fs-client-cart-count{
	position: absolute;
  left: 14px;
  top: 5px;
  background: #bf0505;
  color: #fff;
  padding: 3px;
  text-align: center;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 1;
  border-radius: 50%;
}
/* ナビ */
.sp-fixed-navi {
	display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index:10000;
  padding-bottom: 15px;
}
.searchbox.search-fixed {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  display: none;
}
.sp-fixed-navi-list {
  justify-content: space-between;
  align-items: center;
}
.sp-fixed-navi-list li{
  width: 23%;
  text-align: center;
  font-size: 10px;
}
.sp-fixed-navi-list li {
  width: 23%;
  text-align: center;
  font-size: 10px;
}
.sp-fixed-navi-list li a,
.sp-fixed-navi-list li .sp-search-btn{
	display: block;
	padding: 10px 0 3px;
}
.sp-fixed-navi-list li a::before,
.icon-nav-cart a::before,
.icon-nav-fav a::before,
.icon-nav-home a::before,
.icon-nav-mypage a::before,
.icon-nav-search .sp-search-btn::before{
	content: "";
	display: block;
  margin: 0 auto;
	width: 24px;
	height: 24px;
}

.icon-nav-cart a::before{
	background: url(../images/common/icon-nav-cart.svg) no-repeat;
	background-size: contain;
}
.icon-nav-fav a::before{
	background: url(../images/common/icon-nav-fav.svg) no-repeat;
	background-size: contain;
}
.icon-nav-mypage a::before{
	background: url(../images/common/icon-nav-mypage.svg) no-repeat;
	background-size: contain;
}
.icon-nav-home a::before{
	background: url(../images/common/icon-nav-home.svg) no-repeat;
	background-size: contain;
}
.icon-nav-search .sp-search-btn::before{
	background: url(../images/common/icon-nav-search.svg) no-repeat;
	background-size: contain;
}

/* フッター */
footer{
	background: url(../images/common/bg-footer.png),#d3d3d3;
	background-size: 298px 173px;
}
footer .inner{
	padding: 40px 0;
  flex-direction: column;
  align-items: center;
}
.foot-logo{
	width: 50%;
  max-width: 200px;
  text-align: center;
  margin-right: 2em;
}
.foot-logo img{
	margin-right: .5em;
}
.foot-navi-swarp{
	width: 96%;
  flex-direction: column;
}
.foot-navi-swarp ul{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  font-family: sans-serif;
}
.foot-navi-swarp ul li{
	width: 48%;
}
.copy-wrap {
  background: #000;
  padding: 7px 0 73px;
  justify-content: space-between;
  align-items: center;
  color: #ccc;
  font-size: 11px;
  letter-spacing: .1em;
}
.copy-wrap.copy-wrap-diy {
    padding: 10px 0 7px;
}
.copy-wrap a{
  color: #ccc;
}
.copy-wrap .inner{
	padding: 0;
}
.foot-navi li{
	margin-top: 10px;
}
.foot-navi li a{
	font-size: 12px;
	display: block;
	letter-spacing: 0;
	text-align: center;
	padding: 5px 0 3px;
	background: rgba(255, 255, 255, 0.5);
}
.foot-navi-btn li{
	margin-top: 10px;
}
.foot-navi-btn li a{
	display: block;
  padding: 12px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000;
}
.foot-navi-btn .btn-member a{
	background: #a07a00;
}
/* スライダー */
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: auto;
  width: auto !important;
  height: auto !important;
  z-index: 100;
}
.slick-next {
  right: 10px !important;
}
.slick-prev {
  left: 10px !important;
}
.slick-prev::before,
.slick-next::before {
	content: "" !important;
  display: inline-block;
	width: 24px;
  height: 45px;
  vertical-align: middle;
}
.slick-prev:before{
	background: url(../images/common/arrow1.svg) no-repeat;
  background-size: contain;
}
.slick-next::before{
	background: url(../images/common/arrow2.svg) no-repeat;
	background-size: contain;
}
.list-link{
	width: 60%;
	margin:0 auto 6px;
}
.list-link a{
	padding: 5px 0 6px!important;
	display: block;
	background: #000;
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
}
.list-link a::before{
	content: none !important;
}
/* 商品詳細ページ */
#mainarea{
	/*width: 90%;*/
	margin: auto;
}
.pro_table {
	width: 94%;
	margin: 20px auto 40px;
	font-size: 14px;
}
.pro_table th{
	text-align: left;
	font-weight: 400;
	background: #efefef;
	padding: 6px 0 5px 12px;
	width: 100%;
	display: inline-block;
}
.pro_table td{
	padding: 10px 3px 20px;
	display: inline-block;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
	display: none;
}
.login.my-true {
	display: none;
}
/*FS用追記*/
#wrapper{
  margin: auto;
  width: 90%;
}
/* 検索 */
.searchbox2 {
  margin-top: 30px;
}
.searchbox2 form {
  display: flex;
  align-items: center;
  background: #000;
}
.searchbox2 input#name {
  padding: 5px 10px 0;
  height: 40px;
  display: block;
  width: 82%;
  font-size: 16px;
  border-radius: 0;
}
.searchbox2 .submit {
  width: 18%;
  background: #000;
  padding: 2px 5px;
  color: #fff;
  border: 0;
  font-size: 16px;
  letter-spacing: .2em;
  border-radius: 0;
}
/* 追加 */
.fs-c-button__label{
	color: #000;
}

/* カスタムフッターの追加 */
@media screen and (max-width:767px) {
  .custom-footer-nav-column-item {
    margin-top: 20px;
  }

  .custom-footer-nav-column-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
  }

  .custom-footer-nav-list {
    margin-top: -10px !important;
  }

  .custom-footer-nav-list-item {
    margin-top: 10px;
  }

  .custom-footer-nav-list-item:first-child {
  }

  .custom-footer-nav-list-link {
    font-size: 12px;
    display: block;
    letter-spacing: 0;
    text-align: center;
    padding: 5px 0 3px;
    background: rgba(255, 255, 255, 0.5);
  }
}
