@charset "UTF-8";
.c-button-round--black {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--black::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--black:hover {
  background-color: #4d4d4e;
}
.c-button-round--black.comingsoon {
  background-color: #d4d4d4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  color: #fcfcfc;
  pointer-events: none;
  cursor: default;
}
.c-button-round--gold {
  background-color: #a5915a;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--gold::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--gold:hover {
  background-color: #dbcb9c;
}

.c-basic-title01 {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 {
    font-size: 42px;
  }
}
.c-basic-title01 .reduce {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 .reduce {
    font-size: 35%;
  }
}

.c-goldresults--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 90px 2%;
}
@media screen and (min-width: 992px) {
  .c-goldresults--wrap {
    padding: 90px 0;
  }
}
.c-goldresults-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-goldresults-list > li {
  margin: 0 1% 20px;
  max-width: 220px;
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-goldresults-list > li {
    margin: 0 1%;
    width: 18%;
  }
}
.c-goldresults-list > li.no-data {
  max-width: none;
  padding: 50px;
  text-align: center;
  width: 100%;
}
.c-goldresults-list .image {
  aspect-ratio: 216/162.5;
  background-color: #f6f6f6;
  border: 1px solid #9c9e9c;
  text-align: center;
}
.c-goldresults-list .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-goldresults-list .info {
  background-color: #c7bfa9;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1;
  padding: 1px 4px;
  text-align: right;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-goldresults-list .info {
    font-size: 12px;
  }
}
.c-goldresults-list .name {
  font-size: clamp(13px, 1.6vw, 16px);
  margin-top: 8px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-goldresults-list .name {
    font-size: 16px;
  }
}
.c-goldresults-list .price {
  line-height: 1;
  margin-top: 8px;
  padding-top: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-goldresults-list .price {
    margin-top: 15px;
    padding-top: 13px;
  }
}
.c-goldresults-list .price::before {
  background-color: #d4d4d4;
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-goldresults-list .price .title {
  display: block;
  font-size: clamp(11px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-goldresults-list .price .title {
    font-size: 16px;
  }
}
.c-goldresults-list .price .amount {
  color: #aa0000;
  display: block;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-goldresults-list .price .amount {
    font-size: 30px;
  }
}
.c-goldresults-list .price .amount .yen {
  font-size: 70%;
}
.c-goldresults-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-goldresults-btn {
    flex-direction: row;
  }
}
.c-goldresults-btn > li {
  max-width: 350px;
  min-width: 200px;
  margin: 5px 1%;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-goldresults-btn > li {
    width: 48%;
  }
}
.c-goldresults-btn > li a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-goldresults-btn > li a {
    font-size: 16px;
  }
}

