@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.p-PbP__close {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10;
}
.p-PbP__close::before, .p-PbP__close::after {
  content: "";
  width: 33px;
  height: 3px;
  background-color: #727171;
  border-radius: 15px;
  position: absolute;
}
.p-PbP__close::before {
  top: 18px;
  left: 7px;
  transform: rotate(45deg);
}
.p-PbP__close::after {
  top: 18px;
  right: 5px;
  transform: rotate(-45deg);
}

.p-PbA {
  /*
    opacity: 0;
    margin: 80px auto;
    transition: 1.5s;
    @include g.vp() {
      margin: min(17.8vw, 60px) auto;
    }

    &.active {
      opacity: 1;
  */
  margin: 40px auto;
}
.p-PbA {
  /*
    }
  */
}

.p-PbK {
  text-align: center;
}
.p-PbK__title {
  font-size: min(3vw, 40px);
  color: #e5004a;
}
.p-PbK__txt {
  margin: 50px 0;
  font-size: min(2vw, 20px);
  line-height: 1.5;
}
.p-PbK--kvpb {
  padding-bottom: 90px;
}
.p-PbK--2crm {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.p-PbK--2crm .p-PbK__Mimg {
  width: 44%;
  text-align: center;
}
.p-PbK--2crm .p-PbK__Tbox {
  width: 45%;
  padding-left: 30px;
  margin-top: 30px;
}
.p-PbK--2crm .p-PbK__txt {
  margin: 15px 0;
}

.p-PbC {
  width: 100%;
  padding: 130px 0 200px;
  position: relative;
  z-index: 0;
}
.p-PbC:before, .p-PbC:after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../../../img/product/frame01.png) no-repeat center top;
}
.p-PbC:after {
  top: auto;
  bottom: -1px;
  transform: rotate(180deg);
}
.p-PbC__heading {
  margin: 0 0 30px;
  text-align: center;
  font-size: min(3vw, 40px);
  font-weight: normal;
  line-height: 1.3;
  color: #e5004a;
  padding-top: 20px;
}
.p-PbC__swiper {
  width: min(100%, 1200px);
  padding: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-PbC__swiper ul li {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 15px #dbdcde;
}
.p-PbC__swiper ul li h3 {
  padding: 0 0 22px;
  color: #e5004a;
  font-weight: normal;
  font-size: min(3vw, 19px);
  line-height: 1.6;
}
.p-PbC__swiper ul li p {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  margin: 24px 0 8px;
  text-align: left;
}
.p-PbC__swiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #e5004a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
}
.p-PbC__swiper .swiper-pagination-bullet-active {
  background: #e5004a;
}
.p-PbC__swiper .swiper-horizontal > .swiper-pagination-bullets, .p-PbC__swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .p-PbC__swiper .swiper-pagination-custom, .p-PbC__swiper .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 29px);
}
.p-PbC--shift .p-PbC__swiper ul li {
  padding: 45px;
}
.p-PbC--shift .p-PbC__swiper ul li h3 {
  padding: 0;
  font-size: min(3vw, 22px);
}
.p-PbC--shift .p-PbC__swiper ul li p {
  text-align: center;
  margin: 24px 0;
}
.p-PbC--shift .swiper-horizontal > .swiper-pagination-bullets, .p-PbC--shift .swiper-pagination-bullets.swiper-pagination-horizontal, .p-PbC--shift .swiper-pagination-custom, .p-PbC--shift .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 25px);
}

.p-PbL {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1vw, 10px);
}
.p-PbL__List {
  max-width: 360px;
  font-size: min(1.8vw, 19px);
  text-align: center;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  cursor: pointer;
}
.p-PbL__title, .p-PbL__img, .p-PbL__notation, .p-PbL__more {
  margin-bottom: min(1.3vw, 15px);
}
.p-PbL__title {
  font-size: min(1.9vw, 20px);
  letter-spacing: 0.2rem;
  line-height: 1.3;
  font-weight: normal;
  grid-row: 1;
  position: relative;
}
.p-PbL__title span {
  display: block;
  font-size: min(1.5vw, 16px);
}
.p-PbL__img {
  grid-row: 2;
  width: 100%;
}
.p-PbL__notation {
  grid-row: auto;
}
.p-PbL__txt, .p-PbL__cap span, .p-PbL__priceTax {
  font-size: min(1.6vw, 16px);
}
.p-PbL__more {
  width: 160px;
  margin: 30px auto;
  padding: 10px;
  color: #727171;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.p-PbL__more span {
  width: 22px;
  height: 22px;
  background: url(../../../img/common/icons/btn_icon01.svg?v2) no-repeat center/100%;
}

