@charset "utf-8";
.inner{
  max-width: 1080px;
}
.sec-title{
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width:767px){
  .sec-title{
    font-size: 22px;
  }
}
.sec-title span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-title span:before,
.sec-title span:after{
  content: "";
  width: 200px;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.sec-title span:before{
  margin-right: 50px;
}
.sec-title span:after{
  margin-left: 50px;
}
@media screen and (max-width:767px){
  .sec-title span:before,
  .sec-title span:after{
    content: "";
    width: 40px;
    height: 1px;
    background: #232323;
    display: inline-block;
  }
  .sec-title span:before{
    margin-right: 13px;
  }
  .sec-title span:after{
    margin-left: 13px;
  }
}
.top-slide .slick-slide{
  margin: 0 20px;
}
@media screen and (max-width:767px){
  .top-slide .slick-slide{
    margin: 0;
  }
}
.top-slide .slick-slide img{
  width: 100%;
}
.top-slide,
.feature-slide{
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:768px){
  .top-slide{
    height: 32vw;
  }
}
@media screen and (max-width:767px){
  .top-slide{
    height: 62vw;
  }
}
.top-slide.slick-initialized,
.feature-slide.slick-initialized{
  opacity: 1;
}
.intro-area{
  margin-top: 80px;
}
@media screen and (max-width:767px){
  .intro-area{
    margin-top: 50px;
  }
}
.intro-title{
  font-size: 18px;
  letter-spacing: 1px;
}
.intro-logo{
  margin: 30px auto 0;
  width: 250px;
}
@media screen and (max-width:767px){
  .intro-logo{
    width: 50%;
    max-width: 250px;
  }
}
.intro-text{
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width:767px){
  .intro-text{
    margin-top: 30px;
    text-align: left;
  }
}
.cate-list{
  margin-top: 50px;
  justify-content: space-between;
}
@media screen and (max-width:767px){
  .cate-list{
    margin-top: 30px;
    flex-direction: column;
  }
}
.cate-list li{
  width: 33%;
}
@media screen and (max-width:767px){
  .cate-list li{
    margin-bottom: 10px;
    width: 100%;
  }
}
.feature-area{
  margin-top: 100px;
}
@media screen and (max-width:767px){
  .feature-area{
    margin-top: 50px;
  }
}
.feature-area .sec-title span{
  letter-spacing: 1em;
}
@media screen and (max-width:767px){
  .feature-area .sec-title span{
    letter-spacing: .5em;
  }
}
.feature-slide{
  margin-top: 50px;
}
.feature-slide img{
  width: 100%;
}
@media screen and (max-width:767px){
  .feature-slide{
    margin-top: 30px;
  }
}
.feature-slide .slick-slide{
  margin: 0 10px;
}
@media screen and (max-width:767px){
  .feature-slide .slick-slide{
    margin: 0 5px;
  }
}
.feature-slide .slick-prev:before,
.feature-slide .slick-next:before{
  content: "";
  width: 20px;
  height: 30px;
  display: inline-block;
}
.feature-slide .slick-prev:before{
  background: url(https://www.arakawa.shop/s/images/sanbi/common/left-arrow.svg) no-repeat;
  background-size: contain;
}
.feature-slide .slick-next:before{
  background: url(https://www.arakawa.shop/s/images/sanbi/common/right-arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px){
  .feature-slide .slick-prev{
    top: 40%;
    left: -15px;
  }
  .feature-slide .slick-next{
    top: 40%;
    right: -15px;
  }
}
.feature-title{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
.feature-text{
  margin-top: 5px;
}
.cont-area{
  margin-top: 100px;
}
@media screen and (max-width:767px){
  .cont-area{
    margin-top: 50px;
  }  
}
.cont-list{
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:767px){
  .cont-list{
    margin-top: 30px;
    flex-direction: column;
  }
}
.cont-list li{
  margin-bottom: 20px;
  width: 49%;
}
@media screen and (max-width:767px){
  .cont-list li{
    margin-bottom: 10px;
    width: 100%;
  }
}
.wasoukomono-area{
  margin-top: 150px;
}
@media screen and (max-width:767px){
  .wasoukomono-area{
    margin-top: 70px;
  }
}
.wasoukomono-area .sub-text{
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width:767px){
  .wasoukomono-area .sub-text{
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }
}
.wasou-box{
  margin-top: 50px;
}
@media screen and (max-width:767px){
  .wasou-box{
    margin-top: 30px;
  }
}
.wasou-title-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.wasou-cate-title{
  font-size: 22px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px){
  .wasou-cate-title{
    font-size: 18px;
  }
}
.wasou-cate-title:before{
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-haneri.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
@media screen and (max-width:767px){
  .wasou-cate-title:before{
    margin-right: 5px;
    width: 22px;
    height: 22px;
  }
}
.wasou-cate-title.obijime:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-obi.svg") no-repeat;
  background-size: contain;
}
.wasou-cate-title.obijime:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-obi.svg") no-repeat;
  background-size: contain;
}
.wasou-cate-title.hadagi:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-hadagi.svg") no-repeat;
  background-size: contain;
}
.wasou-cate-title.gamaguchi:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-gamaguchi.svg") no-repeat;
  background-size: contain;
}
.wasou-cate-title.huroshiki:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/icon-huroshiki.svg") no-repeat;
  background-size: contain;
}
.wasou-more a{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}
.wasou-list{
  margin-top: 30px;
}
@media screen and (max-width:767px){
  .wasou-list{
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.wasou-list li{
  margin-right: 2.5%;
  width: 18%;
}
.wasou-list li:nth-of-type(5){
  margin-right: 0;
}
.wasou-list li:nth-of-type(n+6){
  display: none;
}
@media screen and (max-width:767px){
  .wasou-list li{
    margin: 0 4% 30px 0;
    width: 48%;
  }
  .wasou-list li:nth-of-type(2n){
    margin: 0 0 30px 0;
  }
  .wasou-list li:nth-of-type(n+5){
    display: none;
  }
}
.wasou-img{
  text-align: center;
}
.wasou-title{
  margin-top: 10px;
  font-size: 13px;
}
.wasou-price{
  margin-top: 5px;
  font-size: 14px;
  font-weight: 900;
}
.wasou-more-large{
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width:767px){
  .wasou-more-large{
    margin-top: 30px;
  }
}
.wasou-more-large a{
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 350px;
  text-align: center;
  color: #fff;
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  padding: 10px 0;
  transition: .3s;
}
.wasou-more-large a:hover{
  color: #3f3f3f;
  background: #fff;
  transition: .3s;
}
.item-area{
  margin-top: 150px;
}
@media screen and (max-width:767px){
  .item-area{
    margin-top: 70px;
  }
}
.item-tab{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  border-bottom: 5px solid #5654a2;
}
@media screen and (max-width:767px){
  .item-tab{
    margin-top: 30px;
  }
}
.item-tab li{
  width: 50%;
  max-width: 540px;
}
.item-tab li a{
  background: #dadada;
  display: block;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.item-tab li a.active{
  color: #fff;
  background: #5654a2;
}
.tab-list{
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width:767px){
  .tab-list{
    margin-top: 30px;
  }
}
.tab-list li{
  margin: 0 2% 2% 0;
  width: 23.5%;
}
.tab-list li:nth-of-type(4n){
  margin-right: 0;
}
@media screen and (max-width:767px){
  .tab-list li{
    margin: 0 4% 30px 0;
    width: 48%;
  }
  .tab-list li:nth-of-type(2n){
    margin: 0 0 30px 0;
  }
}
.rank-area .tab-list>li>a{
  display: block;
  position: relative;
}
.rank-area .tab-list>li>a:before{
  content: "1";
  width: 28px;
  height: 28px;
  color: #fff;
  background: #5654a2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 14px;
  border-radius: 50%;
}
@media screen and (max-width:767px){
  .rank-area .tab-list>li>a:before{
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}
.rank-area .tab-list>li:nth-of-type(2)>a:before{
  content: "2";
}
.rank-area .tab-list>li:nth-of-type(3)>a:before{
  content: "3";
}
.rank-area .tab-list>li:nth-of-type(4)>a:before{
  content: "4";
}
.rank-area .tab-list>li:nth-of-type(5)>a:before{
  content: "5";
}
.rank-area .tab-list>li:nth-of-type(6)>a:before{
  content: "6";
}
.rank-area .tab-list>li:nth-of-type(7)>a:before{
  content: "7";
}
.rank-area .tab-list>li:nth-of-type(8)>a:before{
  content: "8";
}
.tab-panel{
  display: none;
}
.tab-panel.show{
  display: block;
}
@media screen and (max-width:767px){
  .tab-panel{
    width: 85%;
  }
}
.itemcate-list{
  margin-top: 50px;
}
@media screen and (max-width:767px){
  .itemcate-list{
    margin-top: 30px;
  }
}
.itemcate-list dt{
  margin-top: 30px;
  background: #dadada;
  padding: 5px 0 5px 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 900;
}
@media screen and (max-width:767px){
  .itemcate-list dt{
    font-size: 17px;
  }
}
.itemcate-list dt:before{
  content: "";
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-haneri.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px){
  .itemcate-list dt:before{
    width: 50px;
    height: 50px;
    left: -10px;
  }
}
.itemcate-list dt.seen:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-seen.png") no-repeat;
  background-size: contain;  
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dt.kitsuke:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-komono.png") no-repeat;
  background-size: contain;
}
.itemcate-list dt.nagaeri:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-nagasode.png") no-repeat;
  background-size: contain;
}
.itemcate-list dt.kimono:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-kimono.png") no-repeat;
  background-size: contain;
}
.itemcate-list dt.cort:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-cort.png") no-repeat;
  background-size: contain;
}
.itemcate-list dt.sonota:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/top/cate-sonota.png") no-repeat;
  background-size: contain;
}
.itemcate-list dt.gamaguchi:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-gamaguchi.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;
}
.itemcate-list dt.furoshiki:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/sidefuroshiki.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dt.inden:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-inden.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dt.asakusa:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-asakusa.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dt.sensu:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-sensu.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dt.zakka:before{
  background: url("https://www.arakawa.shop/s/images/sanbi/common/side-zakka.png") no-repeat;
  background-size: contain;
  border: 1px solid #2b201d;
  border-radius: 50%;  
}
.itemcate-list dd{
  margin-top: 20px;
  padding-left: 70px;
}
@media screen and (max-width:767px){
  .itemcate-list dd{
    padding-left: 40px;
  }
}
.itemcate-list dd>ul{
  flex-wrap: wrap;
}
.itemcate-list dd>ul li{
  margin-bottom: 5px;
}
.itemcate-list dd>ul a{
  display: inline-block;
  border-right: 1px solid;
  padding: 0 20px;
}
@media screen and (max-width:767px){
  .itemcate-list dd>ul a{
    padding: 0 10px;
  }
}
.itemcate-list dd>ul li:last-of-type a{
  border-right: none;
}
.insta-area{
  margin-top: 70px;
  background: #f4f4ef;
  padding: 100px 0;
}
@media screen and (max-width:767px){
  .insta-area{
    margin-top: 50px;
    padding: 50px 0;
  }
}
.insta-icon{
  margin: 0 auto;
  width: 40px;
}
@media screen and (max-width:767px){
  .insta-icon{
    width: 30px;
  }
}
.insta-id{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}
.insta-flex-box{
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width:767px){
  .insta-flex-box{
    margin-top: 30px;
    flex-direction: column;
  }  
}
.insta-flex-box .insta-list.left{
  margin-right: 10px;
  width: 35%;
}
@media screen and (min-width:768px){
  .insta-flex-box .insta-list.left li img{
    object-fit: cover;
    width: 100%;
    height: 37.6vw;
    max-height: 460px;
  }
  .insta-flex-box .insta-list.right li img{
    object-fit: cover;
    width: 100%;
    height: 18.5vw;
    max-height: 224px;
  }
}
@media screen and (max-width:767px){
  .insta-flex-box .insta-list.left{
    margin: 0 0 10px 0;
    width: 100%;
  }  
  .insta-flex-box .insta-list.left li img{
    object-fit: cover;
    width: 100%;
    height: 85vw;
  }
  .insta-flex-box .insta-list.right li img{
    object-fit: cover;
    width: 100%;
    height: 44.2vw;
  }  
}
.insta-flex-box .insta-list.right{
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.insta-flex-box .insta-list.right li{
  margin: 0 1.5% 1.5% 0;
  width: 32.3%;
}
.insta-flex-box .insta-list.right li:nth-of-type(3n){
  margin: 0 0 1.5% 0;
}
@media screen and (max-width:767px){
  .insta-flex-box .insta-list.right li{
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .insta-flex-box .insta-list.right li:nth-of-type(3n){
    margin: 0 2% 2% 0;
  }  
  .insta-flex-box .insta-list.right li:nth-of-type(2n){
    margin: 0 0 2% 0;
  }  
}
@media screen and (max-width:767px){
  .insta-flex-box .insta-list.right{
    width: 100%;
  }
}
.insta-flex-box .insta-list.left li:nth-of-type(n+2),
.insta-flex-box .insta-list.right li:first-of-type{
  display: none !important;
}
.foot-reco #_rcmdjp_display_2{
  display: none !important;
}
@media screen and (min-width:768px){
  .reco-history{
    margin-top: 70px;
  }
}
@media screen and (max-width:767px){
  .reco-history{
    margin-top: 50px;
  }
}
.top-slide .slick-prev,
.top-slide .slick-next{
  z-index: 100;
  width: inherit;
  height: inherit;
}
.top-slide .slick-prev{
  left: 21.5vw;
}
.top-slide .slick-next{
  right: 21.5vw;
}
@media screen and (max-width:767px){
  .top-slide .slick-prev{
    left: 0;
  }
  .top-slide .slick-next{
    right: 0;
  }  
}
.top-slide .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: 54px;
}
.top-slide .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: 54px;
}
/* 特集バナーリスト */
.feature-list {
  display: flex;
  flex-wrap: wrap;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.feature-list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width:768px){
	.feature-list {
	  margin-top: 50px;
	}
	.feature-list li {
	  width: calc( 96% / 3 );
	  margin: 0 2% 20px 0;
	}
	.feature-list li:nth-last-of-type(-n+3){
		margin-bottom: 0;
	}
}
@media screen and (max-width:767px){
	.feature-list {
		justify-content: space-between;
	  margin-top: 30px;
	}
	.feature-list li {
	  width: 48%;
	  margin-bottom: 15px;;
	}
	.feature-list li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}

}
