@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
}

.sp-only {
  display: none
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block
  }
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP";
  color: #ddd
}

.g-main {
  position: relative
}

.owner {
  padding: 120px 0 0;
  counter-reset: number
}

@media screen and (max-width:768px) {
  .owner .inner {
    padding: 0 calc(100% * (8 / 75))
  }
}

.owner .heading--Lv1 .heading__title {
  font-family: "Yu Mincho", YuMincho;
  font-size: 2.5rem
}

@media screen and (max-width:768px) {
  .owner .heading--Lv1 {
    margin: 50px auto
  }
}

.owner .text-block {
  text-align: center
}

@media screen and (max-width:768px) {
  .owner .text-block {
    text-align: left
  }
}

.owner .heading--Lv3 {
  position: relative
}

.owner .heading--Lv3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff
}

.owner .heading--Lv3 span {
  position: relative;
  padding-right: 10px;
  color: #acacac;
  font-weight: 700;
  background: #080808;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .owner .heading--Lv3 span {
    font-size: 1.9rem
  }
}

.owner .process-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 150px 0 90px
}

.owner .process-list .list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% * (17 / 60))
}

.owner .process-list .list-item:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -40px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg)
}

.owner .process-list .list-item:last-child:after {
  display: none
}

.owner .process-list .list-item.bg-none {
  justify-content: center;
  border: 1px solid #fff
}

.owner .process-list .list-item p {
  padding-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center
}

.owner .process-list .list-item .item-number:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -40px;
  left: 50%;
  width: 56px;
  height: 40px;
  font-size: 2.7rem;
  text-align: center;
  line-height: 40px;
  background: #1c1c1c;
  transform: translate(-50%, -50%)
}

.owner .process-list .list-item .item-number:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  border-top: 15px solid #1c1c1c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  background: 0 0;
  transform: translate(-50%, -50%)
}

.owner .process-list .list-item .item-content {
  position: relative
}

.owner .process-list .list-item .item-content.branch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.owner .process-list .list-item .item-content span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  transform: translate(-50%, -50%)
}

.owner .process-list .list-item .item-content .top-container {
  background: #222
}

.owner .process-list .list-item .item-content .bottom-container {
  border: 1px solid #fff
}

.owner .process-list .list-item .item-content .bottom-container, .owner .process-list .list-item .item-content .top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 45%
}

.owner .process-list .list-item .item-content .bottom-container p, .owner .process-list .list-item .item-content .top-container p {
  padding-bottom: 4px
}

.owner .process-list .list-item .item-content .bottom-container .detail, .owner .process-list .list-item .item-content .top-container .detail {
  font-size: 1rem;
  font-weight: 400;
  text-align: center
}

@media screen and (max-width:768px) {
  .owner .process-list {
    flex-direction: column;
    padding: 90px 0 45px
  }
  .owner .process-list:last-child {
    padding-bottom: 0
  }
  .owner .process-list .list-item {
    width: auto;
    height: calc(100vw * (59 / 102));
    margin-bottom: 100px
  }
  .owner .process-list .list-item:after {
    top: auto;
    right: calc(50% - 10px);
    bottom: -25px;
    transform: rotate(135deg)
  }
  .owner .process-list .list-item:last-child {
    margin-bottom: 0
  }
  .owner .process-list .list-item .item-number:before {
    width: 45px;
    height: 32px;
    font-size: 1.8rem;
    line-height: 32px
  }
  .owner .process-list .list-item .item-number:after {
    top: -20px;
    border-width: 12px 8px 0
  }
  .owner .process-list .list-item .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
  }
  .owner .process-list .list-item .item-content img {
    width: 100%
  }
}

.owner .caution .heading__title {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP";
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:768px) {
  .owner .caution .heading__title {
    font-size: 1.8rem
  }
}

@media screen and (max-width:768px) {
  .owner .caution .caution-list {
    font-size: 1.1rem
  }
}

.owner .heading--Lv3 {
  margin: 77px auto 60px
}

.owner .heading--Lv3.align--c span {
  padding: 0 10px;
  font-size: 2.4rem
}

@media screen and (max-width:768px) {
  .owner .heading--Lv3.align--c span {
    font-size: 1.8rem
  }
}

@media screen and (max-width:768px) {
  .owner .heading--Lv3 {
    margin: 63px auto 40px
  }
}

@media screen and (max-width:768px) {
  .owner {
    padding: 50px 0 0
  }
}

.access {
  margin: 0 auto
}