@charset "UTF-8";

/* pg-wrapper -------------------------------- */
.pg-wrapper {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  position: relative;
  overflow: hidden;
}

.pg-wrapper * {
  font-family: inherit;
  outline: none !important;
  word-break: break-word;
}
.pg-wrapper a {
  color: inherit;
}
.pg-wrapper a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.pg-wrapper a:hover p {
  text-decoration: none;
}

.pg-wrapper .js-pg-img-change:not([src]) {
  display: none;
}

.pg-wrapper .u-d--n { display: none !important; }
.pg-wrapper .u-d--b { display: block !important; }
@media (max-width: 768px) {
  .pg-wrapper .u-sp-d--n { display: none !important; }
  .pg-wrapper .u-sp-d--b { display: block !important; }
}
@media (min-width: 769px) {
  .pg-wrapper .u-pc-d--n { display: none !important; }
  .pg-wrapper .u-pc-d--b { display: block !important; }
}

/* Slider -------------------------------- */
.pg-wrapper .swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
}
.pg-wrapper .swiper-container.is-normal-layout .swiper-wrapper {
  flex-wrap: wrap;
}
.pg-wrapper .swiper-container.is-normal-layout .swiper-slide {
  height: auto;
}

.pg-wrapper .swiper-button-prev,
.pg-wrapper .swiper-button-next {
  width: 28px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.pg-wrapper .swiper-button-prev {
  left: 0;
}
.pg-wrapper .swiper-button-next {
  right: 0;
}
.pg-wrapper .swiper-button-prev:before,
.pg-wrapper .swiper-button-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}
.pg-wrapper .swiper-button-prev:before {
  transform: scaleX(-1);
}
.pg-wrapper .swiper-button-prev:after,
.pg-wrapper .swiper-button-next:after {
  display: none;
}
@media (min-width: 769px) {
  .pg-wrapper .swiper-button-prev:hover,
  .pg-wrapper .swiper-button-next:hover {
    opacity: 0.7;
  }
}

.pg-wrapper .swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 28px 0 0;
  position: static;
}
.pg-wrapper .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.pg-wrapper .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.3s;
}
.pg-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #383838;
  opacity: 1;
}
@media (min-width: 769px) {
  .pg-wrapper .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
  }
  .pg-wrapper .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
  }
  .pg-wrapper .swiper-pagination-bullet:hover:before {
    background: #383838;
    opacity: 0.7;
  }
}

.pg-wrapper .swiper-navigation {
  display: flex;
  align-items: center;
}
.pg-wrapper .swiper-navigation .swiper-button-prev,
.pg-wrapper .swiper-navigation .swiper-button-next {
  position: static;
  transform: none;
}
.pg-wrapper .swiper-navigation .swiper-button-prev {
  margin: 0 16px 0 0;
}
.pg-wrapper .swiper-fraction {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 32px 0 0;
  order: -1;
}

/* Button -------------------------------- */
.c-button {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.c-button .c-button__elm {
  display: block;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  padding: 16px 12px;
  border: 1px solid #000;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .c-button .c-button__elm:hover {
    color: #fff;
    background: #000;
  }
}

/* Section Header -------------------------------- */
.pg-section-header {
  text-align: center;
  margin: 0 0 32px;
}
.pg-section-header__heading {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .pg-section-header {
    margin: 0 0 60px;
  }
  .pg-section-header__heading {
    font-size: 24px;
  }
}

/* Introduction -------------------------------- */
.pg-intro {
  text-align: center;
  margin: 40px 0 48px;
}
.pg-intro__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-intro {
    margin: 0 0 92px;
  }
  .pg-intro__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-intro__logo {
  max-width: 280px;
  margin: 0 auto 40px;
}
.pg-intro__text {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .pg-intro__logo {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .pg-intro__text {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

/* Navigation -------------------------------- */
.pg-nav {
  margin: 48px 0;
}
.pg-nav__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-nav {
    margin: 92px 0;
  }
  .pg-nav__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-nav__item:nth-of-type(n+2) {
  margin-top: 4px;
}
.pg-nav__item-content {
  position: relative;
  z-index: 1;
}
.pg-nav__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pg-nav__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.pg-nav__sub-title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 8px 0 0;
}
@media (min-width: 769px) {
  .pg-nav__items {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-nav__item {
    width: 100%;
  }
  .pg-nav__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-nav__item:nth-of-type(n+2) {
    width: calc((100% - 10px) * 0.5);
    margin-top: 10px;
    flex: 1 1 auto;
  }
  .pg-nav__item:not(:nth-of-type(2n+2)):not(:nth-of-type(1)) {
    margin-left: 10px;
  }
  .pg-nav__image {
    position: relative;
    z-index: 1;
  }
  .pg-nav__image:before {
    content: '';
    display: block;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s;
  }
  .pg-nav__item a:not(:hover) .pg-nav__image:before {
    opacity: 0;
    visibility: hidden;
  }
  .pg-nav__title {
    font-size: 28px;
  }
  .pg-nav__item:nth-of-type(1) .pg-nav__title {
    font-size: 32px;
  }
  .pg-nav__sub-title {
    font-size: 14px;
  }
  .pg-nav__item:nth-of-type(1) .pg-nav__sub-title {
    font-size: 15px;
  }
}

/* Brand -------------------------------- */
.pg-brand {
  margin: 48px 0;
}
.pg-brand__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-brand {
    margin: 92px 0;
  }
  .pg-brand__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-brand__items {
  display: flex;
  flex-wrap: wrap;
}
.pg-brand__item {
  width: calc((100% - 56px) * 0.3333);
}
.pg-brand__item:not(:nth-of-type(3n+1)) {
  margin-left: 28px;
}
.pg-brand__item:nth-of-type(n+4) {
  margin-top: 28px;
}
@media (min-width: 769px) {
  .pg-brand__items {
    justify-content: center;
    margin: 0 auto;
  }
  .pg-brand__items--col-4 {
    max-width: 560px;
  }
  .pg-brand__items--col-5 {
    max-width: 710px;
  }
  .pg-brand__items--col-6 {
    max-width: 860px;
  }
  .pg-brand__items--col-4 .pg-brand__item {
    width: calc((100% - 120px) * 0.25);
  }
  .pg-brand__items--col-5 .pg-brand__item {
    width: calc((100% - 160px) * 0.2);
  }
  .pg-brand__items--col-6 .pg-brand__item {
    width: calc((100% - 200px) * 0.1666);
  }
  .pg-brand__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-brand__items--col-4 .pg-brand__item:not(:nth-of-type(4n+1)),
  .pg-brand__items--col-5 .pg-brand__item:not(:nth-of-type(5n+1)),
  .pg-brand__items--col-6 .pg-brand__item:not(:nth-of-type(6n+1)) {
    margin-left: 40px;
  }
  .pg-brand__items--col-4 .pg-brand__item:nth-of-type(n+5),
  .pg-brand__items--col-5 .pg-brand__item:nth-of-type(n+6),
  .pg-brand__items--col-6 .pg-brand__item:nth-of-type(n+7) {
    margin-top: 40px;
  }
}

/* Shop -------------------------------- */
.pg-shop {
  margin: 48px 0 0;
}
@media (min-width: 769px) {
  .pg-shop {
    margin: 92px 0 100px;
  }
  .pg-shop__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-shop__visual {
  display: none;
}
.pg-shop__slider {
  position: relative;
  z-index: 1;
}
.pg-shop__detail {
  margin: 12px 0;
}
.pg-shop__items {
  border-top: 1px solid #E1E4E6;
}
.pg-shop__item:nth-of-type(n+2) {
  border-top: 1px solid #E1E4E6;
}
.pg-shop__item a {
  display: block;
  padding: 28px 60px 28px 20px;
  position: relative;
  z-index: 1;
}
.pg-shop__item a:after {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: 0.3s;
}
.pg-shop__item-content {
  transition: 0.3s;
}
.pg-shop__logo {
  max-width: 272px;
  font-size: 10px;
  line-height: 1;
}
.pg-shop__text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
  margin: 12px 0 0;
}
@media (min-width: 769px) {
  .pg-shop__content {
    display: flex;
    justify-content: space-between;
  }
  .pg-shop__visual {
    display: block;
    width: calc((100% - 60px) * 0.5);
  }
  .pg-shop__detail {
    width: calc((100% - 60px) * 0.5);
    margin: 0;
    align-self: center;
  }
  .pg-shop__items {
    border-top: none;
  }
  .pg-shop__item a {
    padding: 36px 80px 36px 0;
  }
  .pg-shop__item a:after {
    right: 20px;
  }
  .pg-shop__item a:not(:hover):after {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
  }
  .pg-shop__item a:hover .pg-shop__item-content {
    transform: translateX(20px);
  }
  .pg-shop__logo {
    max-width: 392px;
  }
  .pg-shop__text {
    font-size: 12px;
    margin: 20px 0 0;
  }
}
