@import url('https://use.typekit.net/vxs1aoh.css');

.l-container {
  width: 100%;
}

.feature {
  width: 100%;
  background: #f9f9f7;
  padding-bottom: 123px;
  margin-bottom: 130px;
}

.cnt {
  width: 1120px;
  margin: 0 auto;
}

.fadeimg {
  transition: 0.3s;
}

.hdr {
  padding-top: 120px;
  padding-bottom: 120px;
  transition: opacity 1.5s ease, transform 0.5s ease-in-out;
}
.hdr.is-filter {
  opacity: 0;
  transform: scale(0.9);
}

.hdr h1 {
  font-family: 'atten-new';
  font-size: 46px;
  font-weight: 400;
  color: #aaa06f;
  text-align: center;
  letter-spacing: 0.062em;
  margin-bottom: 4px;
}
.hdr p {
  font-size: 16px;
  color: #aaa06f;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

/* =========================================================
各コーデ
========================================================= */
.coords {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f7;
  padding-top: 120px;
  position: relative;
}

.coord {
  position: relative;
}

.width_580 {
  width: 580px;
}
.width_500 {
  width: 500px;
}
.width_450 {
  width: 450px;
}
.width_420 {
  width: 420px;
}
.width_380 {
  width: 380px;
}

/*レイアウト*/
.coord01 {
  margin: 0 120px 0 4px;
}
.coord02 {
  margin: 239px 0 0;
}
.coord02_2 {
  margin: -249px 120px 0 75px;
}
.coord03 {
  margin: 195px 0 82px;
}
.coord04 {
  margin: 0 0 83px 290px;
}
.coord07 {
  margin: -242px 0 0;
}
.coord08 {
  margin: 175px 143px 0 49px;
}
.coord09 {
  margin: -180px 0 0 630px;
}

.coord > a {
  background: #f9f9f7;
  display: block;
  position: relative;
  z-index: 2;
}

/* =========================================================
アニメーション
========================================================= */
.inview {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: 2s;
}
.inview.in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
スライダー
========================================================= */
.feature .slider {
  background: #f9f9f7;
  position: relative;
  z-index: 2;
}
.feature .slick-slider * {
  outline: none;
}

.feature .slick-slide > div {
  display: flex !important;
}

/*ページャ*/
.feature .slick-dots {
  height: 6px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.feature .slick-dots li {
  display: inline-block;
}
.feature .slick-dots li + li {
  margin-left: 15px;
}
.feature .slick-dots li button {
  width: 6px;
  height: 0;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background: #828282;
  padding: 6px 0 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.feature .slick-dots li.slick-active button {
  background: #000;
}

/* =========================================================
背景画像
========================================================= */
.coord03::after,
.coord06::after,
.coord08::after {
  content: '';
  width: 200px;
  height: 451px;
  background: url(../img/bg.png) no-repeat;
  position: absolute;
}
.coord03::after,
.coord06::after {
  top: 275px;
  right: -56px;
}
.coord08::after {
  top: 22px;
  left: -40px;
}

/* =========================================================
動画
========================================================= */
.movie01 {
  margin: 308px 100px 100px 50px;
}
.movie02 {
  margin: 432px 80px 0 77px;
}

/* =========================================================
数字
========================================================= */
.number {
  font-family: 'atten-new';
  font-size: 40px;
  color: #aaa06f;
  text-align: right;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.coord01 .number,
.coord03 .number,
.coord06 .number {
  position: absolute;
}
.coord01 .number,
.coord03 .number {
  top: -5px;
  right: -90px;
}
.coord06 .number {
  top: 14px;
  left: -91px;
}
.coord07 .number,
.coord09 .number {
  text-align: left;
}

/* =========================================================
クレジット
========================================================= */
.items {
  margin-top: 40px;
}
.coord02 .items,
.coord04 .items,
.coord07 .items {
  margin-top: 28px;
}
.items ul {
  display: flex;
  flex-wrap: wrap;
}

.items ul li {
  margin: 0 14px 7px 0;
}
.items ul li a {
  font-family: 'atten-new';
  font-size: 13px;
  color: #000;
}

/* =========================================================
ボタン
========================================================= */
.btn {
  width: 380px;
  margin: 111px auto 0;
}
.btn a {
  box-sizing: border-box;
  height: 64px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.btn a:hover {
  opacity: 0.6;
}