.c-goldrate {
  background-color: #f6f6f6;
}
.c-goldrate--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 90px 2%;
}
@media screen and (min-width: 1200px) {
  .c-goldrate--wrap {
    padding: 90px 0;
  }
}
.c-goldrate--title {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(28px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-goldrate--title {
    font-size: 42px;
  }
}
.c-goldrate--title .reduce {
  color: #505050;
  font-size: 50%;
  display: block;
  margin-bottom: 0.4rem;
}
.c-goldrate--update {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-goldrate--update {
    font-size: 22px;
  }
}
.c-goldrate--att {
  font-size: clamp(11px, 1.3vw, 13px);
  letter-spacing: 0.1rem;
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-goldrate--att {
    font-size: 13px;
  }
}
.c-goldrate-highlight {
  display: flex;
  margin-top: 35px;
}
.c-goldrate-highlight--box {
  display: block;
  padding-top: 20px;
  width: 49%;
}
.c-goldrate-highlight--box:first-of-type {
  margin-right: 2%;
}
.c-goldrate-highlight--box.gold {
  border-top: 2px solid #a5915a;
}
.c-goldrate-highlight--box.gold .c-goldrate-highlight_name {
  color: #a5915a;
}
.c-goldrate-highlight--box.gold .c-goldrate-highlight_rate {
  border: 1px solid #a5915a;
}
.c-goldrate-highlight--box.gold .c-goldrate-highlight_rate .amount {
  color: #a5915a;
}
.c-goldrate-highlight--box.platinum {
  border-top: 2px solid #959595;
}
.c-goldrate-highlight--box.platinum .c-goldrate-highlight_name {
  color: #959595;
}
.c-goldrate-highlight--box.platinum .c-goldrate-highlight_rate {
  border: 1px solid #959595;
}
.c-goldrate-highlight--box.platinum .c-goldrate-highlight_rate .amount {
  color: #959595;
}
.c-goldrate-highlight_name {
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .c-goldrate-highlight_name {
    font-size: 24px;
  }
}
.c-goldrate-highlight_name .reduce {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 70%;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .c-goldrate-highlight_name .reduce {
    font-size: 60%;
    margin-left: 2rem;
  }
}
.c-goldrate-highlight_rate {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  padding: 2.5rem;
}
.c-goldrate-highlight_rate .amount {
  font-size: clamp(22px, 3.1vw, 31px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .c-goldrate-highlight_rate .amount {
    font-size: 31px;
  }
}
.c-goldrate-highlight_rate .diff {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.4rem;
}
@media screen and (min-width: 992px) {
  .c-goldrate-highlight_rate .diff {
    font-size: 15px;
  }
}
.c-goldrate-whole {
  margin-top: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-goldrate-whole {
    margin-top: 50px;
  }
}
.c-goldrate-whole--box {
  display: block;
}
.c-goldrate-whole_name {
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .c-goldrate-whole_name {
    font-size: 24px;
  }
}
.c-goldrate-whole_name .reduce {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 70%;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .c-goldrate-whole_name .reduce {
    font-size: 60%;
    margin-left: 2rem;
  }
}
.c-goldrate-whole_list {
  background-color: #505050;
  border: 1px solid #505050;
  border-radius: 10px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 1px;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-goldrate-whole_list {
    grid-template-rows: repeat(3, auto);
  }
}
.c-goldrate-whole_list--wrap {
  background-color: #fff;
  display: flex;
}
.c-goldrate-whole_list--wrap.empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-goldrate-whole_list--wrap.empty {
    display: flex;
  }
}
.c-goldrate-whole_list--wrap dt {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem;
  text-align: center;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .c-goldrate-whole_list--wrap dt {
    padding: 2.5rem 1.5rem;
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .c-goldrate-whole_list--wrap dt {
    font-size: 18px;
  }
}
.c-goldrate-whole_list--wrap dd {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 2.3vw, 23px);
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem;
  width: calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  .c-goldrate-whole_list--wrap dd {
    padding: 2.5rem;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 992px) {
  .c-goldrate-whole_list--wrap dd {
    font-size: 23px;
  }
}
.c-goldrate-whole.gold {
  border-top: 2px solid #a5915a;
}
.c-goldrate-whole.gold .c-goldrate-whole_name {
  color: #a5915a;
}
.c-goldrate-whole.gold .c-goldrate-whole_list dt {
  background-color: #a5915a;
}
.c-goldrate-whole.platinum {
  border-top: 2px solid #959595;
}
.c-goldrate-whole.platinum .c-goldrate-whole_name {
  color: #959595;
}
.c-goldrate-whole.platinum .c-goldrate-whole_list {
  grid-template-rows: repeat(2, auto);
}
.c-goldrate-whole.platinum .c-goldrate-whole_list dt {
  background-color: #959595;
}
.c-goldrate-whole.silver {
  border-top: 2px solid #676767;
}
.c-goldrate-whole.silver .c-goldrate-whole_name {
  color: #676767;
}
.c-goldrate-whole.silver .c-goldrate-whole_list {
  grid-template-rows: repeat(1, auto);
}
.c-goldrate-whole.silver .c-goldrate-whole_list dt {
  background-color: #676767;
}

.c-cta {
  background-color: #f6f6f6;
}
.c-cta--wrap {
  margin: auto;
  max-width: 1150px;
  padding: 45px 2%;
}
@media screen and (min-width: 768px) {
  .c-cta--wrap {
    padding: 90px 0;
  }
}
.c-cta-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .c-cta-list {
    max-width: none;
  }
}
.c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
    margin: 0 0.5%;
    width: 32.3333333333%;
  }
}
.c-cta-list li.shop, .c-cta-list li.visit {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.shop, .c-cta-list li.visit {
    margin: 10px 0.5% 0;
  }
}
.c-cta-list li.line a {
  background-color: #00b900;
}
.c-cta-list li.line a::before {
  background-image: url(../images/common/icon_line.svg);
}
.c-cta-list li.line a:hover {
  background-color: #3fe43f;
}
.c-cta-list li.tel a::before {
  background-image: url(../images/common/icon_tel_round.svg);
}
.c-cta-list li.mail a::before {
  background-image: url(../images/common/icon_mail_round.svg);
}
.c-cta-list li.shop a::before, .c-cta-list li.shop label::before {
  background-image: url(../images/common/icon_shop_round.svg);
}
.c-cta-list li.visit a::before, .c-cta-list li.visit label::before {
  background-image: url(../images/common/icon_visit_round.svg);
}
.c-cta-list li a,
.c-cta-list li label {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 3.8709677419vw;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  padding: 1.2rem 1rem;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 620px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 3.125vw;
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 24px;
    padding: 1.8rem 2.5rem;
  }
}
.c-cta-list li a:hover,
.c-cta-list li label:hover {
  background-color: #4d4d4e;
}
.c-cta-list li a::before,
.c-cta-list li label::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  content: "";
  display: block;
  margin-right: 4%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 80px;
  }
}
.c-cta-list li a .reduce,
.c-cta-list li label .reduce {
  display: none;
  font-size: 60%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .reduce,
.c-cta-list li label .reduce {
    display: block;
  }
}
.c-cta-list li a .text,
.c-cta-list li label .text {
  color: #ffffff;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: calc(100% - 80px);
  }
}
.c-cta-list li a time,
.c-cta-list li label time {
  display: block;
  font-size: 53%;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a time,
.c-cta-list li label time {
    font-size: 58%;
    margin-top: 0.4rem;
  }
}

