
.p-mainVisualGoldPlatinum {
  background-image: url("../images/bg_mainVisualGoldPlatinum.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.p-mainVisualGoldPlatinum__mainVisualBox {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 500px;
}
.p-mainVisualGoldPlatinum__mainVisualBox__title {
  width: 400px;
}

@media screen and (max-width: 1199px) {
  .p-mainVisualGoldPlatinum {
    height: calc(500 / 1200 * 100vw);
  }
  .p-mainVisualGoldPlatinum__mainVisualBox {
    height: calc(500 / 1200 * 100vw);
  }
  .p-mainVisualGoldPlatinum__mainVisualBox__title {
    width: calc(400 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualGoldPlatinum {
    background-image: url("../images/bg_mainVisualGoldPlatinum_sp.png");
    height: calc(500 / 750 * 100vw);
  }
  .p-mainVisualGoldPlatinum__mainVisualBox {
    height: calc(500 / 750 * 100vw);
  }
  .p-mainVisualGoldPlatinum__mainVisualBox__title {
    width: calc(380 / 750 * 100vw);
    margin-right: calc(-30 / 750 * 100vw);
  }
}




.p-price {
  background-color: #000;
}
.p-price__inner {
  padding-bottom: 74px;
  padding-top: 74px;
}
.p-price__titlebox {
  text-align: center;
  margin-bottom: 20px;
}
.p-price__titlebox__line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-price__titlebox__line img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.p-price__titlebox__line p {
  font-size: 3.4rem;
  font-weight: 600;
  color: #03B100;
}
.p-price__titlebox__title {
  font-size: 3.4rem;
  font-weight: 600;
  color: #bb9a45;
  margin-top: 30px;
}
.p-price__titlebox__nofees {
  display: inline-block;
  font-size: 1.8rem;
  color: #bb9a45;
  font-weight: 600;
  border: 1px solid #bb9a45;
  padding: 12px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    padding-bottom: calc(80 / 750 * 100vw);
    padding-top: calc(70 / 750 * 100vw);
  }
  .p-price__titlebox {
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .p-price__titlebox__line img {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    margin-right: calc(40 / 750 * 100vw);
  }
  .p-price__titlebox__line p {
    font-size: calc(34 / 750 * 100vw);
  }
  .p-price__titlebox__title {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .p-price__titlebox__nofees {
    font-size: calc(22 / 750 * 100vw);
    padding: 12px 20px;
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-price__list__update {
  font-size: 1.8rem;
  text-align: center;
  color: #bb9a45;
  margin-bottom: 80px;
}
.p-price__listbox {
  margin-bottom: 80px;
}
.p-price__listbox__title {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: .6em;
  text-indent: .6em;
  line-height: 80px;
  text-align: center;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.p-price__listbox__list {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.p-price__listbox__list dt, .p-price__listbox__list dd {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 70px;
}
.p-price__listbox__list dt {
  width: 23%;
  text-align: center;
  border-top: 1px solid;
  border-left: 1px solid;
}
.p-price__listbox__list dd {
  width: 27%;
  text-align: right;
  border-top: 1px solid;
  border-left: 1px solid;
  padding-right: 26px;
}
.gold .p-price__listbox__title {
  color: #bb9a45;
}
.gold dt {
  background-color: rgba(187, 154, 69, .5);
}
.p-price__listbox__title, .gold .p-price__listbox__list, .gold dt, .gold dd {
  border-color: #bb9a45;
}
.wgold .p-price__listbox__title {
  color: #eae1cd;
}
.wgold dt {
  background-color: rgba(234, 225, 205, .5);
}
.wgold .p-price__listbox__title, .wgold .p-price__listbox__list, .wgold dt, .wgold dd {
  border-color: #eae1cd;
}
.platinum .p-price__listbox__title {
  color: #b1bac0;
}
.platinum dt {
  background-color: rgba(177, 186, 192, .5);
}
.platinum .p-price__listbox__title, .platinum .p-price__listbox__list, .platinum dt, .platinum dd {
  border-color: #b1bac0;
}
@media screen and (max-width: 767px) {
  .p-price__list__update {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(70 / 750 * 100vw);
  }
  .p-price__listbox {
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .p-price__listbox__title {
    font-size: calc(40 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
  }
  .p-price__listbox__list dt, .p-price__listbox__list dd {
    font-size: calc(22 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
  }
  .p-price__listbox__list dt {
    width: 50%;
  }
  .p-price__listbox__list dd {
    width: 50%;
    padding-right: 26px;
  }
}

.p-price__caution {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__caution {
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-results__inner {
  padding-bottom: 60px;
  padding-top: 74px;
}
.p-results__title {
  color: #C7A645;
}
.swiper-results {
  margin-top: 60px;
}
.swiper-results .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-results__unit {
  width: 19%;
  height: auto;
  padding-bottom: 3rem;
  margin-bottom: 40px;
}
.p-results__unit__img {
  width: 100%;
  margin-bottom: 10px;
}
.p-results__unit__title, .p-results__unit__description {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-results__unit__price {
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
  color: #bb9a45;
}
.swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-results {
    margin-top: calc(70 / 750 * 100vw);
  }
  .p-results__inner {
    padding-bottom: calc(60 / 750 * 100vw);
    padding-top: calc(82 / 750 * 100vw);
  }
  .p-results .l-container {
    padding-left: calc(200 / 750 * 100vw);
    padding-right: calc(200 / 750 * 100vw);
  }
  .swiper-results {
    position: relative;
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .swiper-results .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .p-results__unit {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .p-results__unit__img {
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .p-results__unit__title, .p-results__unit__description {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.75;
  }
  .p-results__unit__price {
    font-size: calc(26 / 750 * 100vw);
  }
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination-bullet {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-color: initial;
    border: 1px solid #bb9a45;
    opacity: 1;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
  .swiper-pagination-bullet-active {
    background-color: #bb9a45;
  }
}

