@charset "UTF-8";
/*タイトル ========================================================================*/
#main .ttl_main.collection h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_collection.jpg) no-repeat center center / cover;
}
#main .ttl_main.instrument_chronographs h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_instrument_chronographs.jpg) no-repeat center center / cover;
}
#main .ttl_main.instrument_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_instrument_watches.jpg) no-repeat center center / cover;
}
#main .ttl_main.driver_navigation_chronographs h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_driver_navigation_chronographs.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.frankfurt_financial_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_frankfurt_financial_watches.jpg) no-repeat center center / cover;
}
#main .ttl_main.classic_timepieces h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_classic_timepieces.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.ladies_watches h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_ladies_watches.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;
}
/*collection.html =================================================================*/
#main .collection_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px auto 50px;
}
#main .collection_txt span {
  display: block;
}
#main .collection_box {
  width: 100%;
  height: auto;
}
#main .collection_box a {
  color: #fff;
  text-decoration: none;
}
#main .collection_box .bg-scale {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
}
#main .collection_box .bg-scale p {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 20px #000;
}
#main .collection_box .bg-scale p span {
  display: block;
  font-size: 14px;
}
#main .collection_box .bg-scale:hover:after {
  opacity: 0.7;
  transform: scale(1.2);
  cursor: pointer;
}
#main .collection_box .bg-scale a {
  z-index: 1;
  position: relative;
  display: block;
  padding: 10% 0;
}
#main .collection_box .bg-scale.instrument_chronographs:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_instrument_chronographs.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.instrument_watches:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_instrument_watches.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.driver_navigation_chronographs:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_driver_navigation_chronographs.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.diving_watches:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_diving_watches.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.financial_watches:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_frankfurt_financial_watches.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.classic_timepieces:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_classic_timepieces.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.japan_limited:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_japan_limited.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.ladies_watches:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_ladies_watches.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
#main .collection_box .bg-scale.archive:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_archive.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}
/*大カテゴリー（Instrument Chronographs等）========================================================================*/
#main .copy {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  background-color: #f1f1f1;
  padding: 50px 0;
  margin-top: 30px;
}
#main .copy span {
  display: block;
}
#main ul.category_nav {
  width: 100%;
  height: auto;
  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%;
  height: auto;
  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;
  height: auto;
  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) {
  /*collection.html ========================================================================*/
  #main .collection_txt {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 auto 30px;
  }
  #main .collection_txt span {
    display: block;
  }
  #main .collection_box {
    width: 100%;
    height: auto;
  }
  #main .collection_box a {
    color: #fff;
    text-decoration: none;
  }
  #main .collection_box .bg-scale {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
  }
  #main .collection_box .bg-scale p {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    text-shadow: 1px 1px 20px #000;
  }
  #main .collection_box .bg-scale p span {
    display: block;
    font-size: 14px;
  }
  #main .collection_box .bg-scale:hover:after {
    opacity: 0.7;
    transform: scale(1.2);
    cursor: pointer;
  }
  #main .collection_box .bg-scale a {
    z-index: 1;
    position: relative;
    display: block;
    padding: 10% 0;
  }
  #main .collection_box .bg-scale.instrument_chronographs:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_instrument_chronographs.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.instrument_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_instrument_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.driver:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_driver.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.diving_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_diving_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.financial_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_frankfurt_financial_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.classic_timepieses:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_classic_timepieses.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.japan_limited:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_japan_limited.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.ladies_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_ladies_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.archive:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_archive.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  /*大カテゴリー（Instrument Chronographs等）========================================================================*/
  #main .copy {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    background-color: #f1f1f1;
    padding: 30px 0;
    margin-top: 30px;
  }
  #main .copy span {
    display: block;
  }
  #main ul.category_nav {
    width: 100%;
    height: auto;
    padding: 0;
    list-style: none;
    margin: 30px 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%;
    height: auto;
    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 .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: 33.3%;
    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;
    margin-bottom: 20px;
  }
  #main.diving_watches .inner_box .txt {
    margin-bottom: 50px;
  }
  #main.diving_watches .btn a {
    width: 450px;
    height: auto;
    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;
  }
}
@media screen and (max-width:700px) {
  /*collection.html ========================================================================*/
  #main .collection_txt {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin: 10px auto 30px;
  }
  #main .collection_txt span {
    display: inline;
  }
  #main .collection_box {
    width: 100%;
    height: auto;
  }
  #main .collection_box a {
    color: #fff;
    text-decoration: none;
  }
  #main .collection_box .bg-scale {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  #main .collection_box .bg-scale p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 1px 1px 20px #000;
  }
  #main .collection_box .bg-scale p span {
    display: block;
    font-size: 13px;
  }
  #main .collection_box .bg-scale:hover:after {
    opacity: 0.7;
    transform: scale(1.2);
    cursor: pointer;
  }
  #main .collection_box .bg-scale a {
    z-index: 1;
    position: relative;
    display: block;
    color: #fff;
    padding: 20% 0;
  }
  #main .collection_box .bg-scale.instrument_chronographs:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_instrument_chronographs.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.instrument_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_instrument_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.driver:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_driver.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.diving_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_diving_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.financial_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_frankfurt_financial_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.classic_timepieses:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_classic_timepieses.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.japan_limited:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_japan_limited.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.ladies_watches:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_ladies_watches.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  #main .collection_box .bg-scale.archive:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg_archive.jpg) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
  }
  /*大カテゴリー（Instrument Chronographs等）========================================================================*/
  #main .copy {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    background-color: #f1f1f1;
    padding: 10px 7%;
    margin-top: 20px;
  }
  #main .copy span {
    display: inline;
  }
  #main ul.category_nav {
    width: 100%;
    height: auto;
    padding: 0;
    list-style: none;
    margin: 20px 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%;
    height: auto;
    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 .category_box {
    width: 100%;
    height: auto;
  }
  #main .category_box .ttl_sub {
    width: 100%;
    height: auto;
  }
  #main .category_box .img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    float: none;
  }
  #main .category_box .txt_box {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #f1f1f1;
    float: none;
    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 .txt {
    width: 90%;
    height: auto;
    padding: 20px 5%;
    background-color: #f1f1f1;
    float: none;
  }
  #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: 50%;
    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;
    margin-bottom: 20px;
  }
  #main.diving_watches .inner_box .txt {
    margin-bottom: 50px;
  }
  #main.diving_watches .btn a {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 10px auto 0;
    text-align: center;
    font-size: 14px;
    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: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .img .award img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    float: none;
  }
}