@charset "UTF-8";

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

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

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

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

/* Button -------------------------------- */
.pg-home .c-button {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.pg-home .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;
}
.pg-home .c-button__elm:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .pg-home .c-button__elm:hover {
    color: #fff;
    background: #000;
  }
}

/* Section Header -------------------------------- */
.pg-home .pg-section-header {
  text-align: center;
  margin: 0 0 32px;
}
.pg-home .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-home .pg-section-header {
    margin: 0 0 60px;
  }
  .pg-home .pg-section-header__heading {
    font-size: 24px;
  }
}

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

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

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

.pg-home .swiper-navigation {
  display: flex;
  align-items: center;
}
.pg-home .swiper-navigation .swiper-button-prev,
.pg-home .swiper-navigation .swiper-button-next {
  position: static;
  transform: none;
}
.pg-home .swiper-navigation .swiper-button-prev {
  margin: 0 16px 0 0;
}
.pg-home .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;
}

/* Mainvisual -------------------------------- */
.pg-home .pg-mainvisual__slider {
  position: relative;
  z-index: 1;
}
.pg-home .pg-mainvisual__slider .swiper-button-prev,
.pg-home .pg-mainvisual__slider .swiper-button-next {
  width: 56px;
  height: 56px;
}
.pg-home .pg-mainvisual__slider .swiper-button-prev:before,
.pg-home .pg-mainvisual__slider .swiper-button-next:before {
  width: 20px;
  height: 20px;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pg-home .pg-mainvisual__slider .swiper-button-prev:before {
  transform: translate(-25%, -50%) rotate(225deg);
}
.pg-home .pg-mainvisual__slider .swiper-button-next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.pg-home .pg-mainvisual__slider .swiper-pagination-bullets {
  margin: 8px 0 0;
}
.pg-home .pg-mainvisual__slide-content {
  position: relative;
  z-index: 1;
}
.pg-home .pg-mainvisual__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-home .pg-mainvisual__logo {
  width: 100%;
  max-width: 100px;
  min-height: 0%;
}
.pg-home .pg-mainvisual__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.pg-home .pg-mainvisual__logo + .pg-mainvisual__title {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .pg-home .pg-mainvisual__slider .swiper-pagination-bullets {
    margin: 12px 0 0;
  }
  .pg-home .pg-mainvisual__logo {
    max-width: 170px;
  }
  .pg-home .pg-mainvisual__title {
    font-size: 28px;
  }
}

/* Introduction -------------------------------- */
.pg-home .pg-intro {
  text-align: center;
  margin: 32px 0;
}
.pg-home .pg-intro__inner {
  padding: 0 20px;
}
.pg-home .pg-intro__content {
  padding: 0 6px;
}
.pg-home .pg-intro__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .pg-home .pg-intro {
    margin: 60px 0;
  }
  .pg-home .pg-intro__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pg-home .pg-intro__content {
    padding: 0;
  }
}

/* Topics -------------------------------- */
.pg-home .pg-topics {
  margin: 40px 0 50px;
}
.pg-home .pg-topics__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-home .pg-topics {
    margin: 60px 0 80px;
  }
  .pg-home .pg-topics__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-home .pg-topics__item:nth-of-type(n+2) {
  margin-top: 20px;
}
.pg-home .pg-topics__item:nth-of-type(n+4) {
  display: none;
}
.pg-home .pg-topics__detail {
  text-align: center;
  margin: 12px 0 0;
}
.pg-home .pg-topics__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.pg-home .pg-topics__date {
  color: #999;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 8px 0 0;
}
.pg-home .pg-topics__button {
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .pg-home .pg-topics__items {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-home .pg-topics__item {
    width: calc((100% - 60px) * 0.3333);
  }
  .pg-home .pg-topics__item:nth-of-type(n) {
    display: block;
    margin: 0;
  }
  .pg-home .pg-topics__item:not(:nth-of-type(3n+1)) {
    margin-left: 30px;
  }
  .pg-home .pg-topics__item:nth-of-type(n+4) {
    margin-top: 60px;
  }
  .pg-home .pg-topics__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .pg-home .pg-topics__image:before {
    content: 'VIEW MORE';
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s;
  }
  .pg-home .pg-topics__item a:not(:hover) .pg-topics__image:before {
    opacity: 0;
    visibility: hidden;
  }
  .pg-home .pg-topics__detail {
    margin: 16px 0 0;
  }
  .pg-home .pg-topics__title {
    font-size: 13px;
  }
}

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

.pg-home .pg-nav__item:nth-of-type(n+2) {
  margin-top: 4px;
}
.pg-home .pg-nav__item-content {
  position: relative;
  z-index: 1;
}
.pg-home .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-home .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;
  padding: 6px 0;
  position: relative;
  z-index: 1;
}
.pg-home .pg-nav__title:after {
  content: '';
  display: block;
  border-top: 2px solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 0.3s;
}
@media (min-width: 769px) {
  .pg-home .pg-nav__items {
    display: flex;
    flex-wrap: wrap;
  }
  .pg-home .pg-nav__item {
    width: 100%;
  }
  .pg-home .pg-nav__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-home .pg-nav__item:nth-of-type(n+2) {
    width: calc((100% - 18px) * 0.3333);
    margin-top: 9px;
    flex: 1 1 auto;
  }
  .pg-home .pg-nav__item:not(:nth-of-type(3n+2)):not(:nth-of-type(1)) {
    margin-left: 9px;
  }
  .pg-home .pg-nav__image {
    position: relative;
    z-index: 1;
  }
  .pg-home .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-home .pg-nav__item a:not(:hover) .pg-nav__image:before {
    opacity: 0;
    visibility: hidden;
  }
  .pg-home .pg-nav__item:nth-of-type(1) .pg-nav__title {
    font-size: 24px;
  }
  .pg-home .pg-nav__item a:hover .pg-nav__title:after {
    transform: scaleX(1);
  }
}

