@charset "UTF-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both
}

.clearfix::after {
  display: block;
  content: "";
  clear: both
}

.firstview {
  background-image: url(../../images/news/firstview.jpg)
}

.firstview--lineup {
  background-image: url(../../images/owner/firstview.jpg);
  position: relative
}

.firstview--brand {
  background-image: url(../../images/brand/firstview.jpg);
  position: relative
}

.firstview--feature {
  background-image: url(../../images/feature/firstview.jpg);
  position: relative
}

.firstview--sellyourwatch {
  background-image: url(../../images/sellyourwatch/firstview.jpg);
  position: relative
}

.firstview__button {
  position: absolute;
  padding: 35px 50px;
  display: flex;
  background: rgba(0, 0, 0, .75);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -70px
}

@media screen and (max-width:768px) {
  .firstview__button {
    bottom: auto;
    top: 100%;
    padding: 25px 5%;
    width: 100%
  }
}

.firstview__button-element {
  width: 335px;
  margin-left: -1px
}

@media screen and (max-width:768px) {
  .firstview__button-element {
    width: 100%
  }
}

.firstview__button-element a {
  display: block;
  font-family: Spectral-Light, sans-serif;
  text-align: center;
  line-height: 1.2;
  padding: 20px 0 15px;
  background: #000;
  border: 1px solid #606060
}

@media screen and (max-width:768px) {
  .firstview__button-element a {
    padding: 15px 0 10px
  }
}

.firstview__button-element a:hover {
  background: #1b1b1b
}

.firstview__button-element a span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px
}

@media screen and (max-width:768px) {
  .firstview__button-element a span {
    font-size: 1.4rem
  }
}

.firstview__button-element a small {
  display: block;
  font-size: 1.3rem
}

@media screen and (max-width:768px) {
  .firstview__button-element a small {
    font-size: 1.1rem
  }
}

.firstview__button-element--active a {
  background: #222
}

.heading--Lv1 {
  margin: 45px auto
}

.heading__title {
  max-width: 700px;
  margin: 100px auto 0
}

.heading__title span {
  letter-spacing: .18em
}

.block_feature h2 {
  font-size: 3rem
}

@media screen and (min-width:769px) {
  .block_feature_lists {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width:768px) {
  .block_feature_lists {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%
  }
}

.block_feature_list {
  width: 325px
}

@media screen and (min-width:769px) {
  .block_feature_list {
    margin-top: 40px
  }
}

@media screen and (max-width:768px) {
  .block_feature_list {
    margin: 40px auto 0
  }
}

.block_feature_list:nth-of-type(1) {
  margin-top: 0
}

@media screen and (min-width:769px) {
  .block_feature_list:nth-of-type(1) {
    width: 100%
  }
}

@media screen and (min-width:769px) {
  .block_feature_list:nth-of-type(1) .thumbnail {
    height: 440px
  }
}

.block_feature_list:nth-of-type(2), .block_feature_list:nth-of-type(3) {
  margin-top: 14px
}

@media screen and (max-width:768px) {
  .block_feature_list:nth-of-type(2), .block_feature_list:nth-of-type(3) {
    margin-top: 40px
  }
}

@media screen and (min-width:769px) {
  .block_feature_list:nth-of-type(even) {
    margin-right: auto
  }
}

.thumbnail {
  width: 100%;
  height: 204px
}

img {
  width: 100%;
  height: 100%
}

.datetime {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: .18em;
  line-height: 1em;
  color: #acacac
}

.title {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  /* line-height: 1; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}