@charset "UTF-8";
/* fsコマクリ用 */
p{margin:0;}
h1,h2,h3,h4,h5{font-weight: bold;margin:0;}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

*{margin:0;padding:0;box-sizing: border-box;}

.imgauto {
	height: auto;
	width: 100%;
	line-height: 1rem;
	display: block;
}
/* commonheader */
header{
	padding-top: 7px;
}
.headinner{
	max-width: 1250px;
	width: 92%;
	margin: 0 auto;
}
.headlogoarea h1,
.headlogoarea .headlogo,
.headlogoareaff h1,
.headlogoareaff .headlogo{
	margin:0 auto;
}
.commonheader{
	padding:0 0 14px;
}
.commonheader .headrightarea{
	display: flex;
	margin-right: 41px;
}
.commonheader .headrightarea .serviceicon{
	display: flex;
	padding-top: 5px;
}
.commonheader .headrightarea .serviceicon li {
	text-align: center;
	border: none;
	font-size: 10px;
	line-height: 1.2;
}
.commonheader .headrightarea .serviceicon li .menu-button{
	cursor: pointer;
}
.commonheader .headrightarea .serviceicon li i {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #515151;
}
.h-cart{
	position: relative;
}
.count {
	position: absolute;
	top: -11px;
	left: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	line-height: 7px;
	z-index: 30;
	background-color: #000;
	color: #fff;
}
.headnewsbox{
	background:#363636;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 7px 0;
}
.headnewsbox a{
	color: #fff;
	letter-spacing:0.07em;
}
.commonheader .headrightarea .snsicon{
	display: flex;
}
li.fs-c-productMark__item {
  margin-bottom: 2px;
}
@media screen and (min-width:651px) {
	.commonheader .headrightarea .serviceicon li{padding:0 7px;}
}
@media screen and (min-width:501px) and (max-width:650px) {
	.commonheader .headrightarea .serviceicon li{padding:0 4px;}
}
@media screen and (max-width:615px) {
	ul.serviceicon li:nth-child(1),ul.serviceicon li:nth-child(2),ul.serviceicon li:nth-child(4){display: none;}
}
@media screen and (max-width:500px) {
	.commonheader .headrightarea .serviceicon{padding-top: 12px;}
	.commonheader .headrightarea .serviceicon li{padding:0 9px;}
}
@media screen and (max-width:370px) {
	ul.serviceicon li {display: none;}
	ul.serviceicon li.headsearch{display: block;}
}
/* PCのみ */
@media screen and (min-width:768px) {
  .commonheader{display: flex;justify-content: space-between;}
  .commonheader .h-logo{width:140px;margin: 0;}
  .headinner{position: relative;}
  header .headlogoarea,.headlogoareaff{margin: 20px 0 4px;}
  .headnewsbox a{font-size:13px;}
  .fs-client-cart-count {
    background: #c46415;
    color: #fff !important;
    font-size: 10px !important;
    position: absolute;
    top: -7px;
    right: 0px;
    width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	text-align: center;
}
.inner {
    max-width: 1100px;
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
}
}
/* SPのみ */
@media screen and (max-width:767px) {
	.sp-inner {
    width: 93%;
    margin: 15px auto;
}
	header{position: relative;}
	ul.serviceicon li.favorite{display: none;}
	.headinner{width: 99%;}
	.commonheader .h-logo{display: none;}
	.headlogoarea h1,
	.headlogoarea .headlogo{
		top: 1px;
		position: absolute;
		left: 50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		margin: auto;
	}
	.headlogoarea .headlogo{
		top: 10px;
	}
	.headnewsbox a{font-size:11px;}
	.commonheader .headrightarea .serviceicon li{
		letter-spacing: 0;
	}
}







/* スライドアップメニュー */
.slidupmenu-inner #searchform {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#hedserchbox {
  padding: 0px 10px;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #454545;
  height: 32px;
  font-size: 16px;
}
#headserchbtn {
  position: absolute;
  right: 8px;
  top: 10%;
  background: none;
  color: #0c0c0c;
  border: none;
  font-size: 18px;
}
.slidupmenu {
  transition: 2.7s;
	opacity: 0;
	cursor: pointer;
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -2;
	background: rgba(255, 255, 255, 0.94);
	transition: .7s;
}
.slidupmenu02 {
  transition: 2.7s;
	opacity: 0;
	cursor: pointer;
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -2;
	background: rgba(255, 255, 255, 0.94);
	transition: .7s;
}
.slidupmenu-inner {
	padding: 65px 20px 120px;
	position: relative;
}
.slidupmenu.open {
	bottom: 0;
	opacity: 1;
}
.slidupmenu02.open {
	bottom: 0;
	opacity: 1;
}
.modalnavi{
	margin:20px auto;
	width:90%;
	font-size:13px;
}
.modalnavi li{
	border-bottom:1px dashed #585858;
}
.modalnavi li a{
	padding-bottom:7px;
	padding-top:13px;
	padding-left:27px;
	display: block;
	color:#151515;
	position: relative;
}
.modalnavi li a:hover{
	color:#727272;
}
.modalnavi li a:before{
	font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
  content: "\f105";
  position: absolute;
  top:15px;
  left:8px;
}
.slidupmenu02 .menu-button02 {
	position: absolute;
	top: 13px;
	right: 5%;
	z-index: 3;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}
