/* 共通 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
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: #000;
  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:hover{
  color: #5e3819;
  opacity: .8;
}
.center{
  text-align: center;
}
.flex{
  display: flex;
}
.pc{
	display: none !important;
}
@media screen and (min-width:769px){
	.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: 60px !important;
}
.bold{
	font-weight: 900;
}
.red{
	color: #b80000;
}
.inner,.spinner{
	margin: 0 auto;
	width: 90%;
}
#container{
	margin: 50px auto 0;
	width: 92%;
	justify-content: space-between;
}
#main-area{
	width: 100%;
}
/* 共通 */
.sec-title{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: 1px solid #535353;
	padding: 0 0 10px 10px;
	align-items: flex-end;
	line-height: 0.5;
	font-family: 'Josefin Sans', sans-serif;
}
.sec-title2{
	font-size: 14px;
	color: #fff;
	margin: 20px 0 13px;
	padding: 7px 0 3px 10px;
	background: #5e3819;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}
.redtit{
	background: #fdeaea;
	color: #ba0000;
	border-left: 4px solid #ba0000;
	font-weight: bold;
}
.redtit img{
	width: 7.5%;
	vertical-align: sub;
	padding-right: 5px;
}
.ft17{
	font-size: 17px !important;
}
.sec-title .mini,
.sec-title .ft15{
	margin-left: 20px;
	font-size: 11px;
	display: inline-block;
}
.sec-title .ft15{
	font-size: 15px;
}
.item-list{
	flex-wrap: wrap;
}
.item-name{
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.5;
}
.item-price{
	margin-top: 2px;
	color: #5b5b5b;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
}
.more-btn{
	margin-top: 30px;
	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;
}
@media screen and (max-width:320px){
.sec-title{
	font-size: 20px;
	}
.sec-title .mini, .sec-title .ft15 {
    margin-left: 15px;
    font-size: 10px;
}
}
/* 閲覧履歴 */
.history-area{
	margin-top: 70px;
}
.history-list{
	margin: 16px auto 0;
	opacity: 0;
  transition: opacity .3s linear;
  width: 100%;
  position: relative;
}
.history-list.slick-initialized{
  opacity: 1;
}
.history-list .slick-slide{
	margin-right: 10px;
	width: 120px;
}
.history-list .slick-slide img{
	object-fit: cover;
	width: 100%;
	height: 120px;
}
.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: 14px;
	font-family: "Font Awesome 5 Pro";
  background: rgba(255,255,255,.9);  
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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: 3px 0;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 11px;
}
.top-head{
	background: #5e3819;
	padding: 12px 0 18px;
}
.top-head>.inner{
	position: relative;
}
.top-logo{
	margin: 0 auto;
	width: 42%;
	max-width: 140px;
}
.post-free{
	text-align: center;
	font-size: 13px;
	letter-spacing: .1em;
	color: #fff;
	background: #fb733c;
	padding: 3px 0;
	line-height: 1.5;
	margin-top: -6px;
}
.post-free span{
	font-size: 9px;
	padding: 0 3px;
}
.head-search{
	margin-top: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-search label{
	flex: auto;
}
.head-search input{
	border: 1px solid #5e3819;
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-size: 14px;
	padding: 5px 10px;
}
.head-search button{
	background: #5e3819;
	width: 40px;
	height: 40px;
	padding: 10px;
  border: none;
  cursor: pointer;
}
.head-search button img {
  display: block;
}
.search-word{
	margin-top: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.search-word .word{
	margin-right: 8px;
}
.search-word .word a{
	font-size: 12px;
	padding: 5px 7px;
	text-decoration: underline;
	color: #969696;
}
.fixbag.sp {
  width: 16px;
  position: absolute;
  top: 10px;
  right: 15%;
  z-index: 9999;
  transition: all 0.5s;
}
@media screen and (max-width:320px){
.search-word .word a{
	font-size: 12px;
	}
.fixbag.sp {
  right: 18%;
}
}
/* スマホナビ */
.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-cat-list>li{
	margin-top: 20px;
	position: relative;
}
.fat-cat-list>li:last-child{
	border-bottom: none;
}
.fat-cat-list>li>a{	
	display: block;
	padding: 6px 0 6px 40px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	background: #efebe8;
}
.searchbox .fat-cat-list>li>a{	
	background: #fff;
}
.searchbox{
	background: #f2f2f2;
	padding: 1px 25px 30px;
	margin-top: 50px;
}
.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-cat-list>li.bottom-l>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-skirt.svg);
	width: 22px;
}
.fat-cat-list>li.tops>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-tops.svg);
	width: 22px;
}
.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-cat-list>li.outer>a:before{
	content: "";
	background-image: url(https://siechurch.com/s/images/common/side-outer.svg);
	width: 23px;
	height: 18px;
}
.fat-cat-list>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes.svg);
	height: 10px;
	width: 20px;
}
.fat-cat-list.ladys>li.shoes>a:before{
	content: "";
	background: url(https://siechurch.com/s/images/common/side-shoes-lady.svg);
	height: 15px;
}
.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-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;
}
.second-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 10px auto 0;
}
.second-list li{
	margin-top: 10px;
	width: 48%;
}
.second-list li a{
	font-size: 12px;
	padding: 3px 0 3px 0;
  display: block;
	position: relative;
}
.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%;
}
.side-cont-list{
	width: 90%;
	margin: 30px auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.side-cont-list li{
	width: 48%;
	margin-top: 12px;
	padding-left: 5px;
}
.side-cont-list li a{
	position: relative;
}
.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%);
}
.side-cont-list a{
	font-size: 13px;
	display: block;	
}
.side-bnr{
	width: 90%;
	margin: 50px auto 0;
}
.side-bnr-list{
	flex-wrap: wrap;
	justify-content: space-between;
}
.side-bnr-list li{
	width: 48%;
}
.side-bnr-list li:nth-of-type(n+3){
	margin-top: 15px;
}
.side-sns{
	margin-top: 20px;
}
.side-sns-list{
	justify-content: center;
}
.side-sns-list li{
	margin: 0 5px;
	width: 40px;
}

