@charset "UTF-8";

/* ========================================
	watchmaison top.css
======================================== */
@font-face {
  font-display: swap;
  font-family: "digital";
  font-style: normal;
  font-weight: 200;
  src: url(https://www.jr-takashimaya.co.jp/cn/en/watchmaison/common/fonts/DJB-Get-Digital.otf) format("opentype");
}
#top .main .disabled {
  display: none;
}
/* swiper */
.swiper-container {
  position: relative;
  /* margin-bottom: 40px; */
  /* padding-bottom: 33px; */
}
.swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-height: 420px;
  height: 100%;
  background-image: url(https://www.jr-takashimaya.co.jp/cn/en/watchmaison/img/top/swipe_bg.png);
}
.swiper-container a,.swiper-container a img{
  opacity: 1 !important;
}
.swiper-slide {
  text-align: center;
  margin: 0 auto;
}
.swiper-slide img {
  display: inline !important;
  max-width: 100%;
  width: 75rem !important;
}
.slide-navigation {
  display: flex;
  justify-content: center;
  left: 0;
  padding-top: 33px;
  width: 100%;
  padding: 27px 0 42px;
  background: #fff;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 5.7rem;
  height: 8.6rem;
  top: -25.5rem;
  cursor: pointer;
}
.swiper-button-prev {
  left: 0.5rem;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/watchmaison/img/top/ico-arrow-prev.png) no-repeat center center/cover;
}
.swiper-button-next {
  right: 0.5rem;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/watchmaison/img/top/ico-arrow-next.png) no-repeat center center/cover;
}
.swiper-pagination {
  position: relative;
}
.slide-navigation ul {
  display: flex !important;
}
.slide-navigation ul li {
  width: 6rem;
  height: 0.7rem;
  background: #8e8e8e;
  border-radius: 100px;
  margin: 0 15px;
  overflow: hidden;
}
.slide-navigation ul li.slick-active {
  background: #b88763;
}
.slide-navigation ul li button {
  display: block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .swiper-container {
    position: relative;
  }
  .slide-navigation {
    padding: 2.7rem 0 4.1rem;
    background: #fff;
    position: relative;
  }
  .swiper-pagination-bullet {
    width: 4.615vw;
    height: 0.538vw;
    border-radius: 0.269vw;
  }
  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 2.308vw;
  }
}

@media (max-width: 1000px) {
  .slide-navigation {
  }
}

@media (max-width: 750px) {
  .slide-navigation {
    padding: 2.4rem 0 2.3rem;
  }
  .swiper-container {
    /* padding-bottom: 4.267vw; */
  }
  .swiper-container::before {
    background-image: none;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    top: -28.933vw;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 1rem;
    top: -25.3rem;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0.5rem;
    top: -25.3rem;
  }
  .slide-navigation ul li {
    margin: 0 1.5rem;
  }
  .swiper-pagination-bullet {
    width: 8vw;
    height: 0.933vw;
    border-radius: 0.467vw;
  }
  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 4vw;
  }
}

/* ------ blocks ------ */
.news,
.service {
  background-color: #f4f4f4;
}
.brands {
  background-color: #231815;
}

@media (max-width: 1300px) {
}

@media (max-width: 750px) {
  .main .news {
    padding-top: 4.615vw;
    padding-bottom: 14.615vw;
  }
}

