/* diamond kaitori */
ul.tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 30px auto;
}

ul.tabBtn li {
  box-sizing: border-box;
  transition: 0.6s;
  cursor: pointer;
  padding: 10px 10px;
  max-width: 170px;
  max-height: 100px;
  border-radius: 5px;
  background-position: center;
  background-color: #31a6ff;
  overflow: hidden;
  position: relative;
  display: flex;
  box-shadow: 2px 2px 5px #999;
  margin-bottom: 15px;
}

ul.tabBtn li img {
  height: 50%;
  width: auto;
  align-self: center;
  z-index: 1;
}

ul.tabBtn li .label {
  margin-left: 3%;
  line-height: 1.1;
  align-self: center;
}

ul.tabBtn li p {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  /* line-height: 1.2em; */
  text-align: center;
  position: relative;
  /* margin: auto; */
  z-index: 1;
}

ul.tabBtn li span {
  color: white;
  font-size: 14px;
  font-weight: bold;
  /* line-height: 1.2em; */
  text-align: center;
  position: relative;
  /* margin: auto; */
  z-index: 1;
}

ul.tabBtn li:hover,
ul.tabBtn li:active,
ul.tabBtn li.active {
  box-shadow: 2px;
}

ul.tabBtn li:not(.active)::before {
  box-sizing: border-box;
  content: "";
  display: block;
  border-top: solid 0.5em #ffe200;
  border-right: solid 0.4em transparent;
  border-bottom: solid 0.5em transparent;
  border-left: solid 0.4em transparent;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
}

ul.tabBtn li::after {
  box-sizing: border-box;
  content: "";
  display: block;
  padding: 70% 0 0.8em;
  width: calc(100% + 1px);
  /* height: 100%; */
  background: #31a6ff;
  background: linear-gradient(0deg, #00307e 0%, #31a6ff 65%);
  color: #ffe200;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  /* bottom: -100%; */
  overflow: hidden;
}

ul.tabBtn li:not(.active):hover::after,
ul.tabBtn li:not(.active):active::after {
  content: "More Detail";
  /* text-shadow: 1px 1px 2px #cd000e, -1px 1px 2px #cd000e, 1px -1px 2px #cd000e, -1px -1px 2px #cd000e; */
  opacity: 1;
}

ul.tabBtn li::before,
ul.tabBtn li::after {
  transition: 0.6s;
  opacity: 0;
}

ul.tabBtn li:hover::before,
ul.tabBtn li:active::before {
  opacity: 1;
}

ul.tabBtn li:hover::after,
ul.tabBtn li:active::after,
ul.tabBtn li.active::after {
  bottom: 0;
  opacity: 1;
}

.tabArea {
  background: #e0f0ff;
  border: transparent;
  border-radius: 10px;
}

.tabArea .inner .closeBtn {
  display: block;
  margin: 0 auto 20px;
  padding: 1rem;
  font-size: 1.3em;
  width: 5em;
  border-radius: 1rem;
  background: #31a6ff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  font-weight: bold;
}

.tabArea .inner .closeBtn:active,
.tabArea .inner .closeBtn:hover {
  background: #00307e;
}

.tabArea .inner {
  padding: 0 50px;
  display: none;
}

.tabArea .inner {
  display: inline-block;
}

.tabArea .inner h3 {
  color: #31a6ff;
  text-align: center;
  font-size: 4em;
  padding: 15px 0 0 0;
  font-weight: bold !important;
}

.tabArea .inner h3 span {
  font-size: 30px;
}

.tabArea .inner .content {
  padding: 1px 30px 15px;
  background: white;
  border: transparent;
  border-radius: 5px;
}

.tabArea .inner .text {
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 15px 0 15px;
}

.body .fourc {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .tabArea .inner h3 {
    font-size: 2.5em;
  }
  .tabArea .inner .text {
    font-size: 1.2rem;
  }
  .body .fourc {
    font-size: 1.2rem;
  }
}

.inner .faq_box {
  margin: 15px;
}

.fag_gia {
  margin: 34px 0 55px;
}

.fag_gia h5 {
  text-align: center;
  font-size: 30px;
  font-weight: bold !important;
  color: #31a6ff;
  border-bottom: 2px solid #31a6ff;
  padding-bottom: 3px;
  margin-bottom: 13px;
}

.faq_box .question {
  display: flex;
  color: #31a6ff;
  margin-bottom: 5px;
}

.faq_box .answer {
  display: flex;
}

.faq_box .question .ico,
.faq_box .answer .ico {
  font-size: 1.6em;
  line-height: 1;
  font-weight: bold;
  min-width: 1.2em;
}

.faq_box .question .txt {
  font-size: 1.2em;
  font-weight: bold;
}

.faq_box .answer .txt {
  font-size: 1.1em;
}

.shop_gia p {
  margin-bottom: 21px;
}

section._4c .intro {
  width: 700px;
  margin: 0 auto 2em auto;
}

@media screen and (max-width: 750px) {
  section._4c .intro {
    width: auto;
  }
  ul.tabBtn li {
    min-width: none;
    width: 45%;
  }
  ul.tabBtn li p {
    font-size: 5vw;
  }
  .tabArea .inner {
    padding: 0 10px;
  }
}

.purchase-price-example ul li {
  width: 31%;
  margin: 1%;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
}

.purchase-price-example ul li .price {
  font-size: 2.4rem;
}

.purchase-price-example ul li .price span {
  display: block;
  color: #000;
  font-size: 1.4rem;
}

.purchase-price-example ul li .name {
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 7px;
  min-height: 42px;
}

@media screen and (max-width: 750px) {
  .purchase-price-example ul li .price {
    font-size: 1.3rem;
  }
  .purchase-price-example ul li .price span {
    font-size: 1rem;
  }
  .purchase-price-example ul li .name {
    font-size: 1rem;
    min-height: 45px;
  }
}

@media screen and (max-width: 320px) {
  .purchase-price-example ul li .price {
    font-size: 1.1rem;
  }
  .purchase-price-example ul li .name {
    min-height: 60px;
  }
}

/*ダイヤモンド買取価格シミュレーション*/

#diamond_form .entry-header {
  padding-top: 40px;
}

