body {
  font-family: sans-serif;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
.container {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 640px;
    margin: 0 auto;
  }
}
.c-page-kv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
}

.c-button {
  max-width: 300px;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 17px;
  color: #ffffff;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 0;
}

.c-button--line {
  background-color: #06c755;
}

.c-button--orange {
  background-color: #ea8546;
}

.c-button--square {
  max-width: 300px;
  display: block;
  text-align: center;
  background-color: #ea8546;
  color: #ffffff;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 0;
}

.c-button--simu {
  width: 200px;
  margin: 20px auto;
}
.c-button--restart {
  background-color: #f2b28b;
  width: 150px;
  margin: 14px auto;
}
.h2-top-text {
  text-align: center;
  font-size: 1em;
  color: #ea8546;
}

.c-title--level2 {
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  font-size: 2em;
}

.c-title--level2--orange {
  color: #ea8546;
}

.c-title--level2--white {
  color: #ffffff;
}

.c-title--level2--black {
  color: #333333;
}

.c-title--level2--shop {
  margin: 60px 0 40px;
  font-size: 1.4em;
}

.c-title--level2--talk--small {
  text-align: left;
  font-size: 1.2em;
}

.c-title--level2--talk {
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.c-title--level3 {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.8em;
}

.c-title--level3--gray {
  color: #333;
  font-size: 1.3em;
  margin-bottom: 23px;
}

.c-title--level3--black {
  color: #333333;
  font-size: 1.3em;
  margin-bottom: 23px;
}

.c-title--level3--center {
  text-align: center;
}

.header {
  background-color: #3b2925;
  color: #ffffff;
  text-align: center;
  padding: 27px 0;
}

.header-logo {
  width: 100px;
}

.header-sitetitle {
  padding-bottom: 8px;
  font-size: 1em;
  line-height: 1.45;
}
.header-sitetitle::before,
.header-sitetitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.header-sitetitle::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.header-sitetitle::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}

.top-kv {
  background-color: rgba(0, 0, 0, 0.5);
}

.top-bg-kv {
  background-size: cover;
  height: 400px;
  background-image: url("https://ajour.jp/wp-content/uploads/2021/10/ajour-ginza-shopimg02-min.jpg");
  position: relative;
}

