@charset "utf-8";
#arakawa1886-p section {
  background: #fff;
}
.arakawa-head-top{
	margin: 0 auto;
	padding: 14px 0;
	position: relative;
}
.head-searchbox {
  max-width: 230px;
  width: 27%;
}
.imgauto{
	width: 100%;
}
/* スライダー */
.arakawa1886-intro-ttl {
  line-height: 2;
  letter-spacing: 0.3em;
}
.top-slide-1886,
.material-list-1886,
.about-imgs{
  opacity: 0;
  transition: opacity .3s linear;
}
.top-slide-1886.slick-initialized,
.material-list-1886.slick-initialized,
.about-imgs.slick-initialized{
  opacity: 1;
}
.top-slide-1886.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.top-slide-1886 .slick-dots{
	bottom: 10px;
	position: relative;
}
.top-slide-1886 .slick-dots li{
	width: 80px;
	height: 3px;
}
.top-slide-1886 .slick-dots li button{
	width: 80px;
	height: 3px;
	background: #eee;
	padding: 0;
}
.top-slide-1886 .slick-dots li.slick-active button{
	background: #444;
}
.top-slide-1886 .slick-dots li button:before{
	content: none;
}
@media screen and (min-width: 768px){
	.arakawa1886-intro-ttl {
    font-size: 2.8vw;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 40px;
    left: 10%;
    top: 100px;
    z-index: 1;
	}
}
@media screen and (min-width: 1201px){
	.arakawa1886-intro-ttl {
    font-size: 34px;
	}
}
@media screen and (min-width: 1401px){
	.arakawa1886-intro-ttl {
    font-size: 38px;
	}
}
@media screen and (max-width: 767px) {
	.arakawa1886-intro-ttl {
    font-size: 22px;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
	}
	.top-slide-1886 .slick-dots li,
	.top-slide-1886 .slick-dots li button{
		width: 40px;
		height: 3px;
	}
}
/* 共通 */
#arakawa1886-p {
  letter-spacing: .1em;
}
.inner-1886 {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.title-1886 {
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  position: relative;
}
.title-1886 span {
  display: block;
  font-size: 12px;
  color: #888;
  letter-spacing: .15em;
}
.title-1886::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #888;
}
.arakawa-1886-fv {
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px){
	.title-1886-info{
	  padding-left: 80px;
	  width: 35%;	
	  margin-bottom: 0;
	}
	.title-1886 {
	  font-size: 26px;
	}
	.title-1886 span {
	  margin-left: .3em;
	}
	.arakawa-1886-info,
	.arakawa-1886-feature {
	  padding-bottom: 100px;
	}
	.title-1886 {
	  margin-bottom: 20px;
	}
	.title-1886::after {
		margin: 5px 1em 0;
	}

}
@media screen and (max-width: 767px){
	.inner-1886.inner {
		flex-direction: column;
	}
	.title-1886 {
	  font-size: 22px;
	  text-align: center;
	}
	.arakawa-1886-info,
	.arakawa-1886-feature {
	  padding-bottom: 60px;
	}
	.title-1886 {
	  margin-bottom: 10px;
	}
	.title-1886::after {
		margin: 5px auto 0;
	}
}
/* コンセプト */
.arakawa1886-intro-txt{
  line-height: 2;
  font-size: 20px;
}
@media screen and (min-width: 768px){
  .arakawa1886-intro-txt{
    writing-mode: vertical-rl;
    padding: 80px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
	.arakawa1886-intro-txt {
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
	}
}

/* お知らせ */
@media screen and (min-width: 768px){
	.title-1886-info{
	  padding-left: 80px;
	  width: 35%;	
	  margin-bottom: 0;
	}
	.title-1886-info::after{
		content: none;
	}
	.title-1886-info::before {
	  content: "";
	  display: inline-block;
	  margin-right: 1em;
	  width: 60px;
	  height: 1px;
	  background: #888;
	  position: absolute;
	  left: 0;
	  top: 20px;
	}
	.info-list-1886 {
	  flex: 1;
	  display: flex;
	  flex-wrap: wrap;
	}
	.info-list-1886 dt {
	  width: 22%;
	}
	.info-list-1886 dd {
	width: 78%;
	}

}
@media screen and (max-width: 767px){
	.arakawa-1886-info .inner-1886 {
		flex-direction: column;
	}
	.info-list-1886 dt {
	  font-size: 12px;
    color: #888;
    line-height: 1.2;
	}
	.info-list-1886 dd {
		margin-bottom: 10px;
	}
}

/* 特集 */
.feature-list-img {
  margin-bottom: 15px;
}
.feature-list-title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.feature-list-text {
  line-height: 1.4;
}
@media screen and (min-width: 768px){
	.feature-list-1886 {
	  justify-content: space-between;
	}
	.feature-list-1886 li {
	  width: 49%;
	}
	.feature-list-text {
	  font-size: 14px;
	}
	
}
@media screen and (max-width: 767px){
	.feature-list-1886 {
	 flex-direction: column;
	}
	.feature-list-1886 li {
	  margin-bottom: 30px;
	}
	.feature-list-1886 li:last-child {
	  margin-bottom: 0;
	}
	.feature-list-text {
	  font-size: 12px;
	}
	
}
/* カテゴリ別 */
.link-list {
  display: flex;
  margin-bottom: 15px;
}
.link-list li a::after {
  content: "＞";
  font-size: 12px;
  display: inline-block;
  margin-left: 0.3em;
}
.link-list li::before {
  content: "／";
  margin: 0 1em;
}
.link-list li:first-child::before{
  content: none;
}
.product-list-img {
  margin-bottom: 15px;
}
.product-list-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.product-list-price {
  font-size: 12px;
}
.product-list-price span {
  margin-left: .3em;
  font-size: 10px;
}
@media screen and (min-width: 768px){
	.arakawa-1886-ladies,
	.arakawa-1886-mens,
	.arakawa-1886-unisex {
	  padding-bottom: 80px;
	}
	.title-wrap {
	  justify-content: space-between;
	  align-items: flex-end;
	}
	.link-list {
	  font-size: 14px;
	}
	.product-list-1886 li {
	  width: calc( ( 94% / 4 ) );
	  margin-right: 2%;
	}
	.product-list-1886 li:nth-of-type(4n) {
	  margin-right: 0;
	}
	
}
@media screen and (max-width: 767px){
	.arakawa-1886-ladies,
	.arakawa-1886-mens,
	.arakawa-1886-unisex {
	  padding-bottom: 60px;
	}
	.title-wrap {
	  flex-direction: column;
	}
	.link-list {
	  font-size: 10px;
	  justify-content: center;
	}
	.product-list-1886{
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	.product-list-1886 li {
	  width: 47%;
	  margin-bottom: 30px;
	}
	.product-list-1886 li:nth-of-type(n+3) {
	  margin-bottom: 0;
	}
	
}

/* パララックス */
main#arakawa1886-p {
  position: relative;
  background: url(../../images/arakawa1886/top/bg1886.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px){
	.bg-1886 {
	  height: 300px;
	  padding-bottom: 80px;
	}
	
}
@media screen and (max-width: 767px){
	.bg-1886 {
	  height: 200px;
	  padding-bottom: 60px;
	}
	
}

/* 素材で選ぶ */
#arakawa1886-p section.arakawa-1886-material {
  background: #f7f7f7;
}
.title-1886-material {
  text-align: center;
}
.title-1886-material::after {
  margin: 5px auto 0;
}
.material-text {
  text-align: center;
  letter-spacing: .15em;
}
.material-list-img {
  padding-right: 40px;
}
.material-list-img img{
	position: relative;
}
.material-list-img img::before{
	content: "";
	position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #fff;
  border-left: 40px solid #fff;
}
.material-list-1886 li {
  position: relative;
}
h3.material-list-title{
  position: absolute;
  right: 18px;
  writing-mode: vertical-rl;
  top: 0;
  font-size: 14px;
  font-weight: bold;
}
h3.material-list-title span{
	margin-bottom: 1em;
}
.material-list-text {
  padding: 30px 40px 10px 0;
  line-height: 1.4;
  font-size: 12px;
}
.material-link {
  padding: 0 120px 0 0;
  text-align: right;
}
.material-link a {
  font-size: 14px;
  font-weight: bold;
}
.material-list-1886 .slick-prev:before {
  background: url(../../images/arakawa1886/top/arrow-l.svg) no-repeat;
  background-size: contain;
  font-size: 30px;
  color: transparent;
}
.material-list-1886 .slick-next:before {
  background: url(../../images/arakawa1886/top/arrow-r.svg) no-repeat;
  background-size: contain;
  font-size: 30px;
  color: transparent;
  z-index: 10;
}
.material-list-1886 .slick-prev,
.material-list-1886 .slick-next{
	width: 30px;
  height: 30px;
  top: 36%;
  z-index: 99
}

@media screen and (min-width: 768px){
	#arakawa1886-p section.arakawa-1886-material {
	  padding: 80px 0;
	}
	.material-list-1886 {
	    padding: 0 5%;
	}
	.material-text {
	  margin-bottom: 80px;
	}
	.material-list-1886 .slick-prev{
	  left: 0;
	}
	.material-list-1886 .slick-next{
		right: 0;
	}
	
}
@media screen and (max-width: 767px){
	section.arakawa-1886-material .inner-1886{
		width: 100%;
	}
	#arakawa1886-p section.arakawa-1886-material {
	  padding: 40px 0;
	}
	.material-text {
	  width: 90%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 40px;
	}
	.material-list-1886 .slick-prev{
	  left: 3%;
	}
	.material-list-1886 .slick-next{
		right: 3%;
	}

}