#diamond_form .entry-black {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

#diamond_form .entry-blue {
  font-size: 4rem;
  color: #0c97ff;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

#diamond_form .entry-text {
  padding: 15px 40px;
  font-size: 13px;
  font-weight: bold;
}

#diamond_form .entry-content {
  background: #dfefff;
  padding: 30px 40px;
  border-radius: 5px;
}

#diamond_form .entry-center {
  text-align: center;
}

#diamond_form .entry-search li label {
  background: #30a6ff;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 130px;
  color: #fff;
}

#diamond_form .entry-search li select {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  height: 35px;
  line-height: 35px;
  border: 0;
  -webkit-appearance: none;
  width: calc(100% - 132px);
  border-style: inset;
  outline-color: #30a6ff;
  padding-left: 10px;
  border-radius: 0 5px 5px 0;
}

#diamond_form .entry-search li select::-ms-expand {
  display: none;
}

#diamond_form .entry-search li::before {
  border-bottom: 4.5px solid #30a6ff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 11px;
  top: 10px;
  width: 0;
}

#diamond_form .entry-search li::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #30a6ff;
  content: "";
  position: absolute;
  right: 11px;
  top: 24px;
  width: 0;
}

#diamond_form .entry-btn {
  background: #de1021;
  color: #fff;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  -webkit-appearance: none;
}

#diamond_form .entry-btn:hover {
  cursor: pointer;
  background: #bd0c1a;
}

#diamond_form .entry-btn:focus {
  outline: 0;
}

#diamond_form .entry-price {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 230px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  margin: 35px 0;
}

#diamond_form .entry-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#diamond_form .entry-search li {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: -0.4em;
}

#diamond_form .entry-search li label {
  letter-spacing: normal;
}

#diamond_form .entry-price h4 {
  color: #000;
  font-size: 14px;
}

#diamond_form .entry-price h4 span {
  color: #30a6ff;
  font-size: 14px;
}

#diamond_form .entry-price table {
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 5px;
}

#diamond_form .entry-price table td {
  background: #dfefff;
  padding: 5px 0;
  text-align: center;
}

#diamond_form .entry-price table tr:first-child td {
  background: #30a6ff;
  color: #fff;
}

#diamond_form .entry-price table tr td:first-child {
  background: #30a6ff;
  color: #fff;
  width: 70px;
}

#diamond_form .attentionbox p {
  font-size: 10px;
  line-height: 100%;
  margin-bottom: 5px;
}

/* 他社より高い買取価格 @トップ・ダイヤモンド買取・金買取 */

.compare-wrap {
  margin: 50px 0;
}

.top .compare-wrap {
  margin: 30px 0;
}