.c-brandlist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-brandlist--wrap {
    padding: 90px 0;
  }
}
.c-brandlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-brandlist-list > li {
  max-width: 170px;
  padding: 0 10px;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .c-brandlist-list > li {
    width: 16.6666666667%;
  }
}
.c-brandlist-list > li a {
  pointer-events: none;
  cursor: default;
}
.c-brandlist-list .image {
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.c-brandlist-list .name {
  font-size: clamp(14px, 1.6vw, 16px);
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-brandlist-list .name {
    font-size: 16px;
  }
}
.c-brandlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-btn {
    width: auto;
  }
}
.c-brandlist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-brandlist-btn a {
    font-size: 16px;
  }
}

.c-itemlist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-itemlist--wrap {
    padding: 90px 0;
  }
}
.c-itemlist-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-itemlist-list > li {
  max-width: 240px;
  margin: 0 0.8% 12px;
  width: 31.7333333333%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li {
    margin: 0 0.8%;
    width: 23.4%;
  }
}
@media screen and (min-width: 992px) {
  .c-itemlist-list > li {
    width: 18.4%;
  }
}
@media screen and (min-width: 992px) {
  .c-itemlist-list > li:nth-child(-n+5) {
    margin-bottom: 30px;
  }
}
.c-itemlist-list > li:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li:last-of-type {
    display: block;
  }
}
.c-itemlist-list > li a {
  pointer-events: none;
  cursor: default;
}
.c-itemlist-list .image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
}
.c-itemlist-list .name {
  font-size: clamp(13px, 1.7vw, 17px);
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-itemlist-list .name {
    margin-top: 14px;
    font-size: 17px;
  }
}
.c-itemlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-btn {
    width: auto;
  }
}
.c-itemlist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-itemlist-btn a {
    font-size: 16px;
  }
}

.c-brandlist + .c-itemlist .c-itemlist--wrap {
  border-top: 2px solid #ccc;
}