/* チェックした商品 */
.about-imgs img {
  padding: 0 7px;
}
/* アバウト */
.title-1886-about {
  letter-spacing: .3em;
  line-height: 1.8;
}
.about-text {
  line-height: 1.8;
  font-size: 13px;
  margin-top: 5px;
}
.link-1886.about-link {
  margin: 30px 0 0;
  text-align: right;
  padding-right: 80px;
}
.link-1886.about-link a,
.material-link a {
  position: relative;
}
.link-1886.about-link a::before,
.material-link a::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -80px;
  width: 80%;
  height: 1px;
  background: #ccc;
}
.link-1886.about-link a::after,
.material-link a::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -80px;
  width: 80%;
  height: 1px;
  background: #000;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.link-1886.about-link a:hover::after,
.material-link a:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 768px){
	.about-logo {
	  margin-bottom: 30px;
	  width: 230px;
	}
	.about-1886-wrap {
		padding: 100px 0;
		width: 90%;
		margin: 0 auto;
	}
	.arakawa-1886-checked{
		padding: 100px 0;
	}
	.title-1886-about {
	  width: 50%;
	}
	.about-text-wrap {
	  flex: 1;
	}
	
}
@media screen and (max-width: 767px){
	.about-1886-wrap {
	  padding: 60px 0;
	}
	.arakawa-1886-checked{
		padding: 60px 0;
	}
	.about-1886-wrap {
    flex-direction: column;;
	}
	.title-1886-about {
	  margin-bottom: 60px;
	}
	.about-logo {
    margin: 0 auto 40px 0;
    width: 60%;
    max-width: 200px;
	}
}