/* countdown */
.countdown {
  padding: 8.2rem 0 0;
  text-align: center;
  background: #f4f4f4;
}
.countdown .inner {
  max-width: 75rem;
}
.countdown h2 {
  position: relative;
  padding: 0;
  margin-bottom: 3.5rem;
  line-height: 1.1;
}
.countdown h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
}
.countdown h2 span {
  display: inline-block;
  padding: 0 1em;
  background: #f4f4f4;
  font-size: 3.2rem;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.countdown-output {
  font-size: 2.7rem;
  line-height: 1;
}
.countdown-output span {
  font-family: "digital", sans-serif;
  font-size: 13.4rem;
  color: #b88763;
  letter-spacing: 0.02em;
  min-width: 14rem;
  display: inline-block;
  text-align: right;
}
@media (max-width: 750px) {
  .countdown {
    padding: 8rem 0 0;
  }
  .countdown .inner {
    max-width: 63.8rem;
  }
  .countdown h2 {
    margin-bottom: 2.5rem;
  }
  .countdown h2:before {
  }
  .countdown h2 span {
    padding: 0 0.5rem;
  }
  .countdown-output {
    white-space: nowrap;
    font-size: 2.4rem;
    text-indent: -3rem;
  }
  .countdown-output span {
    font-size: 12rem;
    min-width: 12rem;
    margin-left: 0.6rem;
  }
}
/* news */
.main .news.blocks {
  padding-bottom: 6.2rem;
  padding-top: 8.7rem;
}
.news h2 {
  padding-top: 0;
  margin-bottom: 4.2rem;
}
.main .blocks .blocksBtn > a {
  letter-spacing: 0.05em;
  text-indent: 0.5em;
}
.main .blocks .blocksBtn > a::after {
  right: 4.4rem;
}
.news .newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news .newsList > li {
  flex: 0 0 24%;
  margin:.5%;
  padding: 7.5px;
  max-width: 240px;
  width: 18.462vw;
  background-color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.news .newsList > li .pic {
  max-width: 225px;
  width: 17.308vw;
  border: 1px solid #efefef;
  border-radius: 3px;
  overflow: hidden;
}
.news .newsList > li .pic > img {
  max-width: 225px;
  width: 17.308vw;
}
.news .newsList > li dl {
  padding: 5px;
  line-height: 1.5;
  font-weight: normal;
}
.news .newsList > li dl dt {
  margin-bottom: 5px;
  min-height: 3em;
}
.news .newsList > li dl dd {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1300px) {
  .news .newsList > li {
    padding: 0.577vw;
    border-radius: 0.308vw;
  }
  .news .newsList > li .pic {
    border-radius: 0.231vw;
  }
  .news .newsList > li dl {
    padding: 0.385vw;
  }
  .news .newsList > li dl dt {
    margin-bottom: 0.385vw;
  }
  .news .newsList > li dl dd {
    font-size: 1.154vw;
  }
}

@media (max-width: 750px) {
  .main .news.blocks {
    padding-bottom: 12rem;
    padding-top: 3.1rem;
  }
  .main .blocks .blocksBtn > a::after {
    right: 6.8rem;
  }
  .news h2 {
    margin-bottom: 7rem;
  }
  .news .newsList {
    width: 100%;
    justify-content: flex-start;
  }
  .news .newsList > li {
    flex: 0 0 48%;
    margin: 1%;
    padding: 1rem 1rem 2rem;
    border-radius: 0.667vw;
    max-width: 350px;
    width: 49%;
  }
  .news .newsList > li .pic {
    border-radius: 0.533vw;
  }
  .news .newsList > li .pic,
  .news .newsList > li .pic img {
    max-width: 325px;
    width: 100%;
  }
  .news .newsList > li dl {
    padding: 0.667vw;
    width: 100%;
  }
  .news .newsList > li dl dt {
    margin-bottom: 1.333vw;
  }
  .news .newsList > li dl dd {
    font-size: 2.933vw;
  }
}

/* brands */
.main .blocks.brands {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.main .brands h2 {
  margin-bottom: 4.6rem;
}
.main .brands h2 > span {
  color: #fff;
  margin-top: 0.8rem;
}
.brands .inner > * {
  background-color: #fff;
}
.brands .linkWrap {
  padding: 3rem 3rem 3.8rem;
  display: flex;
}
.brands .linkWrap .brandLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 94rem;
}
.brands .linkWrap .brandLink li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.8rem;
  width: 13.3rem;
  height: 11.5rem;
}
.brands .linkWrap .brandLink li:nth-of-type(5) img {
  min-width: 16rem;
}
.brands .linkWrap .brandLink li:nth-of-type(16) img {
  min-width: 14.3rem;
}
.brands .linkWrap .brandLink li:nth-child(6n + 1) {
  margin-left: 0;
}
.brands .linkWrap .brandLink li:nth-child(n + 7) {
  margin-top: 2.4rem;
}
.brands .linkWrap .brandLink li a > img {
  width: 100%;
}
.brands .linkWrap .brandLink li.patek a > img {
  width: 100%;
}
.brands .linkWrap .brandLink li.cartier a > img {
  width: 10.79rem;
}
.brands .linkWrap .brandLink li.rolex a > img {
  width: 10.36rem;
}
.brands .linkWrap .brandLink li.tudor a > img {
  width: 9.72rem;
}
.brands .linkWrap .brandLink li.alange a > img {
  width: 100%;
}
.brands .linkWrap .brandLink li.blancpain a > img {
  width: 12rem;
}
.brands .linkWrap .brandLink li.breguet a > img {
  width: 12.17rem;
}
.brands .linkWrap .brandLink li.cvstos a > img {
  width: 13rem;
}
.brands .linkWrap .brandLink li.franckmuller a > img {
  width: 12.82rem;
}
.brands .linkWrap .brandLink li.grandseiko a > img {
  width: 12.08rem;
}
.brands .linkWrap .brandLink li.harrywinston a > img {
  width: 100%;
}
.brands .linkWrap .brandLink li.hublot a > img {
  width: 9.72rem;
}
.brands .linkWrap .brandLink li.jaeger a > img {
  width: 13rem;
}
.brands .linkWrap .brandLink li.longines a > img {
  width: 100%;
}
.brands .linkWrap .brandLink li.omega a > img {
  width: 9.99rem;
}
.brands .linkWrap .brandLink li.panerai a > img {
  width: 12.4rem;
}
.brands .linkWrap .brandLink li.tagheuer a > img {
  width: 12.3rem;
}
.brands .linkWrap .brandLink li.vacheron a > img {
  width: 13rem;
}
.brands .inner > .note {
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
}
.brands .inner > .note::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}
.brands .btnArea {
  margin: 0 auto;
  padding: 60px 50px;
  max-width: 1000px;
  width: 100vw;
  background-color: #b88763;
}
.main .blocks.brands .blocksBtn {
  margin-top: 0;
}
.main .blocks.brands .blocksBtn > a {
  color: inherit;
  background-color: #fff;
}
.main .blocks.brands .blocksBtn > a::after {
  border-color: #bba171;
}

