h2,
hr {
  display: none;
}

h1 {
  margin: auto;
  max-width: 1200px;
  width: 100% !important;
}

li {
  list-style: none;
}

main {
  max-width: none;
}

.section-eyecatch {
  max-width: none;
  width: auto;
}
.section-eyecatch > .sectioning {
  padding: 0;
}
.section-eyecatch > .sectioning > .main_width {
  max-width: none;
}

.bnr img {
  width: 100%;
}

.bnr-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .bnr-pc {
    display: none;
  }

  .bnr-sp {
    display: block;
  }
}

.chg-select,
.block-itemlist ul,
.section-guide {
  max-width: 1200px;
  margin: auto;
}

.content-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}

.first-text {
  max-width: 1200px;
  margin: 20px auto 90px;
  padding: 0 10px;
}

.first-text p {
  line-height: 1.7;
  text-align: left;
  font-size: 18px;
}

.gray-bg {
  background: #ece9e7;
  content: "";
  display: block;
  width: calc(50% + 450px);
  position: absolute;
  height: 820px;
  z-index: -2;
  /* width: calc(50% + 540px); */
}

/* .gray-bg.noitem {
  height: 620px;
}
.content-wrap.noitem {
  margin-bottom: clamp(130px, 8vw, 200px);
} */
.reco-wrap.nolu {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .reco-wrap.nolu {
    margin-bottom: 75px;
  }
}

.model-wrap {
  margin-bottom: 30px;
}

.model-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  margin: 0;
}

.model-name-block {
  height: 80px;
  width: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #b89a78;
  content: " ";
}

.model-name-text {
  color: #5f4322;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
}

.model-name-text span {
  display: block;
  font-size: 14px;
  text-align: left;
}

.model-img {
  /* z-index: -1; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 440px;
  position: absolute;
  width: 50%;
  right: 10px;
  top: 20%;
}

.model-img p {
  margin-top: 445px;
  display: inline-block;
  margin-left: auto;
  right: 0;
  position: absolute;
}

.model-img p a {
  color: #555555;
}

.nautilus {
  background-image: url("/images/sale/patek2026/nautilus.jpg");
}

.aquanaut {
  background-image: url("/images/sale/patek2026/aquanaut.jpg");
}

.worldtime {
  background-image: url("/images/sale/patek2026/worldtime.jpg");
}

.goldene {
  background-image: url("/images/sale/patek2026/goldene.jpg");
}

.grandc {
  background-image: url("/images/sale/patek2026/grandc.jpg");
}

.celestial {
  background-image: url("/images/sale/patek2026/celestial.jpg");
}

.cubitus {
  background-image: url("/images/sale/patek2026/cubitus.jpg");
}

.calatrava {
  background-image: url("/images/sale/patek2026/calatrava.jpg");
}

.sub-ttl {
  font-size: 36px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
  color: #795d3c;
}
.reco-wrap > .sub-ttl {
  margin-bottom: 20px;
}

.sub-ttl span {
  padding: 0 10px;
  font-size: 14px;
}

.new-ttl {
  background-color: #917451;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: max-content;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 7px;
  max-width: 47%;
  /* white-space: nowrap; */
}

.ref-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 50%;
}

.ref-list li {
  background: #fff;
  border-radius: 12px;
  font-size: 13px;
  margin-right: 10px;
  padding: 0 7px;
  margin-bottom: 7px;
  border: 1px solid darkgray;
  font-weight: bold;
  color: #8a8a8a;
}

.ref-list li span {
  color: grey;
}

.new-product {
  text-align: left;
  width: 50%;
  font-size: 13px;
  margin-bottom: 30px;
  padding-right: 25px;
  color: #442906;
}

.spec-ttl {
  text-align: left;
  font-size: 20px;
  color: #76644f;
}

.spec-list {
  max-width: 1200px;
  margin: 0 0 60px 0;
  width: 48%;
  border-top: 1px solid #99897c;
  padding-top: 5px;
}

.spec-list th {
  color: #76644f;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  width: 100px;
}

.spec-list td {
  color: #76644f;
  font-size: 12px;
}

.darkgray-bg {
  background: #b5a8a2;
  content: "";
  display: block;
  width: 97vw;
  height: 240px;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 41%;
  transform: translateY(-50%);
  max-height: 580px;
}

.reco-wrap {
  position: relative;
}