.compare-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.compare-wrap h2 {
  margin-bottom: 25px !important;
  font-size: 22px;
  text-align: left;
  border-radius: 5px;
  color: #fff;
  background: #de1122;
  padding: 15px 15px 10px;
  line-height: 100%;
  margin-top: 0px;
}

.compare-wrap .txt-box {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.compare-wrap .txt-box:before {
  position: absolute;
  content: "";
  background: url(../img/diamond-kaitori/line_left.gif) no-repeat;
  width: 16px;
  height: 43px;
  left: 0;
  top: -9px;
}

.compare-wrap .txt-box:after {
  position: absolute;
  content: "";
  background: url(../img/diamond-kaitori/line_right.gif) no-repeat;
  width: 16px;
  height: 43px;
  right: 0;
  top: -9px;
}

.compare-wrap .txt-box2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.compare-wrap .txt-box2 span {
  color: #de1122;
  font-size: 27px;
  margin-right: 5px;
}

.compare-wrap ul.item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compare-wrap ul.item-wrap li.item {
  width: 49%;
  background-image: linear-gradient(-135deg, #de1122 20px, transparent 0);
  background-color: #ededed;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.compare-wrap ul.item-wrap li.item h3 {
  background: none;
  color: #de1122;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  border-radius: 5px;
  line-height: 100%;
}

.compare-wrap ul.item-wrap li.item .gia {
  font-size: 11px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .left {
  width: 37%;
  margin-right: 3%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right {
  width: 60%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.compare-wrap
  ul.item-wrap
  li.item
  .inner-wrap
  .right
  ul.other-company
  li.other {
  width: 100%;
}

.compare-wrap
  ul.item-wrap
  li.item
  .inner-wrap
  .right
  ul.other-company
  li.other
  .name {
  background: #1e96aa;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px 0px;
}

.compare-wrap
  ul.item-wrap
  li.item
  .inner-wrap
  .right
  ul.other-company
  li.other
  .name
  .big {
  font-size: 14px;
  margin-right: 2px;
}

.compare-wrap
  ul.item-wrap
  li.item
  .inner-wrap
  .right
  ul.other-company
  li.other
  .price {
  color: #707070;
  font-size: 11px;
}

.compare-wrap
  ul.item-wrap
  li.item
  .inner-wrap
  .right
  ul.other-company
  li.other
  .price
  .big {
  font-size: 17px;
  margin-right: 2px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc {
  background: #de1122;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px 2px;
  margin-bottom: 7px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price {
  color: #de1122;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-style: italic;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price .big {
  font-size: 36px;
}

.compare-wrap .note {
  font-size: 11px;
  line-height: 1.5;
}

.mtitle {
  display: none;
  padding: 10px;
  position: relative;
  background: #e0f0ff;
  color: #31a6ff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.mtitle:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 20px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 8px solid #31a6ff;
}

@media screen and (min-width: 767px) {
  .common-kaitori-resuluts .item-list li {
    width: 19%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .compare-wrap .txt-box {
    font-size: 18px;
  }
  #diamond_form .entry-search li label {
    width: 70px;
  }
  .mtitle {
    display: block;
  }
  #diamond_form {
    display: none;
  }
  #diamond_form {
    width: 90%;
    margin: 0 auto;
  }
  #diamond_form .entry-black {
    font-size: 23px;
  }
  #diamond_form .entry-text {
    padding: 15px 0;
  }
  #diamond_form .entry-content {
    padding: 15px;
  }
  #diamond_form .entry-blue {
    font-size: 20px;
  }
  #diamond_form .entry-search li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
  }
  #diamond_form .entry-search li label {
    width: 30%;
    font-size: 12px;
  }
  #diamond_form .entry-search li select {
    font-size: 10px;
    width: 69%;
  }
  #diamond_form .entry-btn {
    background: #de1021;
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    font-size: 14px;
  }
  #diamond_form .entry-price {
    padding: 10px;
    font-size: 10px;
  }
  #diamond_form .entry-price h4 {
    color: #000;
    font-size: 12px;
  }
  #diamond_form .entry-price table tr td:first-child {
    width: 30px;
  }
}

@media screen and (min-width: 751px) {
  section.results .intro {
    font-size: 1.6rem;
    width: auto !important;
    margin: 0 auto 2em auto;
    letter-spacing: normal;
    text-align-last: center;
  }
}