.c-results {
  border-top: 1px solid #666666;
}
.c-results--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 90px 2%;
}
@media screen and (min-width: 992px) {
  .c-results--wrap {
    padding: 90px 0;
  }
}
.c-results-tabs {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 40px 1% 0;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .c-results-tabs {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-results-tab {
  background-color: #a5915a;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  height: 100%;
  padding: 1.2rem 1rem;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-results-tab {
    font-size: 16px;
    padding: 1.8rem;
  }
}
.c-results-tab:hover {
  background-color: #505050;
}
.c-results-tab.empty {
  display: block;
}
@media screen and (min-width: 620px) {
  .c-results-tab.empty {
    display: none;
  }
}
.c-results input#all:checked ~ .c-results-tabs label[for=all],
.c-results input#watch:checked ~ .c-results-tabs label[for=watch],
.c-results input#bag:checked ~ .c-results-tabs label[for=bag],
.c-results input#jewelry:checked ~ .c-results-tabs label[for=jewelry],
.c-results input#hermes:checked ~ .c-results-tabs label[for=hermes],
.c-results input#rolex:checked ~ .c-results-tabs label[for=rolex],
.c-results input#chanel:checked ~ .c-results-tabs label[for=chanel],
.c-results input#louisvuitton:checked ~ .c-results-tabs label[for=louisvuitton] {
  background-color: #505050;
}
.c-results #all:checked ~ .c-results-list[data-tab=all],
.c-results #watch:checked ~ .c-results-list[data-tab=watch],
.c-results #bag:checked ~ .c-results-list[data-tab=bag],
.c-results #jewelry:checked ~ .c-results-list[data-tab=jewelry],
.c-results #hermes:checked ~ .c-results-list[data-tab=hermes],
.c-results #rolex:checked ~ .c-results-list[data-tab=rolex],
.c-results #chanel:checked ~ .c-results-list[data-tab=chanel],
.c-results #louisvuitton:checked ~ .c-results-list[data-tab=louisvuitton] {
  margin-top: 30px;
  visibility: visible;
  opacity: 1;
  max-height: 999vh;
}
.c-results-list {
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  max-height: 0vh;
}
.c-results-list > li {
  margin: 0 1% 20px;
  max-width: 220px;
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-results-list > li {
    margin: 0 1%;
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .c-results-list > li:nth-child(-n+10) {
    margin-bottom: 30px;
  }
}
.c-results-list > li.no-data {
  max-width: none;
  padding: 50px;
  text-align: center;
  width: 100%;
}
.c-results-list .image {
  aspect-ratio: 216/162.5;
  background-color: #f6f6f6;
  border: 1px solid #9c9e9c;
  text-align: center;
}
.c-results-list .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-results-list .info {
  background-color: #c7bfa9;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1;
  padding: 1px 4px;
  text-align: right;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-results-list .info {
    font-size: 12px;
  }
}
.c-results-list .name {
  font-size: clamp(13px, 1.6vw, 16px);
  margin-top: 8px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .c-results-list .name {
    font-size: 16px;
  }
}
.c-results-list .price {
  line-height: 1;
  margin-top: 8px;
  padding-top: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-results-list .price {
    margin-top: 15px;
    padding-top: 13px;
  }
}
.c-results-list .price::before {
  background-color: #d4d4d4;
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-results-list .price .title {
  display: block;
  font-size: clamp(11px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-results-list .price .title {
    font-size: 16px;
  }
}
.c-results-list .price .amount {
  color: #aa0000;
  display: block;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-results-list .price .amount {
    font-size: 30px;
  }
}
.c-results-list .price .amount .yen {
  font-size: 70%;
}
.c-results-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-results-btn {
    width: auto;
  }
}
.c-results-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-results-btn a {
    font-size: 16px;
  }
}

.c-method {
  border-top: 1px solid #666666;
}
.c-method--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-method--wrap {
    padding: 90px 0;
  }
}
.c-method-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 620px) {
  .c-method-list {
    justify-content: center;
  }
}
.c-method-list > li {
  margin: 0 1%;
  max-width: 370px;
  width: 48%;
}
@media screen and (min-width: 620px) {
  .c-method-list > li {
    width: 31.3333333333%;
  }
}
.c-method-list > li:nth-child(-n+3) {
  margin-bottom: 60px;
}
.c-method-list > li.line .title {
  color: #07b53b;
}
.c-method-list > li.line .btn {
  background-color: #07b53b;
}
.c-method-list > li.line .btn:hover {
  background-color: #3fe43f;
}
.c-method-list > li.tel .title {
  color: #07b3b5;
}
.c-method-list > li.tel .btn {
  background-color: #07b3b5;
}
.c-method-list > li.tel .btn:hover {
  background-color: #64d8da;
}
.c-method-list > li.mail .title {
  color: #b5af07;
}
.c-method-list > li.mail .btn {
  background-color: #b5af07;
}
.c-method-list > li.mail .btn:hover {
  background-color: #ddd852;
}
.c-method-list > li.shop .title {
  color: #b57e07;
}
.c-method-list > li.shop .btn {
  background-color: #b57e07;
}
.c-method-list > li.shop .btn:hover {
  background-color: #e2b450;
}
.c-method-list > li.visit .title {
  color: #b53c07;
}
.c-method-list > li.visit .btn {
  background-color: #b53c07;
}
.c-method-list > li.visit .btn:hover {
  background-color: #d4602f;
}
.c-method-list figure figcaption {
  flex-grow: 1;
}
.c-method-list .title {
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-method-list .title {
    font-size: 26px;
  }
}
.c-method-list .title .reduce {
  color: #505050;
  font-size: 45%;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 620px) {
  .c-method-list .title .reduce {
    font-size: 60%;
    margin-bottom: 0;
  }
}
.c-method-list .text {
  font-size: clamp(14px, 1.5vw, 15px);
  min-height: 6.2rem;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .c-method-list .text {
    font-size: 15px;
  }
}
.c-method-list .btn {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 15px auto 0;
  padding: 0.9rem;
  width: 95%;
}
@media screen and (min-width: 620px) {
  .c-method-list .btn {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .c-method-list .btn {
    font-size: 15px;
  }
}
.c-method-list time {
  display: block;
  font-size: clamp(12px, 1.4vw, 14px);
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-method-list time {
    font-size: 14px;
  }
}

.c-shoplist {
  background-color: #f6f6f6;
}
.c-shoplist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-shoplist--wrap {
    padding: 90px 0;
  }
}
.c-shoplist-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-shoplist-list > li {
  display: flex;
  flex-direction: column;
  margin: 0 1%;
}
@media screen and (min-width: 430px) {
  .c-shoplist-list > li {
    margin: 0 1%;
    max-width: 280px;
    width: 48%;
  }
}
.c-shoplist-list > li figure {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-shoplist-list > li figure figcaption {
  background-color: #fff;
  flex-grow: 1;
  padding: 1rem 1.5rem;
}
.c-shoplist-list .image {
  border: 1px solid #505050;
}
.c-shoplist-list .name {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .name {
    font-size: 18px;
  }
}
.c-shoplist-list .address {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .address {
    font-size: 15px;
  }
}
.c-shoplist-list .tel {
  margin-top: 0.5rem;
}
.c-shoplist-list .tel a {
  color: #505050;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.9vw, 19px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list .tel a {
    font-size: 19px;
  }
}
.c-shoplist-list .tel a::before {
  background-image: url(../images/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.c-shoplist-list_btn a {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 4px auto 0;
  padding: 0.9rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-list_btn a {
    font-size: 15px;
  }
}
.c-shoplist-list_btn a:first-of-type {
  margin: 8px auto 0;
}
.c-shoplist-btn {
  margin: 55px auto 0;
  max-width: 350px;
  min-width: 200px;
}
.c-shoplist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-shoplist-btn a {
    font-size: 16px;
  }
}

.c-voice {
  border-top: 1px solid #666;
}
.c-voice--wrap {
  margin: auto;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-voice--wrap {
    padding: 90px 2%;
  }
}
.c-voice-list {
  margin-top: 40px;
}
.c-voice-list_slide {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin: 10px 20px;
  padding: 40px;
}
.c-voice-list_slide .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .title {
    font-size: 24px;
  }
}
.c-voice-list_slide .viewer {
  font-size: clamp(13px, 21.5vw, 15px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .viewer {
    font-size: 15px;
  }
}
.c-voice-list_slide .comment {
  border-top: 1px solid #666666;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  min-height: 33rem;
  margin-top: 2rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .comment {
    font-size: 15px;
  }
}
.c-voice .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-voice .slick-list {
    overflow: visible;
  }
}
.c-voice .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.c-voice .slick-dots li {
  width: 12px;
  height: 12px;
}
.c-voice .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #333;
  text-indent: -9999px;
  cursor: pointer;
}
.c-voice .slick-dots li.slick-active button {
  background: #b59b3b;
}