.slidupmenu .menu-button i,.slidupmenu02 .menu-button02 i {
	font-size: 27px;
	font-weight: 300;
	display: block;
}
/* PCのみ */
@media screen and (min-width:768px) {
  .slidupmenu.open,.slidupmenu02.open {
  	top: 57px;
  	z-index:997;
  }
  .slidupmenu,.slidupmenu02 {
  	width: 500px;
  	height: 70vh;
  	top: 100vh;
  	right: 6%;
  	top: -100vh;
  	z-index: -2;
  	border:3px solid #363636;
  }
  .slidupmenu .menu-button{
	position: absolute;
	top: 13px;
	right: 5%;
	z-index: 3;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
  }
}
/* SPのみ */
@media screen and (max-width:767px) {
  .slidupmenu,.slidupmenu02{
  	width: 100%;
    height: auto;
    top: 100vh;
    left: 0;
    right: 0;
    bottom: -100vh;
    -webkit-overflow-scrolling: touch;
    z-index: -2;
  }
  .slidupmenu.open,.slidupmenu02.open {
    top: 0;
    z-index:998;
  }
  .fat-nav{
	  z-index:996;
  }
  .sp-inner.mgtnone {
    margin-top: 0;
	}
	.slidupmenu .menu-button{
		position: absolute;
	  top: 13px;
	  right: 0;
	  left: 0;
	  z-index: 3;
	  text-align: center;
	  margin: auto;
	}
	/* 	検索閉じるボタン */
	.slidupmenu .menu-button .fa-times:before {
	  content: "閉じる";
	  font-size: 14px;
	  border: 1px solid;
	  padding: 8px 15px;
	  border-radius: 15px;
	  background: #000;
	  color: #fff;
	}
}




/* foot固定メニュー */
 @media screen and (max-width:767px) {
	 .footfixmenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index:999;
    transition: .5s;
  }
  .footfixmenu ul{
  	display: flex;
  	background: #363636;
  	padding-bottom: 9px;
  }
  .footfixmenu ul li{
  	flex:1;
  	text-align: center;
  	font-size: 10px;
    position: relative;
    color: #fff;
  }
  .footfixmenu ul li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 68%;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
  }
  .footfixmenu ul li a{
  	display: block;
    line-height: 1.5em;
    color: #fff;
    position: relative;
    z-index:99;
  }
  .footfixmenu ul li i{
  	display: block;
    padding: 10px 0 4px;
    font-size: 19px;
    color: #fff;
  }
  .footfixmenu ul li a span{
  	display: block;
  	font-size: 13px;
  	margin-bottom:0px;
  }
  .footfixmenu ul li a span.fs-client-cart-count {
  	position: absolute;
    top: 0px;
    right: 22px;
    background: #e67314;
    color: #fff !important;
    font-size: 12px !important;
    width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
  }
  .footfixmenu ul li i.fal.fa-search{
  	padding-bottom: 3px;
  }
}

/* 会員限定商品ログイン表示 */
.fs-c-pageMessage.fs-c-memberOnlyMessage {
  width: 90%;
  max-width: 600px;
  margin: 40px auto;
  border: 1px solid #ccc;
}
.fs-c-memberOnlyMessage__button.fs-c-buttonContainer.fs-c-buttonContainer--moveToLogin {
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width:768px) {
	h2.fs-c-memberOnlyMessage__title {
	  font-size: 20px;
	  margin-bottom: 30px;
	}
	.fs-c-pageMessage.fs-c-memberOnlyMessage {
	  padding: 30px;
	}
	.fs-c-memberOnlyMessage__button.fs-c-buttonContainer.fs-c-buttonContainer--moveToLogin a:hover {
	  color: #fff;
	}
	
}
@media screen and (max-width:767px) {
	h2.fs-c-memberOnlyMessage__title {
	  font-size: 18px;
	  margin-bottom: 20px;
	}
	.fs-c-pageMessage.fs-c-memberOnlyMessage {
	  padding: 30px 20px;
	}

}
/* ナビ内アイコンリスト */
.slidupmenu-inner ul.picticonlist {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}



.logo_alison{
  width: 80px;
}
@media screen and (max-width: 767px){
  .fat-nav-logo__shop{
    padding-inline: 10px;
  }
}