.p-PbM {
  width: 100%;
  height: 100vh;
  font-size: min(1.9vw, 18px);
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  cursor: auto;
}
.p-PbM.open {
  visibility: visible;
  opacity: 1;
}
.p-PbM__inr {
  padding-bottom: 50px;
}
.p-PbM__title {
  padding: 50px 0 15px;
  font-size: min(4vw, 40px);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.p-PbM__title small {
  font-size: min(2vw, 21px);
}
.p-PbM__txt {
  text-align: center;
}
.p-PbM__txt--lead {
  margin: 30px 0;
}
.p-PbM__attent {
  font-size: min(1.5vw, 15px);
}
.p-PbM__bImg {
  padding-bottom: 30px;
}
.p-PbM__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-PbM__icon li img {
  width: 25px;
  margin-left: 10px;
}
.p-PbM__listTxt {
  max-width: 710px;
  margin: 0 auto 50px;
  text-align: left;
}
.p-PbM__listTxt li {
  margin-bottom: 5px;
  padding-left: min(-1.7vw, -16px);
  text-indent: min(-1vw, -18px);
}
.p-PbM__wave {
  padding: 146px 0 0;
  background: url(../../../img/common/bg/bg_wave.svg) no-repeat center/100%;
}
.p-PbM__more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.p-PbM__more::after {
  content: "";
  margin-left: 10px;
  width: 22px;
  height: 22px;
  background: url(../../../img/common/icons/btn_icon01.svg) no-repeat center/100%;
}
.p-PbM__more--single {
  margin-bottom: 50px;
}
.p-PbM__btn a {
  max-width: 320px;
  margin: 0 auto 35px;
  padding: 10px 10px 8px;
  display: block;
  color: #727171;
  border: 1px solid #727171;
  border-radius: 30px;
  transition: 0.3s;
}
.p-PbM__btn:hover a {
  color: #fff;
  background: #727171;
}
.p-PbM__swiper {
  padding: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-PbM__swiper h2 {
  padding: 0 0 22px;
  color: #e5004a;
  font-weight: normal;
  font-size: min(3vw, 30px);
  text-align: center;
  line-height: 1.6;
}
.p-PbM__swiper ul li {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
}
.p-PbM__swiper ul li h3 {
  padding: 10px 0;
  color: #e5004a;
  font-weight: normal;
  font-size: min(2vw, 18px);
  text-align: left;
  line-height: 1.3;
}
.p-PbM__swiper ul li figure {
  margin: 0 auto;
}
.p-PbM__swiper ul li p {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  margin: 24px 0 8px;
}
.p-PbM__swiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #e5004a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
}
.p-PbM__swiper .swiper-pagination-bullet-active {
  background: #e5004a;
}

.p-PbM2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1200;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 1s ease;
}
.p-PbM2.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.p-PbM2__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.p-PbM2__contents {
  max-width: 500px;
  width: 100%;
  height: 90%;
  margin: 0 0 50px;
  padding: 50px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
  overflow-y: scroll;
}
.p-PbM2__contents h3 {
  margin-bottom: 30px;
  font-size: min(3vw, 35px);
  font-weight: normal;
}
.p-PbM2__contents ul li {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e8eef4;
}
.p-PbM2__contents ul li:first-child {
  border-top: 1px solid #e8eef4;
}
@media screen and (max-width: 768px){
  .p-PbA {
    margin: min(5.8vw, 30px) auto;
  }
  .p-PbK__title {
    font-size: min(6vw, 40px);
  }
  .p-PbK__txt {
    font-size: min(4vw, 18px);
  }
  .p-PbK--kvpb {
    padding-bottom: 42px;
  }
  .p-PbK--2crm {
    text-align: center;
  }
  .p-PbK--2crm .p-PbK__Mimg {
    width: 100%;
  }
  .p-PbK--2crm .p-PbK__Tbox {
    width: 100%;
    padding-left: 0;
  }
  .p-PbC {
    padding: 42px 0 84px;
  }
  .p-PbC:before, .p-PbC:after {
    background: url(../../../img/product/frame01_sp.png) no-repeat center top/100%;
  }
  .p-PbC__heading {
    font-size: min(6vw, 40px);
  }
  .p-PbC__swiper ul li {
    padding: 20px 20px 55px 20px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .p-PbC__swiper ul li h3 {
    font-size: min(6vw, 19px);
  }
  .p-PbC__swiper ul li figure {
    max-width: 51vw;
    margin: min(5vw, 30px) auto;
  }
  .p-PbC__swiper ul li p {
    font-size: min(3.6vw, 16px);
  }
  .p-PbC--shift .p-PbC__swiper ul li {
    padding: 14px;
    padding-bottom: 40px;
  }
  .p-PbC--shift .p-PbC__swiper ul li h3 {
    font-size: min(4.5vw, 22px);
  }
  .p-PbC--shift .p-PbC__swiper ul li figure {
    max-width: 80vw;
  }
  .p-PbL {
    display: block;
  }
  .p-PbL__List {
    font-size: min(4.8vw, 19px);
  }
  .p-PbL__title, .p-PbL__img, .p-PbL__notation, .p-PbL__more {
    margin-bottom: min(3.3vw, 18px);
  }
  .p-PbL__title {
    font-size: min(4.9vw, 20px);
  }
  .p-PbL__title span {
    font-size: min(4.9vw, 20px);
  }
  .p-PbL__txt, .p-PbL__cap span, .p-PbL__priceTax {
    font-size: min(3.5vw, 16px);
  }
  .p-PbL__more {
    margin: 0 auto;
  }
  .p-PbM {
    height: 100%;
    font-size: min(4.2vw, 18px);
    position: relative;
    z-index: 0;
  }
  .p-PbM__close {
    display: none;
  }
  .p-PbM__title {
    padding: 35px 0 10px;
    font-size: min(6vw, 40px);
  }
  .p-PbM__title small {
    font-size: min(5vw, 21px);
  }
  .p-PbM__txt {
    text-align: left;
    padding: 0 19px;
  }
  .p-PbM__txt--lead {
    text-align: center;
    margin: 10px 0 30px;
    padding: 0;
  }
  .p-PbM__attent {
    margin-bottom: 30px;
    font-size: min(3vw, 15px);
  }
  .p-PbM__bImg {
    padding-bottom: 1cqh;
  }
  .p-PbM__icon {
    margin-bottom: 30px;
  }
  .p-PbM__icon li {
    margin-bottom: 5px;
  }
  .p-PbM__icon li img {
    width: 20px;
    margin-left: 5px;
  }
  .p-PbM__listTxt {
    margin: 0 auto 15px;
    padding: 0 0 0 24px;
  }
  .p-PbM__listTxt li {
    padding-left: min(-3vw, -17px);
    text-indent: min(-3vw, -17px);
  }
  .p-PbM__wave {
    padding: 60px 0 0;
    background: url(../../../img/common/bg/bg_wave.svg) no-repeat center/165%;
  }
  .p-PbM__btn a {
    max-width: 80%;
    margin: 0 auto 30px;
    padding: 6px 10px 7px;
  }
  .p-PbM__swiper {
    width: 94%;
    padding-top: 20px;
    margin-bottom: 30px;
    border-radius: 2px;
    box-shadow: 1px 1px 15px #dbdcde;
  }
  .p-PbM__swiper h2 {
    font-size: min(7vw, 30px);
    padding: 0;
    line-height: 1.2;
  }
  .p-PbM__swiper ul li {
    padding: 20px 20px 55px 20px;
  }
  .p-PbM__swiper ul li h3 {
    font-size: min(5vw, 18px);
    padding: 0;
  }
  .p-PbM__swiper ul li figure {
    max-width: 64vw;
  }
  .p-PbM__swiper ul li p {
    font-size: min(3.6vw, 16px);
    margin: 14px 0 0;
  }
  .p-PbM2__close {
    top: 5px;
    right: 5px;
  }
  .p-PbM2__bg {
    display: none;
  }
  .p-PbM2__contents {
    max-width: 100%;
    width: 100vh;
    height: 100vh;
    margin: 0;
    padding: 50px 10px 90px;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .p-PbM2__contents h3 {
    font-size: min(7vw, 35px);
  }
}
@media screen and (min-width: 769px){
  .p-PbC__swiper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-PbC--shift .p-PbC__swiper {
    width: min(100%, 945px);
  }
  .p-PbC--shift .p-PbC__swiper ul {
    display: flex;
  }
  .p-PbC--shift .p-PbC__swiper ul li:nth-child(even) {
    margin-top: 130px;
  }
  .p-PbL--2crm {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-PbL li {
    /*
          &:nth-child(1),
          &:nth-child(4),
          &:nth-child(7) {
            transition-delay: .5s;
          }
          &:nth-child(2),
          &:nth-child(5),
          &:nth-child(8) {
            transition-delay: 1s;
          }
          &:nth-child(3),
          &:nth-child(6),
          &:nth-child(9) {
            transition-delay: 1.5s;
          }
    */
  }
  .p-PbL__List:hover .p-PbL__title:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #e5004a;
    border-radius: 15px;
    transform: translateX(-50%);
    left: 50%;
  }
  .p-PbM__swiper--3crm {
    width: min(100%, 880px);
  }
  .p-PbM__swiper--3crm .swiper-wrapper {
    justify-content: center;
  }
  .p-PbM__swiper--4crm {
    width: min(100%, 1170px);
  }
  .p-PbM__swiper--4crm .swiper-wrapper {
    justify-content: center;
  }
  .p-PbM__swiper--5crm {
    width: min(100%, 1460px);
  }
  .p-PbM__swiper--5crm .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1099px){
  .p-PbL {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .p-PbL li:nth-child(2n+1):last-child {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1100px){
  .p-PbL li:nth-child(3n+1):last-child {
    grid-column: 1/-1;
  }
}