@media screen and (max-width: 750px) {
  .blog-archive-list li {
    width: calc(100% / 1 - 10px) !important;
  }
}

.common-ttl .section-inner .common-ttl-sub {
  font-size: 16px;
}

.blog-archive-list li .blog-archive-content {
  height: 100%;
}

.blog-archive-list li {
  border-radius: 4px;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5%;
  background: #fcf7f0;
  width: calc(100% / 5 - 10px);
}

.blog-archive-list li .blog-archive-category {
  color: #ffa100;
  font-weight: 700;
}

.blog-archive-list li .blog-archive-ttl {
  color: #000;
  min-height: 35px;
}

.blog-archive-list li .blog-archive-shop {
  color: #fff;
}

.search-shop .container {
  background-image: none;
}

.search-shop .search-shop-bg {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.search-shop {
  background: #be0d14;
  /* border-radius: 10px; */
}
/* diamond kaitori */

/* tokei kaitori */
.watch-price .market-price-wrap table th.item .name {
  font-size: 1.8rem;
}

.watch-price .market-price-wrap table th.item .number {
  font-size: 1.2rem;
}

.watch-price .market-price-wrap .note {
  font-size: 1.2rem;
  text-align: left !important;
}

.tokei-kaitori .record-list-wrap .note {
  font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
  font-size: 1rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
  font-size: 1.3rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
  font-size: 1.3rem;
}

.watch-price .market-price-wrap .ttl-top .deco {
  font-size: 2rem;
}

.watch-price .market-price-wrap .ttl {
  font-size: 2rem;
}

.watch-price .market-price-wrap .ttl-top {
  margin: 0;
}

.chart-watch {
  padding: 10px 40px 0 40px;
}

.chart-watch .chart-inner {
  width: auto;
  position: initial;
}

.common-kaitori-resuluts {
  background-image: none;
}
.en.fs_09 {
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 16px;
}

.policies {
  background-color: white;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .watch-price .market-price-wrap table th.item .name {
    font-size: 1.2rem;
  }
  .watch-price .market-price-wrap table th.item .number {
    font-size: 1rem;
  }
  .watch-price .market-price-wrap .note {
    font-size: 0.9rem;
  }
  .watch-price .market-price-wrap table th.date {
    font-size: 1rem;
  }
  .watch-price .market-price-wrap table td.old {
    font-size: 1rem;
  }
  /* .chart-watch .chart-inner {
      margin: auto 15px;
    } */
  .tokei-kaitori .record-list-wrap ul.record-list li .name {
    font-size: 1rem;
  }
  .tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
    font-size: 0.9rem;
  }
  .tokei-kaitori .record-list-wrap ul.record-list li .price .value {
    font-size: 0.85rem;
  }
  .tokei-kaitori .record-list-wrap .note {
    font-size: 0.8rem;
  }
  .watch-price .market-price-wrap table th.item .right {
    width: 150px;
  }
  .chart-watch {
    padding: 0;
  }

  .watch-price .market-price-wrap img {
    max-width: 100%;
    height: auto;
  }

  .watch-price .market-price-wrap table td.new {
    color: #ef0000;
    border-right: none;
    position: relative;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    box-sizing: border-box;
  }

  .watch-price .market-price-wrap table th.date {
    font-size: 1rem;
  }

  .watch-price .market-price-wrap table th.date {
    text-align: center;
    font-size: 0.7rem;
    border-bottom: none;
    padding-top: 10px;
  }
}

.section-inner {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .section-inner {
    padding: 0 20px;
  }
}

/* @media screen and (max-width: 960px) {
    .section-inner {
      padding-top: 25px;
      width: 90vw;
    }
  } */

.kaitori-howto-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -6px;
}

@media screen and (min-width: 1000px) {
  .kaitori-howto-item-title {
    font-size: 1.5rem;
  }
}

.kaitori-howto-item-title {
  color: #de1122;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bolder !important;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .kaitori-howto-item-title {
    font-size: 2rem;
  }
}

.kaitori-howto-item > * {
  margin: 0 6px;
}

.kaitori-howto-txt {
  margin-top: 15px;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 767px) {
  .kaitori-howto-txt {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}

.common-ttl {
  background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/common/common-ttl-bg.png);
  background-size: 100%;
  letter-spacing: 0.11em;
  margin: 0 auto 15px;
  max-width: 1000px;
  min-height: auto;
  padding: 30px 0;
}

.common-ttl .section-inner {
  padding-left: 20px;
  width: 90vw;
}