/* インスタ */
h2.title-1886.title-1886-ig {
  text-align: center;
}
h2.title-1886.title-1886-ig::after{
	content: none;
}
h2.title-1886.title-1886-ig::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 30px;
  height: 1px;
  background: #888;
  position: absolute;
  top: 20px;
  left: 0;
  right: 8em;
  margin: auto;
}
.insta-flex-box{
  margin-top: 50px;
  display: flex;
}
.insta-flex-box .insta-list.left{
  margin-right: 10px;
  width: 35%;
}
.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;
}
.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){
  .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{
    margin-top: 30px;
    flex-direction: column;
  }  
  .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 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;
  }  
  .insta-flex-box .insta-list.right{
    width: 100%;
  }
}
/* フェードイン */
.fadein-bx{
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s ease-in-out;
}
.fadein-bx.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.top-anime{
  opacity: 0;
  visibility: hidden;
  transition: 10s ease-in-out;
}
.top-anime.active{
  opacity: 1;
  visibility: visible;
}
/* レコメンド */
.checked-list-1886 .slick-prev:before {
  background: url(../../images/arakawa1886/top/arrow-l.svg) no-repeat;
  background-size: contain;
  font-size: 30px;
  color: transparent;
}
.checked-list-1886 .slick-next:before {
  background: url(../../images/arakawa1886/top/arrow-r.svg) no-repeat;
  background-size: contain;
  font-size: 30px;
  color: transparent;
  z-index: 10;
}
.checked-list-1886 .slick-prev,
.checked-list-1886 .slick-next{
	width: 30px;
  height: 30px;
  top: 36%;
  z-index: 99
}
.checked-list-1886 li{
	margin: 0;
}
.checked-list-1886 .product-list-img,
.checked-list-1886 .product-list-title,
.checked-list-1886 .product-list-price{
	margin: 0 10px;
}
.checked-list-1886 .slick-prev{
  left: 0;
}
.checked-list-1886 .slick-next{
	right: 0;
}
@media screen and (min-width: 768px){
	.checked-list-1886 {
	    padding: 0 3%;
	}
	
}
/* 動画 */
.mp1886 {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.mp1886 video {
  width: 90%;
  max-width: 800px;
  border: 1px solid #eee;
}