@charset "utf-8";

/* CSS Document */
.section-eyecatch {
  max-width: none;
  width: 100%;
}

main {
  max-width: none;
  margin-top: 0;
}

.section-eyecatch li,
.section-eyecatch p,
.section-eyecatch span,
.section-eyecatch h3 {
  font-family: serif;
}

footer {
  padding-top: 0;
}

li {
  list-style: none;
}

/*ファーストビュー*/
.i-catch {
  background: #631414;
  padding-top: 115px;
  background-image: url(/images/sale/hatuuri2023/redbg.png);

}

.i-catch img {
  width: 100%;
  padding-top: 0;
  max-width: 1200px;
  margin: auto;
  display: block;
}

.i-catch.sp {
  display: none;
}

/*あいさつ文*/
.message-wrap {
  padding: 75px 0;
  background: #631414;
  background-image: url(/images/sale/hatuuri2023/redbg.png);
}

.message {
  max-width: 1000px;
  margin: auto;
}

.message img {
  width: 100%;
}

.message-s {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: serif;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.gentei {
  margin: 25px auto 60px;
  font-size: 18px;
}

.fst-wrap>p {
  text-align: center;
  font-family: serif;
  color: #ffe6c7;
  font-size: 37px;
  font-weight: bold;
}

.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 30px;
}

.link-common {
  width: 40%;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(2px 4px 3px black);
  margin: 10px;
}

.link-common a {
  color: #FFF;
  display: block;
  font-size: 24px;
  line-height: 2.7;
  font-weight: bold;
  font-family: serif;
}

.link-common:hover {
  background: #ad953e;
}

.link-a {
  background: #1f3759;
}

.link-b {
  background: #2d4a87;
}

.link-c {
  background: #8c372d;
}

.link-d {
  background: #9f5858;
}

/*ナビメニュー*/
.navi-menu {
  background: url(/images/sale/hatuuri2023/goldbox.jpg)no-repeat;
  padding: 13px 0;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 100000;
  width: 100%;
  top: 0;
}

.navi-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.navi-inner li a {
  color: #630A0A;
  font-size: 20px;
  transition: 0.5s;
}

.navi-inner li a:hover {
  color: #FFF;
}

/*目玉商品ー共通*/
.featured {
  padding: 100px 0;
}

.featured-ttl {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 60px;
  font-family: serif;
}

.featured-ttl span {
  color: #DBBD91;
  display: block;
  letter-spacing: 0.1em;
  margin: auto;
  font-size: 18px;
  font-family: serif;
}