.kaitori-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.common-ttl .section-inner .common-ttl-sub {
  font-size: 12px;
}

.common-ttl .section-inner .common-ttl-main {
  font-size: 1.25rem;
}

.common-ttl .section-inner .common-ttl-en {
  font-size: 12px;
}

.kaitori-ways-list h3 {
  border-left: 5px solid #de1122;
  margin-bottom: 16px;
  margin-top: 20px;
  font-weight: bold !important;
  padding: 4px 12px;
}

.kaitori-ways-list p {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 767px) {
  .kaitori-ways-list h3 {
    font-size: 1.7rem;
  }
  .kaitori-ways-list p {
    font-size: 1.5rem;
  }
  .tokei-kaitori .record-list-wrap ul.record-list li:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (max-width: 766px) {
  .tokei-kaitori .record-list-wrap ul.record-list li:nth-child(2n) {
    border-right: none;
  }

  #market-price-wrap .maket-price-img {
    width: 40px;
    margin-right: 5px;
  }

  .maket-price-table td {
    border-right: 1px solid #fbcfac;
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
    /* letter-spacing: -1px; */
  }
}

@media screen and (min-width: 1000px) {
  .common-ttl {
    max-width: 700px;
    min-height: 279px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.market-model img {
  max-width: 290px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.maket-price-table {
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #fbcfac;
}

@media screen and (min-width: 800px) {
  #market-price-wrap .date {
    font-size: 16px;
  }
}

#market-price-wrap .date {
  padding: 10px 0px;
  border-right: 1px solid #fbcfac;
  letter-spacing: -0.5px;
  text-align: center;
  font-weight: bold;
}

.market-price-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .market-price-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 20px;
  }

  .market-content {
    display: flex;
    font-size: 16px;
    align-items: top;
  }

  .market-price-wrap table .item {
    display: flex;
    font-size: 14px;
    width: 300px;
    align-items: center;
    justify-content: left;
    flex-direction: row;
  }

  .maket-price-table td {
    border-right: 1px solid #fbcfac;
    font-size: 18px;
    padding: 5px 0px;
    vertical-align: middle;
    letter-spacing: 1px;
  }

  #market-price-wrap .new {
    width: 200px;
  }
  #market-price-wrap .maket-price-img {
    width: 50px;
    margin-right: 10px;
  }

  #market-price-wrap .old {
    width: 200px;
  }

  .market-price-wrap table .item {
    display: flex;
    font-size: 14px;
    width: 300px;
    align-items: center;
    justify-content: left;
    flex-direction: row;
  }
}

.market-price-content {
  padding: 20px 0px;
}

.maket-more {
  position: relative;
}

.maket-price-table td {
  border-bottom: 1px solid #fbcfac;
}

.market-price-wrap table .item {
  display: flex !important;
  font-size: 13px;
  align-items: center;
  flex-direction: row;
}

#market-price-wrap .new {
  color: #f00200;
  font-weight: bold;
  background: #ffdac7;
}

.code {
  font-size: 10px;
}

#market-price-wrap .old {
  color: #323232;
}

#market-price-wrap .new {
  color: #f00200;
  font-weight: bold;
  background: #ffdac7;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

#market-price-wrap .ttl-minamino img {
  max-width: 90px;
}

@media screen and (max-width: 960px) {
  #market-price-wrap .ttl-minamino {
    width: 20%;
  }
}

.market-price-wrap .ttl-wrap {
  display: flex;
  font-size: 16px;
  align-items: top;
}

.watch-price .market-price-wrap table {
  width: 100%;
  border-spacing: 0;
}

.watch-price .market-price-wrap table th.date {
  text-align: center;
  font-size: 1rem;
  border-bottom: none;
  padding-top: 10px;
}

.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
  border-right: 1px solid #fbcfac;
  border-bottom: 1px solid #fbcfac;
  border-collapse: collapse;
}

.watch-price .market-price-wrap table th {
  padding: 3px;
}

.watch-price .market-price-wrap table th.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.watch-price .market-price-wrap table th {
  padding: 3px;
}

.market-price-wrap table .item {
  display: flex !important;
  font-size: 13px;
  align-items: center;
  flex-direction: row;
}

.watch-price .market-price-wrap table th.item .left {
  width: 50px;
}