.reco-list {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.reco-wrap {
  padding: 0 10px;
}

.reco-list li {
  width: 25%;
  text-align: center;
}

.reco-list li a:hover {
  opacity: 0.7;
}

.reco-list li a {
  transition: 0.4s;
}

.reco-list li img {
  width: 100%;
}

.ref {
  margin-top: 10px;
  font-size: 20px;
  color: #5f4322;
  font-weight: bold;
  margin-bottom: 5px;
}

.pri {
  display: none;
  font-size: 13px;
  color: #7f694b;
}

.pri small {
  font-size: 10px;
  color: #7f694b;
}

.com {
  font-size: 13px;
  padding: 0 10px;
  text-align: left;
  color: #442906;
  line-height: 1.3;
  margin-top: 10px;
}

.link-wrap {
  max-width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-left: 50px;
  margin-bottom: 120px;
  transition: 0.3s;
}

.link-wrap a {
  display: inline-block;
}

.bg-arrow {
  background: #a68b67;
  display: inline-block;
  border-radius: 42px;
  height: 63px;
  padding: 20px;
}

.right-arrow {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  line-height: 1;
  position: relative;
  width: 25px;
  height: 1px;
}

.right-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.model-link {
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
  font-size: 26px;
  vertical-align: middle;
  transition: 0.3s;
}

.link-wrap a:hover .model-link {
  color: #836d4a;
}

.link-wrap a:hover .bg-arrow {
  background: #bba98c;
}

.catalog {
  background-color: #e7e1cf;
  text-align: center;
  padding: 50px 10px;
  max-width: 1200px;
  margin: -20px auto 0;
}

.catalog h5 {
  font-size: 32px;
  font-weight: bold;
  color: #022263;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: serif;
  line-height: 1.3;
}

.catalog h5 span {
  display: block;
  color: #022263;
}

.catalog img {
  width: 100%;
  max-width: 1000px;
  margin: 20px 0;
  transition: 0.3s;
}

.catalog img:hover {
  opacity: 0.5;
}

.txt1,
.txt2 {
  color: #847057;
}

.txt1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt1::before,
.txt1::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d2bb8f;
}

.txt1::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}

.txt1::after {
  margin-left: 15px;
  transform: rotate(35deg);
}

.txt2 {
  font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gray-bg {
    width: calc(50% + 310px);
    height: 840px;
  }

  .darkgray-bg {
    padding-top: 20%;
    height: 0;
    top: 42%;
  }
}

/* 768以下すべて */

@media screen and (max-width: 768px) {
  h1 {
    width: 100% !important;
  }

  .first-text {
    margin: 10px auto 40px;
  }

  .first-text p {
    font-size: 12px;
  }

  .gray-bg {
    width: 100%;
    height: 1260px;
    margin-top: 80px;
  }

  .gray-bg.goldene-bg {
    height: 910px;
  }

  .model-img {
    position: relative;
    width: 100%;
    height: 280px;
    margin: auto;
    right: unset;
  }

  .model-name-block {
    height: 65px;
  }

  .model-img p {
    margin-top: 280px;
  }

  .model-name-text {
    font-size: 34px;
  }

  .model-link {
    font-size: 20px;
  }

  .ref-list {
    width: 100%;
  }

  .sub-ttl {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .sub-ttl span {
    display: block;
    padding: 0;
  }

  .new-ttl {
    font-size: 18px;
    max-width: 100%;
  }

  .new-product {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
  }

  .spec-list {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .gray-bg {
    margin-top: 75px;
  }
  .gray-bg._column {
    height: 980px;
  }

  .com {
    font-size: 11px;
    margin-top: 5px;
  }

  .darkgray-bg {
    height: 0;
    padding-top: 85%;
    width: 93vw;
    top: 48%;
  }
  .darkgray-bg._column {
    padding-top: 35%;
    top: 46%;
  }

  .link-wrap {
    padding-top: 0px;
    margin-bottom: 75px;
    padding-left: 7vw;
  }

  .bg-arrow {
    height: 52px;
    padding: 15px 13px 15px 13px;
  }

  .reco-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .reco-list._column {
    flex-direction: column !important;
    align-items: center;
  } */

  .reco-list._column li:nth-child(3),
  .reco-list._column li:nth-child(4) {
    display: none;
  }

  .reco-list li {
    width: 45%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.reco-list li img {
  width: 95%;
  max-width: 265px;
}

@media screen and (min-width: 1300px) {
  .darkgray-bg {
    width: calc(50% + 600px);
  }
}
@media only screen and (max-width: 550px) {
  .spec-list th,
  .spec-list td {
    display: block;
    width: 100%;
  }
  .gray-bg._column {
    height: 1020px;
  }
}
