.p-u-zoom-50 {
  zoom: 0.5;
}

.p-content {
  padding: 48px 0 80px;
}

.p-heading-01__main {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #444444;
}
.p-heading-01__main:not(:first-child) {
  margin-top: 15px;
}
.p-heading-01__sub {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #677B93;
}
.p-heading-01__sub:not(:first-child) {
  margin-top: 15px;
}

.p-navigation {
  display: grid;
  grid-template: auto/1fr 1fr;
  min-height: 200px;
  margin: 50px 0 0;
}
.p-navigation:has(> :only-child) {
  grid-template: auto/1fr;
}
.p-navigation__image img {
  width: 100%;
}
.p-navigation__block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F6F7FB;
}
.p-navigation__title {
  position: relative;
  padding: 0 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #677B93;
}
.p-navigation__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  opacity: 0.2;
  background-color: #677B93;
}
.p-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 10px;
  margin: 20px 0 0;
}
.p-navigation__list-button {
  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;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #677B93;
}

.p-read-text {
  margin: 50px 0 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #444444;
}

.p-read-figure {
  padding: 40px 0 0;
  margin: 80px 0 0;
  border-top: 1px solid #E6E6E6;
}
.p-read-figure img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-read-button {
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 348px;
  min-height: 50px;
  margin: 25px auto 0;
  background: #6EA0B9;
  border-radius: 50px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media (hover: hover) {
  .p-read-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-read-button:hover {
    opacity: 0.7;
  }
}
.p-read-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(/theme/Pc/img/common/series/icon_arrow_01.svg) 0 0/contain no-repeat;
}

.p-product {
  margin: 60px 0 0;
  border-top: 1px solid #E6E6E6;
}
.p-read-figure + .p-product {
  margin-top: 40px;
}
.p-product__in {
  padding: 80px 0 0;
}

.p-product-grid {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 80px 60px;
}

.p-product-card__label {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product._series .p-product-card__label._series, .p-product._category .p-product-card__label._category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product-card__label:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 8px 0 0;
  background-color: #677B93;
}
.p-product-card__label:has(.p-product-card__label-icon:not(._premior)):before {
  display: none;
}
.p-product-card__label:has(.p-product-card__label-icon:not(._forstyle)):before {
  display: none;
}

.p-product-card__label-icon {
  display: block;
  margin-right: 5px;
}
.p-product-card__label-icon._night {
  width: 14px;
  height: 14px;
  background: url(/theme/Pc/img/common/series/ico_night.svg) 0 0/contain no-repeat;
}
.p-product-card__label-icon._day {
  width: 14px;
  height: 14px;
  background: url(/theme/Pc/img/common/series/ico_day.svg) 0 0/contain no-repeat;
}
.p-product-card__label-icon._premior {
  width: 49px;
  height: 14px;
  background: url(/theme/Pc/img/common/series/ico_premior.svg) 0 0/contain no-repeat;
}
.p-product-card__label-icon._forstyle {
  width: 49px;
  height: 14px;
  background: url(/theme/Pc/img/common/series/forstyle.svg) 0 0/contain no-repeat;
}

.p-product-card__label-icon + .p-product-card__label-icon:not(._premior) {
  margin-left: -2px;
}
.p-product-card__label-icon + .p-product-card__label-icon:not(._forstyle) {
  margin-left: -2px;
}

.p-product-card__label-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #677B93;
}
.p-product-card__label-sub:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 10px 0;
  background-color: #677B93;
}
.p-product-card__label-main {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #677B93;
}
.p-product-card__thumbnail {
  display: block;
}
@media (hover: hover) {
  .p-product-card__thumbnail {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-product-card__thumbnail:hover {
    opacity: 0.7;
  }
}
.p-product-card__thumbnail:not(:first-child) {
  margin-top: 10px;
}
.p-product-card__thumbnail img {
  width: 100%;
}
.p-product-card__name {
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-product-card__detail {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #666666;
}
.p-product-card__button {
  position: relative;
  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;
  min-width: 100%;
  min-height: 40px;
  margin: 20px 0 0;
  background: #F6F7FB;
  border-radius: 50px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #677B93;
}
@media (hover: hover) {
  .p-product-card__button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-product-card__button:hover {
    opacity: 0.7;
  }
}
.p-product-card__button + .p-product-card__button {
  margin-top: 15px;
}
.p-product-card__button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/theme/Pc/img/common/series/icon_arrow_02.svg) 0 0/contain no-repeat;
}

.p-banner {
  display: grid;
  grid-template: auto/1fr;
  gap: 50px;
  margin: 100px 0 0;
}
.p-banner__image {
  justify-self: center;
}