@charset "utf-8";
.homeSec:nth-of-type(even){
  background: #F1F3F5;
}
.homeSec:nth-of-type(odd){
  background: #fff;
}
@media screen and (min-width:768px){
  .homeBnr{
    width: 90%;
    max-width: 1200px;
  }
  #mv,
  #mv-new {
    max-width: 1400px;
    margin: 0 auto;
	}
	.mv-left,
	.mv-right{
		width: 50%;
	}
}
.item-bnr-list{
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:767px){
  .item-bnr-list{
    flex-direction: column;
  }
  #mv-new .flex{
	  flex-direction: column;
  }
	.mv-left,
	.mv-right{
		width: 100%;
	}
	#mv .flex {
    flex-direction: column-reverse;
	}
}
.item-bnr-list li{
  margin-bottom: 20px;
  width: 49%;
}
@media screen and (max-width:767px){
  .item-bnr-list li{
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.reco-box{
  margin-top: 50px;
}
.reco-title-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.reco-cate-title{
  font-size: 18px;
  font-weight: 900;
}
.reco-more a{
  display: flex;
  align-items: center;
  font-size: 13px;
}
.reco-more a:after,
.staff-more a:after{
  margin-left: 5px;
  content: "";
  background: url(https://www.arakawa.shop/s/images/arakawa/common/side-arrow.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 7px;
  display: inline-block;
  transition: .3s;
}
.reco-more a:hover:after{
  transform: translateX(5px);
  transition: .3s;
}
.reco-list{
  margin-top: 20px;
}
@media screen and (max-width:767px){
  .reco-list{
    flex-wrap: wrap;
  }
}
.reco-list li{
  margin-right: 2%;
  width: 23.5%;
}
.reco-list li:nth-of-type(4n){
  margin-right: 0;
}
@media screen and (max-width:767px){
  .reco-list li{
    margin: 0 4% 20px 0;
    width: 48%;
  }
  .reco-list li:nth-of-type(2n){
    margin: 0 0 20px 0;
  }
}
.reco-title{
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width:767px){
  .reco-title{
    font-size: 12px;
  }
}
.reco-price{
  margin-top: 5px;
  font-weight: 900;
}
.insta-area .en{
  margin: 0 auto 10px;
  display: block;
  width: 40px;
}
@media screen and (max-width:767px){
  .insta-area .en{
    width: 30px;
  }
}
.insta-area .tit{
  font-size: 18px;
}
@media screen and (max-width:767px){
  .insta-area .tit{
    font-size: 16px;
  }
}
.insta-list{
  display: flex;
  flex-wrap: wrap;
}
.insta-list li{
  margin: 0 2% 2% 0;
  width: 23.5%;
}
.insta-list li:nth-of-type(4n){
  margin: 0 0 2% 0;
}
@media screen and (max-width:767px){
  .insta-list li{
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .insta-list li:nth-of-type(2n){
    margin: 0 0 4% 0;
    width: 48%;
  }  
}
@media screen and (min-width:768px){
  .homeBnr li.col2.pajama>div{
    width: 49.5%;
  }
}
/* スタッフコーデトップ */
.staffcorde-text {
  margin-top: 10px;
  font-size: 12px;
}
.staff-more {
  width: 1300px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
}
.themeList.staffcorde-list {
    margin-top: 0px;
}
.themeList.staffcorde-list li {
  margin-top: 10px;
}
@media screen and (max-width:767px){
	.staff-more {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
	}
}

