@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# フォント読み込み
# section--hero
# section--reason
# section--column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# フォント読み込み
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variable
  ## breakpoint
	## imgpath
	## clearfix
	## font
	## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## breakpoint
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## imgpath
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## font
--------------------------------------------------------------*/
@font-face {
  font-family: "notera";
  src: url("../font/NoteraPersonalUseOnly-wxJ9.woff") format("woff");
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.accordion {
  counter-reset: item;
}
.accordion > div:not(:first-child) {
  margin-top: 0.9375rem;
}
.accordion .contents {
  display: none;
  border: 3px solid #ece9d4;
  padding: 1.25rem;
}
.accordion .contents.is-open {
  display: block;
  border-radius: 0 0 0.9375rem 0.9375rem;
}
.accordion .menu {
  background: #ece9d4;
  padding: 0.9375rem 2.3125rem;
  position: relative;
  border-radius: 0.625rem;
  cursor: pointer;
}
.accordion .menu:before {
  counter-increment: item;
  content: "Q" counter(item);
  display: inline-block;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
}
.accordion .menu:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #a78f26 transparent transparent transparent;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.accordion .menu.is-active {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.accordion .menu.is-active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #a78f26 transparent;
}
@media screen and (min-width: 599px) {
  .accordion .contents {
    padding: 1.25rem 3.125rem;
  }
  .accordion .menu {
    padding: 0.9375rem 3.4375rem;
    font-size: 1.125rem;
    border-radius: 0.9375rem;
  }
  .accordion .menu:before {
    left: 1.25rem;
    top: 0.9375rem;
  }
  .accordion .menu:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13.5px 0 13.5px;
    border-color: #a78f26 transparent transparent transparent;
    top: 1.5625rem;
  }
  .accordion .menu.is-active {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .accordion .menu.is-active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 13px 13.5px;
    border-color: transparent transparent #a78f26 transparent;
  }
}
@media screen and (min-width:959px) {
  .accordion .contents {
    padding: 1.25rem 3.75rem;
  }
  .accordion .menu {
    padding: 0.9375rem 4.375rem;
    font-size: 1.3125rem;
  }
}

