/* 共通 */
*{
  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: 15px;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #313131;
  position: relative;
}
a:focus, *:focus{
  outline: none;
}
main{
  display: block;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
ul li{
  list-style: none;
}
h1, h2, h3, h4, h5{
  margin: 0;
  font-size: inherit;
}
p{
  margin: 0;
}
a:hover img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: “alpha( opacity=75)”;
}
a img, a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s;
}
a{
  text-decoration: none;
  outline: none;
  color: #0c0c0c;
}
a[href^="tel:"]{
  pointer-events: none;
}
a:hover{
  color: #5e3819;
  opacity: .8;
}
.center{
  text-align: center;
}
.flex{
  display: flex;
}
.sp{
	display: none !important;
}

@media screen and (min-width:951px){
	.sp,
	.hamberger,
	.fat-nav {
  	display: none !important;
	}	
}

.mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}/* 明朝体 */
.obj{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.mgt20{
	margin-top: 20px !important;
}
.mgt50{
	margin-top: 50px !important;
}
.mgt90{
	margin-top: 90px !important;
}
.bold{
	font-weight: 900;
}
.red{
	color: #b80000;
}
.inner,.pcinner{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
@media screen and (max-width:870px){
.inner,.pcinner{
	width: 95%;
}
}
#container{
	margin-top: 80px;
	justify-content: space-between;
}
#container .inner{
}
/* 共通 */
.sec-title{
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: 3px solid #535353;
	padding: 0 0 12px 10px;
	align-items: flex-end;
	line-height: 0.5;
	font-family: 'Josefin Sans', sans-serif;
}
.ft17{
	font-size: 17px !important;
}
.sec-title .mini,
.sec-title .ft15{
	margin-left: 25px;
	font-size: 12px;
	display: inline-block;
}
.sec-title .ft15{
	font-size: 15px;
}
.sec-title2{
	font-size: 17px;
	color: #fff;
	margin: 25px 0 20px;
	padding: 7px 0 4px 15px;
	background: #5e3819;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
}
.redtit{
	background: #fdeaea;
	color: #ba0000;
	border-left: 4px solid #ba0000;
	font-weight: 900;
}
.redtit img{
	width: 2.8%;
	vertical-align: sub;
	padding-right: 5px;
}
.item-list{
	flex-wrap: wrap;
}
.item-name{
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.5;
}
.item-price{
	margin-top: 5px;
	color: #5b5b5b;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
}
.more-btn{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
.more-btn a{
	margin: 0 auto;
	padding: 10px 0;
	width: 270px;
	border-radius: 30px;
	display: block;
	background: #efebe8;
}
.more-btn a .fal{
	margin-left: 8px;
}
.more-btn a:hover{
	background: #020202;
	color: #fff;
}
/* 閲覧履歴 */
.history-area{
	margin: 70px auto 0;
	width: 90%;
	max-width: 1200px;
}
.history-list{
	margin: 25px auto 0;
	opacity: 0;
  transition: opacity .3s linear;
  position: relative;
}
.history-list.slick-initialized{
  opacity: 1;
}
.history-list .slick-slide{
	margin-right: 10px;
	width: 170px;
}
.history-list .slick-slide img{
	object-fit: cover;
	width: 100%;
	height: 170px;
}
.history-list .slick-arrow{
	position: absolute;
	z-index: 2;
	transition: .3s;
}
.history-list .slick-arrow:hover{
	cursor: pointer;
	opacity: .8;
	transition: .3s;
}
.history-list .slick-arrow i{
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
  background: rgba(255,255,255,.9);  
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-list .slick-arrow.prev{
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.history-list .slick-arrow.next{
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
/* ヘッダー */
.top-line{
	background: #d7cdc5;
	padding: 5px 0;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 900;
	color: #000;
}
@media screen and (max-width:769px){
.top-line{
	font-weight: 500;
}
}
.top-head{
	background: #5e3819;
	position: relative;
}
.top-head>.inner{
	display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px 0;
  position: relative;
  bottom: -5px;
}
.top-navi-list{
	width: 30%;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media screen and (max-width:1286px){
.top-navi-list{
	width: 38%;
}
}
@media screen and (max-width:1100px){
.top-navi-list{
	width: 45%;
}
}
@media screen and (max-width:980px){
.top-navi-list{
	width: 37%;
}
}
@media screen and (max-width:950px){
.top-navi-list{
	display: none;
}
}
.top-navi-list li{
	margin: 9px 0 0;
}
.top-navi-list a{	
	color: #fff !important;
	font-size: 12px;
	padding-left: 15px;
	display: block;
	line-height: 1.2;
}
.top-navi-list li:last-of-type a{
	border-right: none;
	padding-right: 0;
}
.top-logo{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 186px;
	z-index: 2;
}
@media screen and (max-width:950px){
.top-logo{
	width: 16vw;
}
}
.top-logo a{
	display: block;
}
.post-free{
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.post-free span{
	font-size: 12px;
	padding: 0 5px;
}
.under-head{
	background: #f2efed;
	padding: 13px 0;
}
.under-head>.flex{
	align-items: center;
}
.head-search{
	margin-right: 30px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:900px){
.header-area .head-search{
	margin-right: 20px;
	width: 100%;
}
}
@media screen and (max-width:1173px){
.search-area{
	flex-direction: column;
}
.search-word{
	margin-top: 5px;
}
}
.head-search label{
	flex: auto;
}
.head-search input{
	border: 1px solid #5e3819;
	border-radius: 0;
	width: 100%;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
	min-height: inherit !important;
}
.head-search button{
	background: #5e3819;
	width: 30px;
	height: 30px;
	padding: 7px;
  border: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .head-search button{
    width: 40px;
    height: 34px;
    padding: 5px;
  }
}
.head-search button img {
  display: block;
}
.search-word{
	align-items: center;
}
.fix-header .search-word{
	position: relative;
	left: 18%;
}

.search-word .title{
	font-size: 11px;
}
.search-word .word{
	margin: 0 6px;
}
.search-word .word a{
	font-size: 11px;
	color: #797979;
	text-decoration: underline;
}
@media screen and (max-width:820px){
.search-word .title{
	font-size: 9px;
}
.search-word .word{
	margin: 0 3px;
}
.search-word .word a{
	font-size: 9px;
	color: #797979;
	text-decoration: underline;
}
}
.fix-header .word a{
	font-size: 17px;
	color: #381d08;
	text-decoration: none;
}
.fix-header .word a:hover{
	color: #8c4915;
}
.head-sns{
	margin: 0 0 0 auto;
}
.head-sns-list{
	align-items: center;
}
.head-sns-list li{
	margin-right: 22px;
	width: 23px;
}
.head-sns-list li.mypage{
	width: 18px;
}
.head-sns-list li.bag{
	width: 19px;
}
.head-sns-list li.logout a:hover{
	content: "ログアウト";
	text-align: center;
	font-size: 10px;
}
.head-sns-list li:last-of-type{
	margin-right: 0;
}
.head-sns-list li img{
	display: block;
}
.keywordarea{
	display: flex;
}
@media screen and (max-width:1173px){
.keywordarea{
	display: flex;
}
}

/* 固定ヘッダー */
.fix-header{
	opacity: 0;
	transition: .6s;
	position: fixed;
	left: 0;
	top: 0;		
	width: 100%;
	background: rgba(243, 240, 238, 0.95);
	z-index: -1;
	height: 76px;
}
.fix-header.fixed{	
	opacity: 1;
	transition: .6s;	
	z-index: 999;
}
.fix-header>.flex{
	align-items: center;
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}
.fix-header .top-logo{
	width: 140px;
	position: absolute;
	left: 8%;
}
@media screen and (max-width:1130px){
.fix-header .top-logo{
	display: none;
}
.fix-header .search-word{
	left: 0;
}
.fix-header .word a{
	font-size: 16px;
}
}
@media screen and (max-width:1030px){
	.fix-header .search-word{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:910px){
.fix-header .word a{
	font-size: 14px;
}
}
.fix-header .word{
	margin-right: 20px;
}
@media screen and (max-width:807px){
.fix-header .word a{
	font-size: 13px;
}
.fix-header .word{
	margin-right: 15px !important;
}
}
.fix-header .head-search{
	margin: 0 0 0 auto; 
}
.fix-header .head-sns{
	margin: 0 0 0 25px;
}
/* フッター */
.footer-area{
	margin-top: 100px;
}
.top-foot{
	padding: 30px 0;
	background: #5e3819;
}
.foot-logo{
	margin: 0 auto;
	width: 180px;
}
.foot-sns-list{
	margin-top: 20px;
	justify-content: center;
	align-items: center;
}
.foot-sns-list li{
	margin: 0 10px;
	width: 20px;
}
.foot-sns-list li.line{
	width: 25px;
}
.foot-sns-list li.face{
	width: 12px;
}
.under-foot{
	padding: 40px 0 20px;
	background: #cec3ba;
}
.under-foot .inner{
	justify-content: center;
}
@media screen and (max-width:1030px){
.under-foot .inner{
	justify-content:space-between;
}
}
.under-foot nav{
	margin-right: 7vw;;
}
@media screen and (min-width:1200px){
	.under-foot nav{
		margin-right: 100px;
	}
}
@media screen and (max-width:1277px){
	.under-foot nav{
		margin-right: 80px;
	}
}
@media screen and (max-width:1211px){
	.under-foot nav{
		margin-right: 60px;
	}
}
@media screen and (max-width:1030px){
	.under-foot nav{
		margin-right: 3vw;
	}
}
.nav-title{
	pointer-events: none;
}
.under-foot nav li{
	margin-bottom: 3px;
}
.nav-title{
	margin-bottom: 10px;
	color: #522805;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width:920px){
	.nav-title{
		font-size: 16px;
	}
}
.under-foot a,
.info-top p,
.info-under p{
	font-size: 14px;
	color: #232323;
}
@media screen and (max-width:920px){
	.under-foot a,
	.info-top p,
	.info-under p{
	font-size: 13px;
	}
}
.foot-nav-list{
	border-left: 1px dotted #4c4c4c;
	padding-left: 15px;
}
@media screen and (max-width:768px){
	.under-foot a,
	.info-top p,
	.info-under p{
	font-size: 11px;
	}
.foot-nav-list{
	padding-left: 10px;
}
}
.info-top{
	margin-bottom: 15px;
}
.foot-info .mail:before{
	margin-right: 10px;
	content: "";
	display: inline-block;
	background: url(https://siechurch.com/s/images/common/foot-mail.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 9px;
}
.foot-info .tel:before{
	margin-right: 10px;
	content: "";
	display: inline-block;
	background: url(https://siechurch.com/s/images/common/foot-tel.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
}
.copy{
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
}
/* サイド */
#side-area{
	margin-right: 40px;
	width: 220px;
	min-width: 220px;
}
@media screen and (max-width:950px){
#side-area{
	display: none;
}
}
.side-title a{
	color: #5e3819;
	background: #e5dfda;
	padding: 10px 10px 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 900;
}
.side-title a:after{
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background: url(https://siechurch.com/s/images/common/more-arrow.svg) no-repeat;
	background-size: cover;
}
.cate-type{
	margin-top: 20px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}
.cate-type a{
	background: #f2efed;
	padding: 10px 0 5px 15px;
	display: block;
	color: #5e3819;
}
.cate-list>li{
	margin-top: 14px;
	padding-bottom: 14px;
	padding-left: 8px;
	border-bottom: 1px dotted #9c9c9c;
	position: relative;
}
.cate-list>li>a{	
	display: block;
	padding-left: 32px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.cate-list>li>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-bottom.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.cate-list>li.bottom>a:before{
	left: 3px;
}
.cate-list>li.bottom-l>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-skirt.svg);
	width: 22px;
}
.cate-list>li.tops>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-tops.svg);
	width: 23px;
}
.cate-list>li.bag>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-bag.svg);
	width: 22px;
}
.cate-list>li.outer>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-outer.svg);
	width: 23px;
}
.cate-list>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes.svg) no-repeat;
	height: 11px;
	width: 20px;
}
.cate-list.ladys>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes-lady.svg);
	height: 14px;
	width: 19px;
}
.cate-list>li.item>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-item.svg);
	height: 21px;
	width: 21px;
}
.cate-list.ladys>li.item>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-item-lady.svg);
	width: 22px;
	height: 17px;
}
.cate-list>li>a:after{
	content: "+";	
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}
.cate-list>li>a.active:after{
	content: "ー";
}
.second-list{
	display: none;
}
.second-list li{
	margin-top: 15px;
}
.second-list li a{
	font-size: 14px;
	padding-left: 25px;
	display: block;
}
#side-area .head-search{
	margin-top: 30px;
	width: 100%;
}
.side-word-list{
	margin-top: 15px;
	flex-wrap: wrap;
}
.side-word-list li{
	margin: 0 3% 3% 0;
	text-align: center;
}
.side-word-list li a{
	background: #f1f1f1;
	font-size: 11px;
	display: block;
	color: #747474;
	padding: 2px 6px;
}
.side-word-list li a:hover{
	background: #747474;
	color: #f1f1f1;
}
.price-search{
	margin-top: 15px;
}
.price-search .price{
	letter-spacing: 1px;
}
.price-search>.flex{
	margin-top: 5px;
	align-items: flex-end;
}
.price-search input{
	width: 40%;
	height: 30px;
	border: 1px solid #000;
	border-radius: 0;
}
.price-search .en{
	margin: 0 3px;
	font-size: 14px;
	display: inline-block;
}
.price-search .en:last-of-type{
	margin-right: 0;
}
.price-search button{
	margin-top: 10px;
	color: #fff;
	background: #5e3819;
	border: none;
	border-radius: 3px;
	display: block;
	padding: 5px 0;
	width: 100%;
	cursor: pointer;
}

