@charset "utf-8";
/*---------------------
セクション名
----------------------*/

.top #event {
  scroll-margin-top: -4px;
}

.top {
  position: relative;
  margin-top: 70px;
}

.top .limit-box {
  background-color: #fff0ee;
  padding-top: 40px;
  padding-bottom: 360px;
}

.top .limit-item {
  position: relative;

}

.top .limit-item .view-more {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translateX(-50%);
}

.instagram {
  position: relative;

}

.btn02 {
  position: absolute;
  top: 13%;
  left: 5.3%;
}

.btn03 {
  position: absolute;
  top: 32.5%;
  left: 55.3%;
}

.btn04 {
  position: absolute;
  top: 51.5%;
  left: 5.5%;
}

.btn05 {
  position: absolute;
  top: 71.3%;
  left: 53.5%;
}

/* SPECIAL 伊原 葵さんによる“秋のニット探し” */
.model {
  position: relative;
}

.model .btn06 {
  position: absolute;
  top: 72.5%;
  right: 13.3%;
}

/* 動画 */
.video {
  position: relative;
}

.video video {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.remark {
  background-color: rgba(255, 155, 189, 0.35);
}

/*---------------------
フッター
----------------------*/
.footer .logo span {
  margin-bottom: 30px;
}

.footer .logo a {
  width: 365px;
}