.p-point {
  overflow: hidden;
  background-image: url('../images/pc/point_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-point__container {
  position: relative;
  padding: 63px 20px 75px;
}

.p-point__leaf-right01,
.p-point__leaf-right02,
.p-point__leaf-left01,
.p-point__leaf-left02 {
  position: absolute;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.35, 0, 0.52, 1);
}

.p-point.is-active .p-point__leaf-right01,
.p-point.is-active .p-point__leaf-right02,
.p-point.is-active .p-point__leaf-left01,
.p-point.is-active .p-point__leaf-left02 {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0) translate(0, 0);
}

.p-point__leaf-right01 {
  top: 0.22388059%;
  right: 0;
  width: 23.2%;
  transform: rotate3d(0, 0, 1, 30deg) translate(80%, 0);
}

.p-point__leaf-right02 {
  top: 7.5373134328%;
  right: 0;
  width: 16%;
  transform: rotate3d(0, 0, 1, -30deg) translate(0, 80%);
}

.p-point__leaf-left01 {
  top: 27.388059701%;
  left: 0;
  width: 20.8%;
  transform: rotate3d(0, 0, 1, 30deg) translate(0, 80%);
}

.p-point__leaf-left02 {
  top: 36.567164179%;
  left: 0;
  width: 20.5333333%;
  transform: rotate3d(0, 0, 1, -30deg) translate(-80%, 0);
}

.p-point__heading {}

.p-point__heading img {
  width: 59.70149253%;
  margin: 0 auto;
}

.p-point__block {
  position: relative;
  z-index: 1;
  margin-top: 21px;
}

.p-point__tokunou {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(.39, .575, .565, 1),
  transform 0.6s cubic-bezier(.39, .575, .565, 1);
  transition-delay: 0.4s;
  transform: translateY(30px);
}

.p-point.is-active .p-point__tokunou {
  opacity: 1;
  transform: translateY(0);
}

.p-point__tokunou img {
  width: 57.01492537%;
  margin: 0 auto;
}

.p-point__list {
  position: relative;
  z-index: 1;
}

.p-point__list-item {
  position: relative;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(.39, .575, .565, 1),
  transform 0.55s cubic-bezier(.39, .575, .565, 1);
  transform: translateY(30px);
}

.p-point__list.is-active .p-point__list-item {
  opacity: 1;
  transform: translateY(0);
}

.p-point__list-item:nth-child(1)::before,
.p-point__list-item:nth-child(2)::before,
.p-point__list-item:nth-child(3)::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.p-point__list-item:nth-child(1) {
  margin-top: 37px;
  transition-delay: 0.2s;
}

.p-point__list-item:nth-child(1)::before {
  right: -2px;
  bottom: -15px;
  width: 14.6666666vw;
  height: 14.6666666vw;
  background-image: url('../images/pc/point_01_illust.png');
}

.p-point__list-item:nth-child(2) {
  margin-top: 28px;
  transition-delay: 0.6s;
}

.p-point__list-item:nth-child(2)::before {
  right: -10px;
  bottom: -45px;
  width: 22.1333vw;
  height: 23.4666666vw;
  background-image: url('../images/pc/point_02_illust.png');
}

.p-point__list-item:nth-child(3) {
  margin-top: 35px;
  transition-delay: 1s;
}

.p-point__list-item:nth-child(3)::before {
  right: -15px;
  bottom: -33px;
  width: 23.2vw;
  height: 25.6vw;
  background-image: url('../images/pc/point_03_illust.png');
}

@media screen and (min-width: 768px) {
  .p-point {
    background-image: url('../images/pc/point_bg_md.jpg');
  }

  .p-point__container {
    padding: 5.333333333% 0 3.333333333%;
  }

  .p-point.is-active .p-point__leaf-right01,
  .p-point.is-active .p-point__leaf-right02,
  .p-point.is-active .p-point__leaf-left01,
  .p-point.is-active .p-point__leaf-left02 {
    transition-delay: 0.6s;
  }

  .p-point__leaf-right01 {
    top: 2.859778597%;
    width: 15.4%;
  }
  
  .p-point__leaf-right02 {
    top: 20.940959409%;
    width: 11.733333333%;
  }
  
  .p-point__leaf-left01 {
    top: auto;
    bottom: 16.789667896%;
    width: 12.8%;
  }
  
  .p-point__leaf-left02 {
    top: auto;
    bottom: 4.335793357%;
    width: 12.666666666%;
  }

  .p-point__heading img {
    width: 21.3333%;
  }

  .p-point__block {
    display: flex;
    justify-content: center;
  }

  .p-point__tokunou {
    transition-delay: 0.6s;
    transform: translateY(50px);
  }

  .p-point__tokunou img {
    width: 394px;
  }

  .p-point__list {
    width: calc(195px + 477px);
    margin-left: 10px;
  }

  .p-point__list-item:nth-child(1) {
    margin-top: 30px;
    margin-right: 28.59237536%;
  }

  .p-point__list-item:nth-child(1)::before {
    right: -26.049318654021%;
    bottom: 23.88521048841%;
    width: 22.715005866306%;
    height: 45.943981756062%;
  }

  .p-point__list-item:nth-child(2) {
    margin-top: 10px;
    margin-left: 28.59237536%;
  }

  .p-point__list-item:nth-child(2)::before {
    right: auto;
    bottom: 21.07518572507%;
    left: -34.385100623308%;
    width: 36.885835214094%;
    height: 58.308013839371%;
  }

  .p-point__list-item:nth-child(3) {
    margin-top: 0;
    margin-right: 28.59237536%;
  }

  .p-point__list-item:nth-child(3)::before {
    right: -37.511018861790%;
    bottom: 20.78844918169%;
    width: 36.052257017165%;
    height: 72.570586234266%;
  }
}