@charset "UTF-8";

body .vcustom-popup-content {
  /* font-size: 62.5%!important; */
}

body .vcustom-popup-content {
  color: #fff!important;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", HelveticaNeue, "メイリオ", "Meiryo", "Arial", "ＭＳ ゴシック", sans-serif!important;
}
.vcustom-popup-content a:link,
.vcustom-popup-content a:visited {
    color: #fff;
    cursor:pointer!important;
}
.vcustom-popup-content a:hover,
.vcustom-popup-content a:active {
    color: #000;
}

@media screen and (max-width: 767.98px) {
  .vcustom-popup-content a:hover,
  .vcustom-popup-content a:active {
      color: #fff;
  }
}


/*
 * object/project/_popup.scss
 */
.fancybox-is-open .fancybox-bg {
  background: rgba(0, 0, 0, 0.95);
}

.vcustom-popup .fancybox-slide--html {
  padding: 0;
}

.vcustom-popup-content {
  display: none;
  padding: 6rem 0;
  cursor: auto;
  background: transparent;
}
.vcustom-popup-content__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .vcustom-popup-content__inner {
    max-width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .vcustom-popup-content__inner {
    max-width: 1080px;
    width: 90vw;
  }
}

.vcustom-popup-buy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 794px;
  margin: 0 auto;
  color: #fff;
}
.vcustom-popup-buy-list__item {
  flex: 1 1 calc(((794 - 42) / 2) / 795 * 100%);
  margin: calc(30 / 794 * 100%) 0 0 calc(42 / 794 * 100%);
  cursor:pointer!important;
}
.vcustom-popup-buy-list__item:nth-of-type(1), .vcustom-popup-buy-list__item:nth-of-type(2) {
  margin-top: 0;
}
.vcustom-popup-buy-list__item:nth-of-type(odd) {
  margin-left: 0;
}

.vcustom-popup-buy-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 calc(13.5em / 30);
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid;
  transition-property: transform, background, border, border-radius, box-shadow, color, opacity, font-weight, text-decoration, text-shadow, visibility;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  cursor:pointer!important;
}
@media screen and (max-width: 427.98px) {
  .vcustom-popup-buy-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 428px) {
  .vcustom-popup-buy-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .vcustom-popup-buy-btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .vcustom-popup-buy-btn {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .vcustom-popup-buy-btn:hover {
    background: #ddd;
    border-color: #ddd;
    color: #333333;
  }
}
.vcustom-popup-buy-btn__sub {
  display: block;
  font-size: calc(13em / 30);
  letter-spacing: 0;
  padding: calc(20em / 18) 0;
  border-bottom: 1px solid;
}
.vcustom-popup-buy-btn__main {
  display: block;
  font-size: 85%;
  padding: calc(9em / 30) 0 calc(20em / 30);
}

.vcustom-popup .fancybox-slide--html .fancybox-close-small {
  padding: 0;
  width: 6rem;
  height: 6rem;
  color#fff;
}