@charset "UTF-8";

/* リセットcss */
h1,
h2,
h3,
h4,
h5,
a,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: initial;
}

.section-eyecatch p{
  text-align: initial;
}

.section-eyecatch>.sectioning>.main_width {
  max-width: none;
}

.section-eyecatch>.sectioning{
  padding: 0;
}


/*  */

:root {
  --bg-color: #aabbbb;
  --main-color: #167375;
}

h2 {
  display: none;
}

h1 {
  margin: auto;
  max-width: 1200px;
}

li {
  list-style: none;
}

main {
  max-width: none;
}

.section-eyecatch {
  max-width: none;
  width: auto;
}

/* FV */
.bnr {
  max-width: 1200px;
  margin: 0 auto;
}

.bnr img {
  width: 100%;
}

.chg-select,
.block-itemlist ul,
.section-guide {
  max-width: 1200px;
  margin: auto;
}

.content-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 50px 16px 0;
}

.content-wrap.land{
  margin-bottom: 15%;
}

.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: #ebebeb;
  content: "";
  display: block;
  width: calc(50% + 450px);
  position: absolute;

  height: 880px;
  z-index: -2;
  /* width: calc(50% + 540px); */
}

.gray-bg.land{
  height: calc(6% + 120px);
}

.model-wrap {
  margin-bottom: 10px;
}

.model-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
}

.model-name-block {
  height: 80px;
  width: 5px;
  display: inline-block;
  margin-right: 10px;
  background: var(--main-color);
  content: " ";
}

.model-name-text {
  color: var(--main-color);
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.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: 48%;
  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;
} */

.model-img p {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #d8d8d8;
  transition: 0.3s;
}

.model-img a:hover {
  opacity: 0.6;
}

.daytona {
  background-image: url("/images/sale/rolex2025/daytona.jpg");
}

.model-img.land {
  background-image: url("/images/sale/rolex2025/land.jpg");
}

.sky {
  background-image: url("/images/sale/rolex2025/sky.jpg");
}

.gmt {
  background-image: url("/images/sale/rolex2025/gmt.jpg");
}

.datejust {
  background-image: url("/images/sale/rolex2025/datejust.jpg");
}


.sub-ttl {
  font-size: 36px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0;
  color: var(--main-color);
}

.sub-ttl span {
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
}

.sub-ttl.rec{
  margin: 0 auto 24px;
}

.new-ttl {
  background-color: #585858;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: max-content;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 7px;
  max-width: 50%;
}

p.ref {
  text-align: center;
  color: #167375;
  margin-top: 10px;
}

.ref-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  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;
}

p.new-product {
  text-align: justify;
  width: 50%;
  font-size: 13px;
  margin-bottom: 30px;
  padding-right: 25px;
}

.spec-ttl {
  text-align: left;
  font-size: 20px;
  color: grey;
}

p.com{
  text-align: justify;
}

/* table */
.spec-list {
  margin: 0 0 60px 0;
  width: 50%;
  border-top: 1px solid #c7c7c7;
  padding-top: 5px;
}

.spec-list tr {
  border-bottom: 1px solid #b5b1b1;
  color: gray;
  font-size: 12px;
}

.spec-list th,
.spec-list td {
  border: none;
}

.spec-list th {
  width: 100px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}

.spec-list td {
  padding: 0 5px 5px 5px;
}

/* sp */


@media only screen and (max-width: 550px){
  .spec-list th,
  .spec-list td {
    display: block;
    width: 100%;
  }
}



.darkgray-bg {
  background: var(--bg-color);
  content: "";
  display: block;
  width: 97vw;
  height: 240px;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 37%;
  transform: translateY(-50%);
  max-height: 580px;
}

.reco-wrap {
  position: relative;
}

.reco-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.reco-wrap {
  padding: 0 10px;
}

.reco-list li {
  position: relative;
  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%;
  filter: drop-shadow(5px 5px 5px #aaa);
}

.tagu {
  position: absolute;
  top: 5px;
  width: 80px;
  height: 20px;
  background: #f3ffff;
  border-radius: 9999px;
  color: #487e7e;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #487e7e;
  z-index: 2;
}

.ref {
  font-size: 20px;
  color: #3a576b;
  font-weight: bold;
  margin-bottom: 5px;
}

.com {
  width: 85%;
  margin: 0 auto;
  color: #4a4b49;
  font-size: 13px;
  text-align: justify;
  line-height: 1.3;
  margin-top: 10px;
}

.link-wrap {
  max-width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-left: 24px;
  margin-bottom: 120px;
  transition: 0.3s;
}

.bg-arrow {
  background-color: #167375;
  color: white;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
  border: none;
  cursor: pointer;
}

.bg-arrow:after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.model-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 26px;
  font-weight: bold;
  transition: 0.3s;
}

.link-wrap a:hover .model-link {
  color: #155792;
}

.link-wrap a:hover .bg-arrow {
  background: #68aec8;
}

/* .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,
.rolex_past img:hover {
  opacity: 0.5;
}

/* 関連ページへ */

.related {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
}

.relatedpages {
  margin-bottom: 40px;
  padding: 40px 16px;
  background-color: #ebebeb;
}

.flex-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  column-gap: 32px;
}

.catalog,
.rolex_past {
  width: 46%;
}

.catalog img {
  width: 100%;
  transition: 0.3s;
}

.rolex_past img {
  width: 100%;
  transition: 0.3s;
}

.f-bold {
  font-weight: 600;
  font-size: 14px;
}

.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: 970px;
  }

  .darkgray-bg {
    padding-top: 20%;
    height: 0;
    top: 42%;
  }
}

/* 768以下すべて */

@media screen and (max-width: 768px) {
  .content-wrap{
    padding: 0 10px;
  }
  
  .content-wrap.land{
    margin-bottom:0;
    background-color: #ebebeb;
  }

  .first-text {
    margin: 0px auto 40px;
  }

  .spec-ttl{
    font-size: 14px;
  }

  .first-text p {
    font-size: 12px;
  }

  .gray-bg {
    width: 100%;
    height: 1260px;
    margin-top: 80px;
  }

  .gray-bg.land{
    margin-top: 0;
    background: none;
  }

  .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: 35px;
  }

  .ref{
    font-size: 16px;
  }

  .ref-list {
    width: 100%;
  }

  .sub-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .sub-ttl span {
    display: block;
    font-size: 14px;
    padding-left: 0;
  }

  .new-ttl {
    font-size: 16px;
    max-width: 100%;
  }

  p.new-product {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    margin-bottom: 16px;
    text-align: left;
  }

  .spec-list {
    width: 100%;
    max-width: none;
    margin: 0 0 30px 0;
  }

  .gray-bg {
    margin-top: 75px;
  }

  .com {
    font-size: 12px;
    margin-top: 5px;
  }

  .darkgray-bg {
    height: 0;
    padding-top: 85%;
    width: 95vw;
    top: 38%;
  }

  .link-wrap {
    padding-top: 0px;
    margin-bottom: 75px;
  }

  .bg-arrow {
    width: 52px;
    height: 52px;
    padding: 16px 13px 13px 13px;
  }

  .reco-list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .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: 48%;
    text-align: center;
    margin-bottom: 20px;
  }

  .model-link{
    font-size: 24px;
  }

  .catalog,.rolex_past {
  width: 70%;
  } 

  .catalog {
    margin-bottom: 20px;
  }

  .relatedpages{
    padding: 20px 8px;
  }
}

.reco-list li img {
  width: 100%;
  max-width: 265px;
}

@media screen and (min-width: 1300px) {
  .darkgray-bg {
    width: calc(50% + 600px);
  }
}