/* Recommend -------------------------------- */
.pg-home .pg-recommend {
  margin: 50px 0 40px;
}
.pg-home .pg-recommend__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-home .pg-recommend {
    margin: 80px 0;
  }
  .pg-home .pg-recommend__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-home .pg-recommend__slider {
  position: relative;
  z-index: 1;
}
.pg-home .pg-recommend__slide {
  padding: 0 20px;
}
.pg-home .pg-recommend__detail {
  text-align: center;
  margin: 20px 0 0;
}
.pg-home .pg-recommend__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.6;
}
.pg-home .pg-recommend__price {
  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.6;
}
@media (min-width: 769px) {
  .pg-home .pg-recommend__slider {
    display: flex;
    justify-content: center;
  }
  .pg-home .pg-recommend__slide {
    width: calc((100% - 180px) * 0.25);
    padding: 0;
  }
  .pg-home .pg-recommend__slide:not(:nth-of-type(4n+1)) {
    margin-left: 60px;
  }
  .pg-home .pg-recommend__slide:nth-of-type(n+5) {
    margin-top: 60px;
  }
}

/* Styling -------------------------------- */
.pg-home .pg-styling {
  padding: 50px 0 0;
  margin: 40px 0 50px;
  border-top: 1px solid #E1E4E6;
}
.pg-home .pg-styling__inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .pg-home .pg-styling {
    padding: 80px 0 0;
    margin: 80px 0 100px;
  }
  .pg-home .pg-styling__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-home .pg-styling__slider {
  position: relative;
  z-index: 1;
}
.pg-home .pg-styling__detail {
  text-align: center;
  margin: 20px 0 0;
}
.pg-home .pg-styling__title {
  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;
}
@media (min-width: 769px) {
  .pg-home .pg-styling__slider {
    display: flex;
    justify-content: center;
  }
  .pg-home .pg-styling__slide {
    width: calc((100% - 80px) * 0.2);
  }
  .pg-home .pg-styling__slide:not(:nth-of-type(5n+1)) {
    margin-left: 20px;
  }
  .pg-home .pg-styling__slide:nth-of-type(n+6) {
    margin-top: 60px;
  }
  .pg-home .pg-styling__detail {
    margin: 16px 0 0;
  }
}

.pg-home .pg-styling__button {
  margin: 40px auto 0;
}