.c-faq {
  border-top: 1px solid #666;
}
.c-faq--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-faq--wrap {
    padding: 90px 2%;
  }
}
.c-faq-list {
  margin-top: 20px;
}
.c-faq-list--box {
  margin-top: 10px;
}
.c-faq-list--label {
  background-color: #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  padding: 1.5rem 4rem 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .c-faq-list--label {
    font-size: 18px;
  }
}
.c-faq-list--label .question {
  flex-grow: 1;
  margin: 0 1rem;
  text-indent: -2rem;
}
.c-faq-list--label .icon {
  position: relative;
}
.c-faq-list--label .icon::before, .c-faq-list--label .icon::after {
  background-color: #ad8d58;
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  position: absolute;
}
.c-faq-list--label .icon::after {
  transform: rotate(90deg);
  top: 0;
  transition: 0.4s;
}
.c-faq-list--answer {
  display: flex;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.6;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .c-faq-list--answer {
    font-size: 15px;
  }
}
.c-faq-list--answer::before {
  color: #a5915a;
  content: "A.";
  font-size: 110%;
  font-weight: bold;
  margin-right: 0.5rem;
}
.c-faq-list--check:checked + .c-faq-list--label .icon::after {
  transform: rotate(0deg);
  top: 0;
}
.c-faq-list--check:checked ~ .c-faq-list--answer {
  padding: 2.5rem 2rem;
  visibility: visible;
  opacity: 1;
  max-height: 999vh;
}