.market-price-wrap table .item div {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

.watch-price .market-price-wrap img {
  max-width: 100%;
  height: auto;
}

.watch-price .market-price-wrap table th.item .right {
  width: 270px;
}

.watch-price .market-price-wrap table td {
  padding: 0;
}

.watch-price .market-price-wrap table td.new .price {
  width: 50%;
}

.watch-price .market-price-wrap table td.new .price {
  content: "";
  position: absolute;
  background: #fcd8c9;
  right: 0px;
  top: 0;
  z-index: 1;
  /* width: 90%; */
  height: 100%;
  line-height: 56px;
}

.chart-watch {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.watch-price .market-price-wrap {
  height: 100%;
  width: 100%;
}

.market-price-wrap {
  display: flex;
  flex-direction: column;
}

.chart-watch .chart-inner {
  height: 100%;
}
/* tokei kaitori */

/* add ons */

body {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: normal;
}

.subtitle3 {
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}

.subtitle2 {
  font-size: 18px !important;
  letter-spacing: normal;
}

.title {
  font-size: 36px !important;
  letter-spacing: normal;
}

.w {
  width: 70%;
}

.subtitle {
  font-size: 24px !important;
}

.smallSubtitle {
  font-size: 16px !important;
  text-align: center;
  letter-spacing: normal;
}

.commonHead {
  min-height: 0;
  background-image: none;
}

section.expensive .body .box .comparison .the_jewel_cafe {
  min-width: 40%;
}

section.expensive
  .body
  .box
  .comparison
  .the_jewel_cafe
  .the_price
  .achieved
  .mini {
  text-align: center;
  margin-top: -10px;
  background: orange;
  font-weight: 400;
}

.commonHead .main {
  font-size: 36px !important;
}

.others th,
.others td {
  font-size: 16px;
  font-weight: 400;
}

section.expensive .body .box .comparison .the_jewel_cafe .the_price .the_value {
  font-size: 36px;
  padding-left: 0;
}

section.expensive .body .box .comparison .the_jewel_cafe {
  position: relative;
}

section.expensive .body .box .comparison table {
  margin-bottom: 20px;
}

.watch-price .market-price-wrap .ttl-top .deco:before,
.watch-price .market-price-wrap .ttl-top .deco:after {
  background: none;
}

.watch-price .market-price-wrap {
  background-color: transparent;
}

.tbl {
  border: 1px solid #fbcfac;
}

.center {
  text-align: center;
}

.watchttitle {
  font-size: 36px;
  letter-spacing: normal;
}

.watchsubtitle {
  font-size: 16px;
}

.subtitle-pc {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

.common-kaitori-resuluts .item-list li .kaitoriName {
  margin-left: 10px;
  font-size: 12px;
}

.common-kaitori-resuluts .item-list li .ttl {
  margin-left: 10px;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_24 {
  font-size: 24px !important;
}

.common-kaitori-resuluts .item-list li .priceBox .right {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  justify-content: end;
}

.common-kaitori-resuluts .item-list li .priceBox .right .small {
  align-self: end;
}

p.note {
  font-size: 12px;
  text-align: center !important;
}

.ico_arrow {
  font-weight: bold !important;
}

.kaitori-policy {
  background-image: none;
  margin-top: 60px;
}

.title-pc {
  font-size: 36px !important;
}

.b {
  margin: 1% 20% 4%;
  padding: 10px;
  background: white;
}

.c {
  display: flex;
  max-width: 1000px !important;
}

.kaitori-policy .policy-item .policy-img {
  width: 42% !important;
}

.kaitori-policy
  .policy-item
  .policy-item-inner
  .policy-img-txt
  .policy-img-txt-number
  .number {
  margin-left: 0 !important;
  padding: 10px 15px !important;
  letter-spacing: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-align: left;
}

.kaitori-column-img {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  max-height: 140px;
}

.kaitori-column-content {
  width: 45%;
  margin-bottom: 30px;
}

.ai-c {
  align-items: center;
}

.kaitori-column-list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-r {
  position: relative;
}

.kaitori-column-wrapper {
  margin-top: 60px;
}

.kaitori-column .red_bg {
  background: #c80000;
}

.column-title {
  font-size: 33px;
}

.red-bar {
  position: relative;
}

.red-bar .red-bar-title {
  margin-left: 150px;
  padding: 30px 0;
  font-size: 33px;
}

.kaitori-info {
  position: relative;
  width: 100%;
}
.kaitori-column .kaitori-ttl {
  font-size: 16px;
}

.kaitori-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}

.kaitori-column .kaitori-column-btn {
  padding: 5px 20px;
  border: 1px solid #c80000;
  background: #c80000;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
}

.kaitori-column-img img {
  transform: none;
  height: 100%;
}

.red-bar:before {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  width: 130px;
  height: 120%;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.column-title:before {
  background-image: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/static/lady-left.png");
  background-position: bottom;
}
.faqDiv {
  border-bottom: 1px solid gray;
}

.accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  position: relative;
  padding-left: 30px;
}

.accordion:before {
  content: "\002B";
  color: #e50019;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  font-size: 18px;
  position: absolute;
  margin-left: -18px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
}

.fontsize16 {
  font-size: 16px !important;
  letter-spacing: normal;
  font-weight: 400;
}

.bottomMargin {
  margin-bottom: 20px;
}

h2.kaitori-rank-ttl-main.bold {
  font-weight: bold !important;
}

h2.kaitori-rank-ttl-sub.bold {
  font-weight: bold !important;
}

.kaitori-rank-bar:before {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  width: 30px;
  left: -19px;
  content: "";
  height: 100%;
  display: block;
  background: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/icon/rank-l.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.kaitori-rank-bar:after {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  content: "";
  width: 30px;
  right: -30px;
  height: 100%;
  display: block;
  background: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/icon/rank-r.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.kaitori-rank-bar:before {
  width: 41px !important;
}

.kaitori-rank-bar:after {
  width: 41px !important;
}

.kaitori-rank-inner {
  justify-content: space-between;
  display: flex;
  align-items: stretch !important;
}

.kaitori-ranking .kaitori-rank-list {
  min-height: 290px;
  box-shadow: none;
  background: #fcf7f0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 0;
  width: 32%;
}

.kaitori-rank-title.d-f.ai-t {
  margin: 0 5%;
}

.kaitori-rank-medal {
  min-width: 45px;
}

.kaitori-rank-item {
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}

.kaitori-ranking .kaitori-rank-list img {
  width: 100%;
}

.kaitori-highprice {
  margin: 0 20%;
  background-color: white;
  padding: 20px 50px;
}

.ways-label {
  background-color: #e50019;
  width: fit-content;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 18px;
}

.ways {
  margin: 15px 0 8px;
  font-size: 14px;
  font-weight: bold !important;
  font-size: 18px;
}

.titleh2 {
  font-size: 3.6rem;
}

section.kaitori-ways.mb-52 {
  background: #fef7f7;
  padding-bottom: 5%;
  margin-bottom: 0 !important;
}

.trivia {
  background-color: #c80000;
  color: white;
  font-size: 2.65rem;
  font-weight: bold !important;
  padding: 25px 20%;
  margin-bottom: 30px;
}

.mame-title:before {
  background-image: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/static/lady-left.png");
  background-position: bottom;
}

.h2trivia {
  margin: 0 15%;
}

.trivia-title {
  font-size: 3.6rem;
  font-weight: bold !important;
  margin-bottom: 30px;
  text-align: center;
}

.fs-16r {
  font-size: 1.6rem;
}

.ls-01 {
  letter-spacing: 0.01em;
}

section.kaitori-rank {
  padding-bottom: 30px;
}

.kaitori-rank-bar {
  position: relative;
  padding: 0 30px;
  display: inline-block;
  margin-bottom: 30px;
}

.sub.fs_16.subtitle2 {
  padding-bottom: 15px;
}

section.expensive .body .box .message {
  font-weight: 400;
  font-size: 16px;
}
.rc-anchor-invisible {
  display: none;
}
@media screen and (max-width: 786px) {
  .chart-watch .chart-inner {
    width: 100%;
  }
  .commonHead .main {
    font-size: 24px !important;
  }
  .search-shop .shop-ja-ttl {
    text-align: center;
    font-size: 18px;
  }
  .kaitori-policy .policy-item .policy-img img {
    margin-top: 20px;
  }
  .new-item-list li .kaitoriName {
    color: #ccc;
    font-size: 10px;
    text-align: left;
    height: 25px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .common-kaitori-resuluts .new-item-list .ttl {
    min-height: 60px;
    font-size: 12px;

    text-align: left;
    padding-left: 10px;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    background: white;
  }
  .watch-price .market-price-wrap table th.item {
    width: 230px;
  }

  .kaitori-policy .policy-item .policy-item-inner .policy-img-txt {
    padding: 0;
  }
  .intro.section-inner.ls-01.lh-15.fs-16r {
    text-align: center;
  }
  .commonHead .main {
    text-align: center;
  }
  .others th,
  .others td {
    font-size: 14px;
  }
  section.expensive .intro {
    margin-bottom: 0;
  }
  .watch-price .market-price-wrap table td.new .price {
    font-size: 1.4rem !important;
  }
  .watch-price .market-price-wrap table th.item .left {
    width: 110px;
  }

  .title {
    font-size: 24px !important;
  }

  .w {
    width: 100%;
  }

  .subtitle {
    font-size: 16px !important;
  }

  section.expensive .body .box .comparison .image {
    align-content: end;
  }
  .watchttitle {
    font-size: 24px;
    text-align: center;
  }
  .watchsubtitle {
    font-size: 14px;
  }

  .chart-watch .chart-inner {
    padding: 20px;
  }

  .watch-price .market-price-wrap table th.item .right {
    margin-left: 10px;
  }

  .market-price-wrap table .item div {
    display: inline-flex;
    flex-direction: column;
  }

  .kaitori-title {
    text-align: center;
  }

  .chart-watch .chart-inner {
    margin: 0;
  }

  .p-10.priceBox.jc-sb {
    text-align: right;
    font-weight: 700;
  }

  .common-kaitori-resuluts .new-item-list .priceBox .right {
    font-weight: 700;
    font-size: 20px;
  }

  .common-kaitori-resuluts .new-item-list .priceBox .left {
    font-weight: 400;
  }

  .title-mb {
    font-size: 24px !important;
  }

  .b {
    margin: 4% 7%;
  }
  .policies div {
    display: block !important;
    width: auto;
  }

  .kaitori-policy .policy-item .policy-img {
    width: 100% !important;
  }

  .kaitori-policy .policy-item .policy-item-inner {
    width: 91% !important;
    margin-top: 20px;
  }

  button.clickable.only-sp {
    margin: 10px 0;
    border: 1px solid #e50019;
    border-radius: 4px;
    padding: 7px 20px 7px 0;
    background: transparent;
    color: #e50019;
  }

  .space {
    margin-left: 15px;
    font-size: 18px;
  }

  .panel.pc-none {
    padding: 0;
  }

  .policies .policy-text {
    display: none !important;
  }
  .red-bar .red-bar-title {
    font-size: 22px;
  }

  .kaitori-column-wrapper .content-txt {
    position: relative;
  }

  .kaitori-column-content {
    width: 100%;
  }

  .kaitori-column a {
    border-top: 0;
    padding: 0;
  }
  .kaitori-column .kaitori-ttl {
    font-size: 16px;
  }

  .close-btn,
  .more-btn,
  .more-btn-column {
    display: none !important;
    /* display: block; */
    width: 100%;
    padding: 110px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 60%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }

  .more-btn-column p {
    position: relative;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #de1122;
    padding: 5px 20px;
    padding: 10px 82px;
    border-radius: 50px;
    font-weight: 700;
  }

  .kaitori-rank-bar:before {
    position: absolute;
    padding: 10px 0;
    bottom: 0;
    width: 30px;
    left: 5px;
    content: "";
    height: 100%;
    display: block;
    background: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/icon/rank-l.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kaitori-rank-bar:after {
    position: absolute;
    padding: 10px 0;
    bottom: 0;
    content: "";
    width: 30px;
    right: -19px;
    height: 100%;
    display: block;
    background: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/icon/rank-r.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kaitori-rank-inner {
    display: block;
  }

  .kaitori-ranking .kaitori-rank-list {
    width: 100%;
    margin-bottom: 20px;
  }

  .kaitori-highprice {
    margin: 0 6%;
    background-color: white;
    padding: 20px 23px;
  }

  .h2trivia {
    margin: 4% 0 4% 32%;
    font-size: 2rem;
  }

  .mame-title:before {
    background-image: url("https://jewel-cafe.sg/zh/wp-content/themes/new_jewel_zh/assets/images/static/lady-left.png");
    background-position: bottom;
  }

  .trivia {
    background-color: #c80000;
    color: white;
    font-size: 2.2rem;
    font-weight: bold !important;
    padding: 6px 1%;
    margin-bottom: 30px;
  }

  .main.fs_26.fc_red.after.lh_10.title {
    text-align: left !important;
  }

  .border {
    width: 50%;
    height: 2px;
    background-color: #fff;
    margin-left: 32px;
    align-self: center;
  }
}

/* add ons */