.tag-search input{
	width: 30%;
	height: 10px;
	border: 1px solid #000;
	border-radius: 0;
}
.tag-search button{
	margin-top: 10px;
	color: #fff;
	background: #5e3819;
	border: none;
	border-radius: 3px;
	display: block;
	padding: 5px 0;
	width: 100%;
	cursor: pointer;
}

.side-cont{
	margin-top: 30px;
}
.side-cont-list li{
	margin-top: 15px;
	border-bottom: 1px dotted #9c9c9c;
	padding-bottom: 15px;
	padding-left: 5px;
}
.side-cont-list a{
	font-size: 14px;
	display: block;	
}
.side-bnr{
	margin-top: 30px;
}
.side-bnr-list li:nth-of-type(n+2){
	margin-top: 10px;
}
.side-sns{
	margin-top: 30px;
}
.side-sns-list{
	justify-content: center;
}
.side-sns-list li{
	margin: 0 5px;
	width: 40px;
}
/* スマホナビ */
.fat-nav-acount-list{
	width: 86%;
	margin: 0 auto;
	flex-direction: column;
}
.fat-nav-acount-list li a{
	margin-top:15px;
	display: flex;
	align-items: center;
	color: #5e3819;
}
.fat-nav-acount-list li img{
	width: 20px;
	margin-right: 1em;
}
.fat-nav-acount-list li.fav img{
	margin-left: 1px;
}
.fat-nav-acount-list li.mypage img{
	width: 22px;
}
.fat-search-area{
	width: 90%;
	margin: 40px auto 0;
}
.fat-search-area form {
    margin-top: 0;
}
.search-brand{
	position: relative;
}
.fat-nav__wrapper .search-brand a,
.search-brand a{
	display: block;
	margin: 20px auto 0;
	background: #fff;
	padding: 7px 15px;
	font-size: 15px;
	color: #5e3819;
}
.fat-nav__wrapper .search-brand a{
	background: #5e3819;
	color: #fff;
}
.search-brand:after,
.searchbox .search-brand:after  {
  content: "";
  position: absolute;
  display: inline-block;
  right: 5%;
  top: 14px;
  width: 6px;
  height: 11px;
  background: url(https://siechurch.com/s/images/common/more-arrow-white.svg) no-repeat;
  background-size: contain;
	color: #5e3819;
}
.searchbox .search-brand:after {
  background: url(https://siechurch.com/s/images/common/more-arrow.svg) no-repeat;
}
.fat-cate{
	width: 90%;
	margin: 0 auto;
}
.fat-nav__wrapper .fat-cate-type,
.fat-cate-type{
	margin: 10px  0 0;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	background: #fff;
	padding: 10px 0 5px 15px;
	display: block;
	color: #5e3819;
  position: relative;
}
.fat-nav__wrapper .fat-cate-type{
	background: #5e3819;
	color: #fff;
}
.fat-cate-type:after{
	content: "+";	
	position: absolute;
	right: 2%;
	top: 4px;
	width: 30px;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	font-size: 19px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fat-cate-type.active:after{
	content: "ー";
	position: absolute;
	right: 2%;
	top: 9px;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fat-cat-list {
  display: none;
}
.fat-nav .fat-cat-list>li{
	margin-top: 20px;
	position: relative;
}
.fat-nav .fat-cat-list>li:last-child{
	border-bottom: none;
}
.fat-nav .fat-cat-list>li>a{	
	display: block;
	padding: 6px 0 6px 40px;
	position: relative;
	cursor: pointer;
	background: #efebe8;
}
.fat-nav .searchbox .fat-cat-list>li>a{	
	background: #fff;
}
.fat-nav .searchbox{
	background: #f2f2f2;
	padding: 1px 25px 30px;
	margin-top: 50px;
}
.fat-nav .fat-cat-list>li>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-bottom.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left:10px;
	top: 50%;
	transform: translate(0,-50%);
}
.fat-nav .fat-cat-list>li.bottom-l>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-skirt.svg);
	width: 22px;
}
.fat-nav .fat-cat-list>li.tops>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-tops.svg);
	width: 22px;
}
.fat-nav .fat-cat-list>li.bag>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-bag.svg);
	width: 23px;
	height: 19px;
}
.fat-nav .fat-cat-list>li.outer>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-outer.svg);
	width: 23px;
	height: 18px;
}
.fat-nav .fat-cat-list>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes.svg);
	height: 10px;
	width: 20px;
}
.fat-nav .fat-cat-list.ladys>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes-lady.svg);
	height: 15px;
}
.fat-nav .fat-cat-list>li.item>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-item.svg);
	height: 22px;
	width: 21px;
}
.fat-nav .fat-cat-list.ladys>li.item>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-item-lady.svg);
	width: 22px;
	height: 18px;
}
.fat-nav .second-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 10px auto 0;
}
.fat-nav .second-list li{
	margin-top: 10px;
	width: 48%;
}
.fat-nav .second-list li a{
	padding: 3px 0 3px 0;
  display: block;
	position: relative;
}
.fat-nav .second-list li a:before{
	font-family: "Font Awesome 5 free";
  font-weight: 700;
  content: "\f0da";
  font-size: 11px;
  padding-right: 5px;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#side-area .head-search{
	margin-top: 30px;
	width: 100%;
}
.fat-nav .side-cont-list{
	width: 90%;
	margin: 30px auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fat-nav .side-cont-list li{
	width: 48%;
	margin-top: 12px;
	padding-left: 5px;
}
.fat-nav .side-cont-list li a{
	position: relative;
}
.fat-nav .side-cont-list li a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    content: "\f0da";
    font-size: 11px;
    padding-right: 9px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.fat-nav .side-bnr{
	width: 90%;
	margin: 50px auto 0;
}
.fat-nav .side-bnr-list{
	flex-wrap: wrap;
}
.fat-nav .side-bnr-list li{
	width: 32%;
}
.fat-nav .side-bnr-list li:nth-child(2),
.fat-nav .side-bnr-list li:nth-child(5),
.fat-nav .side-bnr-list li:nth-child(8),
.fat-nav .side-bnr-list li:nth-child(11),
.fat-nav .side-bnr-list li:nth-child(14){
	margin: 0 2%;
}
.fat-nav .side-bnr-list li:nth-of-type(n+4) {
    margin-top: 10px;
}

/* メイン */
#main-area{
	flex: 1;
}
/* カート内商品数 */
.head-sns-list li.bag a{
	position: relative;
	display: block;
}
.fs-client-cart-count {
  position: absolute;
  top: 0;
  right: -15px;
  transform: translate(0,-50%);
  color: #fff;
  background: #f19149;
  font-size: 12px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 1px;
}
/* ログイン・ログアウト */
.login.my-true{
	display: none;
}
.logout.my-false{ 
	display: none; 
}
.login.my-false a,
.logout.my-true a{
	display: block;
	position: relative;
}
.login.my-false a:after{
	content: "ログイン";
	display: block;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 58%;
	transform: translate(-50%,0);
	font-size: 9px;
	font-weight: 900;
	color: transparent;	
	width: 60px;
	transition: .3s;
}
.login.my-false a:hover:after{
	color: #5e3819;
	transition: .3s;	
}
.logout.my-true a:after{
	content: "ログアウト";
	display: block;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 58%;
	transform: translate(-50%,0);
	font-size: 9px;
	font-weight: 900;
	color: transparent;
	width: 60px;
	transition: .3s;		
}
.logout.my-true a:hover:after{
	color: #5e3819;
	transition: .3s;	
}
/* 会員登録画面 */
.point_bn_area{
	width: 60%;
	margin: 0 auto 20px;
}
.point_bn_area img{
	width: 100%;
}