/* =========================================================
top
========================================================= */
.p-top-mv {
  overflow: visible;
}
.p-top-mv .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-mv .slick-list {
    overflow: visible;
  }
}
.p-top-mv .slick-slide {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-top-mv .slick-slide {
    padding: 0 10px;
  }
}
.p-top-mv .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.p-top-mv .slick-dots li {
  width: 12px;
  height: 12px;
}
.p-top-mv .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #333;
  text-indent: -9999px;
  cursor: pointer;
}
.p-top-mv .slick-dots li.slick-active button {
  background: #b59b3b;
}
.p-top-hero--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 80px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-hero--wrap {
    padding: 80px 0%;
  }
}
.p-top-hero--slogan {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-hero--slogan {
    font-size: 36px;
  }
}
.p-top-hero--slogan em {
  color: #a0823c;
  font-style: normal;
}
.p-top-hero--h1 {
  color: #a0823c;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-hero--h1 {
    font-size: 24px;
  }
}
.p-top-hero--text {
  font-size: clamp(13px, 1.61vw, 16px);
  line-height: 1.6;
  margin-top: 7px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-hero--text {
    font-size: 16px;
  }
}
.p-top-hero_cta {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  max-width: clamp(400px, 58vw, 580px);
  margin: 25px auto 0;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta {
    grid-template-rows: repeat(1, auto);
    margin: 25px 0 0;
    max-width: none;
  }
}
.p-top-hero_cta > li {
  aspect-ratio: 7/5;
  background-color: #505050;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 1%;
  overflow: hidden;
  max-width: 280px;
  transition: 0.4s;
}
.p-top-hero_cta > li:hover {
  opacity: 0.8;
}
.p-top-hero_cta > li a,
.p-top-hero_cta > li label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.p-top-hero_cta > li label {
  cursor: pointer;
  line-height: 1;
}
.p-top-hero_cta > li .image {
  aspect-ratio: 1/1;
  margin: 10px auto;
  max-width: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta > li .image {
    margin: 18px auto;
    max-width: 55px;
  }
}
.p-top-hero_cta > li .text {
  color: #fff;
  font-size: clamp(11px, 1.61vw, 15px);
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta > li .text {
    font-size: 15px;
  }
}
.p-top-hero_cta > li .title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 2.3vw, 23px);
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta > li .title {
    font-size: 23px;
    letter-spacing: 0.15rem;
    margin: 0.9rem 0;
  }
}
.p-top-hero_cta > li .title::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin: 0 0 0 5px;
}
.p-top-hero_cta > li .number {
  color: #fff;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: bold;
  letter-spacing: 0.15rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta > li .number {
    font-size: 20px;
  }
}
.p-top-hero_cta > li time {
  color: #fff;
  display: inline-block;
  font-size: clamp(11px, 1.3vw, 13px);
  letter-spacing: 0.05rem;
  margin: 0.6rem 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-hero_cta > li time {
    font-size: 13px;
    letter-spacing: 0.15rem;
  }
}
.p-top-hero_cta > li.line {
  background-color: #00b900;
}
.p-top-hero_cta > li.line:hover {
  background-color: #3fe43f;
  opacity: 1;
}
.p-top-hero_cta > li.tel .title::after {
  display: none;
}
.p-top-gold--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 80px 0%;
}
.p-top-gold_header {
  background: #231815;
  background: linear-gradient(0deg, rgb(35, 24, 21) 0%, rgb(89, 87, 87) 100%);
}
@media screen and (min-width: 992px) {
  .p-top-gold_header--wrap {
    background-image: url(../images/top/bg-gold-header.webp);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-top-gold_header--box {
  background: #8A8A8A;
  background: linear-gradient(90deg, rgba(138, 138, 138, 0) 0%, rgb(0, 0, 0) 100%);
  margin-left: auto;
  padding: 30px 2%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-gold_header--box {
    background: linear-gradient(90deg, rgba(138, 138, 138, 0) 0%, rgb(0, 0, 0) 8%);
    padding: 60px;
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-gold_header--box {
    background: linear-gradient(90deg, rgba(138, 138, 138, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
.p-top-gold_header .title {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.6vw, 46px);
  line-height: 1.2;
  margin-top: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-gold_header .title {
    font-size: 46px;
    line-height: 1.4;
  }
}
.p-top-gold_header .title .color-gold {
  color: #a5915a;
  font-size: 105%;
}
.p-top-gold_header .title .color-platinum {
  color: #d5d4e9;
  font-size: 105%;
}
.p-top-gold_header .subtitle {
  color: #fff;
  font-size: clamp(14px, 2.9vw, 29px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-gold_header .subtitle {
    font-size: 29px;
  }
}
.p-top-gold_header .subtitle .border {
  border-top: 1px solid #fff;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.8rem 1.5rem 0;
}
.p-top-gold_header .text {
  color: #fff;
  font-size: clamp(13px, 2.2vw, 22px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-gold_header .text {
    font-size: 22px;
  }
}
.p-top-gold_header .text .border {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-gold_header .text .border::before, .p-top-gold_header .text .border::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2.8rem;
  width: 2px;
  margin: 0 1.2rem;
}
.p-top-gold_header .text .border::before {
  transform: rotate(-30deg);
}
.p-top-gold_header .text .border::after {
  transform: rotate(30deg);
}
.p-top-secret--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 60px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-secret--wrap {
    padding: 90px 0;
  }
}
.p-top-secret figure {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-secret figure {
    flex-direction: row;
  }
}
.p-top-secret figure:first-of-type {
  margin-top: 40px;
}
.p-top-secret figure:nth-of-type(2n) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-secret figure:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.p-top-secret figure figcaption {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-secret figure figcaption {
    width: 50%;
  }
}
.p-top-secret .image {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-secret .image {
    max-width: none;
    width: 50%;
  }
}
.p-top-secret .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  padding: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-top-secret .text {
    font-size: 15px;
  }
}
.p-top-secret .text::first-letter {
  color: #a5915a;
  font-size: 120%;
}
.p-top-features {
  border-top: 1px solid #666666;
}
.p-top-features--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 60px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-features--wrap {
    padding: 90px 0;
  }
}
.p-top-features_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8%;
}
@media screen and (min-width: 768px) {
  .p-top-features_container {
    padding: 5%;
  }
}
.p-top-features_container:first-of-type {
  margin-top: 40px;
}
.p-top-features_container--box {
  background-color: rgba(255, 255, 255, 0.9254901961);
  min-height: 200px;
  padding: 3rem 2rem;
}
.p-top-features_container--box .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-top-features_container--box .title {
    font-size: 24px;
  }
}
.p-top-features_container--box .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 0.9rem;
}
@media screen and (min-width: 992px) {
  .p-top-features_container--box .text {
    font-size: 15px;
  }
}
.p-top-features_container:first-of-type {
  background-image: url(../images/top/img_features01.webp);
}
@media screen and (min-width: 768px) {
  .p-top-features_container:first-of-type {
    padding-left: 50%;
  }
}
.p-top-features_container:not(:first-of-type) {
  margin-top: 10px;
}
.p-top-features_container:nth-of-type(2) {
  background-image: url(../images/top/img_features02.webp);
}
@media screen and (min-width: 768px) {
  .p-top-features_container:nth-of-type(2) {
    padding-right: 50%;
  }
}
.p-top-features_container:nth-of-type(3) {
  background-image: url(../images/top/img_features03.webp);
}
@media screen and (min-width: 768px) {
  .p-top-features_container:nth-of-type(3) {
    padding-left: 50%;
  }
}
.p-top-features_container:nth-of-type(4) {
  background-image: url(../images/top/img_features04.webp);
}
@media screen and (min-width: 768px) {
  .p-top-features_container:nth-of-type(4) {
    padding-right: 50%;
  }
}
.p-top-point--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-point--wrap {
    padding: 90px 0;
  }
}
.p-top-point_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 40px;
}
.p-top-point_list > li {
  margin: 0 1.5%;
  max-width: 560px;
  width: 47%;
}
.p-top-point_list > li:nth-child(-n+2) {
  margin-bottom: 60px;
}
.p-top-point .image {
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.p-top-point .title {
  color: #a5915a;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-point .title {
    font-size: 24px;
  }
}
.p-top-point .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 0.9rem;
}
@media screen and (min-width: 992px) {
  .p-top-point .text {
    font-size: 15px;
  }
}
.p-top-broken {
  background-color: #f6f6f6;
}
.p-top-broken--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-broken--wrap {
    padding: 90px 2%;
  }
}
.p-top-broken_text {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-broken_text {
    font-size: 15px;
  }
}
.p-top-broken_text em {
  color: #a5905a;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  margin: 15px 0;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .p-top-broken_text em {
    color: #505050;
    font-size: 130%;
    margin: 0;
    text-decoration: none;
  }
}
.p-top-broken_text.left {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-broken_text.left {
    text-align: left;
  }
}
.p-top-broken_text.right {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-broken_text.right {
    text-align: right;
  }
}
.p-top-broken_list {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 15px auto 0;
  padding: 18px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-broken_list {
    margin-top: 15px;
    max-width: none;
  }
}
.p-top-broken_list > li {
  margin: 6px 1%;
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-top-broken_list > li {
    margin: auto;
    width: 18.4%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-broken_list > li:not(:first-of-type) {
    margin-left: 2%;
  }
}
.p-top-broken_list > li .image {
  border-radius: 5px;
  overflow: hidden;
}
.p-top-broken_list > li .text {
  color: #a68c21;
  font-size: clamp(11px, 1.3vw, 13px);
  margin-top: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-broken_list > li .text {
    font-size: 13px;
  }
}
.p-top-reason--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .p-top-reason--wrap {
    padding: 90px 2%;
  }
}
.p-top-reason_list {
  margin-top: 40px;
}
.p-top-reason_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin: auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li {
    flex-direction: row;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li::before {
    background-color: #a68c21;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-top-reason_list > li:first-of-type::before {
  height: 50%;
}
.p-top-reason_list > li:last-of-type::before {
  height: 50%;
  top: 0;
  bottom: auto;
}
.p-top-reason_list > li .image {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li .image {
    max-width: none;
    width: 45%;
  }
}
.p-top-reason_list > li .image img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-reason_list > li .image img {
    max-width: 420px;
  }
}
.p-top-reason_list > li .number {
  text-align: center;
  width: 60px;
  position: absolute;
  top: 51.1627906977vw;
}
@media screen and (min-width: 430px) {
  .p-top-reason_list > li .number {
    top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li .number {
    width: 10%;
    position: relative;
    top: 0;
  }
}
.p-top-reason_list > li .number img {
  max-width: 80px;
  position: relative;
  width: 90%;
  z-index: 2;
}
.p-top-reason_list > li .info {
  padding: 1rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li .info {
    padding: 2rem;
    width: 45%;
  }
}
.p-top-reason_list > li .info .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-reason_list > li .info .title {
    font-size: 24px;
  }
}
.p-top-reason_list > li .info .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 0.8rem;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-top-reason_list > li .info .text {
    font-size: 15px;
  }
}
.p-top-reason_list > li:nth-of-type(2n) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reason_list > li:nth-of-type(2n) .info {
    text-align: right;
  }
}
/*# sourceMappingURL=style-top.css.map */