/* Brand -------------------------------- */
.pg-home .pg-brand {
  margin: 50px 0 40px;
}
.pg-home .pg-brand__block:nth-of-type(n+2) {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .pg-home .pg-brand {
    background: #F5F6F7;
    padding: 80px 0;
    margin: 100px 0 80px;
  }
  .pg-home .pg-brand__inner {
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.pg-home .pg-brand__slider {
  position: relative;
  z-index: 1;
}
.pg-home .pg-brand__image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-home .pg-brand__image img {
  visibility: hidden;
}
.pg-home .pg-brand__detail {
  padding: 0 20px;
  margin: 24px 0 0;
}
.pg-home .pg-brand__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.pg-home .pg-brand__text {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 12px 0 0;
}
.pg-home .pg-brand__button {
  max-width: 118px;
  margin: 20px 0 0;
}
@media (min-width: 769px) {
  .pg-home .pg-brand__slider .swiper-navigation {
    max-width: 50%;
    padding: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .pg-home .pg-brand__block:nth-of-type(even) .pg-brand__slider .swiper-navigation {
    right: 50%;
  }
  .pg-home .pg-brand__slide {
    display: flex;
    height: auto;
  }
  .pg-home .pg-brand__block:nth-of-type(even) .pg-brand__slide {
    flex-direction: row-reverse;
  }
  .pg-home .pg-brand__visual {
    width: 50%;
  }
  .pg-home .pg-brand__visual a {
    height: 100%;
  }
  .pg-home .pg-brand__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    background: #fff;
    padding: 60px;
    margin: 0;
  }
  .pg-home .pg-brand__title {
    font-size: 36px;
  }
  .pg-home .pg-brand__text {
    font-size: 15px;
    margin: 24px 0 0;
  }
  .pg-home .pg-brand__button {
    margin: 28px 0 0;
  }
}

/* Shop -------------------------------- */
.pg-home .pg-shop {
  padding: 50px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #E1E4E6;
}
@media (min-width: 769px) {
  .pg-home .pg-shop {
    padding: 0;
    margin: 80px 0;
    border-top: none;
  }
  .pg-home .pg-shop__inner {
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

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

/* Banner -------------------------------- */
.pg-home .pg-banner {
  background: #F5F6F7;
  padding: 40px 0 50px;
}
.pg-home .pg-banner__inner {
  padding: 0 20px;
}
.pg-home .pg-banner__block:nth-of-type(n+2) {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .pg-home .pg-banner {
    padding: 80px 0;
  }
  .pg-home .pg-banner__inner {
    padding: 0;
  }
  .pg-home .pg-banner__block:nth-of-type(n+2) {
    margin-top: 80px;
  }
}

.pg-home .pg-banner__slider {
  position: relative;
  z-index: 1;
}
.pg-home .pg-banner__slide {
  position: relative;
  z-index: 1;
}
.pg-home .pg-banner__slide:nth-of-type(n+2) {
  margin-top: 40px;
}
.pg-home .pg-banner__detail {
  text-align: center;
  margin: 12px 0 0;
}
.pg-home .pg-banner__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.pg-home .pg-banner__text {
  font-size: 12px;
  line-height: 1.6;
  margin: 4px 0 0;
}
@media (min-width: 769px) {
  .pg-home .pg-banner__slider .swiper-navigation {
    max-width: 25%;
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .pg-home .pg-banner__slide {
    padding: 0 30px;
  }
  .pg-home .pg-banner__slide:nth-of-type(n) {
    margin: 0;
  }
  .pg-home .pg-banner__detail {
    transition: 0.3s;
  }
  .pg-home .pg-banner__slide:not(.swiper-slide-active) .pg-banner__detail {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .pg-home .pg-banner__title {
    font-size: 18px;
  }
}

.pg-home .pg-banner__item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .pg-home .pg-banner__item {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

/* Instagram -------------------------------- */
.pg-home .pg-instagram__content {
  background: #fff;
}
@media (min-width: 769px) {
  .pg-home .pg-instagram__content {
    display: flex;
  }
}

.pg-home .pg-instagram__images {
  display: flex;
  flex-wrap: wrap;
}
.pg-home .pg-instagram__image {
  width: 50%;
}
.pg-home .pg-instagram__image:nth-of-type(n+5) {
  display: none;
}
.pg-home .pg-instagram__image span {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-home .pg-instagram__image span:before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .pg-home .pg-instagram__content {
    display: flex;
  }
  .pg-home .pg-instagram__visual {
    width: 80%;
  }
  .pg-home .pg-instagram__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 2fr 1fr;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
  }
  .pg-home .pg-instagram__image {
    width: 100%;
    height: 100%;
  }
  .pg-home .pg-instagram__image:nth-of-type(n) {
    display: block;
  }
  .pg-home .pg-instagram__image:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .pg-home .pg-instagram__image:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 2;
  }
  .pg-home .pg-instagram__image:nth-of-type(3) {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
  }
  .pg-home .pg-instagram__image:nth-of-type(4) {
    -ms-grid-column: 3;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .pg-home .pg-instagram__image:nth-of-type(5) {
    -ms-grid-column: 4;
    grid-column: 4 / 5;
    -ms-grid-row: 1;
    grid-row: 1 / 2;
  }
  .pg-home .pg-instagram__image:nth-of-type(6) {
    -ms-grid-column: 4;
    grid-column: 4 / 5;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
  }
  .pg-home .pg-instagram__image span {
    height: 100%;
  }
}

.pg-home .pg-instagram__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 20px 32px;
}
.pg-home .pg-instagram__logo {
  width: 100%;
  max-width: 32px;
  min-height: 0%;
  margin: 0 auto 8px;
}
.pg-home .pg-instagram__title {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 0 20px;
}
.pg-home .pg-instagram__link {
  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.2;
  padding: 0 0 6px;
  position: relative;
  z-index: 1;
}
.pg-home .pg-instagram__link:after {
  content: '';
  display: block;
  border-top: 2px solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform-origin: right center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .pg-home .pg-instagram__detail {
    align-items: flex-start;
    width: 20%;
    text-align: left;
    padding: 40px 32px;
  }
  .pg-home .pg-instagram__logo {
    max-width: 48px;
    margin: 40px 0 16px;
  }
  .pg-home .pg-instagram__title {
    font-size: 20px;
  }
  .pg-home .pg-instagram__link {
    margin: auto 0 0;
  }
  .pg-home .pg-instagram a:hover .pg-instagram__link:after {
    transform: scaleX(0);
  }
}