/* フッター */
.footer-area{
	margin-top: 70px;
}
.top-foot{
	padding: 20px 0;
	background: #5e3819;
}
.under-foot .inner{
	width: 86%;
	margin: 0 auto;
}
.foot-logo{
	margin: 0 auto;
	width: 45%;
	max-width: 170px;
}
.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: 30px 0 ;
	background: #cec3ba;
}
.under-foot .flex{
	flex-direction: column !important;
}
.nav-title{
	position: relative;
	border-bottom: 1px dashed #522805;
	padding: 3px 0 5px 3%;
}
.nav-title::after{
	content: "+";
  position: absolute;
  text-align: center;
  width: 20px;
  right: 2%;
  top: 4px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.nav-title.active:after {
    content: "ー";
}
.foot-info > .nav-title{
	display: none;
}
.foot-nav-list{
	display: none;
	padding: 10px 3% 30px;
}
.under-foot nav li{
	margin-bottom: 8px;
	font-size: 14px;
}
.under-foot nav li a{
	color: #232323;
}
.nav-title{
	margin-bottom: 10px;
	color: #522805;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Josefin Sans', sans-serif;
}
.info-top,
.info-under{
	margin-top: 30px;
  color: #5f3a1b;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.info-under {
  padding: 20px 20px 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
	color: #232323;
}
.foot-info .mail:before{
	margin-right: .5em;
	content: "";
	display: inline-block;
	background: url(https://siechurch.com/s/images/common/foot-mail.svg) no-repeat;
	background-size: contain;
	width: 23px;
  height: 17px;
  position: relative;
  top:3px;
}
.foot-info .tel:before{
	margin-right: .2em;
	content: "";
	display: inline-block;
	background: url(https://siechurch.com/s/images/common/foot-tel.svg) no-repeat;
	background-size: contain;
	width: 20px;
  height: 20px;
  position: relative;
  top:3px;
}
.foot-info .tel,
.foot-info .mail{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}
.foot-info .tel{
	font-size: 23px;
	letter-spacing: 1px;
}
.foot-info .tel a{
	color: #232323;
}
.info-under .place,
.info-under .time,
.info-under .info-text{
	font-size: 13px;
	line-height: 1.7;
}
.info-under .info-text{
	margin: 15px 0;
	line-height: 1.6;
}
.copy{
	margin-top: 30px !important;
	text-align: center;
	color: #232323;
	font-size: 3vw;
	font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width:320px){
.copy{
	font-size: 12px;
	}
}
/* スマホ固定 */
footer{
	padding-bottom: 70px;
}
.flow-navi__wrapper {
  display:none;
}
.flow-navi {
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 10px 0 20px;
  width: 100%;
  text-align: center;
  background: rgba(94, 56, 25, 0.92);
  margin-top: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flow-navi li{
	width: 25%;
	font-size: 10px;
	text-align: center;
}
.flow-navi li img{
	width: 24%;
	display: block;
	margin: auto;
	padding-bottom: 6px;
}
.flow-navi li.search img,
.flow-navi li.fav img{
	padding-bottom: 9px;
}
.flow-navi li:nth-child(n+2) img{
	width: 21%;
}
.flow-navi li:last-child img{
	width: 18%;
}
.flow-navi a{
	display: block;
	color: #fff !important;
}
/* カート内商品数 */
.flow-navi li.login a{
	position: relative;
}
.fs-client-cart-count {
  position: absolute;
  top: 3px;
  right: 23px;
  transform: translate(0,-50%);
  color: #fff;
  background: #f19149;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
/* ログイン・ログアウト */
.login.my-true{
	display: none;
}
.logout.my-false{ 
	display: none; 
}
/* 会員登録画面 */
.point_bn_area{
	width: 100%;
	margin: 0 auto 20px;
}
.point_bn_area img{
	width: 100%;
}