@charset "UTF-8";
/* ========================================
   Mixin
======================================== */
/* Tablet以上 */
/* PC */
/* Tabletのみ */
/* SP */
/* Flex中央寄せ */
/* 横幅中央寄せ */
/* 画像を幅いっぱいに */
/* 1行省略 */
/* 複数行省略 */
.p-rolex-fv {
  padding: 50px 0 60px;
  background: url("../../assets/images/bg-fv-01.jpg") no-repeat;
  background-size: 100% 100%;
}
.p-rolex-fv__main {
  position: relative;
  margin: 0 auto 22px;
  width: 100%;
  max-width: 960px;
}
.p-rolex-fv__content {
  position: relative;
  width: 68%;
}
.p-rolex-fv__catch {
  width: 100%;
  padding-top: 15px;
}
.p-rolex-fv__description {
  width: 90%;
  max-width: 540px;
  margin: 20px 0 35px 4%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__description {
    width: 85%;
    margin: 15px 0 25px 4%;
  }
}
.p-rolex-fv__description-title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #14183c;
  color: #18204f;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__description-title {
    font-size: 26px;
  }
}
.p-rolex-fv__description-text {
  margin: 18px 0 0 10px;
  color: #18204f;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__description-text {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .p-rolex-fv__description-text {
    font-size: 11.5px !important;
  }
}
.p-rolex-fv__watch {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 0;
  max-width: 365px;
  width: 40%;
}
.p-rolex-fv__features {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 10px;
}
.p-rolex-fv__results {
  position: relative;
  margin-top: 25px;
  padding: 30px 40px 20px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__results {
    margin-top: 10px;
    padding: 20px 40px 15px;
  }
}
.p-rolex-fv__results::before {
  position: absolute;
  top: 34%;
  left: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results01.png") no-repeat;
  background-size: 100%;
  content: "";
}
.p-rolex-fv__results::after {
  position: absolute;
  top: 34%;
  right: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results02.png") no-repeat;
  background-size: 100%;
  content: "";
}
.p-rolex-fv__results-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 25px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__results-title {
    margin: 0 0 10px;
    font-size: 26px;
  }
}
.p-rolex-fv__results-title::before, .p-rolex-fv__results-title::after {
  height: 1px;
  background: #ccc;
  content: "";
  flex: 1;
}
.p-rolex-fv__results-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.p-rolex-fv__result {
  position: relative;
  padding: 0 35px 28px 35px;
  text-align: center;
}
.p-rolex-fv__result + .p-rolex-fv__result {
  padding-top: 10px;
  border-left: 1px dotted #bbb;
}
.p-rolex-fv__result-label {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__result-label {
    font-size: 24px;
  }
}
.p-rolex-fv__result-number {
  margin: 8px 0 0;
}
.p-rolex-fv__result-number strong {
  color: #d7a03b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__result-number strong {
    font-size: 40px;
  }
}
.p-rolex-fv__result-number span {
  margin-left: 5px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__result-number span {
    font-size: 22px;
  }
}
.p-rolex-fv__result-rating {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
.p-rolex-fv__result-rating span {
  color: #d7a03b;
}
.p-rolex-fv__result-note {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  color: #555;
  font-size: 13px;
}
.p-rolex-fv__campaign {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 25px auto 0;
  border: 1px solid #c4b271;
  overflow: hidden;
  background: url("../../assets/images/bg-cp02.webp") right/cover no-repeat;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign {
    margin-top: 15px;
  }
}
.p-rolex-fv__campaign-period {
  position: relative;
  display: flex;
  padding: 10px 25px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3c3c3c;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign-period {
    padding: 10px 5px 10px 15px;
  }
}
.p-rolex-fv__campaign-period::after {
  position: absolute;
  top: 0;
  right: -79px;
  width: 80px;
  height: 105%;
  background: #3c3c3c;
  clip-path: polygon(0 0, 50% 0, 0 100%);
  content: "";
}
.p-rolex-fv__campaign-label {
  position: relative;
  margin-bottom: 4px;
  z-index: 1;
  color: #e8cd68;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign-label {
    font-size: 15px;
  }
}
.p-rolex-fv__campaign-date {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign-date {
    font-size: 18px;
  }
}
.p-rolex-fv__campaign-copy {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
  padding: 10px 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign-copy {
    font-size: 30px;
  }
}
.p-rolex-fv__campaign-copy b {
  margin-right: 4px;
  font-size: 56px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-fv__campaign-copy b {
    font-size: 45px;
  }
}
.p-rolex-fv__campaign-copy span {
  margin-top: 1.5%;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .p-rolex-fv {
    padding: 25px 0;
    background-size: 100% 100%;
  }
  .p-rolex-fv .inner {
    width: 96%;
  }
  .p-rolex-fv__main {
    min-height: auto;
    margin-bottom: 18px;
  }
  .p-rolex-fv__content {
    width: 100%;
  }
  .p-rolex-fv__catch {
    position: relative;
    width: 68%;
    padding: 0;
  }
  .p-rolex-fv__watch {
    top: -15px;
    width: 41%;
  }
  .p-rolex-fv__description {
    width: 60%;
    margin: 10px 0 5px 3%;
  }
  .p-rolex-fv__description-title {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .p-rolex-fv__description-text {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .p-rolex-fv__features {
    margin-top: 20px;
  }
  .p-rolex-fv__results {
    margin-top: 8px;
    padding: 10px;
  }
  .p-rolex-fv__results::before {
    top: 29%;
    left: 2%;
    width: 9%;
  }
  .p-rolex-fv__results::after {
    top: 29%;
    right: 2%;
    width: 9%;
  }
  .p-rolex-fv__results-title {
    gap: 12px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .p-rolex-fv__result {
    padding: 0 17px 16px;
  }
  .p-rolex-fv__result-label {
    font-size: 14px;
  }
  .p-rolex-fv__result-number {
    margin-top: 3px;
  }
  .p-rolex-fv__result-number strong {
    font-size: 22px;
  }
  .p-rolex-fv__result-number span {
    margin-left: 2px;
    font-size: 13px;
  }
  .p-rolex-fv__result-rating {
    font-size: 14px;
  }
  .p-rolex-fv__result-note {
    font-size: 8px;
  }
  .p-rolex-fv__campaign {
    margin-top: 8px;
    background-position: center;
  }
  .p-rolex-fv__campaign-period {
    width: 28%;
    padding: 7px 5px;
  }
  .p-rolex-fv__campaign-period::after {
    right: -41px;
    width: 42px;
  }
  .p-rolex-fv__campaign-label {
    margin-bottom: 2px;
    font-size: 10px;
  }
  .p-rolex-fv__campaign-date {
    font-size: 13px;
  }
  .p-rolex-fv__campaign-copy {
    padding: 5px 0px 5px 10px;
  }
  .p-rolex-fv__campaign-copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .p-rolex-fv__campaign-copy span {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .p-rolex-fv__results {
    margin-top: 5px;
  }
  .p-rolex-fv__campaign-label {
    font-size: 11px;
  }
  .p-rolex-fv__campaign-date {
    font-size: 12px;
  }
  .p-rolex-fv__campaign {
    margin-top: 8px;
  }
  .p-rolex-fv__campaign-copy {
    padding: 4px 0px 4px 10px;
  }
  .p-rolex-fv__campaign-copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .p-rolex-fv__campaign-copy span {
    font-size: 16px;
  }
}
.p-rolex-cta {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  gap: 15px;
}
.p-rolex-cta__item {
  display: block;
  width: calc((100% - 30px) / 3);
  transition: opacity 0.3s;
}
.p-rolex-cta__item:hover {
  opacity: 0.8;
}
.p-rolex-cta__item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-rolex-cta {
    gap: 5px;
    margin-top: 10px;
  }
  .p-rolex-cta__item {
    width: calc((100% - 10px) / 3);
  }
}
.p-rolex-results {
  padding: 80px 0 60px;
  background: url("../../assets/images/bg-results.webp") no-repeat;
  background-size: cover;
}
.p-rolex-results__inner_ {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-rolex-results__ttl {
  margin-bottom: 45px;
  text-align: center;
}
.p-rolex-results__label {
  display: inline-block;
  margin: 0 0 25px;
  padding: 12px 60px;
  background: linear-gradient(90deg, #667287 0%, #8e98aa 50%, #667287 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.p-rolex-results h2 {
  font-size: 50px;
  line-height: 1.3;
}
.p-rolex-results h2 span {
  font-size: 56px;
  color: #4055cf;
  transform: rotate(-15deg);
}
.p-rolex-results__slider {
  position: relative;
  overflow: hidden;
}
.p-rolex-results__item {
  width: 100%;
}
.p-rolex-results__product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  gap: 30px;
}
.p-rolex-results__product-info {
  width: auto;
}
@media (min-width: 768px) {
  .p-rolex-results__product-info {
    min-width: 210px;
  }
}
.p-rolex-results__product-name {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-results__product-name {
    font-size: 24px;
  }
}
.p-rolex-results__product-name span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 6px 35px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #4b4a48 0%, #8e98aa 50%, #4b4a48 100%);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.p-rolex-results__product-image {
  width: 24%;
  max-width: 180px;
}
.p-rolex-results__product-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-rolex-results__prices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  width: 75%;
  margin: 0 auto;
  align-items: end;
  gap: 3px;
}
.p-rolex-results__prices::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #c3c7dc;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.p-rolex-results__price {
  border: 1px solid #999;
  background: #fff;
  text-align: center;
}
.p-rolex-results__price--winqle {
  border: 3px solid #2233cb;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.p-rolex-results__price--winqle .p-rolex-results__price-company {
  background: #2233cb;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.p-rolex-results__price--winqle .p-rolex-results__price-value {
  padding: 10px;
  color: #263bd8;
  line-height: 1.5;
}
.p-rolex-results__price--winqle .p-rolex-results__price-value b {
  font-size: 54px;
  font-weight: 700;
}
.p-rolex-results__price--winqle span {
  position: relative;
}
.p-rolex-results__price--winqle i {
  position: absolute;
  top: -38px;
  right: -5px;
  width: 40px;
  height: auto;
  transform: rotate(8deg);
}
.p-rolex-results__price-company {
  margin: 0;
  padding: 12px 10px;
  background: #999;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.p-rolex-results__price-value {
  margin: 0;
  padding: 20px 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.p-rolex-results__price-value b {
  font-size: 30px;
  font-weight: 600;
}
.p-rolex-results__up {
  width: 75%;
  margin: 45px auto 0;
  padding: 25px;
  border: 3px solid #2233cb;
  background: #fff;
  text-align: center;
}
.p-rolex-results__up-label {
  margin: 0;
  color: #444;
  font-size: 28px;
  font-weight: 700;
}
.p-rolex-results__up-value {
  color: #2233cb;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 3px;
}
.p-rolex-results__up-value b {
  font-size: 72px;
  line-height: 1;
}
.p-rolex-results__up-value i {
  display: inline;
  padding: 0 8px;
  background: linear-gradient(transparent 72%, #f2ef35 72%, #f2ef35 92%, transparent 92%);
}
.p-rolex-results__prev, .p-rolex-results__next {
  position: absolute;
  z-index: 10;
  top: 20%;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.p-rolex-results__prev::before, .p-rolex-results__next::before {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #121945;
  border-left: 5px solid #121945;
  content: "";
}
.p-rolex-results__prev {
  left: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-results__prev {
    right: 8%;
  }
}
.p-rolex-results__prev::before {
  transform: rotate(-45deg);
}
.p-rolex-results__next {
  right: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-results__next {
    right: 6%;
  }
}
.p-rolex-results__next::before {
  transform: rotate(135deg);
}
.p-rolex-results__points {
  width: 75%;
  margin: 30px auto;
  border: 2px solid #3348dc;
}
.p-rolex-results__point {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  background: #fff;
}
.p-rolex-results__point + .p-rolex-results__point {
  border-top: 2px solid #3348dc;
}
.p-rolex-results__check {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: #3348dc;
}
.p-rolex-results__check::after {
  position: absolute;
  top: 1px;
  right: 4px;
  width: 11px;
  height: 21px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  transform: rotate(45deg);
}
.p-rolex-results__point-text {
  margin: 0;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.p-rolex-results .c-cta-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-rolex-results {
    padding: 30px 0 40px;
  }
  .p-rolex-results__ttl {
    margin-bottom: 5px;
  }
  .p-rolex-results__label {
    margin-bottom: 10px;
    padding: 9px 30px;
    font-size: 18px;
  }
  .p-rolex-results h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .p-rolex-results h2 span {
    font-size: 48px;
  }
  .p-rolex-results__product {
    min-height: 240px;
    gap: 15px;
  }
  .p-rolex-results__product-name {
    font-size: 19px;
  }
  .p-rolex-results__product-name span {
    padding: 5px 25px;
    font-size: 15px;
  }
  .p-rolex-results__product-image {
    width: 33%;
    max-width: 150px;
  }
  .p-rolex-results__prices {
    width: 100%;
  }
  .p-rolex-results__prices::after {
    bottom: -16px;
    border-top: 16px solid #c3c7dc;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .p-rolex-results__price-company {
    padding: 8px 5px;
    font-size: 14px;
  }
  .p-rolex-results__price-value {
    padding: 20px 3px;
    font-size: 11px;
  }
  .p-rolex-results__price-value b {
    font-size: 19px;
  }
  .p-rolex-results__price--winqle .p-rolex-results__price-company {
    font-size: 18px;
  }
  .p-rolex-results__price--winqle .p-rolex-results__price-value b {
    font-size: 35px;
  }
  .p-rolex-results__price--winqle i {
    top: -30px;
    width: 30px;
  }
  .p-rolex-results__up {
    width: 100%;
    margin-top: 20px;
    padding: 12px 10px;
  }
  .p-rolex-results__up-label {
    font-size: 20px;
  }
  .p-rolex-results__up-value {
    font-size: 26px;
  }
  .p-rolex-results__up-value b {
    font-size: 50px;
  }
  .p-rolex-results__prev, .p-rolex-results__next {
    width: 25px;
    height: 25px;
  }
  .p-rolex-results__prev::before, .p-rolex-results__next::before {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
  .p-rolex-results__prev {
    left: 2%;
  }
  .p-rolex-results__next {
    right: 0;
  }
  .p-rolex-results__points {
    width: 100%;
    margin-top: 15px;
  }
  .p-rolex-results__point {
    gap: 10px;
    padding: 15px;
  }
  .p-rolex-results__check {
    width: 18px;
    height: 18px;
  }
  .p-rolex-results__check::after {
    top: 0px;
    right: 3px;
    width: 8px;
    height: 15px;
    border-width: 0 3px 3px 0;
  }
  .p-rolex-results__point-text {
    font-size: 15px;
  }
  .p-rolex-results .c-campaign {
    width: 100%;
  }
}
.p-rolex-latest {
  padding: 80px 0 60px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-latest {
    padding: 60px 0 40px;
  }
}
.p-rolex-latest__inner_ {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-rolex-latest__ttl {
  text-align: center;
}
.p-rolex-latest__ttl h2 {
  font-size: 50px;
  line-height: 1.3;
}
.p-rolex-latest__ttl h2 span {
  font-size: 56px;
  color: #4055cf;
  transform: rotate(-15deg);
}
.p-rolex-latest__label {
  display: inline-block;
  margin: 0 0 25px;
  padding: 12px 60px;
  background: linear-gradient(90deg, #667287 0%, #8e98aa 50%, #667287 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.p-rolex-latest .lead {
  margin: 25px 0 0;
  color: #151d50;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.7;
}
.p-rolex-latest__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.p-rolex-latest__item {
  display: grid;
  grid-template-columns: auto 60%;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff;
}
.p-rolex-latest__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-rolex-latest__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-rolex-latest__body {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  justify-content: center;
}
.p-rolex-latest__name {
  padding: 0 0 10px 10px;
  color: #212757;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-latest__name {
    font-size: 14px;
  }
}
.p-rolex-latest__name span {
  display: block;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-latest__name span {
    font-size: 16px;
  }
}
.p-rolex-latest__price {
  padding: 10px 0 0 10px;
  border-top: 1px solid #aaa;
}
.p-rolex-latest__price-label {
  margin: 0;
  color: #18204f;
  font-size: 14px;
  font-weight: 600;
}
.p-rolex-latest__price-value {
  margin: 4px 0 0;
  color: #bd801d;
  line-height: 1;
}
.p-rolex-latest__price-value strong {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 48px;
  font-weight: 600;
}
.p-rolex-latest__price-value span {
  margin-left: 3px;
  font-size: 18px;
  font-weight: 700;
}
.p-rolex-latest .p-rolex-condition {
  width: 85%;
  margin: 60px auto 40px;
}
.p-rolex-latest .p-rolex-condition__title {
  margin: 0 auto;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-rolex-latest .p-rolex-condition__title-small, .p-rolex-latest .p-rolex-condition__title-main {
  display: block;
}
.p-rolex-latest .p-rolex-condition__title-small {
  margin-bottom: 25px;
  font-size: 50px;
}
.p-rolex-latest .p-rolex-condition__title-main {
  font-size: 55px;
}
.p-rolex-latest .p-rolex-condition__title-main > span {
  position: relative;
  display: inline-block;
  color: #2233cb;
}
.p-rolex-latest .p-rolex-condition__title-main > span::before {
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.14em;
  height: 0.14em;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}
.p-rolex-latest .p-rolex-condition__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px auto 0;
}
.p-rolex-latest .p-rolex-condition__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 35px;
}
.p-rolex-latest .p-rolex-condition__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  border: 1px solid #555;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-rolex-latest .p-rolex-condition__item:nth-child(1), .p-rolex-latest .p-rolex-condition__item:nth-child(2), .p-rolex-latest .p-rolex-condition__item:nth-child(3) {
  grid-column: span 2;
}
.p-rolex-latest .p-rolex-condition__item:nth-child(4) {
  grid-column: span 3;
}
.p-rolex-latest .p-rolex-condition__item:nth-child(5) {
  grid-column: span 3;
}
.p-rolex-latest .c-cta-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .p-rolex-latest {
    padding: 40px 0 30px;
  }
  .p-rolex-latest__label {
    margin-bottom: 15px;
    padding: 9px 30px;
    font-size: 18px;
  }
  .p-rolex-latest__ttl h2 {
    font-size: 32px;
  }
  .p-rolex-latest .lead {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }
  .p-rolex-latest__list {
    gap: 8px;
    margin-top: 15px;
  }
  .p-rolex-latest__item {
    grid-template-columns: auto 65%;
  }
  .p-rolex-latest__body {
    padding: 10px 4px 10px;
  }
  .p-rolex-latest__name {
    padding: 0 0 6px 6px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
  }
  .p-rolex-latest__name span {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .p-rolex-latest__price {
    padding: 6px 0 0 6px;
  }
  .p-rolex-latest__price-label {
    font-size: 11px;
  }
  .p-rolex-latest__price-value strong {
    font-size: 24px;
  }
  .p-rolex-latest__price-value span {
    margin-left: 1px;
    font-size: 11px;
  }
  .p-rolex-latest .p-rolex-condition {
    width: 100%;
    margin: 30px auto 0;
  }
  .p-rolex-latest .p-rolex-condition__title {
    text-align: center;
    letter-spacing: 2px;
  }
  .p-rolex-latest .p-rolex-condition__title-small {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .p-rolex-latest .p-rolex-condition__title-main {
    font-size: 28px;
  }
  .p-rolex-latest .p-rolex-condition__title-main strong {
    font-size: 38px;
  }
  .p-rolex-latest .p-rolex-condition__images {
    gap: 10px;
    margin-top: 15px;
  }
  .p-rolex-latest .p-rolex-condition__list {
    gap: 6px;
    margin-top: 20px;
  }
  .p-rolex-latest .p-rolex-condition__item {
    min-height: 48px;
    padding: 6px 3px;
    font-size: 13px;
  }
  .p-rolex-latest .c-campaign {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .p-rolex-latest__item {
    grid-template-columns: auto 70%;
  }
  .p-rolex-latest__body {
    padding: 9px 4px 7px;
  }
}
.p-rolex-bundle {
  padding: 30px 0 60px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .p-rolex-bundle {
    padding: 10px 0 50px;
  }
}
.p-rolex-bundle__heading {
  text-align: center;
}
.p-rolex-bundle__title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 50px;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.45;
}
.p-rolex-bundle__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  aspect-ratio: 963/68;
  background: url("../images/bundle-02.png") center bottom/contain no-repeat;
  content: "";
  transform: translateX(-50%);
}
.p-rolex-bundle__title-blue {
  color: #263bd8;
}
.p-rolex-bundle__lead {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
.p-rolex-bundle__lead b {
  color: #2233cb;
  font-size: 27px;
  font-weight: 700;
}
.p-rolex-bundle__text {
  margin: 25px 0 0;
  color: #555;
  font-size: 20px;
  line-height: 1.7;
}
.p-rolex-bundle__image {
  width: 80%;
  margin: 35px auto 0;
}
.p-rolex-bundle__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-rolex-bundle {
    padding: 30px 0 0;
  }
  .p-rolex-bundle__title {
    padding-bottom: 40px;
    font-size: 32px;
  }
  .p-rolex-bundle__title::after {
    width: 90%;
  }
  .p-rolex-bundle__lead {
    font-size: 18px;
  }
  .p-rolex-bundle__lead b {
    font-size: 20px;
  }
  .p-rolex-bundle__image {
    width: 100%;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */