/* pg-feature -------------------------------- */
.pg-feature {
  color: #000;
  /*font-family: Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;*/
  overflow: hidden;
}
.pg-feature * {
  font-family: inherit;
  outline: none;
}
.pg-feature strong {
  font-weight: bold;
}
.pg-feature a:hover {
  color: inherit;
  text-decoration: none;
}
.pg-feature a:hover p {
  text-decoration: inherit;
}
.pg-feature .slick-track {
  display: flex;
}
.pg-feature img:not([src]) {
  display: none;
}
@media (min-width: 48.0625em) {
  .pg-feature a:hover {
    opacity: .7;
  }
}

.pg-feature .js-scroll-add-class {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: .8s cubic-bezier(.215, .61, .355, 1);
}
.pg-feature .is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Introduction -------------------------------- */
.pg-intro {
  text-align: center;
  margin: 64px 0 80px;
}
.pg-intro__inner {
  padding: 0 30px;
}
@media (min-width: 48.0625em) {
  .pg-intro {
    margin: 100px 0 120px;
  }
  .pg-intro__inner {
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-intro__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 24px;
}
.pg-intro__lead-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 48.0625em) {
  .pg-intro__title {
    font-size: 2.4rem;
    margin: 0 0 32px;
  }
  .pg-intro__lead-text {
    font-size: 1.6rem;
    text-align: inherit;
  }
}

/* Anchor -------------------------------- */
.pg-anchor {
  padding: 12px 0;
  margin: 80px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pg-anchor__inner {
  padding: 0 20px;
}
@media (min-width: 48.0625em) {
  .pg-anchor {
    padding: 28px 0;
    margin: 120px 0 0;
  }
  .pg-anchor__inner {
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-anchor__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pg-anchor__item a {
  display: block;
  color: #999;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 16px;
}
.pg-anchor__item a:hover {
  color: #999;
}
.pg-anchor__item a span {
  font-weight: inherit;
  padding: 0 0 0 24px;
  position: relative;
  z-index: 1;
}
.pg-anchor__item a span::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: .4s cubic-bezier(.215, .61, .355, 1);
}
.pg-anchor__item a span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -75%) rotate(45deg);
}
@media (min-width: 48.0625em) {
  .pg-anchor__item a {
    font-size: 2.8rem;
    padding: 20px 32px;
  }
  .pg-anchor__item a:hover {
    color: #000;
    opacity: 1;
  }
  .pg-anchor__item a span {
    padding: 0 0 0 30px;
  }
  .pg-anchor__item a span::before {
    width: 22px;
    height: 22px;
  }
  .pg-anchor__item a:hover span::before {
    background: #000;
  }
  .pg-anchor__item a span::after {
    width: 7px;
    height: 7px;
    left: 11px;
  }
}

/* Product -------------------------------- */
.pg-product__header {
  text-align: center;
  padding: 60px 20px;
}
.pg-product__heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 48.0625em) {
  .pg-product__header {
    max-width: 1020px;
    padding: 100px 20px;
    margin: 0 auto;
  }
  .pg-product__heading {
    font-size: 3.2rem;
  }
}

.pg-product__boxes {
  border-bottom: 1px solid #ddd;
}
.pg-product__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-product__image img {
  visibility: hidden;
}
.pg-product__detail {
  text-align: center;
  padding: 48px 30px 80px;
}
.pg-product__item:nth-of-type(n+2) {
  margin-top: 64px;
}
.pg-product__title strong {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.pg-product__title small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 4px 0 0;
}
.pg-product__lead-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  margin: 24px 0 0;
}
.pg-product__slider {
  margin: 32px 0 0;
}
.pg-product__slides {
  padding: 0 58px;
}
.pg-product__credit {
  margin: 28px 0 0;
}
.pg-product__credit-code,
.pg-product__credit-price {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 .1em;
}
.pg-product__credit-price small {
  font-size: 1.2rem;
}
@media (min-width: 48.0625em) {
  .pg-product__boxes {
    border-top: 1px solid #ddd;
  }
  .pg-product__box {
    display: flex;
  }
  .pg-product__boxes--normal .pg-product__box:nth-of-type(even),
  .pg-product__boxes--reverse .pg-product__box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .pg-product__bg {
    width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-self: stretch;
  }
  .pg-product__bg-content.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .pg-product__bg-content.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .pg-product__bg-image {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pg-product__bg-image img {
    display: none;
  }
  .pg-product__image {
    height: 100%;
  }
  .pg-product__detail {
    width: 480px;
    max-width: 50%;
    min-width: 33.3333%;
    padding: 120px 40px;
    margin: 0 auto;
    align-self: center;
  }
  .pg-product__item:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .pg-product__title strong {
    font-size: 2.8rem;
  }
  .pg-product__title small {
    font-size: 1.2rem;
  }
  .pg-product__lead-text {
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
  .pg-product__slider {
    margin: 40px 0 0;
  }
  .pg-product__slides {
    padding: 0 60px;
  }
}

.pg-product__slider .slick-arrow {
  width: 28px;
  height: 28px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .4s cubic-bezier(.215, .61, .355, 1);
}
.pg-product__slider .slick-prev {
  left: 0;
}
.pg-product__slider .slick-next {
  right: 0;
}
.pg-product__slider .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pg-product__slider .slick-prev::before {
  transform: translate(-25%, -50%) rotate(225deg);
}
.pg-product__slider .slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.pg-product__slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 20px 0 0;
  position: relative;
  bottom: auto;
}
.pg-product__slider .slick-dots li {
  width: 33px;
  height: 33px;
  padding: 4px;
  margin: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.pg-product__slider .slick-dots li.slick-active {
  pointer-events: none;
}
.pg-product__slider .slick-dots li::before {
  display: none;
}
.pg-product__slider .slick-dots li::after {
  content: '';
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .4s cubic-bezier(.215, .61, .355, 1);
}
.pg-product__slider .slick-dots li:not(.slick-active)::after {
  opacity: 0;
  visibility: hidden;
}
.pg-product__slider .slick-dots li span.type-base {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.pg-product__slider .slick-dots li span.type-point {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 48.0625em) {
  .pg-product__slider .slick-dots {
    margin: 24px 0 0;
  }
  .pg-product__slider .slick-dots li {
    width: 38px;
    height: 38px;
  }
  .pg-product__slider .slick-dots li span.type-point {
    width: 10px;
    height: 10px;
  }
}

/* Shoplist -------------------------------- */
.pg-shoplist {
  background: #f2f2f2;
  padding: 48px 0;
}
.pg-shoplist__block:nth-of-type(n+2) {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #ddd;
}
.pg-shoplist__inner {
  padding: 0 30px;
}
@media (min-width: 48.0625em) {
  .pg-shoplist {
    padding: 60px 0;
  }
  .pg-shoplist__inner {
    padding: 0 40px;
  }
  .pg-shoplist__content {
    display: flex;
    align-items: flex-start;
  }
}

.pg-shoplist__header {
  margin: 0 0 40px;
}
.pg-shoplist__heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .pg-shoplist__header {
    width: 240px;
    margin: 0 40px 0 0;
  }
  .pg-shoplist__heading {
    font-size: 2.4rem;
  }
}

.pg-shoplist__item:nth-of-type(n+2) {
  margin-top: 28px;
}
.pg-shoplist__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 8px;
}
.pg-shoplist__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 4px 0 0;
}
.pg-shoplist__text a {
  display: inline;
  text-decoration: underline;
}
.pg-shoplist__text a:hover {
  text-decoration: underline;
}
@media (min-width: 48.0625em) {
  .pg-shoplist__body {
    width: calc(100% - 280px);
  }
  .pg-shoplist__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .pg-shoplist__item {
    width: calc((100% - 40px) * .5);
  }
  .pg-shoplist__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-shoplist__item:not(:nth-of-type(2n+1)) {
    margin-left: 40px;
  }
  .pg-shoplist__item:nth-of-type(n+3) {
    margin-top: 32px;
  }
  .pg-shoplist__title {
    font-size: 2rem;
    margin: 0 0 12px;
  }
  .pg-shoplist__text {
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
}