@charset "UTF-8";
/*タイトル ========================================================================*/
#main .ttl_main.product h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_product.jpg) no-repeat center center / cover;
}
#main .ttl_main.new_models h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_new_models.jpg) no-repeat center center / cover;
}
#main .ttl_main.chronographs h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_chronographs.jpg) no-repeat center center / cover;
}
#main .ttl_main.pilot_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_pilot_watches.jpg) no-repeat center center / cover;
}
#main .ttl_main.diving_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_diving_watches.jpg) no-repeat center center / cover;
}
#main .ttl_main.sinn_mission_timers_ezm h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_sinn_mission_timers_ezm.jpg) no-repeat center center / cover;
}
#main .ttl_main.classic_timepieces_ladies_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_classic_timepieces_ladies_watches.jpg) no-repeat center center / cover;
}
#main .ttl_main.japan_limited h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_japan_limited.jpg) no-repeat center center / cover;
}
#main .ttl_main.archive h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_archive.jpg) no-repeat center center / cover;
}
/*product.html =================================================================*/
#main .product_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px auto 50px;
}
#main .product_txt span {
  display: block;
}
#main .inner_box.product {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
#main .product .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
}
#main .product .inner ul li {
  width: 33.33%;
}
#main .product .inner ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#main .product .inner ul li:nth-child(3n) a {
  border-right: none;
}
#main .product .inner ul li:nth-child(7) a, #main .product .inner ul li:nth-child(8) a, #main .product .inner ul li:nth-child(9) a {
  border-bottom: none;
}
#main .product .inner ul li figure {
  width: 60%;
  margin: 0 auto 10px;
}
#main .product .inner ul li p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
#main .product .inner ul li span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  color: #888;
  margin-top: 5px;
}
/*大カテゴリー（Chronographs等）========================================================================*/
#main .copy {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  background-color: #f1f1f1;
  padding: 50px 0;
}
#main .copy span {
  display: block;
}
#main ul.category_nav {
  padding: 0;
  list-style: none;
  margin: 50px auto;
}
#main ul.category_nav a {
  color: #000;
  text-decoration: none;
}
#main ul.category_nav a:hover {
  text-decoration: underline;
}
#main ul.category_nav li {
  float: left;
  padding: 0 2%;
  border-left: solid 1px #ccc;
  margin: 0 auto 10px;
}
#main ul.category_nav li:last-child {
  border-right: solid 1px #ccc;
}
#main .series_box {
  width: 90%;
  padding: 4% 5% 5%;
  background-color: #f1f1f1;
  margin: 0 auto 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .series_box h2 {
  font-size: 30px;
  font-weight: normal;
  color: #999;
}
#main #u1_s_e_mother_earth h2, #main #u1000_s_mother_earth h2 {
  text-align: left;
  line-height: 30px;
}
#main .category_box {
  width: 100%;
  height: auto;
}
#main .category_box .ttl_sub {
  width: 100%;
  height: 500px;
}
#main .category_box .img {
  width: 50%;
  height: 500px;
  background-size: cover;
  background-position: center;
  float: left;
}
#main .category_box .txt_box {
  width: 50%;
  height: 500px;
  padding: 0;
  background-color: #f1f1f1;
  float: right;
  display: table;
}
#main .category_box .txt {
  padding: 0 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main .category_box h2 {
  font-size: 30px;
  font-weight: normal;
  color: #999;
}
#main .category_box ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto;
  list-style: none;
}
#main .category_box ul li {
  width: 25%;
  height: auto;
  float: left;
  text-align: center;
  margin: 0 auto 50px;
  overflow: hidden;
}
#main .category_box ul li img {
  width: 130%;
  height: auto;
  position: relative;
  left: -15%;
}
#main .category_box ul li p {
  color: #000;
  margin: 0 auto;
  font-weight: bold;
}
#main .category_box ul li a {
  color: #000;
  text-decoration: none;
}
/*diving_watches.html ========================================================================*/
#main.diving_watches .copy .btn {
  font-weight: normal;
  line-height: 24px;
}
#main.diving_watches .inner_box .txt {
  margin-bottom: 100px;
}
#main.diving_watches .btn a {
  width: 450px;
  padding: 20px 0;
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #555;
  display: block;
  position: relative;
}
#main.diving_watches .btn a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  right: 20px;
}
/*賞*/
.img {
  position: relative;
}
.img .award {
  width: 100%;
  position: absolute;
  top: 15px;
  right: 10px;
}
.img .award img {
  width: 100px;
  margin: 0 1%;
  float: right;
}
.img .award.left {
  position: absolute;
  top: 15px;
  right: auto;
  left: 10px;
}
.img .award.left img {
  float: none;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  /*product.html =================================================================*/
  #main .product .inner ul li {
    width: 50%;
  }
  #main .product .inner ul li:nth-child(3n) a {
    border-right: solid 1px #ccc;
  }
  #main .product .inner ul li:nth-child(2n) a {
    border-right: none;
  }
  /*大カテゴリー（Chronographs等）========================================================================*/
  #main .copy {
    padding: 30px 0;
  }
  #main .copy span {
    display: block;
  }
  #main ul.category_nav {
    margin: 30px auto;
  }
  #main .category_box ul li {
    width: 33.3%;
  }
  /*diving_watches.html ========================================================================*/
  #main.diving_watches .copy .btn {
    margin-bottom: 20px;
  }
  #main.diving_watches .inner_box .txt {
    margin-bottom: 50px;
  }
  #main .category_box#u15_u16_u18 .ttl_sub {
    height: auto;
  }
  #main .category_box#u15_u16_u18 .img {
    width: 100%;
    height: 400px;
    float: none;
  }
  #main .category_box#u15_u16_u18 .txt_box {
    width: 100%;
    height: auto !important;
    float: none;
  }
  #main .category_box#u15_u16_u18 .txt {
    width: 90%;
    padding: 20px 5%;
    float: none;
  }
}
@media screen and (max-width:700px) {
  /*product.html =================================================================*/
  #main .product_txt {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin: 10px auto 30px;
    width: 90%;
  }
  #main .product_txt span {
    display: inline;
  }
  #main .product .inner ul li {
    width: auto;
    border-right: none;
  }
  #main .product .inner ul li a {
    border-right: none;
  }
  #main .product .inner ul li:nth-child(3n) a {
    border-right: none;
  }
  #main .product .inner ul li:nth-child(2n) a {
    border-right: none;
  }
  #main .product .inner ul li:nth-child(7) a, #main .product .inner ul li:nth-child(8) a, #main .product .inner ul li:nth-child(9) a {
    border-bottom: solid 1px #ccc;
  }
  #main .product .inner ul li:last-child a {
    border-bottom: none;
  }
  #main .product .inner ul li figure {
    width: 75%;
  }
  /*大カテゴリー（Chronographs等）========================================================================*/
  #main .copy {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 7%;
  }
  #main .copy span {
    display: inline;
  }
  #main ul.category_nav {
    margin: 20px auto;
  }
  #main .category_box .ttl_sub {
    height: auto;
  }
  #main .category_box .img {
    width: 100%;
    height: 300px;
    float: none;
  }
  #main .category_box .txt_box {
    width: 100%;
    height: auto;
    float: none;
  }
  #main .category_box .txt {
    width: 90%;
    padding: 20px 5%;
    float: none;
  }
  #main .category_box ul li {
    width: 50%;
  }
  /*diving_watches.html ========================================================================*/
  #main.diving_watches .copy .btn {
    margin-bottom: 20px;
  }
  #main.diving_watches .inner_box .txt {
    margin-bottom: 50px;
  }
  #main.diving_watches .btn a {
    width: 100%;
    margin: 10px auto 0;
    font-size: 14px;
  }
  /*賞*/
  .img {
    position: relative;
  }
  .img .award {
    width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .img .award img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    float: none;
  }
}