.item-wrap {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.item {
  flex-direction: column;
  display: flex;
  width: 48%;
  text-align: center;
  padding: 25px 0;
  transition: 0.5s;
}

.item img {
  width: 100%;
  filter: drop-shadow(3px 2px 3px #5d5d5d);
  max-width: 300px;
  margin-bottom: 10px;
}

.brand {
  font-size: 24px;
  font-family: serif;
  line-height: 1.3;
}

.brand span {
  display: block;
  font-family: serif;
}

.explain {
  max-width: 330px;
  margin: 15px auto;
  text-align: left;
}

.normal-p::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.9px 8px 0 8px;
  border-color: #7b0000 transparent transparent transparent;
  display: inline-block;
  content: "";
  margin-right: 4px;
}

.normal-p {
  color: #7b0000;
}

.normal-p small {
  font-size: 10px;
  color: #7b0000;
}

.special-p {
  background: linear-gradient(180deg, #d82b2b 0%, #770505 50%, #552323 100%);
  color: #FFF;
  max-width: 260px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 5px 0;
  font-family: serif;
  font-size: 26px;
}

.special-p,
.normal-p {
  font-family: revert;
}

.special-p span {
  line-height: 1.2;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  font-family: revert;
}

.special-p small {
  font-size: 10px;
  color: #FFF;
  display: contents;
}

/*目玉商品ーレディス*/
.featured._ladies {
  background: url(/images/sale/hatuuri2023/cloudbgladies.jpg)repeat;
  background-size: cover;
  background-attachment: fixed;

}

.featured._ladies .featured-ttl {
  /* background: url(/images/sale/hatuuri2023/ladiesbg.png)no-repeat; */
  /* background-position: top;  */
}

.item._ladies {
  background: #FFF;
  border: 5px solid #ac9c7c;
}

.item._ladies:hover {
  background: #e7c4c4;
}

/*目玉商品ーメンズ*/
.featured._mens {
  background: url(/images/sale/hatuuri2023/cloudbgmens.jpg)repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #252843;
}

.featured._mens .featured-ttl {
  /* background: url(/images/sale/hatuuri2023/mensbg.png)no-repeat;
  background-position: top; */
}

.item._mens {
  /*background: url(/images/sale/hatuuri2023/wasisilver.jpg);*/
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #85670d;
}

.item._mens:hover {
  background: #a9a9a9;
}

/*ボタンー共通、レディース、メンズ*/
.btns {
  margin: 70px 0;
}

.btn-common {
  width: 570px;
  border-radius: 10px;

  margin: auto;
  text-align: center;
  transition: 0.5s;
  filter: drop-shadow(2px 4px 3px black);
}

.btn-common:hover {
  transform: translateY(-10px);
  border: 1px solid #522604;
}

.btn-common a {
  color: #FFF;
  line-height: 3;
  display: block;
  font-weight: bold;
  font-family: serif;
  font-size: 30px;
}

.btn-a {
  background: #BCA35D;
}

.btn-b {
  margin-top: 30px;
  background: #8E5D0A;
}

.btn-c {
  background: #6f621d;
}

.btn-d {
  margin-top: 30px;
  background: #74723f;
}

/*時計対象ブランド一覧*/
.watch-brand {
  background: #e7d3b9;
  position: relative;
}

.watch-brand .fst-wrap {
  max-width: 1000px;
  margin: auto;
}

.watch-brand .fst-wrap>p {
  color: #7d5a2e;
}

.brand-right {
  position: absolute;
  width: 25%;
  right: 0;
}

.brand-left {
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0;
}

.watch-brand .featured-ttl {
  color: #fff;
  z-index: 100;
  position: relative;
  padding: 100px 0;
  line-height: 1.5;
  margin-bottom: 0;
}

.watch-brand-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  justify-content: space-around;
  padding-bottom: 25px;
  position: relative;
  z-index: 100;
}

.watch-brand-inner {
  width: 210px;
  margin: 0 10px;
  text-align: center;
}

.watch-brand-inner img {
  margin-bottom: 20px;
  transition: 0.5s;
}

.watch-brand-inner img:hover {
  transform: scale(1.1, 1.1);
}

.watch-brand-inner span {
  display: block;
  color: #ac0f0f;
}

.brand-name {
  color: #ac0f0f;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: bold;
  font-family: serif;
}

/*ジュエリー対象商品一覧*/
.jewelry-brand {
  background: #e7d3b9;
}

.jewelry-brand .featured-ttl {
  /* background: url(/images/sale/hatuuri2023/jewelrybg.png)no-repeat;*/
  color: #fff;
  background-position: center;
  z-index: 100;
  position: relative;
  padding: 100px 0;
  line-height: 1.5;
  margin-bottom: 0;
}

.jewelry-brand-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
  justify-content: space-between;
  padding-bottom: 100px;
}

.jewelry-brand-inner {
  width: 48%;
  text-align: center;
}

.jewelry-brand-inner img {
  width: 100%;
  max-width: 380px;
  transition: 0.3s;
}

.jewelry-brand-inner img:hover {
  opacity: 0.5;
}

.mt {
  margin-top: 50px;
}

.gender-btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

.gender {
  font-size: 20px;
  display: inline-block;
  float: left;
  border: 1px solid #FFF;
  width: 40%;
  text-align: center;
  transition: 0.3s;
}

.gender:hover {
  background: #fff;
}

.gender a {
  color: #FFF;
  display: block;
  line-height: 1.9;
}

.gender a:hover {
  color: #8a2020;
}

