/*
* top.css
*
*/
/* Magnific Popup CSS */
.mfp-bg {
  overflow: hidden;
  opacity: 0.9;
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  outline: none !important;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:         zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  margin-top: -0.8em;
  width: auto;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  opacity: 0.65;
  opacity: 1;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #e9eae6;
  border-left: 1px solid #e9eae6;
  width: clamp(29px,3.88889vw, 56px);
  height: clamp(29px,3.88889vw, 56px);
  background-color: #fff;
  background-size: clamp(6px,0.83334vw, 12px) clamp(6px,0.83334vw, 12px);
}

button.mfp-close.-feature {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature {
    top: -0.69444vw;
    right: -4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature {
    top: -10px;
    right: -70px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::before {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::before {
    width: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-feature::after {
    width: 2.77778vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-feature::after {
    width: 40px !important;
  }
}

button.mfp-close.-system {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-system::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-system::after {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case {
    top: -0.69444vw;
    right: -5.34722vw;
    background-color: transparent;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-case::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-case::after {
    width: 56px !important;
  }
}

button.mfp-close.-price {
  top: -14.93333vw;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price {
    top: -0.69444vw;
    right: -5.34722vw;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price {
    top: -10px;
    right: -77px;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::before {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::before {
    width: 56px !important;
  }
}

@media screen and (min-width: 768px) {
  button.mfp-close.-price::after {
    width: 3.88889vw !important;
  }
}

@media screen and (min-width: 1440px) {
  button.mfp-close.-price::after {
    width: 56px !important;
  }
}

button.mfp-close:before,
button.mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: clamp(8px,1.04167vw, 15px);
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #4a29b4;
}

button.mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

button.mfp-close:hover,
button.mfp-close:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  button.mfp-close {
    width: 14.93333vw;
    height: 14.93333vw;
    background-size: 3.2vw 3.2vw;
  }
  button.mfp-close:before,
  button.mfp-close:after {
    top: 0.8vw;
    width: 4vw;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1046;
  top: 50%;
  margin: 0;
  padding: 0;
  border-radius: clamp(1px,0.13889vw, 2px);
  width: clamp(28px,3.75vw, 54px);
  height: clamp(28px,3.75vw, 54px);
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #4a28b4 !important;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 0.9;
}

.mfp-arrow::before {
  content: "";
  display: block;
  width: clamp(5px,0.69445vw, 10px);
  height: clamp(6px,0.90278vw, 13px);
  background: url(/assets/img/common/icon_arrow_left_white.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .mfp-arrow {
    border-radius: 0.53333vw;
    width: 14.4vw;
    height: 14.4vw;
  }
  .mfp-arrow::before {
    width: 2.66667vw;
    height: 3.46667vw;
  }
}

.mfp-arrow-left {
  left: clamp(-13px,-1.59722vw, -23px);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-left {
    left: -6.93333vw;
  }
}

.mfp-arrow-right {
  right: clamp(-13px,-1.59722vw, -23px);
}

.mfp-arrow-right::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .mfp-arrow-right {
    right: -6.93333vw;
  }
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 173.33333vw;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
  }
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px;
  }
}

.mfp-fade {
  /* overlay at start */
  /* content at start */
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
  /* overlay animate in */
  /* overlay animate out */
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap {
  /* content animate it */
  /* content animate out */
}

.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

body {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-load="loaded"] body {
  opacity: 1;
}

/* ----------------------------------------------*
* cost
*---------------------------------------------- */
.cost {
  padding-top: 17.33333vw;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cost {
    padding-top: 6.25vw;
    padding-bottom: 8.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

.cost .c-title {
  width: 14.4vw;
}

@media screen and (min-width: 768px) {
  .cost .c-title {
    margin: 0 auto;
    width: 7.29167vw;
    height: 3.26389vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost .c-title {
    width: 105px;
    height: 47px;
  }
}

@media screen and (min-width: 768px) {
  .cost .c-desc {
    margin-top: 4.58333vw;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .cost .c-desc {
    margin-top: 66px;
  }
}

.cost .c-button:not(.accordion__link) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 4.8vw;
  border-radius: 0.53333vw;
  height: 16vw;
  background-color: #d66e6f;
  white-space: nowrap;
  color: #fff !important;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px) {
  .cost .c-button:not(.accordion__link) {
    margin-top: 0.69444vw;
    border-radius: 2px;
    width: 32.5vw;
    height: 4.86111vw;
    transition: background-color 0.21s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 1.25vw;
    line-height: 4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost .c-button:not(.accordion__link) {
    margin-top: 10px;
    width: 468px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .cost .c-button:not(.accordion__link):hover {
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #cc5b5c;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .cost__pcInner {
    margin: 0 auto;
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__pcInner {
    max-width: 1200px;
  }
}

.cost__content__wrapper {
  padding-top: 18.13333vw;
}

@media screen and (min-width: 768px) {
  .cost__content__wrapper {
    margin-top: 6.38889vw;
    padding-top: 6.25vw;
    border-top: 1px solid #e2e2e2;
  }
}

@media screen and (min-width: 1440px) {
  .cost__content__wrapper {
    margin-top: 92px;
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .cost__content {
    position: relative;
  }
}

.cost__content + .cost__content {
  padding-top: 9.6vw;
}

@media screen and (min-width: 768px) {
  .cost__content + .cost__content {
    padding-top: 5.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__content + .cost__content {
    padding-top: 80px;
  }
}

.cost__catch {
  padding: 3.2vw 0 2.4vw;
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 5.33333vw;
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cost__catch {
    padding: 0;
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.11111;
  }
}

@media screen and (min-width: 1440px) {
  .cost__catch {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .cost__catch.-large {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__catch.-large {
    font-size: 36px;
  }
}

.cost__catch .cost__desc {
  display: block;
  color: #4d4d4d;
  font-size: 3.2vw;
  line-height: 1.83333;
}

@media screen and (min-width: 768px) {
  .cost__catch .cost__desc {
    padding-top: 0.76389vw;
    font-size: 0.97222vw;
    line-height: 1;
  }
}

@media screen and (min-width: 1440px) {
  .cost__catch .cost__desc {
    padding-top: 11px;
    font-size: 14px;
  }
}

.cost__text {
  padding-top: 5.33333vw;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .cost__text {
    padding-top: 0.83333vw;
    text-align: center;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .cost__text {
    padding-top: 12px;
    font-size: 16px;
  }
}

.cost__comparison__wrapper {
  padding-top: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .cost__comparison__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 2.77778vw;
    padding-bottom: 6.94444vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison__wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.cost__comparison {
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .cost__comparison {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison.-triangle::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.63889vw;
    bottom: 0;
    left: 27.36111vw;
    margin: auto;
    width: 1.52778vw;
    height: 3.05556vw;
    background-image: url(/assets/img/price/triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison.-triangle::before {
    top: 38px;
    left: 394px;
    width: 22px;
    height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison:nth-of-type(1) {
    width: 25.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison:nth-of-type(1) {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison:nth-of-type(2) {
    width: 52.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison:nth-of-type(2) {
    width: 760px;
  }
}

.cost__comparison + .cost__comparison {
  padding-top: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .cost__comparison + .cost__comparison {
    padding-top: 0;
  }
}

.cost__comparison .comparison__title {
  height: 9.33333vw;
  text-align: center;
  font-size: 3.2vw;
  line-height: 9.33333vw;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__title {
    height: 2.77778vw;
    font-size: 1.25vw;
    line-height: 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__title {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}

.cost__comparison .comparison__title.-gray {
  background: #e2e2e2;
}

.cost__comparison .comparison__title.-gold {
  background: #ebd6ab;
}

.cost__comparison .comparison__body {
  padding: 6.93333vw 2.66667vw 9.6vw;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__body {
    padding: 2.43056vw 3.47222vw;
    min-height: 28.61111vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__body {
    padding: 35px 50px;
    min-height: 412px;
  }
}

.cost__comparison .comparison__body.-gray {
  background: #f6f6f6;
}

.cost__comparison .comparison__body.-gold {
  background: #f7f2e7;
}

.cost__comparison .comparison__body.-clip {
  -webkit-clip-path: polygon(50% 100%, 100% 88%, 100% 0, 0 0, 0 88%);
          clip-path: polygon(50% 100%, 100% 88%, 100% 0, 0 0, 0 88%);
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__body.-clip {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__listPcWrapper {
    position: relative;
    padding-bottom: 1.66667vw;
    border-bottom: 1px solid #e2e2e2;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__listPcWrapper {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__listPcWrapper.-flex {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list {
    width: 22.08333vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__list {
    width: 318px;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list.-flex {
    display: flex;
    justify-content: space-between;
  }
}

.cost__comparison .comparison__list__item {
  position: relative;
  margin-left: 1.3em;
  letter-spacing: 0.04em;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list__item {
    white-space: nowrap;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__list__item {
    font-size: 16px;
  }
}

.cost__comparison .comparison__list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6vw;
  bottom: 0;
  left: -3.46667vw;
  margin: auto;
  border-radius: 50%;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #d5ad58;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list__item::before {
    top: -0.27778vw;
    left: -1.11111vw;
    width: 0.55556vw;
    height: 0.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__list__item::before {
    top: -4px;
    left: -16px;
    width: 8px;
    height: 8px;
  }
}

.cost__comparison .comparison__list__item.-bold {
  font-weight: bold;
}

.cost__comparison .comparison__list__item.-noIndent {
  text-indent: 0;
}

.cost__comparison .comparison__list__item.-noDot::before {
  display: none;
}

.cost__comparison .comparison__list__item.-pb {
  padding-bottom: 1.86667vw;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list__item.-pb {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list__item.-mt {
    margin-top: 0.55556vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__list__item.-mt {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__list__item.-white {
    margin-left: 0;
    padding: 0.69444vw 0.97222vw;
    background-color: #fff;
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__list__item.-white {
    padding: 10px 14px;
    font-size: 14px;
  }
}

.cost__comparison .comparison__copy {
  padding-top: 5.33333vw;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 3.73333vw;
  line-height: 1.64286;
}

@media screen and (min-width: 768px) {
  .cost__comparison .comparison__copy {
    padding-top: 1.38889vw;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .cost__comparison .comparison__copy {
    padding-top: 20px;
    font-size: 16px;
  }
}

.cost__pcModaButtonWrapper {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .cost__pcModaButtonWrapper {
    display: flex;
    flex-flow: column;
    position: relative;
    margin-top: 0;
    padding: 2.43056vw 8.33333vw 4.72222vw;
  }
}

@media screen and (min-width: 1440px) {
  .cost__pcModaButtonWrapper {
    padding: 35px 120px 68px;
  }
}

@media screen and (min-width: 768px) {
  .cost__pcModaButtonWrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 11.11111vw;
    background-color: #e2e2e2;
  }
}

@media screen and (min-width: 1440px) {
  .cost__pcModaButtonWrapper::before {
    height: 160px;
  }
}

.price__pcButtonWrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .price__pcButtonWrapper {
    margin-top: 2.77778vw;
  }
}

@media screen and (min-width: 1440px) {
  .price__pcButtonWrapper {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .price__pcButton {
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    width: 22.22222vw;
    height: 3.47222vw;
    transition: background-color 0.21s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #d5ad58;
    text-align: center;
    color: #fff;
    font-size: 1.11111vw;
    line-height: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .price__pcButton {
    width: 320px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .price__pcButton:visited,
  .price__pcButton:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .price__pcButton:hover {
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ca9c46;
  }
}

@media screen and (min-width: 768px) {
  .price__pcButton + .price__pcButton {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .price__pcButton + .price__pcButton {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .accordion__wrapper {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .accordion__button {
    display: none;
  }
}

/* ----------------------------------------------*
* pay
*---------------------------------------------- */
.pay {
  padding-top: 23.2vw;
  padding-right: 5.33333vw;
  padding-bottom: 17.33333vw;
  padding-left: 5.33333vw;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .pay {
    padding: 0;
    padding-top: 6.25vw;
    background-color: #f9f9f9;
  }
}

@media screen and (min-width: 1440px) {
  .pay {
    padding-top: 90px;
  }
}

.pay .c-title {
  width: 45.86667vw;
}

@media screen and (min-width: 768px) {
  .pay .c-title {
    margin: 0 auto;
    width: 23.88889vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay .c-title {
    width: 344px;
  }
}

@media screen and (min-width: 768px) {
  .pay__pcInner {
    margin: 0 auto;
    max-width: 83.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__pcInner {
    max-width: 1200px;
  }
}

.pay__wrapper {
  margin-top: 9.86667vw;
  padding: 8.8vw 4.8vw 10.66667vw;
  border: 1px solid #d5ad58;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .pay__wrapper {
    margin-top: 0.83333vw;
    padding: 3.33333vw 13.33333vw 3.75vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__wrapper {
    margin-top: 12px;
    padding: 48px 192px 54px;
  }
}

.pay__credit {
  color: #4d4d4d;
}

.pay__credit .pay__catch {
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .pay__credit .pay__catch {
    text-align: center;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .pay__catch {
    font-size: 16px;
  }
}

.pay__credit .credit__head {
  margin-top: 6.66667vw;
  text-align: center;
  color: #d5ad58;
  font-size: 4.26667vw;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__head {
    margin-top: 2.08333vw;
    font-size: 1.80556vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__head {
    margin-top: 30px;
    font-size: 26px;
  }
}

.pay__credit .credit__textList {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__textList {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 0.83333vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__textList {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__textList::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 5.55556vw;
    background-color: #e2e2e2;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__textList::before {
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__textItem {
    max-width: 25vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__textItem {
    max-width: 360px;
  }
}

.pay__credit .credit__textItem + .credit__textItem {
  margin-top: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__textItem + .credit__textItem {
    margin-top: 0;
  }
}

.pay__credit .credit__text span {
  display: block;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__text span {
    margin-top: 0.69444vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__text span {
    margin-top: 10px;
  }
}

.pay__credit .credit__text span:nth-of-type(1) {
  font-size: 3.46667vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__text span:nth-of-type(1) {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__text span:nth-of-type(1) {
    font-size: 18px;
  }
}

.pay__credit .credit__text span:nth-of-type(2) {
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__text span:nth-of-type(2) {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__text span:nth-of-type(2) {
    font-size: 14px;
  }
}

.pay__credit .credit__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list {
    margin-top: 1.38889vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list + .credit__head {
    margin-top: 4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list + .credit__head {
    margin-top: 70px;
  }
}

.pay__credit .credit__list__item + .credit__list__item {
  margin-left: 3.46667vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item + .credit__list__item {
    margin-left: 0.97222vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item + .credit__list__item {
    margin-left: 14px;
  }
}

.pay__credit .credit__list__item.-first {
  width: 14.66667vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item.-first {
    width: 4.86111vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item.-first {
    width: 70px;
  }
}

.pay__credit .credit__list__item.-second {
  width: 9.86667vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item.-second {
    width: 3.61111vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item.-second {
    width: 52px;
  }
}

.pay__credit .credit__list__item.-third {
  width: 8.8vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item.-third {
    width: 3.19444vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item.-third {
    width: 46px;
  }
}

.pay__credit .credit__list__item.-fourth {
  width: 9.33333vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item.-fourth {
    width: 3.47222vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item.-fourth {
    width: 50px;
  }
}

.pay__credit .credit__list__item.-fifth {
  width: 6.93333vw;
}

@media screen and (min-width: 768px) {
  .pay__credit .credit__list__item.-fifth {
    width: 2.43056vw;
  }
}

@media screen and (min-width: 1440px) {
  .pay__credit .credit__list__item.-fifth {
    width: 35px;
  }
}

.info {
  margin-top: 11.2vw;
  padding: 4.8vw 5.86667vw 4.8vw;
  border: 1px solid #d5ad58;
  background: #f7f2e8;
}

@media screen and (min-width: 768px) {
  .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 1.25vw 2.63889vw 1.25vw;
    width: 66.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .info {
    padding: 18px 38px 18px;
    width: 960px;
  }
}

.info .info__title {
  text-align: center;
  letter-spacing: 0.04em;
  color: #d5ad58;
  font-size: 4.26667vw;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .info .info__title {
    font-size: 1.25vw;
    line-height: lh818, 44;
  }
}

@media screen and (min-width: 1440px) {
  .info .info__title {
    font-size: 18px;
  }
}

.info .info__text {
  padding-top: 3.2vw;
  text-align: left;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  font-size: 3.46667vw;
  line-height: 1.76923;
}

@media screen and (min-width: 768px) {
  .info .info__text {
    margin-left: 1.875vw;
    padding-top: 0;
    font-size: 1.11111vw;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1440px) {
  .info .info__text {
    margin-left: 27px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .simplebar-scrollbar {
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .simplebar-scrollbar::before {
    opacity: 1 !important;
    right: 0 !important;
    left: 0 !important;
    background-color: #d5ad58 !important;
  }
}

@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-horizontal {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-vertical {
    visibility: visible !important;
    right: 1.04167vw !important;
    margin: auto;
    border-radius: 7px;
    width: 0.41667vw !important;
    max-height: 37.77778vw !important;
    background-color: #d0d0d0;
  }
}

@media screen and (min-width: 1440px) {
  .simplebar-track.simplebar-vertical {
    right: 15px !important;
    width: 6px !important;
    max-height: 544px !important;
  }
}