.c-buy-btn, .c-buy-btn--200, .c-buy-btn--180, .c-buy-btn--160, .c-buy-btn--140, .c-buy-btn--100 {
  padding: 13px 10px;
  width: 100%;
  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;
  position: relative;
  background-color: #000;
  color: #fff;
  -webkit-transition-property: opacity, background-color, border-color;
  transition-property: opacity, background-color, border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn:hover, .c-buy-btn--200:hover, .c-buy-btn--180:hover, .c-buy-btn--160:hover, .c-buy-btn--140:hover, .c-buy-btn--100:hover {
    opacity: 0.65;
  }
}
.c-buy-btn--ja .c-buy-btn__text {
  font-size: calc(13 / 16 * 1rem);
  
}
.c-buy-btn--white {
  background-color: #fff;
  color: #000;
}
.c-buy-btn--white .c-buy-btn__icon svg {
  fill: #000;
}
.c-buy-btn--stroke {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.c-buy-btn--stroke .c-buy-btn__icon svg {
  fill: #000;
}
.c-buy-btn--not-available {
  background-color: #fff;
  color: #333;
}
.c-buy-btn--not-available a {
  pointer-events: none;
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--not-available:hover {
    cursor: unset;
    opacity: 1;
  }
}
.c-buy-btn--coming-soon {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
.c-buy-btn--coming-soon .c-buy-btn__icon svg {
  fill: #333;
}
.c-buy-btn--coming-soon a {
  pointer-events: none;
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--coming-soon:hover {
    cursor: unset;
    opacity: 1;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--pc-white {
    background-color: #fff;
    color: #000;
  }
  .c-buy-btn--pc-white .c-buy-btn__icon svg {
    fill: #000;
  }
}
.c-buy-btn__icon svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.c-buy-btn__icon + .c-buy-btn__text {
  margin-left: 10px;
}
.c-buy-btn__text {
  font-weight: normal;
  
  font-size: calc(11 / 16 * 1rem);
}
.c-buy-btn__text strong {
  font-weight: normal;
  
}
.c-buy-btn__text a {
  text-decoration: none;
}
.c-buy-btn__text a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-buy-btn__arrow {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.c-buy-btn__arrow .c-buy-btn--white, .c-buy-btn--stroke .c-buy-btn__arrow {
  border-color: #000;
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn.type-thin, .type-thin.c-buy-btn--200, .type-thin.c-buy-btn--180, .type-thin.c-buy-btn--160, .type-thin.c-buy-btn--140, .type-thin.c-buy-btn--100 {
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--100 {
    width: 90%;
    max-width: 100px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--140 {
    width: 90%;
    max-width: 140px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--160 {
    width: 90%;
    max-width: 160px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--180 {
    width: 90%;
    max-width: 180px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--200 {
    width: 90%;
    max-width: 200px;
    padding: 16px 10px;
  }
}

.u-bgc--light-gray {
  background-color: #f7f7f7;
}

.page {
  
  
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.main-content {
  position: relative;
  padding-top: 56px;
}
@media only screen and (min-width: 48.0625em) {
  .main-content {
    padding-top: 80px;
  }
}

.pg-index-header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 75px;
  z-index: 2;
  mix-blend-mode: difference;
  color: #fff;
  opacity: 1;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, transform;
  transition-property: top, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-index-header.header-caution-on {
  top: calc(75px + 35px);
}
.is-header-fixed .pg-index-header {
  top: 75px;
}
.pg-index-header.is-hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 48.0625em) {
  .pg-index-header {
    top: 120px;
  }
  .pg-index-header.header-caution-on {
    top: calc(120px + 50px);
  }
  .is-header-fixed .pg-index-header {
    top: 100px;
  }
}
.pg-index-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
}
@media only screen and (min-width: 48.0625em) {
  .pg-index-header__inner {
    padding: 24px 32px;
  }
}
.pg-index-header__heading {
  font-size: calc(24 / 16 * 1rem);
  font-weight: normal;
  line-height: 1;
  -webkit-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 48.0625em) {
  .page.is-header-fixed .pg-index-header__heading {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media only screen and (min-width: 48.0625em) {
  .pg-index-header__heading {
    font-size: calc(28 / 16 * 1rem);
  }
}
.pg-index-header__link {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-index-header__link a::before, .pg-index-header__link a::after {
  background-color: #fff;
}
@media only screen and (max-width: 48.0625em) {
  .pg-index-header__link {
    opacity: 0;
  }
}
@media only screen and (max-width: 48.0625em) and (max-width: 48.0625em) {
  .page.is-header-fixed .pg-index-header__link {
    opacity: 1;
  }
}
@media only screen and (min-width: 48.0625em) {
  .pg-index-header__link {
    font-size: calc(20 / 16 * 1rem);
  }
}

.pg-section {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-section:nth-child(1) {
  background-color: #F1E9DE;
}
.pg-section:nth-child(1) .pg-section__img::before {
  background-color: rgba(241, 233, 222, 0.4);
}
.pg-section:nth-child(2) {
  background-color: #EFE2CF;
}
.pg-section:nth-child(2) .pg-section__img::before {
  background-color: rgba(239, 226, 207, 0.4);
}
.pg-section:nth-child(3) {
  background-color: #DEE9DB;
}
.pg-section:nth-child(3) .pg-section__img::before {
  background-color: rgba(222, 233, 219, 0.4);
}
.pg-section:nth-child(4) {
  background-color: #DEDACE;
}
.pg-section:nth-child(4) .pg-section__img::before {
  background-color: rgba(222, 218, 206, 0.4);
}
.pg-section:nth-child(5) {
  background-color: #EEEEF0;
}
.pg-section:nth-child(5) .pg-section__img::before {
  background-color: rgba(238, 238, 240, 0.4);
}
.pg-section:nth-child(6) {
  background-color: #DDDDDD;
}
.pg-section:nth-child(6) .pg-section__img::before {
  background-color: rgba(221, 221, 221, 0.4);
}
.pg-section.is-animated {
  opacity: 1;
}
.pg-section.is-animated .pg-section__slider {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pg-section__slider {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-section__slider.is-swiper-disabled .pg-section__slide {
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
.pg-section__slider .swiper-pagination {
  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;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  mix-blend-mode: hard-light;
}
.pg-section__slider .swiper-pagination-bullet {
  position: relative;
  padding: 20px 0;
  outline: none;
  width: 16px;
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__slider .swiper-pagination-bullet {
    display: none;
  }
}
.pg-section__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4px;
}
.pg-section__slider .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #dbdbdb;
}
.pg-section__slider .swiper-pagination-bullet-active::after {
  background-color: #000;
}
.pg-section__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pg-section__slide:first-child .pg-section__info {
  padding-left: 20px;
}
.pg-section__slide:last-child .pg-section__info {
  padding-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__slide.is-inactive .pg-section__img::before {
    opacity: 1;
  }
  .pg-section__slide.is-active {
    z-index: 5;
  }
  .pg-section__slide.is-active .pg-section__img::before {
    opacity: 0;
  }
  .pg-section__slide.is-active .pg-section__info {
    opacity: 1;
  }
}
.pg-section__img {
  position: relative;
}
.pg-section__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-section__img img {
  width: 100%;
}
.pg-section__info {
  position: absolute;
  height: 180px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-section__info a {
  pointer-events: none;
}
.pg-section__info.is-active {
  opacity: 1;
  z-index: 10;
}
.pg-section__info.is-active a {
  pointer-events: unset;
}
@media only screen and (max-width: 48.0625em) {
  .pg-section__info {
    margin-top: 8px;
    padding: 0 5% 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__info {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-section__info:nth-child(1) {
    left: 0;
    padding-left: 20px;
  }
  .pg-section__info:nth-child(2) {
    left: 25vw;
  }
  .pg-section__info:nth-child(3) {
    left: 50vw;
  }
  .pg-section__info:nth-child(4) {
    right: 0;
    padding-right: 20px;
  }
}
.pg-section__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 48.0625em) {
  .pg-section__data {
    width: 100%;
  }
  .pg-section__data + .pg-section__data {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__data + .pg-section__data {
    margin-left: min(2.5vw, 36px);
  }
}
.pg-section__suptitle {
  font-size: calc(12 / 16 * 1rem);
  color: #808080;
}
.pg-section__title {
  font-size: calc(18 / 16 * 1rem);
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__title {
    font-size: calc(16 / 16 * 1rem);
  }
}
.pg-section__text {
  font-size: calc(13 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pg-section__text span {
  display: inline-block;
}
.pg-section__text span + span {
  margin-left: 12px;
}
.pg-section__text small {
  font-size: calc(10 / 16 * 1rem);
}
.pg-section__link {
  font-size: calc(14 / 16 * 1rem);
}
@media only screen and (max-width: 48.0625em) {
  .pg-section__link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pg-section__suptitle ~ .pg-section__link {
    top: 20px;
  }
  .pg-section__link.is-not-available {
    position: relative;
    top: 0;
  }
}
.pg-section__content {
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  height: 150px;
}
.pg-section__content.has-2credit {
  height: 240px;
}
@media only screen and (min-width: 48.0625em) {
  .pg-section__content {
    height: 180px;
  }
}

.pg-text-link {
  padding: 20px 5% 40px;
}
@media only screen and (min-width: 48.0625em) {
  .pg-text-link {
    padding: 20px 5% 80px;
  }
}
.pg-text-link__text {
  font-size: calc(24 / 16 * 1rem);
  text-align: center;
}
.pg-text-link__text a::before, .pg-text-link__text a::after {
  background-color: #000;
}
@media only screen and (min-width: 48.0625em) {
  .pg-text-link__text {
    font-size: calc(28 / 16 * 1rem);
  }
}/*# sourceMappingURL=common.css.map */