.pg-brand-body {
  font-family: var(--SN-Contents-Body-Font-family), "Noto Sans JP", sans-serif;
  color: var(--SN-Color-Text, rgba(12, 12, 13, 0.9));
  margin: 0;
  padding: 0;
  max-width: unset;
}
.pg-brand-body .pg-brand-main {
  overflow-x: hidden;
  max-width: unset;
}
.pg-brand-body .pg-brand-main .cart_item__button--quote,
.pg-brand-body .pg-brand-main .cart_item__btm_wording,
.pg-brand-body .pg-brand-main .cart_item__coupon,
.pg-brand-body .pg-brand-main .cart_item__point {
  display: none !important;
}
.pg-brand-body .pg-brand-main .cart_item__price {
  min-height: 8.5rem;
  width: 100%;
}
.pg-brand-body .pg-brand-main .product_cart__box {
  width: 100%;
}
.pg-brand-body .pg-brand-main .product_cart__box:empty {
  display: block;
  background: url("/~/media/img/common/icon/icon_cart_loader.png");
  width: 100%;
  height: 15rem;
  background-size: 6rem;
  background-repeat: no-repeat;
  background-position: center;
}
.pg-brand-body .pg-brand-main .cart_item__price .cp_set_price_rate::after {
  content: "%OFF";
  font-size: 1.4rem;
}
.pg-brand-body .pg-brand-main .is_price_type_2 .cart_item__price .cart_item__price_before .price_left .label::before {
  content: none;
}

.pg-icon-chevron-right-s {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.pg-icon-chevron-right-s::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.74rem;
  height: 1.2rem;
  background-image: url("/~/media/img/product/digi-plus/icon-chevron-right-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.pg-icon-chevron-right-l {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.pg-icon-chevron-right-l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.94rem;
  height: 1.5rem;
  background-image: url("/~/media/img/product/digi-plus/icon-chevron-right-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.pg-brand-top {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 6.4rem;
  overflow: hidden;
  background: radial-gradient(25% 15% at 50% 0%, #fff 0%, #e6dfd4 70%);
}
@media screen and (max-width: 599px) {
  .pg-brand-top {
    background: radial-gradient(70% 10% at 50% 0%, #fff 0%, #e6dfd4 70%);
  }
}
.pg-brand-top__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.pg-brand-top__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pg-brand-top__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding-top: 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
}
.pg-brand-top__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 78.9rem;
  gap: 6.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .pg-brand-top__header {
    padding: 0 1.8rem;
  }
}
.pg-brand-top__logo {
  width: 100%;
  max-width: 32rem;
}
.pg-brand-top__logo-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 599px) {
  .pg-brand-top__logo-img {
    max-width: 60vw;
    margin: auto;
  }
}
.pg-brand-top__desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
}
.pg-brand-top__desc-title {
  width: 100%;
  max-width: 71.6rem;
}
.pg-brand-top__desc-title-img {
  width: 100%;
  height: auto;
  display: block;
}
.pg-brand-top__desc-text {
  margin: 0;
}
.pg-brand-top__desc-text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .pg-brand-top__desc-text br {
    display: block;
  }
}

