/* topの上書き */
.p-button-maininner .p-button-main-texts .p-text-ja {

}
@media only screen and (max-width: 767px){
  .p-button-maininner .p-button-main-texts {
    line-height: 1.4;
    letter-spacing: 0.015em;
  }
  .p-button-maininner .p-button-main-texts .p-text-ja {
    font-size: 4.2vw;
  }
  .p-button-maininner .p-button-main-texts .p-text-en {
    letter-spacing: 0.2em;
  }
}




/* 追加分 */
.p-hero__item:nth-child(7) .p-hero__item__inner::before {
  background-image: url(../img/top/carousel/07_pc.jpg);
}

.p-life__body {
  padding-bottom: 238px;
}

.p-life .p-illust {
  position: absolute;
  top: -170px;
  right: -37px;
  width: 135px;
}

.p-life .p-photo {
  position: absolute;
}

.p-life .p-photo--01 {
  width: 210px;
  left: -229px;
  top: 44px;
}

.p-life .p-photo--02 {
  width: 200px;
  right: -200px;
  top: 20px;
}

.p-life .p-photo--03 {
  width: 180px;
  bottom: -154px;
  left: 112px;
}

.p-life .p-photo--04 {
  width: 292px;
  bottom: -232px;
  right: 235px;
}

.p-calendar__body {
  padding-top: 60px;
}

@media only screen and (max-width: 767px){
  .p-hero__item:nth-child(7) .p-hero__item__inner::before {
      background-image: url(../img/top/carousel/07_sp.jpg);
  }

  .p-life__body {
    padding-bottom: 140px;
  }

  .p-life .p-illust {
    width: 80px;
    right: 0px;
    top: -91px;
  }

  .p-life .p-photo--01 {
    width: 110px;
    top: -130px;
    left: 0px;
  }

  .p-life .p-photo--02 {
    width: 140px;
    right: 33px;
    top: auto;
    bottom: -139px;
  }

  .p-life .p-photo--03 {
    width: 103px;
    top: 140px;
    left: auto;
    right: 18px;
  }

  .p-life .p-photo--04 {
    width: 132px;
    bottom: -110px;
    right: auto;
    left: 20px;
  }

  .p-life--schedule {
    width: 83%;
  }

  .p-calendar__body {
    padding-top: 100px;
  }

  .p-life .c-container-inner,
  .p-calendar .c-container-inner {
    padding: 0 5vw;
  }
}


/* SP時のイラスト挙動 */
@media only screen and (max-width: 767px){
  .p-philosophy-illust--sp .c-container .p-philosophy-illust__block:nth-child(4) {
    top: 45.5%;
  }
  .p-philosophy-illust--sp .c-container .p-philosophy-illust__block:nth-child(5) {
    top: 43%;
  }
  .p-philosophy-illust--sp .c-container .p-philosophy-illust__block:nth-child(6) {
    top: 50%;
  }
  .p-philosophy-illust--sp .c-container .p-philosophy-illust__block:nth-child(7) {
    top: 58%;
  }
  .p-philosophy-illust--sp .c-container .p-philosophy-illust__block:nth-child(8) {
    top: 77.5%;
  }
}


/* フッター上のボタン */
.p-button-maininner {
  align-items: center;
}
.p-button-maininner .p-button-main-texts {
  padding-top: 0;
}

@media only screen and (max-width: 767px){
  
}