/*ゆきざきONLINESHOP*/
.online-shop {
  background: #822B2B
}

.online-shop h3 {
  font-size: 36px;
  text-align: center;
  padding: 100px 0;
  color: #C8976C;
}

.online-shop h3 span {
  display: block;
  color: #FFF;
  font-size: 20px;
  margin-top: 15px;
}

.ansin-wrap {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 1000px;
  justify-content: space-between;
  padding-bottom: 80px;
}

.white-card {
  background: #fff;
  padding: 45px 30px;
  width: 48%;
  margin: 0px 6px 20px;
}

.white-card-ttl {
  text-align: center;
  font-size: 22px;
}

.white-card img {
  display: block;
  margin: 25px auto;
}

.link-btn {
  background: #A5966A;
  margin: 30px auto 0;
  width: 200px;
  text-align: center;
  padding: 10px;
}

.link-btn a {
  color: #FFF;
  transition: 0.3s;
}

.link-btn a:hover {
  color: #412006;
}

/*===================================================*/
/*SP*/
/*================================================*/
@media screen and (max-width:768px) {
  .i-catch.sp {
    display: block;
    padding-top: 0;
  }

  .i-catch.pc {
    display: none;
  }

  .message-wrap {
    padding: 50px 0;
  }

  .message-s {
    font-size: 15px;
  }

  .gentei {
    font-size: 12px;
    max-width: 360px;
  }

  .navi-menu {
    padding: 0 0;
  }

  .navi-inner {
    flex-wrap: wrap;
    max-width: 490px;
  }

  .navi-inner li {
    width: 50%;
    text-align: center;
    line-height: 2;
  }

  .navi-inner li a {
    font-size: 16px;
    padding: 0;
  }

  .fst-wrap p {
    font-size: 24px;
  }

  .links {
    flex-direction: column;
    align-items: center;
  }

  .link-common {
    width: 90%;
    max-width: 400px;
    margin: 6px;
  }

  .link-common a {
    font-size: 20px;
  }

  .featured {
    padding: 40px 0;
  }

  .featured-ttl {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 26px;
    padding-top: 0px;
  }

  .item-wrap {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 6px;
  }

  .item {
    padding: 20px 0;
    width: 95%;
    margin-bottom: 20px;
    max-width: 500px;
  }

  .item img {
    width: 200px;
  }

  .brand {
    font-size: 21px;
  }

  .btn-common {
    width: 95%;
    max-width: 500px;
  }

  .btn-common a {
    font-size: 18px;
  }

  .btns {
    margin: 0;
  }

  .btn-b,
  .btn-d {
    margin-top: 15px;
  }

  .brand-right {
    width: 35%;
  }

  .watch-brand .featured-ttl,
  .jewelry-brand .featured-ttl {
    padding: 20px 0;
  }

  .featured._mens,
  .featured._ladies {
    background-attachment: scroll;
    background-size: contain;
  }

  .watch-brand-wrapper {
    justify-content: space-evenly;
    padding-bottom: 0px;
  }

  .watch-brand-inner {
    width: 32%;
    margin: 0;
  }

  .watch-brand-inner img {
    width: 100%;
  }

  .explain {
    font-size: 12px;
    padding: 0 1em;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-name span {
    font-size: 10px;
  }

  .brand-left {
    width: 45%;
  }

  .jewelry-brand-wrapper {
    padding-bottom: 50px;
    justify-content: center;
  }

  .jewelry-brand-inner {
    text-align: center;
  }

  .jewelry-brand-inner img {}

  .gender-btn {
    margin-bottom: 20px;
  }

  .white-card {
    width: 95%;
    max-width: 500px;
    padding: 30px 20px;
  }

  .online-shop h3 {
    font-size: 20px;
    padding: 40px 0;
  }

  .online-shop h3 span {
    font-size: 13px;
    margin-top: 0;
  }

  .ansin-wrap {
    justify-content: center;
    padding-bottom: 70px;
  }

  .gender {
    width: 48%;
  }

  .gender a {
    font-size: 12px;
  }
}

.special-p,
.normal-p {
  display: none;
}