html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #293233;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul, li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  background: url(../img/bg-main.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.section-inner {
  position: relative;
  width: 920px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-on {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  content: "";
  text-align: center;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #ecd9b8;
}

@media screen and (max-width: 750px) {
  .section-inner {
    width: 100%;
  }

  .sp-on {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .slick-dots {
    bottom: -8vw;
  }
  .slick-dots li {
    margin: 0 2.6vw;
  }
}
.isView .section-opening h1, .isView .section-opening .list li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-opening {
  text-align: center;
  height: 100vh;
}
.section-opening .img {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 463px;
}
.section-opening .img img {
  width: 100%;
}
.section-opening .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-opening .logo {
  width: 105px;
  margin: 0 auto;
  margin-top: 60px;
}
.section-opening .logo img {
  width: 100%;
}
.section-opening h1 {
  width: 310px;
  margin: 0 auto;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.section-opening h1 img {
  width: 100%;
}
.section-opening .list li {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.section-opening .list li:last-child {
  margin-bottom: 0;
}
.section-opening .list li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.section-opening .list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section-opening .list li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.section-opening .list li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section-opening .list a {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.section-opening .list a:hover {
  color: #ecd9b8;
}

@media screen and (max-width: 750px) {
  .section-opening .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .section-opening h1 {
    width: 58vw;
    width: 70.6666666667vw;
    margin-bottom: 0;
    margin-bottom: 10vw;
  }
  .section-opening .img {
    bottom: 0;
    width: 58vw;
  }
  .section-opening .list li {
    margin-bottom: 5.33333vw;
  }
  .section-opening .list a {
    font-size: 4.5333333333vw;
  }
}
body {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.isView {
  opacity: 1;
}

header {
  display: none;
}

.menuHumberger {
  display: none;
}

.sideArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
}
.sideArea h1 {
  width: 156px;
  margin: 0 auto;
  padding-top: 80px;
  margin-bottom: 70px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sideArea h1:hover {
  opacity: 0.5;
}
.sideArea h1 img {
  width: 100%;
}
.sideArea .list {
  text-align: center;
  margin-bottom: 70px;
}
.sideArea .list li {
  margin-bottom: 25px;
}
.sideArea .list li:last-child {
  margin-bottom: 0;
}
.sideArea .list a {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sideArea .list a:hover {
  color: #ecd9b8;
}
.sideArea .img {
  width: 108px;
  margin: 0 auto;
}
.sideArea .img img {
  width: 100%;
}
.sideArea .img a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sideArea .img a:hover {
  opacity: 0.5;
}

.contentArea {
  padding-left: 230px;
  padding-top: 170px;
}

.section-about .detail-box {
  padding: 75px 0;
  border-bottom: solid 1px #fff;
}
.section-about .detail-box:first-child {
  padding-top: 0;
}
.section-about h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}
.section-about h3 {
  text-align: center;
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.section-about .text {
  font-size: 14px;
  color: #444444;
  line-height: 2;
  margin-bottom: 30px;
}
.section-about .text.mb0 {
  margin-bottom: 0;
}
.section-about .name {
  font-weight: 600;
}
.section-about .url a {
  text-decoration: none;
  border-bottom: solid 1px #444444;
  color: #444444;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-about .url a:hover {
  opacity: 0.5;
}
.section-about .img-logo {
  width: 212px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-about .img-logo img {
  width: 100%;
}
.section-about .img {
  width: 240px;
  margin: 50px 0;
}
.section-about .img img {
  width: 100%;
}

.section-collection {
  padding-top: 160px;
}
.section-collection .section-inner {
  width: 680px;
}
.section-collection h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.section-collection .title-box {
  position: relative;
  margin-top: 160px;
  text-align: center;
}
.section-collection .title-box.mt0 {
  margin-top: 0;
}
.section-collection .title-box h2 {
  margin-bottom: 20px;
}
.section-collection .title-box span {
  display: block;
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  margin-top: 6px;
}
.section-collection .title-box .text-mini {
  font-size: 14px;
  color: #fff;
}
.section-collection .list-watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 160px 0;
}
.section-collection .list-watch.noBorder {
  border-bottom: none;
}
.section-collection .list-watch.top {
  position: relative;
}
.section-collection .list-watch.top:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-collection .list-watch.top li:nth-child(3), .section-collection .list-watch.top li:nth-child(4) {
  margin-bottom: 0;
}
.section-collection .list-watch.middle {
  position: relative;
}
.section-collection .list-watch.middle:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-collection .list-watch.middle li:nth-child(5), .section-collection .list-watch.middle li:nth-child(6) {
  margin-bottom: 120;
}
.section-collection .list-watch.bottom li:nth-child(5), .section-collection .list-watch.bottom li:nth-child(6) {
  margin-bottom: 0;
}
.section-collection .list-watch li {
  width: 280px;
  margin-bottom: 120px;
}
.section-collection .list-watch li img {
  width: 100%;
}
.section-collection .list-watch a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-collection .list-watch a:hover {
  opacity: 0.5;
}
.section-collection .list-watch figure {
  margin-bottom: 25px;
}
.section-collection .list-watch .code {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: "GillSansNova-Light", sans-serif;
}
.section-collection .list-watch .type {
  width: 100px;
  height: 20px;
  font-size: 12px;
  margin: 10px auto 15px auto;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-collection .list-watch .type.white {
  background-color: #fff;
  color: #7d7d7d;
}
.section-collection .list-watch .type.grey {
  background-color: #7d7d7d;
  color: #fff;
}
.section-collection .list-watch .name {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-collection .list-watch .price {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "GillSansNova-Light", sans-serif;
}

.section-shops {
  padding-bottom: 160px;
}
.section-shops h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 90px;
}
.section-shops .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-shops .list-area {
  width: 240px;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-shops .list-area li {
  position: relative;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.section-shops .list-area li:hover {
  cursor: pointer;
}
.section-shops .list-area li:hover:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section-shops .list-area li:hover span {
  opacity: 0.5;
}
.section-shops .list-area li:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-shops .list-area li span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #fff;
  pointer-events: none;
}
.section-shops .list-area li.active {
  background-color: #444444;
}
.section-shops .list-area li.active:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section-shops .content-area {
  width: 660px;
  height: 680px;
  overflow: hidden;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.section-shops .content-area .item-area {
  padding: 20px 0;
  display: none;
}
.section-shops .content-area .item-area .box:last-child .list li:last-child {
  border-bottom: solid 1px #fff;
}
.section-shops .content-area .item-area .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
.section-shops .content-area .item-area .list li:last-child {
  border-bottom: none;
}
.section-shops .content-area .item-area .shop-box {
  width: 420px;
}
.section-shops .content-area .item-area .title {
  padding: 10px 0;
  padding-left: 15px;
  font-size: 16px;
  background-color: #fff;
  color: #444444;
}
.section-shops .content-area .item-area .text {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
  max-width: 400px;
}
.section-shops .content-area .item-area .text span {
  color: #444;
}
.section-shops .content-area .item-area .text a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-shops .content-area .item-area .text a:hover {
  opacity: 0.5;
}
.section-shops .content-area .item-area .text a.js-url {
  margin-top: 10px;
}
.section-shops .content-area .item-area .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.section-shops .content-area .item-area .model:last-child {
  margin-bottom: 0;
}
.section-shops .content-area .item-area .model .text {
  width: 127px;
}
.section-shops .content-area .item-area .model .check {
  display: inline-block;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
  border: solid 1px #444;
  border-radius: 5px;
}
.section-shops .content-area .item-area .model .check.checked {
  background-color: #444;
  color: #fff;
}

.section-news {
  padding-bottom: 160px;
}
.section-news h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 90px;
}
.section-news .list-news li {
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.section-news .list-news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-news .list-news a.no-link:hover {
  opacity: 1;
}
.section-news .list-news a:hover {
  opacity: 0.5;
}
.section-news .list-news .date {
  margin-right: 20px;
}
.section-news .single-area .date {
  font-size: 14px;
  color: #444;
}
.section-news .single-area .title {
  margin: 25px 0 40px 0;
  font-size: 20px;
  color: #444;
  line-height: 1.5;
}
.section-news .single-area figure {
  width: 100%;
  margin-bottom: 40px;
}
.section-news .single-area figure img {
  width: 100%;
}
.section-news .single-area .text {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
.section-news .single-area .text a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-news .single-area .text a:hover {
  opacity: 0.5;
}
.section-news .single-area .line {
  margin-top: 60px;
  margin-bottom: 40px;
  border-top: solid 1px #444;
}
.section-news .single-area .btn-area {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-news .single-area .btn-area.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-news .single-area .btn-area .btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.section-news .single-area .btn-area .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section-news .single-area .btn-area .btn a:hover {
  background-color: #ecd9b8;
}
.section-news .single-area .btn-area .btn.btn-back {
  background-color: #cbcbc3;
}
.section-news .single-area .btn-area .btn.btn-next {
  background-color: #cbcbc3;
}

.section-item {
  padding-bottom: 160px;
}
.section-item .section-inner {
  width: 780px;
}
.section-item h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 90px;
}
.section-item .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-item .slick-slider {
  width: 400px;
}
.section-item .slick-slider .item {
  width: 100%;
  height: 640px;
}
.section-item .slick-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-item .detail-area {
  width: 230px;
}
.section-item .detail-area .title-box .title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-family: "GillSansNova-Light", sans-serif;
}
.section-item .detail-area .title-box .title.mechanical:before {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Mechanical";
  width: 78px;
  height: 20px;
  background-color: #fff;
  color: #7d7d7d;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-item .detail-area .title-box .title.mechanicalgmt:before {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Mechanical GMT";
  width: 115px;
  height: 20px;
  background-color: #fff;
  color: #7d7d7d;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-item .detail-area .title-box .title.quartz:before {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Quartz";
  width: 78px;
  height: 20px;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-item .detail-area .title-box .tag {
  width: 100px;
  height: 20px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
  font-family: "GillSansNova-SemiBold", sans-serif;
}
.section-item .detail-area .title-box .tag.white {
  background-color: #fff;
  color: #7d7d7d;
}
.section-item .detail-area .title-box .tag.grey {
  background-color: #7d7d7d;
  color: #fff;
}
.section-item .detail-area .name {
  color: #fff;
  font-size: 14px;
  font-family: "GillSansNova-SemiBold", sans-serif;
  padding-top: 35px;
  line-height: 1.4;
}
.section-item .detail-area .chronograph {
  color: #fff;
  font-size: 10px;
  font-family: "GillSansNova-SemiBold", sans-serif;
  padding-top: 30px;
  line-height: 1.4;
}
.section-item .detail-area .text-option {
  color: #fff;
  font-size: 14px;
}
.section-item .detail-area .option-box {
  margin-top: 60px;
}
.section-item .detail-area .option-box p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.section-item .detail-area .price-box {
  margin-top: 3px;
}
.section-item .detail-area .price-box .made {
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}
.section-item .detail-area .price-box .price {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "GillSansNova-Light", sans-serif;
}
.section-item .detail-area .price-box .online {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 6px;
}
.section-item .btn-area {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-item .btn-area.noBack {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-item .btn-area.noNext {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-item .btn-area .btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.section-item .btn-area .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section-item .btn-area .btn a:hover {
  background-color: #ecd9b8;
}
.section-item .btn-area .btn.btn-back {
  background-color: #cbcbc3;
}
.section-item .btn-area .btn.btn-next {
  background-color: #cbcbc3;
}

.section-contact .section-inner {
  padding: 160px 0;
  border-top: solid 1px #fff;
}
.section-contact h2 {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.section-contact .title-box {
  text-align: center;
  margin: 100px 0 60px 0;
}
.section-contact .title-box .eng {
  font-family: "GillSansNova-SemiBold", sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}
.section-contact .title-box .jp {
  color: #fff;
  font-size: 14px;
}
.section-contact .img-mail {
  width: 130px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section-contact .img-mail img {
  width: 100%;
}
.section-contact .img-mail a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-contact .img-mail a:hover {
  opacity: 0.5;
}
.section-contact .adress-box .text {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.section-contact .adress-box a {
  color: #fff;
}

footer .section-inner {
  border-top: solid 1px #fff;
  width: 680px;
  padding: 75px 0 90px 0;
}
footer .logo {
  width: 125px;
  margin: 0 auto;
  margin-bottom: 70px;
}
footer .logo img {
  width: 100%;
}
footer .name {
  width: 67px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .name img {
  width: 100%;
}
footer .name a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .name a:hover {
  opacity: 0.5;
}
footer .copy {
  font-family: "GillSansNova-Light", sans-serif;
  font-size: 12px;
  color: #555555;
  text-align: center;
}

[data-page=item] .contentArea {
  padding-top: 90px;
}

@media screen and (max-width: 750px) {
  header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 500;
  }
  header h1 {
    width: 28vw;
    padding-top: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  header h1 img {
    width: 100%;
  }
  header .humberger-box {
    position: fixed;
    top: 0;
    right: 0;
    right: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-color: #000;
  }
  header .humberger-box.active span:nth-child(1) {
    -webkit-transform: translateY(1.4vw) rotate(45deg);
            transform: translateY(1.4vw) rotate(45deg);
  }
  header .humberger-box.active span:nth-child(2) {
    opacity: 0;
  }
  header .humberger-box.active span:nth-child(3) {
    -webkit-transform: translateY(-1.4vw) rotate(-45deg);
            transform: translateY(-1.4vw) rotate(-45deg);
  }
  header .humberger-box .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .humberger-box .bar-box {
    position: absolute;
    width: 5.3333333333vw;
    height: 2.9333333333vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .humberger-box span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  header .humberger-box span:nth-child(1) {
    top: 0;
  }
  header .humberger-box span:nth-child(2) {
    top: 1.3vw;
  }
  header .humberger-box span:nth-child(3) {
    bottom: 0;
  }

  .menuHumberger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
    z-index: 400;
  }
  .menuHumberger .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .menuHumberger .content {
    position: absolute;
    top: 25.3333333333vw;
    right: 2.6666666667vw;
  }
  .menuHumberger .list li {
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .menuHumberger .list li:last-child {
    margin-bottom: 0;
  }
  .menuHumberger .list a {
    font-family: "GillSansNova-SemiBold", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 600;
  }
  .menuHumberger .logo {
    width: 26.6666666667vw;
    margin: 0 auto;
    margin-top: 9.3333333333vw;
  }
  .menuHumberger .logo img {
    width: 100%;
  }

  .menuLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .menuLayer.active {
    visibility: visible;
    opacity: 1;
  }

  .sideArea {
    display: none;
  }

  .contentArea {
    padding-left: 0;
    padding-top: 0;
    padding: 0 4.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .section-about {
    margin-top: 16vw;
  }
  .section-about .detail-box {
    padding: 16vw 0;
  }
  .section-about h2 {
    font-size: 4vw;
    margin-bottom: 13.3333333333vw;
  }
  .section-about h3 {
    font-size: 3.2vw;
    margin-bottom: 4.6666666667vw;
  }
  .section-about .text {
    font-size: 3.2vw;
    margin-bottom: 13.3333333333vw;
  }
  .section-about .text.url {
    margin-bottom: 0;
  }
  .section-about .img-logo {
    width: 50.9333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .section-about .img {
    width: 50vw;
    margin: 5vw 0;
    width: 48vw;
    margin-bottom: 5.3333333333vw;
  }

  .section-collection {
    position: relative;
    padding-top: 15vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-collection .section-inner {
    width: 100%;
  }
  .section-collection .title-box {
    margin-bottom: 0;
    margin-top: 17.3333333333vw;
  }
  .section-collection .title-box h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .section-collection .title-box h2 span {
    font-size: 4vw;
  }
  .section-collection .title-box .text-mini {
    font-size: 3.2vw;
  }
  .section-collection .list-watch {
    margin-top: 0;
    padding: 13.3vw 2vw;
  }
  .section-collection .list-watch.top:before, .section-collection .list-watch.middle:before {
    width: 57.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-collection .list-watch li {
    width: 37.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
  .section-collection .list-watch figure {
    margin-bottom: 5vw;
  }
  .section-collection .list-watch .code {
    font-size: 3vw;
  }
  .section-collection .list-watch .type {
    width: 25vw;
    height: 6vw;
    font-size: 3vw;
    margin: 3vw auto 3vw auto;
    line-height: 6vw;
  }
  .section-collection .list-watch .name {
    font-size: 1.8666666667vw;
  }
  .section-collection .list-watch .price {
    font-size: 3vw;
  }

  .section-shops {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .section-shops h2 {
    font-size: 4vw;
    margin-bottom: 10.6666666667vw;
  }
  .section-shops .flex-box {
    display: block;
  }
  .section-shops .list-area {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    background-color: initial;
    height: 10.6666666667vw;
    color: #fff;
    font-size: 4vw;
    padding: 0 3.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../img/icon-select.png);
    background-repeat: no-repeat;
    background-size: 3.8vw 3vw;
    background-position: right 3.7vw center;
  }
  .section-shops .list-area::-ms-expand {
    display: none;
  }
  .section-shops .content-area {
    width: 100%;
    height: auto;
    height: 200vw;
  }
  .section-shops .content-area .item-area .shop-box {
    width: 100%;
  }
  .section-shops .content-area .item-area .title {
    font-size: 4vw;
    padding-left: 3.7vw;
  }
  .section-shops .content-area .item-area .text {
    font-size: 3.2vw;
    line-height: 4vw;
    margin-bottom: 1vw;
    max-width: initial;
  }
  .section-shops .content-area .item-area .list li {
    display: block;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .section-shops .content-area .item-area .option-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5.3333333333vw;
  }
  .section-shops .content-area .item-area .option-box .model {
    width: 40vw;
    width: initial;
    margin-bottom: 0;
  }
  .section-shops .content-area .item-area .option-box .model .text {
    width: initial;
    font-size: 3.2vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .section-shops .content-area .item-area .option-box .model .check {
    font-size: 3.2vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }

  .section-news {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .section-news h2 {
    font-size: 4vw;
    margin-bottom: 10.6666666667vw;
  }
  .section-news .list-news li {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .section-news .list-news a {
    font-size: 2.4vw;
  }
  .section-news .single-area .date {
    font-size: 3.2vw;
  }
  .section-news .single-area .title {
    margin: 5.3vw 0 11.3vw 0;
    font-size: 4.5333333333vw;
  }
  .section-news .single-area figure {
    margin-bottom: 11.3333333333vw;
  }
  .section-news .single-area .text {
    font-size: 3.2vw;
    line-height: 2;
  }
  .section-news .single-area .btn-area {
    margin-top: 13.3333333333vw;
  }
  .section-news .single-area .btn-area .btn {
    width: 13.3333333333vw;
    height: 8vw;
    line-height: 8vw;
  }
  .section-news .single-area .btn-area .btn a {
    font-size: 3.2vw;
  }

  .section-item {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .section-item h2 {
    font-size: 4vw;
    margin-bottom: 10.6666666667vw;
  }
  .section-item .section-inner {
    width: 100%;
  }
  .section-item .flex-box {
    display: block;
    padding: 0;
  }
  .section-item .slick-slider {
    width: 100%;
  }
  .section-item .slick-slider .item {
    height: auto;
  }
  .section-item .detail-area {
    margin-top: 18.6666666667vw;
    width: 100%;
  }
  .section-item .detail-area .text-option {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .section-item .detail-area .title-box .title {
    font-size: 5.8666666667vw;
  }
  .section-item .detail-area .title-box .title.quartz:before, .section-item .detail-area .title-box .title.mechanical:before {
    width: 23vw;
    height: 6vw;
    font-size: 3vw;
    margin: 0;
    margin-top: 7vw;
    line-height: 6vw;
    top: 0;
  }
  .section-item .detail-area .title-box .tag {
    width: 23vw;
    height: 6vw;
    font-size: 3vw;
    margin: 0;
    margin-top: 2vw;
    line-height: 6vw;
  }
  .section-item .detail-area .name {
    padding-top: 9vw;
    font-size: 3.5vw;
  }
    .section-item .detail-area .chronograph {
    padding-top: 9vw;
    font-size: 3vw;
  }
  .section-item .detail-area .option-box {
    margin-top: 8vw;
    margin-top: 16vw;
  }
  .section-item .detail-area .option-box p {
    font-size: 3.7333333333vw;
  }
  .section-item .detail-area .price-box {
    margin-top: 9.3333333333vw;
    margin-top: 1vw;
  }
  .section-item .detail-area .price-box .made {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
    margin-bottom: 2vw;
  }
  .section-item .detail-area .price-box .price {
    font-size: 4.2666666667vw;
  }
  .section-item .detail-area .price-box .online {
    margin-top: 9.3333333333vw;
    margin-top: 1vw;
    font-size: 4.2666666667vw;
  }
  .section-item .btn-area {
    margin-top: 16vw;
  }
  .section-item .btn-area .btn {
    width: 13.3333333333vw;
    height: 8vw;
    line-height: 8vw;
  }
  .section-item .btn-area .btn a {
    font-size: 3.2vw;
  }

  .section-contact .section-inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .section-contact h2 {
    font-size: 4vw;
  }
  .section-contact .title-box {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .section-contact .title-box .eng {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
  .section-contact .title-box .jp {
    font-size: 3.2vw;
  }
  .section-contact .img-mail {
    width: 28vw;
    margin-bottom: 13.3333333333vw;
  }
  .section-contact .adress-box .text {
    font-size: 3.2vw;
  }

  footer .section-inner {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  footer .logo {
    width: 30vw;
    margin-bottom: 10vw;
  }
  footer .name {
    width: 14.2666666667vw;
    margin-bottom: 6vw;
  }
  footer .copy {
    font-size: 2.4vw;
  }

  [data-page=item] .contentArea {
    padding-top: 0;
    padding: 0 8.6vw;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .section-collection .list-watch.top li:first-child {
    margin-left: -120px;
  }
}
@media all and (max-width: 750px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .section-collection .list-watch.top li:first-child {
    margin-left: -4vw;
  }
}