@media (max-width: 1300px) {
  .main .blocks.brands {
  }
  .brands .inner > .note::before {
    bottom: -0.769vw;
    margin-left: -0.385vw;
    width: 1.538vw;
    height: 1.538vw;
  }
  .brands .btnArea {
    padding: 4.615vw 3.846vw;
    width: 76.923vw;
  }
}

@media (max-width: 750px) {
  .main .blocks.brands {
    padding-bottom: 0;
  }
  .main .brands h2 {
    padding-top: 10.5rem;
    margin-bottom: 10.1rem;
  }
  .brands .linkWrap {
    display: block;
    padding: 0;
  }
  .brands .linkWrap .brandLink {
    justify-content: space-between;
    max-width: initial;
    width: 100%;
  }
  .brands .linkWrap .brandLink li {
    margin-left: 1rem;
    width: 23rem;
    height: 23rem;
    padding: 0 2.6rem;
  }
  .brands .linkWrap .brandLink li:nth-of-type(5) img {
    min-width: 23.102rem;
  }
  .brands .linkWrap .brandLink li:nth-of-type(16) img {
    min-width: 20.502rem;
  }
  .brands .linkWrap .brandLink li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .brands .linkWrap .brandLink li:nth-child(n + 4) {
    margin-top: 1rem;
  }
  .brands .inner > .note {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .brands .inner > .note::before {
    bottom: -1rem;
    width: 2rem;
    height: 2rem;
    left: 50%;
    margin-left: -1rem;
  }
  .brands .btnArea {
    margin-top: 3.2rem;
    padding: 8rem 0;
    width: 100%;
  }
}

/* service */
#service {
  border-top: 160px solid transparent;
  margin-top: -160px;
}
.main .service {
  padding-bottom: 10rem;
}
.service h2 {
  margin-bottom: 4.5rem;
}
.service .inner > ul {
  display: flex;
  justify-content: space-between;
  padding: 2.3rem 0 5rem;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.service .inner > ul + ul {
  border-top: none;
}
.service .inner > ul li {
  display: flex;
  justify-content: space-between;
  max-width: 477.5px;
  width: 36.731vw;
}
.service .inner > ul li.oneItem {
  max-width: none;
  width: 100%;
}
.service .inner > ul li.oneItem > dl {
  width: calc(100% - 17.65rem);
}
.service .inner > ul li > .thumb,
.service .inner > ul li > .thumb > img {
  width: 15.65rem;
}
.service .inner > ul li > dl {
  width: 30rem;
}
.service .inner > ul li > dl dt {
  color: #b88763;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
.service .inner > ul li > dl dd {
  margin-top: 0.5rem;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 1300px) {
  .service .inner > ul {
    padding: 2.6rem 0 4.7rem;
  }
  #service {
    border-top: 15rem solid transparent;
    margin-top: -15rem;
  }
}

@media (max-width: 750px) {
  #service {
    border-top: 14rem solid transparent;
    margin-top: -14rem;
  }
  .main .service {
    padding-bottom: 5rem;
  }
  .service h2 {
    padding-top: 10.8rem;
    font-size: 4.1rem;
    margin-bottom: 7.5rem;
  }
  .service .inner > ul {
    display: block;
    padding: 4vw 0;
  }
  .service .inner > ul li {
    max-width: inherit;
    width: 100%;
  }
  .service .inner > ul li + li {
    margin-left: 0;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #989898;
  }
  .service .inner > ul li > .thumb {
    width: 22.9rem;
  }
  .service .inner > ul li > .thumb > img {
    width: 23rem;
  }
  .service .inner > ul li > dl {
    width: 45rem;
  }
  .service .inner > ul li.oneItem > dl {
    width: 45rem;
  }
  .service .inner > ul li > dl dt {
    font-size: 3.2rem;
  }
  .service .inner > ul li > dl dd {
    font-size: 2.4rem;
    padding-right: 2rem;
  }
}