@charset "utf-8";
/*リセット*/
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
p{
  margin: 0;
}
article, header, footer, aside, figure, figcaption, nav, section, main { 
  display:block;
}
html{
  height: 100%;
}
body{
  font-family: '游ゴシック体','游ゴシック','Yu Gothic','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
  color: #000;
  background-color: #fff;  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: .5px;
  overflow-x: hidden;
}
@media screen and (min-width:768px){
  body{
    font-size: 16px;
  }
}
@media screen and (max-width:767px){
  body{
    font-size: 14px;
  }
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  color: #000;
  outline: none;
  transition: .3s;
}
@media screen and (min-width:768px){
  a:hover{
    color: #8a8f8c;
    opacity: .8;
    transition: .3s;
    text-decoration: none;
  }
  a:hover img{
    opacity: 0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
  }  
}
ul li{
  list-style: none;
}
ol,ul{
  list-style: none;
  list-style-type: none;
}
.flex{
  display: flex;
}
.center{
  text-align: center;
}
.inner{
  margin: 0 auto;
  width: 90%;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.font16{
	font-size: 16px !important;
}
.font18{
	font-size: 18px !important;
}

@media screen and (min-width:768px){
  .inner{
    max-width: 1200px;
  }
}
@media screen and (min-width:768px){
  .sp{
    display: none !important;
  }
}
@media screen and (max-width:767px){
  .pc{
    display: none !important;
  }
}
/*header*/
/*header*/
.arakawa-head{
  margin-top: 10px;
}
.top-head{
  position: relative;
}
@media screen and (min-width:768px){
  .top-logobox{
    width: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width:767px){
  .top-logobox{
    margin: 5px auto 0;
    width: 140px;
  }
  .top-logobox a{
    display: block;
  }
}
.top-logo{
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #070707;
}
@media screen and (max-width:767px){
  .top-logo{
    margin: 0 auto;
    max-width: 250px;
    padding: 0 10px;   
  }
  .top-logo img{
    vertical-align: middle;
  }
}
.top-logotext{
  padding-top: 5px;
  text-align: center;
  letter-spacing: .1em;
}
.top-navilist{
  padding-top: 30px;
  justify-content: flex-end;
}
@media screen and (max-width:767px){
  .top-navilist{
    justify-content: center;
  }
}
.top-navilist li:nth-of-type(n+2){
  margin-left: 10px;
}
.top-navilist li a{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1030px){
  .top-navilist li a{
    flex-direction: column;
  }
}
.top-navilist .logo-icon{
  margin-right: 5px;
  width: 20px;
}
.top-navilist .logo-icon img{
  vertical-align: middle;
}
.top-navilist .logo-text{
  margin-top: 5px;
  font-size: 11px;
}
.under-head{
  margin-top: 20px;
  background: #393939;
  padding: 7px 0;
  height: 30px;
}
@media screen and (max-width:767px){
  .under-head{
    margin-top: 10px;
  }
}
.head-news{
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width:768px){
  .head-news{
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .head-news{
    font-size: 13px;
  }
}
/*footer*/
.footer-area{
  padding: 10px 0;
  color: #fff;
  background: #393939;
}
@media screen and (max-width:667px){
  .footer-area{
    padding: 10px 0 60px;
  }
}
.footer-area a{
  color: #fff !important;
}
.foot-logo{
  margin: 0 auto;
}
@media screen and (min-width:768px){
  .foot-logo{
    margin: 50px auto 30px;
    width: 200px;
  }
}
@media screen and (max-width:767px){
  .foot-logo{
    margin: 50px auto 30px;
    width: 180px;
  }
}
@media screen and (min-width:768px){
  .foot-navilist{
    justify-content: center;
  }
}
@media screen and (max-width:767px){
  .foot-navilist{
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px){
  .foot-navilist li{
    width: 44%;
  }
  .foot-navilist li:nth-last-of-type(odd){
    margin: 0 2% 10px 4%; 
  }
  .foot-navilist li:nth-last-of-type(even){
    margin: 0 4% 10px 2%; 
  }
}
@media screen and (min-width:768px){
  .foot-navilist li a{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .foot-navilist li a{
    color: #393939 !important;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    padding: 3px 0;  
    border-radius: 3px;
  }
}
@media screen and (min-width:768px){
  .foot-navilist li a:after{
    margin: 0 5px;
    content: "/";
    display: inline-block;
  }
  .foot-navilist li:last-of-type a:after{
    content: none;
  }
}
.copy{
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}
/*FS用*/
#wrapper{
  width: 90%;
  max-width: 1200px;
}
@media screen and (min-width:768px){
  #wrapper{
    margin: 50px auto 0;
  }
}
@media screen and (max-width:767px){
  #wrapper{
    margin: 20px auto 0;
  }  
}
#wrapper.slim-colum{
  max-width: 950px;
}
/*サイドナビ*/
#sidearea{
  margin-right: 50px;
  width: 220px;
  min-width: 220px;
}　
.side-formbox .head-searchbox{
	position: relative;
  transform: translate(0,0);
  width: 100%;
}
.side-formbox .searchbox{
	flex: 1;
}
.side-formbox .search-text-box{
	width: 100%;
	padding: 7px 8px 5px;
	box-sizing: border-box;
	border-radius: 0;
	border: solid 1px #a3a3a3;
	font-size: 13px;
}
.side-formbox #sbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	width: 35px;
	background: #394059;
}
.side-toplist,
.side-underlist{
  margin-top: 20px;
}
.side-toplist li:nth-of-type(n+2),
.side-underlist li:nth-of-type(n+2){
  margin-top: 10px;
}
#sidearea .side-navi{
  margin-top: 20px;
}
#sidearea .side-navi ul{
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #8a8f8c;
}
#sidearea .side-navi li{
  margin-top: 10px;
}
#sidearea .side-navi li.first{
  position: relative;
  display: block;
}
#sidearea .side-navi li a{
  font-size: 13px;
  padding-left: 30px;
}
#sidearea .side-navi li.first a{
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 15px;
}
#mainarea{
  flex: 1;
}
.fs-c-productActionButton.fs-c-buttonContainer{
  text-align: center;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
  padding: 10px 0;
  display: block;
  color: #000;
  border: 1px solid;
  background: #fff;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width:950px){
  #sidearea{
    display: none !important;
  }  
}
@media screen and (max-width:767px){
  .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
    margin: 0 auto;
  }
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label{
  display: inline-block;
  position: relative;
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label:before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0e0";
  font-size: 18px;
  top: 54%;
  left: -25px;
  transform: translate(0,-50%);
  color: #000;
  position: absolute;
}
/* ログインログアウト */
.logout.my-false{ 
	display: none; 
}
.login.my-true{ 
	display: none;
}
.hamburger.up,
.hamburger.active{
  top: 0;
  transition: .6s;
}
.hamburger.active{
  background: rgba(255,255,255,.4);
}
#wrapper input,
#wrapper select,
#wrapper textarea{
  font-size: 16px;
}
h1.head-logo{
  display: none;
}
.reco-data{
  display: none !important;
}
h1.come-soon{
  margin: 200px 0;
}
@media screen and (max-width:767px){
  h1.come-soon{
    margin: 100px 0;
  }  
}
/*ログインメッセージ*/
.login-reg-box {
  margin: 100px auto 50px;
  max-width: 750px;
  background: #ffefef;
  padding: 30px 4%;
}
.login-reg-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.login-reg-text {
  margin-top: 20px;
  line-height: 2;
}
.login-reg-btn {
  margin-top: 30px;
  text-align: center;
}
.login-reg-btn a {
  margin: 0 auto;
  color: #ff3a3d;
  border: solid 1px #ff3a3d;
  background: #fff;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 90%;
  max-width: 400px;
}
#mainarea{
  flex: 1;
}
@media screen and (max-width:767px){
  #mainarea{
    margin: 0 auto;
    flex: initial;
    width: 90%;
  }  
}
.fs-c-productActionButton.fs-c-buttonContainer{
  text-align: center;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
  padding: 10px 0;
  display: block;
  color: #000;
  border: 1px solid;
  background: #fff;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width:950px){
  #sidearea{
    display: none !important;
  }  
}
@media screen and (max-width:767px){
  .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
    margin: 0 auto;
  }
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label{
  display: inline-block;
  position: relative;
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label:before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0e0";
  font-size: 18px;
  top: 54%;
  left: -25px;
  transform: translate(0,-50%);
  color: #000;
  position: absolute;
}
/* ログインログアウト */
.logout.my-false{ 
	display: none; 
}
.login.my-true{ 
	display: none;
}
.hamburger.up,
.hamburger.active{
  top: 0;
  transition: .6s;
}
.hamburger.active{
  background: rgba(255,255,255,.4);
}
#wrapper input,
#wrapper select,
#wrapper textarea{
  font-size: 16px;
}
h1.head-logo{
  display: none;
}
.reco-data{
  display: none !important;
}
h1.come-soon{
  margin: 200px 0;
}
@media screen and (max-width:767px){
  h1.come-soon{
    margin: 100px 0;
  }  
}
/*ログインメッセージ*/
.login-reg-box {
  margin: 100px auto 50px;
  max-width: 750px;
  background: #ffefef;
  padding: 30px 4%;
}
.login-reg-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.login-reg-text {
  margin-top: 20px;
  line-height: 2;
}
.login-reg-btn {
  margin-top: 30px;
  text-align: center;
}
.login-reg-btn a {
  margin: 0 auto;
  color: #ff3a3d;
  border: solid 1px #ff3a3d;
  background: #fff;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 90%;
  max-width: 400px;
}
.arakawa-head-top{
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width:767px){
  .arakawa-head-top{
    margin: 10px auto;
    width: 60%;
    max-width: 300px;
  }
}
.arakawa-head-logo{
  width: 350px;
}
@media screen and (max-width:1100px) and (min-width:768px){
  .arakawa-head-logo{
    position: absolute;
    left: 0;
    bottom: 5px;
  }
}
.arakawa-head-navi{
  flex: 1;
}
.arakawa-head-navilist{
  justify-content: flex-end;
}
.arakawa-head-navilist li a{
  font-size: 14px;
  border-right: 1px solid;
  padding: 0 10px;
}
.arakawa-head-navilist li:last-of-type a{
  border-right: none;
  padding-right: 0;
}
.arakawa-head-navilist li.insta{
  width: 30px;
}
.arakawa-head-navilist li.insta a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.head-searchbox{
  margin: 0 0 0 auto;
  position: relative;
  border-bottom: 1px solid #333;
  padding: 5px;
  background: transparent;
  width: 230px;
}
@media screen and (max-width:767px){
  .fat-nav .head-searchbox{
    width: 260px;
  }
}
.head-searchbox label{
  margin-right: 5px;
  width: 100%;
}
.head-searchbox label input{
  border: none;
  width: 90%;
  font-size: 13px;
}
@media screen and (max-width:767px){
  .fat-nav .head-searchbox label input{
    font-size: 16px;
    padding: 0;
    background: transparent;
  }
}
.head-searchbox .submit{
  width: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
@media screen and (max-width:767px){
  .fat-nav .head-searchbox .submit{
    top: 45%;
  }
}
.head-searchbox .submit img{
  vertical-align: middle;
}
.arakawa-under-navi{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.arakawa-under-navi.fixed{
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  z-index: 100;
}
.arakawa-under-navilist{
  position: relative;
  padding-right: 45px;
  max-width: 1280px;
  align-items: center;
}
.arakawa-under-navilist li{
  flex: 1;
}
.arakawa-under-navilist li a{
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width:1200px){
  .arakawa-under-navilist li a{
    font-size: 13px;
  }
  .arakawa-under-navilist li a span.none{
    display: none;
  }
}
.arakawa-under-navilist li.none a,
.arakawa-under-navilist li.gift a,
.arakawa-under-navilist li.cart a{
  border-right: none;
}
.arakawa-under-navilist li.gift{
  margin-right: 30px;
  background: #e5e5e5;
}
.arakawa-under-navilist li.gift a{
  padding: 5px 0;
}
.arakawa-under-navilist li.cart{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 45px;
  height: 44px;
  flex: initial;
}
.arakawa-under-navilist li.cart a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #393939;
  padding-right: 3px;
  height: 100%;
}
.arakawa-under-navilist li.cart img{
  width: 20px;
}
.arakawa-under-navilist li.arrow>a{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
}
.arakawa-under-navilist li.arrow>a:after,
.arakawa-under-navilist li.arrow>span:after{
  margin-left: 10px;
  content: "";
  background: url(https://www.arakawa.shop/s/images/sanbi/common/right-arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 12px;
  transform: translateX(2px) rotate(90deg);
}
.panel-box{
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%,0);
  width: 90vw;
  max-width: 1200px;
  pointer-events: none;
  transition: .5s;
}
/*
.arakawa-under-navilist li a:hover + .panel-box {
  opacity: 1;
  z-index: 100000;
  pointer-events: auto;
  transition: .5s;
}
.panel-box:hover{
  opacity: 1;
  z-index: 100000;
  pointer-events: auto; 
  transition: .5s;
}
*/
.panel-head{
  text-align: center;
  transform: translateY(1px);
}
.panel-head img{
  width: 30px;
}
.center .panel-head img{
  transform: translateX(-21px);
}
.right .panel-head img{
  transform: translateX(25vw);
}
.arakawa-under-navilist li a.active + .panel-box {
  opacity: 1;
  z-index: 100000;
  pointer-events: auto;
  transition: .5s;
}
.panel-box.active{
  opacity: 1;
  z-index: 100000;
  pointer-events: auto; 
  transition: .5s;
}
span.nav-btn:hover {
  cursor: pointer;
}
span.nav-btn {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width:1500px){
  .right .panel-head img{
    transform: translateX(380px);
  }
}
.head-cate-list{
  border: 1px solid #231815;
  background: rgba(255,255,255,.95);
  display: flex;
  flex-wrap: wrap;
  padding: 40px 50px;
  max-height: 670px;
  overflow: scroll;
}
.head-cate-list>li{
  margin-right: 5%;
  margin-bottom: 30px;
  width: 30%;
  flex: initial;
}
.head-cate-list>li:nth-of-type(3n){
  margin-right: 0;
}
.head-cate-list .title{
  position: relative;
}
.head-cate-list .title:before{
  content: "";
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-haneri.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head-cate-list .title.seen:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-seen.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.kitsuke:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-komono.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.nagaeri:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-nagasode.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.kimono:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-kimono.png?04252") no-repeat;
  background-size: contain;
}
.head-cate-list .title.cort:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-cort.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.sonota:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-sonota.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.gamaguchi:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-gamaguchi.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.furoshiki:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/sidefuroshiki.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.inden:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-inden.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.asakusa:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-asakusa.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.sensu:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-sensu.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.nenjyu:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-nenjyu.png") no-repeat;
  background-size: contain;
}
.head-cate-list .title.zakka:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-zakka.png") no-repeat;
  background-size: contain;
}
.head-cate-list ul{
  margin-top: 20px;
  padding-left: 10px;
  flex-wrap: wrap;
}
.head-cate-list ul li{
  margin-bottom: 10px;
  flex: initial;
}
.head-cate-list ul li a{
  padding: 0 10px;
  border-right: 1px solid;
  line-height: 1.2;
}
.head-cate-list ul li:last-of-type a{
  border-right: none;
}
.head-cate-list .title{
  margin: 0;
  padding: 0 0 0 60px;
  border-bottom: 2px solid;
  font-weight: 900;
}
.head-cate-list .title a{
  text-align: left;
  padding: 15px 0;
}
/*サイド*/
.side-bnr{
	margin-bottom: 15px;
}
.side-list{
	margin-bottom: 40px;
}
.side-list li{
	font-size: 15px;
	padding-left: 4px;
}
.side-list li a{
	display: block;
	padding: 5px 0;
}
.side-list li.first{
	margin: 20px 0 15px;
	font-weight: 600;
	padding-bottom: 6px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: relative;
	padding:10px 0 10px 40px;
	font-size: 16px;
	line-height: 1.3;
}
.side-list li.wasou{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-komono.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.seen{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-seen.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.kitsuke{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-kitsuke.png) no-repeat left center;
	background-size: 32px;
}
.side-list li.nagaeri{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-nagaeri.png) no-repeat left center;
	background-size: 32px;
}
.side-list li.kimono{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-kimono.png?0426) no-repeat left center;
	background-size: 34px;
}
.side-list li.cort{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-cort.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.other{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-sonota.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.gamaguchi{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-gamaguchi.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.furoshiki{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/sidefuroshiki.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.inden{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-inden.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.asakusa{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-asakusa.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.sensu{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-sensu.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.nenjyu{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-nenjyu.png) no-repeat left center;
	background-size: 34px;
}
.side-list li.zakka{
	background: url(https://www.arakawa.shop/s/images/sanbi/common/side-zakka.png) no-repeat left center;
	background-size: 34px;
}
/*スマホナビ*/
@media screen and (max-width:767px){
  .fat-nav .fat-nav__wrapper{
    margin: 0 auto;
    width: 90%;
  }
  .fat-nav .arakawa-head-logo{
    margin: 30px auto 0;
    width: 70%;
    max-width: 270px;
  }
  .head-searchbox{
    margin: 10px auto 0;
  }
  .cont-btn{
    margin-top: 10px;
  }
  .cont-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    padding: 10px 0;
  }
  .cont-btn a .logo-icon{
    margin-right: 7px;
    width: 22px;
  }
}
.foot-bnr-list{
  margin: 50px auto;
  width: 90%;
  max-width: 1100px;
  justify-content: space-between;
}
@media screen and (max-width:767px){
  .foot-bnr-list{
    flex-direction: column;
  }
}
.foot-bnr-list li{
  width: 49%;
}
@media screen and (max-width:767px){
  .foot-bnr-list li{
    margin-bottom: 10px;
    width: 100%;
  }
}
.insta-box{
  display: flex;
  justify-content: center;
/*   padding-left: 13%; */
	margin-top: 50px;
}
.foot-insta{
  margin-right: 50px;
  width: 30px;
}
.foot-insta .furoshiki a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dccbc2;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 900;
}
.top-foot{
  margin-top: 30px;
  background: #dadada;
  padding: 10px 0;
}
@media screen and (max-width:767px){
  .top-foot{
    padding: 20px 0;
  }
}
.top-foot-list{
  justify-content: center;
}
@media screen and (max-width:767px){
  .top-foot-list{
    flex-wrap: wrap;
  }
}
.top-foot-list li.contact{
  margin-left: 10px;
}
@media screen and (max-width:767px){
  .top-foot-list li{
    margin-bottom: 10px;
  }
  .top-foot-list li.contact{
    margin: 10px auto 0 auto;
    width: 80%;
  }
  .top-foot-list li.contact a{
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.top-foot-list li a{
  font-size: 13px;
  padding: 0 20px;
  border-left: 1px solid;
}
@media screen and (max-width:767px){
  .top-foot-list li:nth-of-type(2) a{
    border-right: 1px solid;
  }
}
.top-foot-list li.border-right a{
  border-right: 1px solid;
}
.top-foot-list li.contact a{
  color: #fff;
  background: #393939;
  border: none;
  padding: 7px 30px;
}
.side-fix-list{
  position: fixed;
  right: 0;
  bottom: 10px;
}
.side-fix-list li{
  margin-bottom: 10px;
  width: 70px;
}
.side-fix-list li:last-of-type{
  margin-bottom: 0;
}
@media screen and (max-width:767px){
  .side-fix-list{
    top: inherit;
    bottom: 0;
  }
  .side-fix-list li{
    width: 60px;
  }
  .fat-nav .side-list{
    margin-top: 20px;
  }
  .fat-nav .side-list li.first{
    margin: 0;
    border-top: none;
    border-bottom: 1px dashed;
    padding: 10px 0 10px 45px;
    font-weight: 400;
  }
  .cont-btn a .logo-icon img{
    vertical-align: middle;
  }
  .fat-navi-list{
    justify-content: space-between;
  }
  .fat-navi-list li{
    width: 49%;
  }
}
.reco-history{
  margin: 50px auto 0;
  width: 90%;
  max-width: 1200px;
}
.reco-history .CrossHead{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}
@media screen and (max-width:767px){
  .reco-history .CrossHead{
    font-size: 16px;
  }
}
.history-list{
  margin-top: 20px;
}
.history-list .slick-slide{
  margin: 0 10px;
  width: 20vw;
  max-width: 200px;
}
.history-list .slick-prev{
  left: -35px;
}
.reco-history .slick-prev:before{
  background: none !important;
  font-family: 'fs-icon' !important;
  content: "\e90b" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 42px;
}
.reco-history .slick-next:before{
  background: none !important;  
  font-family: 'fs-icon' !important;
  content: "\e90c" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 42px;
}
@media screen and (max-width:767px){
  .history-list{
    margin: 20px auto 0;
    width: 90%;
  }
  .history-list .slick-slide{
    width: 33vw;
  }
  .history-list .slick-next{
    right: -10px;
  }
}
#sidearea.top .side-list li.title{
  margin-top: 40px;
}
#sidearea.top .side-list li.title a{
  font-size: 16px;
  font-weight: 900;
  border-left: 12px solid;
  border-bottom: 1px dashed;
  padding: 3px 0 3px 12px;
}
#sidearea.top .side-list li.first{
  margin: 0;
  padding: 15px 0 15px 40px;
  border-top: none;
  border-bottom: 1px dashed;
}
#sidearea.top .side-list li.first a{
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width:768px){
  .history-list li img{
    margin: 0 auto;
    width: auto;
    height: 11.7vw;
    max-height: 150px;
    display: block;
  }
}
@media screen and (max-width:767px){
  .history-list li img{
    margin: 0 auto;
    width: auto;
    height: 33vw;
    display: block;
  }
}
@media screen and (max-width:667px){
  .side-fix-list{
    left: 0;
    bottom: 0 !important;
    display: flex;
    width: 100%;
  }
  .side-fix-list li{
    margin: 0;
    width: 50%;
  }
}
/* スマホ固定ナビ */
.fixed-navi-wrap{
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 5%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 999;
  box-shadow: 0 0 3px #ccc;
}
.fixed-logo{
	width: 23%;
  margin: 0;
  max-width: 100px;
}
.fixed-logo img{
	width: 100%;
}
.fixed-navilist {
	width: 31%;
  align-items: center;
  justify-content: space-between;
  margin-right: 8%;
}
.fixed-navilist li{
	width: 23%;
  max-width: 30px;
}
.fixed-navilist li img{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.head-search-box.search-form-fixed {
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
	background: rgba(255, 255, 255, 0.95);
  padding: 5px 0;
}
.search-form-fixed form.head-searchbox {
  width: 90%;
  max-width: 400px;
  padding: 10px;
  margin: 0 auto;
  background: transparent;
}
.search-form-fixed .head-searchbox .submit{
	right: 10px;
}
.search-form-fixed form label input {
  border: none;
  width: 90%;
  font-size: 13px;
  background: transparent;
}
/* 新ナビ */
.topnavi-area h2 {
  margin-top: 80px;
}
.topnavi-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.topnavi-list li {
  width: calc( 97% / 4);
  align-items: center;
  margin: 10px 1% 0 0;
  position: relative;
}
.topnavi-list li a {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #f8f8f8;
}
.topnavi-list li a:hover{
  background:#f1f1f1;
  color: #000;
}
.topnavi-list li:nth-child(4n) {
  margin-right: 0;
}
.topnavi-img {
  margin-right: 0.5em;
}
	.topnavi-list li a::before {
	  background: url(https://www.arakawa.shop/s/images/sanbi/common/right-arrow-g.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 6px;
    height: 10px;
    content: "";
    position: absolute;
    right: 0.5em;
    top: 40%;
	}
@media screen and (max-width:1000px){
	.topnavi-list li {
	  width: calc( 97% / 3);
	}
	.topnavi-list li:nth-child(3n) {
	  margin-right: 0;
	}
	.topnavi-list li:nth-child(4n) {
	  margin-right: 1%;
	}
}
@media screen and (max-width:767px){
	.topnavi-area h2 {
    margin-top: 60px;
    font-size: 20px;
	}
	.topnavi-list{
		justify-content: space-between;
	}
	.topnavi-list li {
	  width: 48%;
	  align-items: center;
	  margin: 10px 0 0;
	}
	.topnavi-list li:nth-child(4n) {
	  margin-right: 0;
	}
	.topnavi-img img {
    width: 35px;
	}
	.topnavi-name {
	  font-size: 12px;
	  flex: 1;
	}
	section.fatnavi-area {
    padding: 40px 0 0;
	}
	section.fatnavi-area .inner {
    width: 100%;
	}
	section.fatnavi-area h2 {
    font-size: 18px;
	}
	section.fatnavi-area .topnavi-list {
    padding: 10px 0 40px;
	}
}