.pg-brand-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 4.8rem;
}
.pg-brand-products__heading {
  width: 14.8rem;
}
.pg-brand-products__heading-img {
  width: 100%;
  height: auto;
  display: block;
}
.pg-brand-products__list-m {
  width: 100%;
  max-width: 104.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 600px) {
  .pg-brand-products__list-m {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pg-brand-products__list-s {
  width: 100%;
  max-width: 104.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 599px) {
  .pg-brand-products__list-s {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2.4rem;
    scrollbar-width: none;
    padding: 0 3rem !important;
    box-sizing: border-box;
  }
  .pg-brand-products__list-s::-webkit-scrollbar {
    display: none;
  }
  .pg-brand-products__list-s .pg-card-s {
    flex: 0 0 24.9rem !important;
    width: 24.9rem !important;
    scroll-snap-align: center;
  }
}
.pg-brand-products__btn-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: var(--Primary, #17254b);
  color: #fff;
  width: 32rem;
  height: 6.4rem;
  border-radius: 100rem;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: opacity 0.2s;
}
.pg-brand-products__btn-all:hover {
  opacity: 0.8;
}

.pg-brand-hero {
  margin-top: -1.6rem;
  position: relative;
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .pg-brand-hero {
    display: block;
  }
}
.pg-brand-hero__image-wrapper {
  width: 100%;
  height: 47.2rem;
  overflow: visible !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 599px) {
  .pg-brand-hero__image-wrapper {
    height: auto;
  }
}
.pg-brand-hero__image-wrapper .pg-brand-hero__image {
  width: 100vw !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 192rem !important;
  margin-left: calc(50% - min(50vw, 96rem)) !important;
  margin-right: calc(50% - min(50vw, 96rem)) !important;
  display: block;
}
.pg-brand-hero__overlay {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .pg-brand-hero__overlay {
    top: 50%;
    bottom: auto;
    right: 5%;
    left: auto;
    transform: translateY(-50%);
    width: 35%;
    max-width: 40rem;
  }
}
.pg-brand-hero__title {
  width: 28rem;
}
@media screen and (min-width: 600px) {
  .pg-brand-hero__title {
    width: 90%;
    max-width: 37rem;
  }
}
.pg-brand-hero__title-img {
  width: 100%;
  height: auto;
}
.pg-brand-hero__text {
  text-align: center;
  margin: 0;
}

.pg-card-m {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  height: 58.4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3.2rem;
  overflow: hidden;
  box-shadow: 0rem 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
}
.pg-card-m__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.pg-card-m__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 0 1.6rem;
  width: 100%;
}
.pg-card-m__title {
  width: 90%;
  max-width: 28rem;
}
.pg-card-m__title-img {
  width: 100%;
  height: auto;
}
.pg-card-m__text {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.pg-card-s {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  box-shadow: 0rem 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.pg-card-s__image {
  width: 14.5rem;
  height: 14.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-card-s__title {
  width: 100%;
  height: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border-bottom: 0.1rem solid #f3f4f6;
}
.pg-card-s__list {
  width: 100%;
  list-style-type: disc;
  padding-left: 2rem;
  margin: 0;
  min-height: 9.5rem;
}
.pg-card-s__list__item {
  margin-bottom: 0.4rem;
  line-height: 1.4;
  text-align: left;
}
.pg-card-s__list__item:last-child {
  margin-bottom: 0;
}
.pg-card-s__btn-wrapper {
  margin-top: 0rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pg-card-s__btn {
  width: 20rem;
  margin: 0rem auto 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: var(--Primary, #17254b);
  color: #fff !important;
  height: 4.4rem;
  border-radius: 100rem;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: opacity 0.2s;
  border: none;
}
.pg-card-s__btn:hover {
  opacity: 0.7;
}

.pg-brand-btm {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #02020a;
  overflow: hidden;
}
.pg-brand-btm__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.pg-brand-btm__bg-logo {
  width: 100%;
  max-width: 115.2rem;
}
.pg-brand-btm__bg-logo-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-brand-btm__bg-abst {
  position: relative;
  width: 100%;
  height: 70%;
}
.pg-brand-btm__bg-abst-img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: bottom;
     object-position: bottom;
}
.pg-brand-btm__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 9.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .pg-brand-btm__container {
    padding: 12.85rem 1.6rem 4.8rem;
    gap: 2.4rem;
  }
}
.pg-brand-btm__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.pg-brand-btm__header-title {
  width: 100%;
  max-width: 51.6rem;
}
.pg-brand-btm__header-title-img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  display: block;
}
.pg-brand-btm__panel {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1.2rem);
          backdrop-filter: blur(1.2rem);
  border-radius: 3.6rem;
  padding: 6.4rem 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0rem 1.6rem 3.2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .pg-brand-btm__panel {
    padding: 6.4rem 1.2rem;
    gap: 3.2rem;
  }
}
.pg-brand-btm__section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 100%;
}
.pg-brand-btm__section-title {
  width: 100%;
  max-width: 51.4rem;
}
.pg-brand-btm__section-title-img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  display: block;
}
.pg-brand-btm__section-desc {
  margin: 0;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}
.pg-brand-btm__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .pg-brand-btm__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.pg-brand-btm__gallery-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}