.top-bg-kv-text {
  background-color: rgba(100, 70, 30, 0.5);
  height: 400px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .top-bg-kv-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.top-kv-text {
  font-size: 1.2em;
  color: #ffffff;
}

.top-kv-text-small {
  font-size: 0.8em;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .top-kv-text-small {
    font-size: 1em;
  }
}
.top-kv-text-bg {
  background-color: #ea8546;
  display: inline-block;
  padding: 5px;
  margin: 4px 0;
}

.top-kv-word {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .top-kv-word {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.top-case {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .top-case {
    margin: 60px 0;
  }
}
.top-case-word {
  color: #bc410a;
  text-align: center;
  font-size: 1.8em;
}

.top-case-word-small {
  color: #bc410a;
  text-align: center;
  margin-bottom: 16px;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(
    circle at center,
    #bc410a 20%,
    transparent 20%
  ); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

.top-case-item {
  background-color: #f8f7f4;
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
}

.top-case-title {
  color: #333333;
  font-size: 1em;
  text-align: left;
  font-weight: 600;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .top-case-title {
    font-size: 1em;
  }
}

.top-case-border {
  border: solid 1px #ffffff;
  padding: 15px;
}

.top-case-img-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 10px 0 10px 0;
}

@media screen and (min-width: 768px) {
  .top-case-img-item {
    width: 100%;
  }
}
.before-after-text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.top-case-num {
  position: absolute;
  top: -20px;
  left: 0;
  color: #bc410b;
  font-size: 1.8em;
}

.top-case-price {
  color: #bc410b;
  font-size: 1.5em;
  text-align: right;
  padding-top: 10px;
  border-top: solid 1px #666;
  font-family: "Times New Roman";
}

.top-case-tax {
  color: #bc410b;
  font-size: 0.5em;
}

.top-case-balloon {
  margin-top: 16px;
  background-color: #bc410a;
  padding: 14px 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.75;
}

.top-case-balloon::after {
  border-bottom: 12px solid #bc410a;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  margin-left: -10px;
  position: absolute;
  top: -12px;
  right: 10%;
}

.top-case-balloon-title {
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .top-case-balloon-title {
    font-size: 1em;
  }
}

.top-case-balloon-text {
  font-size: 0.8em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top-case-balloon-text {
    font-size: 1em;
  }
}

.line-text {
  color: #157611;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .line-text {
    font-size: 1em;
  }
}
.top-simu {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.top-simu-q {
  color: #333;
  font-size: 0.9em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.radiobutton {
  display: none;
}

label {
  background-color: #d0d0d0;
  display: inline-block;
  height: 100px;
  width: 100px;
  font-size: 0.8em;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 2px;
  flex-direction: column;
  color: #707070;
}

.top-simu-flex {
  display: flex;
  justify-content: center;
}

.simu-icon {
  width: 30px;
  height: 30px;
}

.top-simu-result {
  margin-top: 16px;
  background-color: #fae4c7;
  padding: 30px 14px;
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.75;
}

.radiobutton:checked + label {
  font-weight: 700;
  color: #333333;
  background-color: #ffffff;
  border: solid 3px #ea8546;
}

.top-simu-result-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.result-flex {
  display: flex;
  margin: 14px 0;
  justify-content: centers;
  align-items: center;
}

.result-img {
  width: 44%;
  padding-right: 20px;
}

.result-text {
  color: #333333;
  text-align: left;
}

.result-name {
  margin-bottom: 20px;
  font-size: 0.8em;
  text-align: left;
}

.result-stone {
  font-size: 0.8em;
}

.result-price-text {
  font-weight: 600;
}

.top-line {
  margin-top: 80px;
}
.top-bg-line {
  background-size: cover;
  height: 360px;
  background-image: url("https://ajour.jp/wp-content/themes/ajour2022/lp/reformlp/img/top-bg-LINE.png");
  position: relative;
}

.top-line-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #157611;
  margin-bottom: 24px;
}

.top-line-lead {
  color: #157611;
}

.top-line-detail {
  font-size: 0.8em;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .top-line-detail {
    font-size: 1em;
  }
}
.top-merit {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.top-merit-item {
  padding: 30px 0;
}

.top-merit-item-text {
  margin-bottom: 20px;
  line-height: 1.75;
}

.top-merit-item p {
  color: #333;
}

.top-merit-img {
  margin-bottom: 24px;
}

.top-bg-shop {
  background-size: cover;
  height: 380px;
  background-image: url("https://ajour.jp/wp-content/uploads/2021/10/ajour-ginza-shopimg02-min.jpg");
  position: relative;
}

.top-shop-bg-text {
  background-color: rgba(0, 0, 0, 0.5);
  height: 380px;
  padding: 20px;
}

.top-talk-bg-text {
  background-color: rgba(255, 255, 255, 0.7);
  height: 380px;
  padding: 20px;
}

.top-voice-item-title {
  display: flex;
  justify-content: space-evenly;
}

.top-talk-list {
  margin-bottom: 20px;
}

.fa-square-check {
  color: #06c755;
}

.top-voice-item {
  padding: 20px 10px;
  background-color: #fff6f2;
  margin-top: 40px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .top-voice-item {
    padding: 20px;
  }
}

.top-voice-item-title {
  display: flex;
  justify-content: space-around;
}

.top-voice-item-num {
  font-size: 2em;
}

.top-voice-item-text {
  line-height: 1.75;
}

.top-voice-item-text span {
  display: block;
}

.top-voice-img {
  padding: 14px 0;
}

.top-case-img-item img {
  margin-bottom: 10px;
}
.case-arrow {
  height: 10px;
  width: 7px;
}

.top-voice-img-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0 4px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .top-voice-img-wrap {
    justify-content: center;
  }
}
.top-reformcase {
  padding: 50px 0;
} /*# sourceMappingURL=style.css.map */

/* 実例swiper */
.BA-img-wrap {
  padding: 30px 10px;
}

.case_swiper_image_wrap {
  /* .BA-img-wrap-inner { */
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .BA-img-wrap-inner img {
    width: 50%;
    height: auto;
  }
}
.BA-img-title {
  border-bottom: solid 1px #333;
  font-size: 0.8em;
}
.BA-img-price,
.case-cost {
  text-align: right;
  font-family: "Times New Roman";
  font-style: 1.1em;
  margin-top: 10px;
}

.BA-img-tax {
  font-size: 0.8em;
  text-align: right;
}
/* swiper */

.swiper {
  margin-bottom: 50px;
}
.swiper-wrapper {
  /* max-width: 300px; */
  height: 300px;
  margin-top: 30px;
}

.swiper-slide {
  color: #333;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 14px;
  /* padding: 20px; */
  margin-bottom: 20px;
  /* height: 100%; */
}
.swiper-slide-inner {
  padding: 14px;
}

.swiper-slide a {
  color: #333;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #ea8546;
}
.case-tax {
  font-size: 0.5em;
}
/* .swiper-pagination-bullet-active {
  background-color: #ea8546 !important;
  height: 25px;
  width: 25px;
} */