/*--------------------------------------------------------------
# section--hero
--------------------------------------------------------------*/
.section--hero {
  background: url(../img/carefully/img_bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 1.25rem 0 3.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section--hero h1 {
  font-size: 1.96875rem;
  color: #a78f26;
  margin-bottom: 0.625rem;
}
.section--hero h1 span {
  display: block;
  font-family: "mathilde";
  font-size: 4.375rem;
}
.section--hero p {
  color: #a78f26;
  font-size: 0.8125rem;
}
.section--hero figure {
  margin: 3.4375rem auto 0;
}
.section--hero figure img {
  width: 8.75rem;
}
.section--hero.separate {
  position: relative;
  padding: 11.25rem 0 11.25rem;
}
.section--hero.separate figure {
  margin: 0;
  position: absolute;
}
.section--hero.separate figure img {
  width: 100%;
}
.section--hero.separate figure.mv-left {
  left: 0;
  top: 0;
  width: 52%;
  max-width: 11.875rem;
}
.section--hero.separate figure.mv-right {
  right: 0.9375rem;
  bottom: -1.25rem;
  width: 44%;
  max-width: 11.375rem;
}
@media screen and (min-width: 599px) {
  .section--hero {
    background: url(../img/carefully/img_bg_pc.jpg) no-repeat center center/cover;
    padding: 2.5rem 0 3.4375rem;
  }
  .section--hero .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--hero .inner .content {
    width: 60%;
  }
  .section--hero .inner figure {
    width: 40%;
  }
  .section--hero h1 {
    font-size: 2.1875rem;
  }
  .section--hero h1 span {
    font-size: 5rem;
  }
  .section--hero p {
    font-size: 0.8125rem;
  }
  .section--hero figure {
    margin: 0rem auto 0;
  }
  .section--hero figure img {
    width: 12.5rem;
  }
  .section--hero.separate {
    padding: 5rem 0 5rem;
  }
  .section--hero.separate .inner .content {
    margin: auto;
    width: auto;
  }
}
@media screen and (min-width:959px) {
  .section--hero {
    padding: 5rem 0 8.125rem;
  }
  .section--hero h1 {
    font-size: 4.1875rem;
  }
  .section--hero h1 span {
    font-size: 10rem;
  }
  .section--hero p {
    font-size: 1.625rem;
  }
  .section--hero figure img {
    width: 16.25rem;
  }
  .section--hero.separate {
    padding: 2.5rem 0 2.5rem;
  }
  .section--hero.separate figure.mv-left {
    width: 33.33%;
    max-width: inherit;
    padding-right: 2.5rem;
  }
  .section--hero.separate figure.mv-left img {
    max-width: 26.25rem;
  }
  .section--hero.separate figure.mv-right {
    width: 33.33%;
    max-width: inherit;
    right: 0;
    bottom: -5rem;
    padding-left: 2.5rem;
  }
  .section--hero.separate figure.mv-right img {
    max-width: 22.5rem;
  }
}

/*--------------------------------------------------------------
# section--price-table
--------------------------------------------------------------*/
.section--price-table {
  padding-bottom: 6.25rem;
}
.section--price-table h2 {
  margin-bottom: 0.625rem;
}
.section--price-table .arrow {
  display: block;
  margin: 2.8125rem auto 1.25rem;
}
@media screen and (min-width: 599px) {
  .section--price-table .arrow {
    display: none;
  }
}
.section--price-table .fixed-table {
  margin-bottom: 2.5rem;
  overflow: auto;
}
@media screen and (min-width: 599px) {
  .section--price-table .fixed-table {
    margin-top: 2.5rem;
  }
}
.section--price-table .fixed-table table {
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 599px) {
  .section--price-table .fixed-table table {
    table-layout: fixed;
  }
}
.section--price-table .fixed-table table th {
  padding: 0.625rem 0.625rem 0.625rem 0;
}
.section--price-table .fixed-table table td {
  padding: 0.625rem;
}
@media screen and (min-width:959px) {
  .section--price-table .fixed-table table {
    white-space: inherit;
  }
}
.section--price-table .fixed-table thead th:not(.fixed) {
  color: #a78f26;
  background: #f2efe1;
  border-bottom: 1px solid #a78f26;
}
.section--price-table .fixed-table thead tr .fixed {
  color: #878788;
  vertical-align: bottom;
  padding-bottom: 0;
}
.section--price-table .fixed-table tbody th,
.section--price-table .fixed-table tbody td {
  vertical-align: middle;
}
.section--price-table .fixed-table tbody th {
  color: #a78f26;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--price-table .fixed-table tbody th img {
  margin-left: 5px;
  width: 50px;
}
@media screen and (min-width:959px) {
  .section--price-table .fixed-table tbody th {
    font-size: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--price-table .fixed-table tbody th img {
    width: 4.8125rem;
    margin-right: 0.625rem;
  }
}
.section--price-table .fixed-table tbody td {
  border-right: 1px dotted #a78f26;
  border-bottom: 1px solid #a78f26;
  text-align: right;
}
.section--price-table .fixed-table tbody td span {
  font-size: 0.625rem;
}
.section--price-table .fixed-table tbody td:last-child {
  border-right: none;
}
.section--price-table .fixed-table tfoot .fixed {
  padding-top: 0;
}
.section--price-table .fixed-table .fixed {
  position: sticky;
  left: 0;
  width: 5rem;
  background: #fff;
}
.section--price-table .fixed-table .fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:959px) {
  .section--price-table .fixed-table .fixed {
    width: 8.5rem;
  }
}
.section--price-table .banner {
  margin-top: 6.25rem;
}
.section--price-table .banner a {
  background: #ccc;
  background: url(../img//carefully/ruby/bg-banner.jpg) no-repeat center center/cover;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  padding: 1.875rem;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section--price-table .banner a:hover {
  opacity: 0.75;
}
.section--price-table .banner .sub-title {
  font-size: 0.8125rem;
}
@media screen and (min-width:959px) {
  .section--price-table .banner .sub-title {
    font-size: 1.5rem;
  }
}
.section--price-table .banner .title {
  font-size: 1.3125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width:959px) {
  .section--price-table .banner .title {
    font-size: 2.625rem;
  }
}
.section--price-table .banner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width:959px) {
  .section--price-table .banner span {
    font-size: 0.75rem;
  }
}
.section--price-table .banner span:after {
  content: "";
  margin-left: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width:959px) {
  .section--price-table .list-diamond {
    padding-left: 8.5rem;
  }
}

/*--------------------------------------------------------------
# section--reason
--------------------------------------------------------------*/
.section--reason {
  border-top: 2px solid #a78f26;
  padding: 5.625rem 0 0;
}
.section--reason h2 {
  margin-bottom: 3.4375rem;
  color: #878788;
}
@media screen and (min-width: 599px) {
  .section--reason .inner-l {
    max-width: 40rem;
  }
}
@media screen and (min-width:959px) {
  .section--reason {
    padding: 11.25rem 0 0;
  }
  .section--reason .inner-l {
    max-width: 83rem;
  }
}

.section--reason__item {
  padding: 3.75rem 0;
}
@media screen and (min-width:959px) {
  .section--reason__item {
    padding: 5rem 0;
  }
}
@media screen and (min-width:959px) {
  .section--reason__item .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section--reason__item .num {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1;
}
.section--reason__item .num span {
  font-family: "EB Garamond", serif;
  font-size: 3.75rem;
}
@media screen and (min-width:959px) {
  .section--reason__item .num {
    font-size: 1.5rem;
  }
  .section--reason__item .num span {
    font-size: 5.875rem;
  }
}
.section--reason__item h3 {
  color: #a78f26;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:959px) {
  .section--reason__item h3 {
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
  }
}
.section--reason__item p {
  margin-bottom: 0.625rem;
}
@media screen and (min-width:959px) {
  .section--reason__item p {
    font-size: 0.9375rem;
  }
}

.section--reason__item__content {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width:959px) {
  .section--reason__item__content {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width:959px) {
  .section--reason__item__content.section--reason__item__content--2 .section--reason__item__point {
    margin-top: 10rem;
  }
}

.section--reason__item__list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.9375rem 0;
}
.section--reason__item__list-check > * {
  width: 50%;
  padding: 0 0.625rem 0 0.9375rem;
  background: url(../img/carefully/check-box.svg) no-repeat left -0.0625rem;
  background-size: 0.625rem 0.8125rem;
}
@media screen and (min-width: 599px) {
  .section--reason__item__list-check > * {
    background: url(../img/carefully/check-box.svg) no-repeat left -0.0625rem;
    background-size: 0.875rem 1.0625rem;
    padding: 0 0.625rem 0 1.125rem;
  }
}
@media screen and (min-width:959px) {
  .section--reason__item__list-check {
    font-size: 0.875rem;
  }
  .section--reason__item__list-check > * {
    background: url(../img/carefully/check-box.svg) no-repeat left -0.0625rem;
    background-size: 0.875rem 1.0625rem;
  }
}

.section--reason__item__point {
  margin: 1.875rem 0;
}
.section--reason__item__point .title {
  text-align: center;
  margin-bottom: -0.75rem;
  position: relative;
  z-index: 1;
}
.section--reason__item__point .title img {
  width: 5.3125rem;
}
.section--reason__item__point p {
  background: #f5f3e8;
  position: relative;
  border-radius: 6.25rem;
  padding: 0.9375rem 1.875rem;
  -webkit-box-shadow: 0 0.125rem 0 0 #a78f26;
          box-shadow: 0 0.125rem 0 0 #a78f26;
  color: #a78f26;
}
.section--reason__item__point p img {
  position: absolute;
}
@media screen and (min-width:959px) {
  .section--reason__item__point .title {
    margin-bottom: -1.25rem;
  }
  .section--reason__item__point .title img {
    width: 7.8125rem;
  }
  .section--reason__item__point p {
    padding: 1.5rem 10%;
  }
}

.section--reason__item__content__text .line-height-2 {
  line-height: 2;
}
@media screen and (min-width:959px) {
  .section--reason__item__content__text {
    max-width: 80%;
    margin: 0 auto;
  }
  .section--reason__item__content__text.w90 {
    max-width: 90%;
  }
  .section--reason__item__content__text.w100 {
    max-width: 100%;
  }
}

.section--reason__item__img {
  text-align: center;
}
@media screen and (min-width: 599px) {
  .section--reason__item__img img {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width:959px) {
  .section--reason__item__img {
    width: calc(50% - 2.5rem);
  }
  .section--reason__item__img img {
    max-width: 100%;
  }
  .section--reason__item__img img + p {
    margin-top: 2.5rem;
  }
}

.section--reason__item--reverse {
  background: #f5f3e8;
}
.section--reason__item--reverse .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.section--reason__item--reverse .section--reason__item__point p {
  background: #fff;
}
.section--reason__item--reverse .section--reason__item__content {
  margin-top: 2.8125rem;
  margin-bottom: 0rem;
}
@media screen and (min-width:959px) {
  .section--reason__item--reverse .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--reason__item--reverse .section--reason__item__content {
    margin-top: 0rem;
  }
}

.section--reason__web-store {
  text-align: center;
  margin-top: 6.25rem;
}
.section--reason__web-store p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media screen and (min-width:959px) {
  .section--reason__web-store {
    margin-top: 4.375rem;
  }
  .section--reason__web-store p {
    font-size: 1.375rem;
  }
}

.section--reason__price {
  padding: 0 1.25rem;
}
.section--reason__price .title {
  border-bottom: 1px solid #737f92;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  margin-top: -2.5rem;
}
.section--reason__price .title h2 {
  font-size: 1.25rem;
  color: #a78f26;
}
.section--reason__price .title h2 span {
  font-size: 2.3125rem;
}
.section--reason__price .title img {
  width: 3.75rem;
  display: block;
  margin: 0 auto 0.625rem;
}
.section--reason__price .title p {
  color: #595858;
  font-size: 0.625rem;
}
.section--reason__price .content .content__title {
  font-size: 0.78125rem;
  font-weight: bold;
  color: #595858;
}
.section--reason__price .content .content__date {
  font-size: 0.78125rem;
  color: #595858;
  margin-bottom: 1.25rem;
}
.section--reason__price .content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--reason__price .content .price > * {
  width: 50%;
}
.section--reason__price .content .price h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.625rem;
}
.section--reason__price .content .price p {
  font-size: 2rem;
  letter-spacing: -0.0625rem;
}
.section--reason__price .content .price p span {
  font-size: 1.25rem;
}
.section--reason__price .content .price .silver {
  padding-left: 7.5px;
}
.section--reason__price .content .price .silver h3 {
  background: #737f92;
}
.section--reason__price .content .price .silver p {
  color: #737f92;
}
.section--reason__price .content .price .gold {
  border-right: 1px solid #737f92;
  padding-right: 7.5px;
}
.section--reason__price .content .price .gold h3 {
  background: #a78f26;
}
.section--reason__price .content .price .gold p {
  color: #a78f26;
}
@media screen and (min-width:959px) {
  .section--reason__price .title {
    margin-top: -1.875rem;
  }
  .section--reason__price .title h2 {
    font-size: 1.125rem;
  }
  .section--reason__price .title h2 span {
    font-size: rem(50);
  }
  .section--reason__price .title p {
    font-size: 1.0625rem;
  }
  .section--reason__price .title img {
    width: 100px;
  }
  .section--reason__price .content .content__title,
.section--reason__price .content .content__date {
    font-size: 1.0625rem;
  }
  .section--reason__price .content .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--reason__price .content .price h3 {
    font-size: 0.9375rem;
  }
  .section--reason__price .content .price p {
    font-size: 2.5rem;
  }
  .section--reason__price .content .price p span {
    font-size: 1.875rem;
  }
  .section--reason__price .content .price > * {
    width: 16.25rem;
  }
  .section--reason__price .content .price .gold {
    padding-right: 2.5rem;
  }
  .section--reason__price .content .price .silver {
    padding-left: 2.5rem;
  }
  .section--reason__price p {
    margin-bottom: 0;
  }
}

.section--reason__price__bottom {
  background: #f5f3e8;
  padding: 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width:959px) {
  .section--reason__price__bottom p {
    font-size: 0.625rem;
  }
}

.section--reason__item--01 {
  padding-top: 0;
}
.section--reason__item--01 .section--reason__item__point p img {
  position: absolute;
  right: 0;
  bottom: -50%;
  width: 4.375rem;
}
@media screen and (min-width:959px) {
  .section--reason__item--01 {
    padding-top: 0;
  }
  .section--reason__item--01 .section--reason__item__point p img {
    bottom: -60%;
    width: 24%;
  }
}

.section--reason__item--02 h3 {
  margin-bottom: 3.75rem;
}
.section--reason__item--02 h4 {
  margin-bottom: 3.75rem;
}
.section--reason__item--02 .section--reason__item__img {
  background: #fff;
}
.section--reason__item--02 .section--reason__item__point p img {
  right: 0;
  bottom: -1.25rem;
}
@media screen and (min-width:959px) {
  .section--reason__item--02 .section--reason__item__img {
    width: 50%;
  }
}

.section--reason__item--03 .section--reason__item__point p img {
  right: 0;
  bottom: -50%;
}
@media screen and (min-width:959px) {
  .section--reason__item--03 .section--reason__item__point p img {
    bottom: -20%;
  }
  .section--reason__item--03 .section--reason__item__img img {
    margin-top: -3vw;
  }
}

.section--reason__item--04 .section--reason__item__img {
  margin: -2.5rem -1.125rem;
}
.section--reason__item--04 .section--reason__item__point p img {
  right: 0;
  width: 5rem;
  bottom: -50%;
}
@media screen and (min-width: 599px) {
  .section--reason__item--04 .section--reason__item__img {
    margin-top: 0;
  }
}
@media screen and (min-width:959px) {
  .section--reason__item--04 .section--reason__item__img {
    margin: 0;
  }
  .section--reason__item--04 .section--reason__item__point p img {
    bottom: -35%;
    width: 6.625rem;
  }
  .section--reason__item--04 .section--reason__item__img img {
    margin-top: -3vw;
  }
}

.section--reason__item--05 .flex-box .lead {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-top: 1.25rem;
}
.section--reason__item--05 .flex-box--01 {
  margin-top: 2.5rem;
}
.section--reason__item--05 .flex-box--01 .section--reason__item__point p img {
  right: 0;
  width: 3.75rem;
  bottom: -50%;
}
.section--reason__item--05 .flex-box--02 {
  margin-top: 2.5rem;
}
.section--reason__item--05 .flex-box--02 .section--reason__item__img {
  margin: 0 -1.125rem;
}
.section--reason__item--05 .flex-box--02 .section--reason__item__point p img {
  right: 0;
  width: 3.75rem;
  bottom: -50%;
}
@media screen and (min-width:959px) {
  .section--reason__item--05 .flex-box--01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--reason__item--05 .flex-box--01 .section--reason__item__point p img {
    right: 0;
    width: 5.1875rem;
    bottom: inherit;
    top: -70%;
  }
  .section--reason__item--05 .flex-box--02 {
    margin-top: 3.75rem;
  }
  .section--reason__item--05 .flex-box--02 .section--reason__item__img {
    margin: 0 -1.125rem;
  }
  .section--reason__item--05 .flex-box--02 .section--reason__item__point p img {
    right: 0;
    width: 7.125rem;
    bottom: -60%;
  }
}

.section--reason__item--diamond {
  background: #f5f3e8;
}
.section--reason__item--diamond h3 {
  margin-bottom: 2.5rem;
}
.section--reason__item--diamond .dia-price-table {
  margin-bottom: 0 !important;
}
.section--reason__item--diamond .balloon {
  background: #c7035a;
  padding: 5px 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #fff;
}
.section--reason__item--diamond .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 30px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #c7035a;
}
.section--reason__item--diamond .balloon + .dia-price-table {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.section--reason__item--diamond .accbox02 {
  margin-top: 40px;
}
.section--reason__item--diamond .accbox02 label {
  display: block;
  margin: 1.5px auto;
  width: 280px;
  text-align: center;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
  background: #a78f26;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width:959px) {
  .section--reason__item--diamond .accbox02 label {
    font-size: 17px;
  }
}
.section--reason__item--diamond .accbox02 label:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 10px solid #a78f26;
}
.section--reason__item--diamond .accbox02 input {
  display: none;
}
.section--reason__item--diamond .cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.section--reason__item--diamond .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.section--reason__item--diamond .accshow p {
  margin-top: 20px;
  text-align: center;
}
.section--reason__item--diamond .accshow ul {
  max-width: 900px;
  margin: 0 auto;
}
.section--reason__item--diamond .accshow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
.section--reason__item--diamond .accshow li:before {
  content: "●";
  color: #a78f26;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section--reason__item--diamond .content--01 {
  margin-bottom: 3.125rem;
}
.section--reason__item--diamond .content--01 h4 {
  text-align: center;
  color: #a78f26;
  font-size: 1.3125rem;
  margin-bottom: 0.625rem;
}
.section--reason__item--diamond .content--02 h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}
.section--reason__item--diamond .content--02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
.section--reason__item--diamond .content--02 li:before {
  content: "●";
  color: #a78f26;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section--reason__item--diamond .dia-price-table th:last-child:after {
  content: none !important;
}
@media screen and (min-width:959px) {
  .section--reason__item--diamond .flex-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section--reason__item--diamond .content--01 h4 {
    text-align: left;
  }
  .section--reason__item--diamond .content--02 li {
    font-size: 0.8125rem;
  }
  .section--reason__item--diamond .content--02 h4 {
    text-align: left;
  }
  .section--reason__item--diamond .section--reason__item__price {
    width: 100%;
    max-width: 50rem;
  }
  .section--reason__item--diamond .section--reason__item__price .dia-price-table {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# section--hero--value
--------------------------------------------------------------*/
.section--hero--value {
  background: url(../img/carefully/value/img_bg_sp.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 1.25rem 0 3.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 599px) {
  .section--hero--value {
    background: url(../img/carefully/value/img_bg_pc.jpg) no-repeat center center/cover;
    padding: 2.5rem 0 3.4375rem;
  }
  .section--hero--value .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:959px) {
  .section--hero--value {
    padding: 5rem 0 8.125rem;
  }
  .section--hero--value .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section--hero--value h1 {
    font-size: 3.875rem;
  }
}

/*--------------------------------------------------------------
# section--value
--------------------------------------------------------------*/
.section--value {
  padding-top: 0;
}
.section--value .section--value__copy {
  text-align: left;
  margin-bottom: 5rem;
}
.section--value .section--value__copy p {
  line-height: 2.5;
}
.section--value .section--value__copy p + p {
  margin-top: 1.5625rem;
}
.section--value .text-em {
  color: #a78f26;
  margin-bottom: 1.25rem;
}
.section--value .section--value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7.5rem;
}
.section--value .section--value__list li {
  width: 25%;
  text-align: center;
  margin-left: 12.5%;
  margin-bottom: 1.875rem;
}
.section--value .section--value__list li:nth-child(3n+1) {
  margin-left: 0;
}
.section--value .section--value__list li a {
  color: #737f92;
}
.section--value .section--value__list li span {
  display: block;
}
.section--value .section--value__list li span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #737f92;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 599px) {
  .section--value .heading-s {
    margin-bottom: 3.75rem;
  }
  .section--value .section--value__copy {
    text-align: center;
  }
  .section--value .section--value__copy p + p {
    margin-top: 3.125rem;
  }
  .section--value .section--value__list {
    max-width: 47.5rem;
    width: 100%;
    margin: 0 auto 9.375rem;
  }
  .section--value .section--value__list li {
    width: 18%;
    margin-left: 9.33%;
    margin-bottom: 2.5rem;
  }
  .section--value .section--value__list li:nth-child(3n+1) {
    margin-left: 9.33%;
  }
  .section--value .section--value__list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .section--value .section--value__list li span {
    font-size: 0.8125rem;
  }
  .section--value .section--value__list li span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    border-color: transparent transparent transparent #737f92;
    position: relative;
    top: 0.0625rem;
  }
}
@media screen and (min-width:959px) {
  .section--value .section--value__copy {
    margin-bottom: 6.25rem;
  }
  .section--value .text-em {
    margin-bottom: 2.5rem;
  }
}

/*--------------------------------------------------------------
# section--value
--------------------------------------------------------------*/
.section--value em {
  color: #a78f26;
}
.section--value .flex-box {
  padding-bottom: 15.625rem;
}
.section--value .flex-box--01 {
  background: url(../img//carefully/value/value_flex_img_01_sp.jpg) no-repeat bottom right/contain;
  background-size: 11.5625rem 24.1875rem;
  margin-top: 15.625rem;
}
.section--value .flex-box--01 .flex-box {
  padding-bottom: 21.875rem;
}
.section--value .flex-box--02 {
  background: url(../img/carefully/value/value_flex_img_02_sp.jpg) no-repeat bottom left/contain;
  background-size: 10.3125rem 14.1875rem;
  margin-top: -6.25rem;
}
.section--value .flex-box--03 {
  background: url(../img//carefully/value/value_flex_img_03_sp.jpg) no-repeat bottom left/contain;
  background-size: 16.5625rem 21.125rem;
}
.section--value .flex-box--03 .tb-hide {
  margin-top: 2.5rem;
}
.section--value .flex-box--04 {
  background: url(../img/carefully/value/value_flex_img_04_sp.jpg) no-repeat bottom right/contain;
  background-size: 10.9375rem 12.3125rem;
}
.section--value .flex-box--04 .flex-box {
  padding-bottom: 12.5rem;
  margin-bottom: 3.125rem;
}
.section--value .section--value__flex__txt {
  padding: 0 0.9375rem;
}
.section--value .section--value__flex__txt p {
  line-height: 2;
}
.section--value .section--value__flex__txt p + p {
  margin-top: 1.5625rem;
}
@media screen and (min-width:959px) {
  .section--value .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 9.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--value .flex-box--01 {
    background: none;
  }
  .section--value .flex-box--01 .flex-box {
    padding-bottom: 0;
    margin-bottom: 9.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--value .flex-box--01 .section--value__flex__img {
    width: 22%;
  }
  .section--value .flex-box--01 .section--value__flex__txt {
    width: 57%;
  }
  .section--value .flex-box--02 {
    background: none;
    margin-top: 0;
  }
  .section--value .flex-box--02 .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--value .flex-box--02 .section--value__flex__img {
    width: 29%;
  }
  .section--value .flex-box--02 .section--value__flex__txt {
    width: 60%;
  }
  .section--value .flex-box--03 {
    background: none;
  }
  .section--value .flex-box--03 .flex-box {
    position: relative;
  }
  .section--value .flex-box--03 .tb-show {
    display: block;
  }
  .section--value .flex-box--03 .btn.tb-show {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 25rem;
    width: 100%;
  }
  .section--value .flex-box--03 .btn.tb-show a {
    max-width: 25rem;
    width: 100%;
  }
  .section--value .flex-box--03 .section--value__flex__img {
    width: 24%;
  }
  .section--value .flex-box--03 .section--value__flex__txt {
    width: 50%;
  }
  .section--value .flex-box--04 {
    background: none;
  }
  .section--value .flex-box--04 .flex-box {
    padding-bottom: 4.375rem;
  }
  .section--value .flex-box--04 .section--value__flex__img {
    width: 36%;
  }
  .section--value .flex-box--04 .section--value__flex__txt {
    width: 52%;
  }
  .section--value .section--value__flex__txt {
    padding: 0;
  }
  .section--value .section--value__flex__txt p + p {
    margin-top: 2.5rem;
  }
}

.section--value__summarize .section--value__summarize__txt {
  padding: 0 0.9375rem;
  margin-bottom: 3.75rem;
}
.section--value__summarize > * {
  line-height: 2.5;
}
.section--value__summarize h3 {
  margin-bottom: 0.625rem;
}
.section--value__summarize p + p {
  margin-top: 1.875rem;
}
.section--value__summarize .btn--border-gray a {
  max-width: 15rem;
}
@media screen and (min-width: 599px) {
  .section--value__summarize {
    margin-bottom: 9.375rem;
  }
  .section--value__summarize .section--value__summarize__txt {
    padding: 0;
    margin-bottom: 9.375rem;
  }
  .section--value__summarize > * {
    text-align: center;
  }
  .section--value__summarize p + p {
    margin-top: 3.125rem;
  }
  .section--value__summarize .btn--border-gray a {
    max-width: 25rem;
  }
}
@media screen and (min-width:959px) {
  .section--value__summarize {
    margin-bottom: 15rem;
  }
  .section--value__summarize .section--value__summarize__txt {
    margin-bottom: 15rem;
  }
}

/*--------------------------------------------------------------
# section--hero--lose
--------------------------------------------------------------*/
.section--hero--lose {
  background: url(../img/carefully/lose/img_bg_sp.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 1.25rem 0 3.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section--hero--lose p {
  color: #878788;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.section--hero--lose figure img {
  width: 12.5rem;
}
@media screen and (min-width: 599px) {
  .section--hero--lose {
    background: url(../img/carefully/lose/img_bg_pc.jpg) no-repeat center center/cover;
    padding: 2.5rem 0 3.4375rem;
  }
  .section--hero--lose .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:959px) {
  .section--hero--lose {
    padding: 5rem 0 8.125rem;
  }
  .section--hero--lose .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section--hero--lose h1 {
    font-size: 3.875rem;
  }
  .section--hero--lose figure img {
    width: 22.8125rem;
  }
}

/*--------------------------------------------------------------
# section--valuebox
--------------------------------------------------------------*/
.section--valuebox em {
  color: #a78f26;
}
.section--valuebox em.red {
  color: #ff967f;
}
.section--valuebox .flex-box {
  padding-bottom: 4.375rem;
}
.section--valuebox .section--vb__flex__txt p {
  line-height: 2;
}
.section--valuebox .section--vb__flex__txt p + p + p {
  margin-top: 1.5625rem;
}
.section--valuebox .section--vb__flex__txt li {
  line-height: 2;
}
.section--valuebox .btn {
  margin-top: 1.25rem;
}
.section--valuebox .btn a {
  width: 13.125rem;
}
.section--valuebox .inner {
  position: relative;
}
.section--valuebox .flex-box--01,
.section--valuebox .flex-box--02,
.section--valuebox .flex-box--03 {
  position: relative;
}
.section--valuebox .flex-box--01:before {
  content: "";
  display: inline-block;
  width: 16.0625rem;
  height: 12.875rem;
  background: url(../img//carefully/lose/valuebox_im_01_sp.jpg) no-repeat bottom right/contain;
  background-size: 16.0625rem 12.875rem;
  right: 0;
  bottom: -20%;
  position: absolute;
}
.section--valuebox .flex-box--02:before {
  content: "";
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
  background: url(../img/carefully/lose/valuebox_im_02_sp.jpg) no-repeat bottom left/contain;
  background-size: 12.5rem 12.5rem;
  left: 0;
  bottom: -15%;
  position: absolute;
}
.section--valuebox .flex-box--03:before {
  content: "";
  display: inline-block;
  width: 14.625rem;
  height: 10.9375rem;
  background: url(../img//carefully/lose/valuebox_im_03_sp.jpg) no-repeat bottom right/contain;
  background-size: 14.625rem 10.9375rem;
  right: 0;
  bottom: -10%;
  position: absolute;
}
.section--valuebox .btn--border-gray {
  margin: 0 auto;
}
@media screen and (min-width: 599px) {
  .section--valuebox .heading-s {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width:959px) {
  .section--valuebox .inner {
    max-width: 76.25rem;
    position: initial;
  }
  .section--valuebox .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--valuebox .flex-box--01 {
    margin-top: 0;
  }
  .section--valuebox .flex-box--01:before {
    content: none;
  }
  .section--valuebox .flex-box--01 .flex-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section--valuebox .flex-box--01 .section--vb__flex__img {
    width: 42%;
    margin: -3% -3% 0 0;
  }
  .section--valuebox .flex-box--01 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--02:before {
    content: none;
  }
  .section--valuebox .flex-box--02 .flex-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section--valuebox .flex-box--02 .section--vb__flex__img {
    width: 36%;
    margin-left: -4%;
  }
  .section--valuebox .flex-box--02 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--03:before {
    content: none;
  }
  .section--valuebox .flex-box--03 .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--valuebox .flex-box--03 .section--vb__flex__img {
    width: 36%;
  }
  .section--valuebox .flex-box--03 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--04 .flex-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--valuebox .flex-box--04 .section--vb__flex__btn {
    width: 36%;
  }
  .section--valuebox .flex-box--04 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--05 .flex-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section--valuebox .flex-box--05 .section--vb__flex__btn {
    width: 36%;
  }
  .section--valuebox .flex-box--05 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--06 .flex-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section--valuebox .flex-box--06 .section--vb__flex__btn {
    width: 36%;
  }
  .section--valuebox .flex-box--06 .section--vb__flex__txt {
    width: 60%;
  }
  .section--valuebox .flex-box--06 p + p {
    margin-top: 2.5rem;
  }
  .section--valuebox .btn {
    max-width: 25rem;
    width: 100%;
  }
  .section--valuebox .btn a {
    max-width: 25rem;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .section--valuebox .flex-box--01 {
    position: relative;
  }
  .section--valuebox .flex-box--01 .section--vb__flex__img img {
    position: absolute;
    right: 4%;
    top: -1%;
  }
  .section--valuebox .flex-box--02 {
    position: relative;
  }
  .section--valuebox .flex-box--02 .section--vb__flex__img img {
    position: absolute;
    left: 4%;
    bottom: -1%;
  }
}

/*--------------------------------------------------------------
# section--policy
--------------------------------------------------------------*/
.section--policy {
  border-top: 2px solid #a78f26;
  border-bottom: 2px solid #a78f26;
  background: url(../img/gold/img-policy.jpg) no-repeat 114% 70%;
  background-size: 259px 320px;
}
@media screen and (min-width: 599px) {
  .section--policy {
    background: none;
  }
}
.section--policy .inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:959px) {
  .section--policy .inner .section--policy__text {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 599px) {
  .section--policy .inner {
    max-width: 40rem;
    background: url(../img/gold/img-policy.jpg) no-repeat right center;
    background-size: contain;
  }
}
@media screen and (min-width:959px) {
  .section--policy .inner {
    max-width: 70rem;
  }
}
.section--policy .heading-s {
  font-size: 1.6875rem;
}
.section--policy .heading-s span {
  font-size: 1.25rem;
}
@media screen and (min-width: 599px) {
  .section--policy .heading-s span {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width:959px) {
  .section--policy .heading-s {
    font-size: 2.5rem;
  }
  .section--policy .heading-s span {
    font-size: 1.8125rem;
    line-height: 2.5;
  }
}
.section--policy p {
  margin-bottom: 1.875rem;
}
.section--policy .btn {
  max-width: 15rem;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 599px) {
  .section--policy .btn {
    max-width: 21.875rem;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# banner--box
--------------------------------------------------------------*/
.banner--box {
  padding: 8.125rem 0;
}
@media screen and (min-width: 599px) {
  .banner--box {
    padding: 12.5rem 0;
  }
}
.banner--box .banner a {
  background: #ccc;
  background: url(../img//carefully/diamond/bg-banner-diamond.jpg) no-repeat center center/cover;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  padding: 1.875rem;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.banner--box .banner a:hover {
  opacity: 0.75;
}
.banner--box .banner .sub-title {
  font-size: 0.8125rem;
}
@media screen and (min-width:959px) {
  .banner--box .banner .sub-title {
    font-size: 1.5rem;
  }
}
.banner--box .banner .title {
  font-size: 1.3125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width:959px) {
  .banner--box .banner .title {
    font-size: 2.625rem;
  }
}
.banner--box .banner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width:959px) {
  .banner--box .banner span {
    font-size: 0.75rem;
  }
}
.banner--box .banner span:after {
  content: "";
  margin-left: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*--------------------------------------------------------------
# section--faq
--------------------------------------------------------------*/
.section--faq {
  margin-bottom: 5.625rem;
}
.section--faq .heading-s {
  color: #b5b5b5;
}
@media screen and (min-width: 599px) {
  .section--faq {
    margin-bottom: 9.375rem;
  }
}
@media screen and (min-width:959px) {
  .section--faq {
    margin-bottom: 12.5rem;
  }
}

/*--------------------------------------------------------------
# section--list-item
--------------------------------------------------------------*/
.section--list-item {
  background: #f8f7f7;
  padding: 5rem 0 2.5rem;
}
.section--list-item .heading-nomal {
  margin-bottom: 0.625rem;
}
.section--list-item .heading-nomal + p {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width:959px) {
  .section--list-item {
    padding: 7.5rem 0 3.75rem;
  }
}
.section--list-item p {
  letter-spacing: -1px;
  line-height: 2;
}
.section--list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.section--list-item ul > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 10px 5px 0;
}
.section--list-item ul > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3rem;
  color: #878788;
  line-height: 1.25;
  border: 1px solid #878788;
  font-size: 0.8125rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 0.3125rem 0.3125rem;
}
.section--list-item ul > * a span {
  display: block;
  font-size: 0.625rem;
}
.section--list-item ul > * a:hover {
  opacity: 0.75;
}
@media screen and (min-width:959px) {
  .section--list-item ul {
    margin: -20px -10px 3.4375rem;
  }
  .section--list-item ul > * {
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 20px 10px 0;
  }
  .section--list-item ul > * a {
    font-size: 1.125rem;
  }
  .section--list-item ul > * a span {
    font-size: 0.8125rem;
  }
}
.section--list-item.brand {
  margin-bottom: 7.5rem;
  padding: 5rem 0;
}
.section--list-item.brand h2 {
  color: #8d94e6;
}
.section--list-item.brand ul > * a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--list-item.brand ul > * a span {
  display: block;
}
.section--list-item.brand .btn a {
  background: #8d94e6;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0.625rem 2.5rem;
}
.section--list-item.brand .btn a:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media screen and (min-width:959px) {
  .section--list-item.item ul > * {
    -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
    margin: 20px 10px 0;
    max-width: calc(33.33% - 20px);
  }
}

/*--------------------------------------------------------------
# p-carefully-diamond
--------------------------------------------------------------*/
.p-carefully-diamond {
  /*--------------------------------------------------------------
  ## section--hero
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## section--dia01
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## section--dia02
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # section--dia03
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # section--dia04
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## table
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## form
  --------------------------------------------------------------*/
}
.p-carefully-diamond .section--hero {
  position: relative;
  padding: 11.25rem 0;
}
.p-carefully-diamond .section--hero.pattern-2 {
  padding: 7.5rem 0 11.25rem;
}
.p-carefully-diamond .section--hero .img-01 {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-carefully-diamond .section--hero .img-01 img {
  width: 13.75rem;
}
.p-carefully-diamond .section--hero .img-01 img.size-s {
  width: 8.125rem;
}
.p-carefully-diamond .section--hero .img-02 {
  margin-top: 0;
  position: absolute;
  bottom: -0.625rem;
  right: 0;
}
.p-carefully-diamond .section--hero .img-02 img {
  width: 11.25rem;
}
@media screen and (min-width: 599px) {
  .p-carefully-diamond .section--hero {
    padding: 1.875rem 0 3.75rem;
  }
  .p-carefully-diamond .section--hero.pattern-2 {
    padding: 1.875rem 0 3.75rem;
  }
  .p-carefully-diamond .section--hero .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-carefully-diamond .section--hero .content {
    margin-left: 0;
  }
  .p-carefully-diamond .section--hero .img-01 img {
    width: 15rem;
  }
  .p-carefully-diamond .section--hero .img-01 img.size-s {
    width: 8.125rem;
  }
  .p-carefully-diamond .section--hero .img-02 {
    width: 30%;
  }
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--hero .content {
    z-index: 1;
  }
  .p-carefully-diamond .section--hero .img-01 img {
    max-width: 31.25rem;
    width: 100%;
  }
  .p-carefully-diamond .section--hero .img-01 img.size-s {
    width: 12.5rem;
  }
  .p-carefully-diamond .section--hero .img-02 {
    bottom: -2.5rem;
  }
  .p-carefully-diamond .section--hero .img-02 img {
    max-width: 18.75rem;
    width: 100%;
  }
}
.p-carefully-diamond .section--dia01 .section--dia01__title {
  margin-bottom: 1.25rem;
}
.p-carefully-diamond .section--dia01 .dia-input {
  background: #f5f3e8;
  border-radius: 0.5rem;
  padding: 1.875rem 0.625rem;
  margin-top: 1.875rem;
}
.p-carefully-diamond .section--dia01 .dia-input h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.p-carefully-diamond .section--dia01 .fb .guide {
  color: #3265e3;
  cursor: pointer;
}
.p-carefully-diamond .section--dia01 .fb .guide:hover {
  opacity: 0.7;
}
.p-carefully-diamond .section--dia01 .d-seach {
  margin-top: 1.875rem;
}
.p-carefully-diamond .section--dia01 .d-seach dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.p-carefully-diamond .section--dia01 .d-seach dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  width: 7.5rem;
  padding-right: 0.625rem;
}
.p-carefully-diamond .section--dia01 .d-seach dd {
  width: 100%;
}
.p-carefully-diamond .section--dia01 .d-seach dd input {
  width: 100%;
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--dia01 .dia-input {
    padding: 3.4375rem 1.25rem;
  }
  .p-carefully-diamond .section--dia01 .d-seach {
    max-width: 46.875rem;
    margin: 3.125rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-carefully-diamond .section--dia01 .d-seach > * {
    width: 23%;
  }
  .p-carefully-diamond .section--dia01 .d-seach dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-carefully-diamond .section--dia01 .d-seach dl dt {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
}
.p-carefully-diamond .section--dia02 .section--dia02__title {
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-carefully-diamond .section--dia02 .section--dia02__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
.p-carefully-diamond .section--dia02 .section--dia02__list li:before {
  content: "●";
  color: #a78f26;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--dia02 .section--dia02__title {
    font-size: 1.25rem;
  }
  .p-carefully-diamond .section--dia02 .section--dia02__list {
    max-width: 55.625rem;
    margin: 0 auto;
  }
}
.p-carefully-diamond .section--dia03 .cp_ipselect {
  position: relative;
  max-width: 14.5rem;
  margin: 0 auto;
}
.p-carefully-diamond .section--dia03 .cp_ipselect select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0rem;
  font-size: 1rem !important;
  height: 2.75rem;
  border: none;
  max-width: 100%;
  padding: 0 0.9375rem;
  width: 100%;
  background: #a78f26;
  color: #fff;
  text-align: center;
}
.p-carefully-diamond .section--dia03 .cp_ipselect:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 1rem;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
  border-style: solid;
  border-width: 0.375rem 0.3125rem 0 0.3125rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--dia03 .something-else-semantic .heading-s {
    font-size: 1.5rem;
  }
}
.p-carefully-diamond .section--dia04 {
  margin-bottom: 7.5rem;
}
.p-carefully-diamond .section--dia04 h2 {
  margin-bottom: 0;
}
.p-carefully-diamond .section--dia04 .color-dia {
  margin-top: 12.5rem;
}
.p-carefully-diamond .section--dia04 .color-dia h2 {
  margin-bottom: 0.625rem;
}
.p-carefully-diamond .section--dia04 .color-dia h2 + p {
  margin-bottom: 0;
  text-align: center;
}
.p-carefully-diamond .section--dia04 .dia_list,
.p-carefully-diamond .section--dia04 .color-dia-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.p-carefully-diamond .section--dia04 .dia_list > *,
.p-carefully-diamond .section--dia04 .color-dia-list > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-preferred-size: calc(50% - 0.625rem);
      flex-basis: calc(50% - 0.625rem);
  max-width: calc(50% - 0.625rem);
  margin: 2.5rem 0.3125rem 0;
  text-align: center;
}
.p-carefully-diamond .section--dia04 .dia_list > * img,
.p-carefully-diamond .section--dia04 .color-dia-list > * img {
  border: 1px solid #a78f26;
}
@media screen and (min-width: 599px) {
  .p-carefully-diamond .section--dia04 .dia_list > *,
.p-carefully-diamond .section--dia04 .color-dia-list > * {
    -ms-flex-preferred-size: calc(33.33% - 0.625rem);
        flex-basis: calc(33.33% - 0.625rem);
    max-width: calc(33.33% - 0.625rem);
  }
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--dia04 .dia_list > * {
    -ms-flex-preferred-size: calc(20% - 0.625rem);
        flex-basis: calc(20% - 0.625rem);
    max-width: calc(20% - 0.625rem);
  }
  .p-carefully-diamond .section--dia04 .color-dia {
    max-width: 43.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-carefully-diamond .dia-price-table {
  width: 100%;
  margin: 1.875rem auto 3.125rem;
}
.p-carefully-diamond .dia-price-table th,
.p-carefully-diamond .dia-price-table td {
  padding: 0.375rem 0.1875rem;
  font-size: 0.625rem;
  vertical-align: middle;
  background: #fff;
}
.p-carefully-diamond .dia-price-table th {
  background: #ebe7d3;
  text-align: center;
  border-bottom: 1px solid #a78f26;
}
.p-carefully-diamond .dia-price-table th:last-child {
  background: #a78f26;
  color: #fff;
  position: relative;
}
.p-carefully-diamond .dia-price-table th:last-child:after {
  content: "高値買取！";
  color: #c7035a;
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-carefully-diamond .dia-price-table td {
  text-align: center;
  border-bottom: 1px solid #a78f26;
}
.p-carefully-diamond .dia-price-table td.txt-left {
  text-align: left;
}
.p-carefully-diamond .dia-price-table td:not(:last-child) {
  border-right: 1px dotted #a78f26;
}
.p-carefully-diamond .dia-price-table td:nth-child(3) {
  text-align: right;
}
.p-carefully-diamond .dia-price-table td:nth-last-child(3) {
  text-align: right;
}
.p-carefully-diamond .dia-price-table td:nth-last-child(2) {
  background: #f9f9f9;
  text-align: right;
}
.p-carefully-diamond .dia-price-table td:last-child {
  background: #fffde6;
  color: #c7035a;
  text-align: right;
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .dia-price-table {
    max-width: 50rem;
    margin: 3.125rem auto 3.125rem;
  }
  .p-carefully-diamond .dia-price-table th,
.p-carefully-diamond .dia-price-table td {
    font-size: 1.0625rem;
    padding: 0.625rem;
  }
  .p-carefully-diamond .dia-price-table th:last-child:after {
    top: -1.875rem;
  }
}
.p-carefully-diamond input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1rem;
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #878788;
  height: 2.75rem;
  line-height: 2.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 0.625rem;
}
.p-carefully-diamond .select {
  position: relative;
  background: #fff;
}
.p-carefully-diamond .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.25rem;
  border: 1px solid #878788;
  font-size: 1rem !important;
  height: 2.75rem;
  max-width: 100%;
  padding: 0 0.9375rem;
  width: 100%;
}
.p-carefully-diamond .select:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 1rem;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
  border-style: solid;
  border-width: 0.375rem 0.3125rem 0 0.3125rem;
  border-color: #7b7b7b transparent transparent transparent;
}
.p-carefully-diamond .dia-btn-box {
  width: 60%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.p-carefully-diamond .dia-btn-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #a78f26;
}
.p-carefully-diamond .dia-btn-box input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 6px 0 0;
  padding: 12px 0;
  font-size: 14px;
  background: #a78f26;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  letter-spacing: 2px;
  cursor: pointer;
  max-width: 11.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-carefully-diamond .dia-btn-box input[type=submit]:hover {
  opacity: 0.7;
}
.p-carefully-diamond .dia_box02-02-02 {
  border: 1px solid #737f92;
  border-radius: 0.25rem;
  padding: 1.25rem;
  text-align: center;
}
.p-carefully-diamond .dia_box02-02-02 .dia_box03-txt01 {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}
.p-carefully-diamond .dia_box02-02-02 .dia_box03-txt01:after {
  content: "▼";
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .dia_box02-02-02 {
    max-width: 46.875rem;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -1.875rem auto 0;
  }
  .p-carefully-diamond .dia_box02-02-02 .dia_box02-02-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-carefully-diamond .dia_box02-02-02 .dia_s_box {
    width: 100%;
  }
  .p-carefully-diamond .dia_box02-02-02 .dia_box03-txt02-02 {
    text-align: left;
    width: 100%;
  }
  .p-carefully-diamond .dia_box02-02-02 .dia_box03-txt01 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
  .p-carefully-diamond .dia_box02-02-02 .dia_box03-txt01:after {
    content: "▶︎";
  }
}
.p-carefully-diamond .dia_box03-txt02-02 {
  margin-bottom: 0.625rem;
}
.p-carefully-diamond .dia_box03-txt02-02 + p {
  text-align: left;
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .dia-btn-box:after {
    margin-top: 1.875rem;
  }
}

/*--------------------------------------------------------------
# diamond-value
--------------------------------------------------------------*/
.p-carefully-diamond .section--hero--diamondvalue {
  padding: 5rem 0;
}
.p-carefully-diamond .section--hero--diamondvalue figure {
  margin: 0 auto 3.4375rem;
}
.p-carefully-diamond .section--hero--diamondvalue figure img {
  max-width: 21.125rem;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .p-carefully-diamond .section--hero--diamondvalue .inner figure {
    margin: 0;
    max-width: 50%;
    width: 300px;
  }
  .p-carefully-diamond .section--hero--diamondvalue .inner figure img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width:959px) {
  .p-carefully-diamond .section--hero--diamondvalue {
    padding: 5rem 0 10rem;
  }
}

.section--diamond-value h3 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.section--diamond-value ul li {
  line-height: 2.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.section--diamond-value .value {
  position: relative;
  margin-bottom: 1.25rem;
}
.section--diamond-value .value .low {
  position: absolute;
  right: 0;
  top: 0;
}
.section--diamond-value .section--value__copy {
  text-align: left;
  margin-bottom: 5rem;
}
.section--diamond-value .section--value__copy .contents {
  text-align: center;
}
.section--diamond-value .section--value__copy p {
  line-height: 2;
  padding: 0 1.25rem;
}
.section--diamond-value .section--value__copy p + p {
  margin-top: 1.5625rem;
}
.section--diamond-value .section--value__copy ul {
  text-align: left;
  margin-bottom: 5rem;
  padding: 0;
}
.section--diamond-value em {
  color: #a78f26;
}
@media screen and (min-width: 599px) {
  .section--diamond-value h3 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .section--diamond-value .heading-s {
    margin-bottom: 3.75rem;
  }
  .section--diamond-value .section--value__copy {
    text-align: center;
  }
  .section--diamond-value .section--value__copy p {
    padding: 0;
  }
  .section--diamond-value .section--value__copy p + p {
    margin-top: 3.125rem;
  }
  .section--diamond-value .section--value__copy ul {
    text-align: left;
    margin-bottom: 5rem;
    padding: 0 5rem;
  }
}
.section--diamond-value .banner-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.diamond-value__flex + .diamond-value__flex {
  margin-bottom: 1.875rem;
}
.diamond-value__flex .flex__txt h3 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.diamond-value__flex .flex__img {
  display: none;
}
.diamond-value__flex .flex__txt p {
  padding: 0 1.25rem;
}
.diamond-value__flex .flex__txt p + p {
  margin-top: 1.875rem;
}
.diamond-value__flex .flex__txt div.pc-hide {
  margin: 1.875rem auto;
}
.diamond-value__flex .flex__txt div.pc-hide + p {
  margin-top: 1.875rem;
}
@media screen and (min-width:959px) {
  .diamond-value__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .diamond-value__flex.flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .diamond-value__flex + .diamond-value__flex {
    margin-top: 1.875rem;
  }
  .diamond-value__flex .flex__img {
    width: 40%;
    padding-top: 4.6875rem;
    display: block;
  }
  .diamond-value__flex .flex__img.padding-adjust {
    padding-top: 1.9375rem;
  }
  .diamond-value__flex .flex__img img {
    width: 100%;
  }
  .diamond-value__flex .flex__txt {
    width: 53%;
  }
  .diamond-value__flex .flex__txt p {
    padding: 0;
  }
  .diamond-value__flex .flex__txt h3 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

.section--diamond-other h3 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.section--diamond-other .diamond-value__column2 {
  margin-top: 2.5rem;
}
.section--diamond-other .diamond-value__column2 .flex__txt section {
  margin-bottom: 2.5rem;
}
.section--diamond-other .diamond-value__column2 .flex__txt h4 {
  color: #a78f26;
  border-bottom: 1px solid #a78f26;
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.section--diamond-other .flex__txt {
  padding: 0 1.25rem;
}
.section--diamond-other .flex__txt p + p {
  margin-top: 1.875rem;
}
@media screen and (min-width:959px) {
  .section--diamond-other .diamond-value__column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--diamond-other .diamond-value__column2 .flex__txt {
    width: 48%;
  }
  .section--diamond-other h3 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .section--diamond-other .flex__txt {
    padding: 0;
  }
}

.section--diamond-carat img {
  max-width: 19.4375rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 599px) {
  .section--diamond-carat img {
    max-width: 21.4375rem;
  }
}

.section--diamond-color .diamond-value__flex + .diamond-value__flex {
  margin-top: 1.875rem;
}
.section--diamond-color .diamond-value__flex + .diamond-value__flex .flex__img {
  display: block;
}
.section--diamond-color .note {
  font-size: 0.6875rem;
  padding: 0 20px;
}
.section--diamond-color .note + .note {
  margin-top: 1.25rem;
}
.section--diamond-color img {
  max-width: 21.0625rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section--diamond-color .text-gold {
  text-align: center;
  margin-bottom: 0.3125rem;
}
.section--diamond-color table {
  margin-bottom: 1.875rem;
}
.section--diamond-color table th,
.section--diamond-color table td {
  width: 50%;
}
@media screen and (min-width: 599px) {
  .section--diamond-color .note {
    font-size: 0.9375rem;
    padding: 0;
  }
  .section--diamond-color .note + .note {
    margin-top: 1.25rem;
  }
  .section--diamond-color img {
    max-width: 29.8125rem;
  }
}
@media screen and (min-width:959px) {
  .section--diamond-color table {
    margin-bottom: 0;
  }
}

.section--diamond-clarity table {
  margin-bottom: 1.875rem;
}
.section--diamond-clarity img {
  max-width: 21.875rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:959px) {
  .section--diamond-clarity img {
    max-width: 31.25rem;
  }
}

.section--diamond-cat img {
  max-width: 21.875rem;
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:959px) {
  .section--diamond-cat .flex__img_2 {
    padding-top: 0;
  }
  .section--diamond-cat img {
    max-width: 30rem;
  }
}

.diamond-value__table {
  border: 1px solid #878788;
  border-collapse: collapse;
  width: 100%;
}
.diamond-value__table td,
.diamond-value__table th {
  border: 1px solid #878788;
  border-collapse: collapse;
  padding: 5px;
}
.diamond-value__table th {
  background: #f6f4e1;
  border-right: none;
  text-align: left;
}
.diamond-value__table td {
  border-left: none;
}
@media screen and (min-width: 599px) {
  .diamond-value__table td,
.diamond-value__table th {
    padding: 10px;
  }
}

.diamond-value__table2 {
  border: 1px solid #878788;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.diamond-value__table2 td,
.diamond-value__table2 th {
  border: 1px solid #878788;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
}
.diamond-value__table2 th {
  background: #f6f4e1;
  border-bottom: none;
}
.diamond-value__table2 td {
  border-top: none;
}

.diamond-color__table {
  margin: 20px auto 40px;
}
.diamond-color__table table {
  padding: 0;
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #ffffff), to(#f3efcf));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, #f3efcf 100%);
}
.diamond-color__table table td {
  margin: 0;
  padding: 0;
  float: left;
  height: 56px;
  line-height: 56px;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.diamond-color__table table td.block02 {
  width: 14%;
}
.diamond-color__table table td.block01 {
  width: 7%;
}
.diamond-color__table table td.block03 {
  width: 23%;
}
.diamond-color__table table td.block07 {
  width: 49%;
}
@media screen and (min-width:959px) {
  .diamond-color__table table td {
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
# diamond-xx
--------------------------------------------------------------*/
.section--dia-lead {
  padding: 0 0 6.875rem;
}
.section--dia-lead img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.section--dia-lead p {
  margin: -1.875rem 0rem 0rem;
  background: #edeef6;
  padding: 3.75rem 1.25rem 2.5rem;
}
@media screen and (min-width: 599px) {
  .section--dia-lead .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5rem;
  }
  .section--dia-lead .content img {
    width: 45%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .section--dia-lead .content p {
    margin-left: auto;
    width: 60%;
    margin-left: auto;
    margin-top: 0;
    position: relative;
    z-index: -1;
    padding: 2.5rem 10% 2.5rem;
  }
}
@media screen and (min-width:959px) {
  .section--dia-lead {
    padding: 0 0 13.75rem;
  }
  .section--dia-lead .content {
    margin-top: 5rem;
  }
  .section--dia-lead .content img {
    width: 45%;
    margin: 0;
    position: absolute;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .section--dia-lead .content p {
    margin-top: 3.75rem;
    padding: 3rem 8%;
    font-size: 1.125rem;
    line-height: 2;
  }
}