/*ps5_lp_main_img*/

body.ps5_lp_body {
  background-color: #ffffff;
}

.ps5_lp_body .ps5_lp_main_img {
  height: 100%;
}

.ps5_lp_body .ps5_lp_main_img .main_img_pc {
  width: 100%;
  height: 100%;
  display: block;
}

.ps5_lp_body .ps5_lp_main_img .main_img_sp {
  display: none;
}

.ps5_lp_body .ps5_main_btn {
  text-decoration: none;
  background-image: linear-gradient(
    90deg,
    #000000,
    #a50004 19%,
    #b9070b 50% 85%,
    #000000
  );
  height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  transition: 0.3s;
}

.ps5_lp_body .ps5_main_btn:hover {
  background-image: linear-gradient(
    90deg,
    #000000,
    #be1217 14%,
    #d82527 50%,
    #be1217 88%,
    #000000
  );
  transition: 0.3s;
}

.ps5_lp_body .ps5_main_btn .btn_text {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.ps5_lp_body .ps5_main_btn .arrow_img {
  padding-top: 1px;
  margin-left: 26px;
}

.ps5_lp_body .ps5_main_btn img {
  width: 34px;
  height: 17px;
}

.ps5_lp_body .ps5_main_btn div {
  max-width: 354px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .ps5_lp_body .ps5_lp_main_img .main_img_pc {
    display: none;
  }

  .ps5_lp_body .ps5_lp_main_img .main_img_sp {
    width: 100%;
    height: 100%;
    display: block;
  }

  .ps5_lp_body .ps5_main_btn {
    height: 32px;
  }

  .ps5_lp_body .ps5_main_btn .btn_text {
    font-size: 14px;
    font-weight: 600;
  }

  .ps5_lp_body .ps5_main_btn .arrow_img {
    padding-bottom: 2px;
    margin-left: 8px;
  }

  .ps5_lp_body .ps5_main_btn img {
    width: 20px;
    height: 10px;
  }
}

/*ps5_lp_section02*/

.ps5_lp_body .br_600 {
  display: none;
}

.ps5_lp_body .ps5_lp_section02 {
  padding-bottom: 85px;
  position: relative;
  z-index: 0;
}

.ps5_lp_body .ps5_lp_section02::after {
  content: "";
  display: block;
  background-image: linear-gradient(#000000, #ffffff 0%, #bfbfc2);
  width: 100%;
  height: 163px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin: 92px 0px 46px 0px;
  letter-spacing: 3px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title span {
  font-size: 48px;
  font-weight: 800;
  background-image: linear-gradient(90deg, #000000, #0168b7 70%, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title p {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 46px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title .text::before {
  content: "";
  display: block;
  position: relative;
  width: 90%;
  height: 1px;
  background-color: #cccccc;
  margin: auto;
  margin-bottom: 62px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title .text {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 160px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text {
  margin-left: 97px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text h3 {
  font-family: Oswald;
  font-size: 80px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #000000, #0168b7 61%, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
  line-height: 80px;
}

.ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
}

@media screen and (max-width: 600px) {
  .ps5_lp_body .br_600 {
    display: block;
  }

  .ps5_lp_body .ps5_lp_section02 {
    padding: 0px 30px 0px 30px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title h2 {
    font-size: 22px;
    margin: 25px 0px 20px 0px;
    letter-spacing: 1px;
    line-height: 36px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title span {
    font-size: 32px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title p {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 28px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title::before {
    margin: auto;
    width: 90%;
    margin-bottom: 28px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_title .text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 52px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 54px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic img {
    height: 50%;
    width: 50%;
    margin-bottom: -32px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text h3 {
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 1.6;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text {
    margin-top: 65px;
    text-align: center;
    margin-left: 0px;
  }

  .ps5_lp_body .ps5_lp_section02 .ps5_lp_section02_pic .text p {
    font-size: 16px;
    line-height: 36px;
  }
}

/*ps5_lp_section03*/

.ps5_lp_body .ps5_lp_section03 {
  position: relative;
  background-image: url(../img/ps5_section03-1.jpg);
  background-size: cover;
  max-width: 100%;
  z-index: 0;
}

.ps5_lp_section03_inner {
  max-width: 1199px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.ps5_lp_body .ps5_lp_section03::after {
  content: "";
  display: block;
  background-image: linear-gradient(#252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.ps5_lp_body .ps5_lp_section03 .ps5_lp_section03_inner .ps5_lp_section03_title {
  display: flex;
  align-items: center;
  padding: 107px 0px 61px 0px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_title
  span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 140px;
  width: 129px;
  color: #fff;
  white-space: nowrap;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_title
  h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  width: calc(100%-129px);
  margin-left: 42px;
  display: flex;
  position: relative;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_title
  h2::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    90deg,
    #f9e623,
    #f9e623 37%,
    #f9e6234d 79%,
    transparent
  );
  height: 6px;
  width: 1042px;
  position: absolute;
  bottom: -33px;
  left: 0px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01 {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 50px 50px 45px 50px;
  margin-bottom: 20px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  h3 {
  font-size: 36px;
  font-weight: 700;
  color: #272b54;
  margin-bottom: 28px;
  border-bottom: 1px solid #707070;
  padding-bottom: 27px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 44px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box {
  display: flex;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box
  .content-01_box-left {
  width: 48.54%;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box
  .content-01_box-left
  p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  padding-right: 61px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box
  .content-01_box-right {
  width: 51.45%;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box
  .content-01_box-right
  .right-img
  img {
  max-width: 100%;
  height: auto;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-01
  .section03_content-01_box
  .content-01_box-right
  .note {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: right;
  margin-top: 11px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-02 {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 50px 50px 45px 50px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-02
  h3 {
  font-size: 36px;
  font-weight: 700;
  color: #272b54;
  margin-bottom: 28px;
  border-bottom: 1px solid #707070;
  padding-bottom: 27px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-02
  p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-02
  img {
  max-width: 100%;
  margin-top: 14px;
}

.ps5_lp_body
  .ps5_lp_section03
  .ps5_lp_section03_inner
  .ps5_lp_section03_content-02
  .note {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: right;
}

.ps5_lp_body .ps5_lp_section03::before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .ps5_lp_section03_inner {
    padding: 0px 30px 30px 30px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_title {
    padding: 38px 0px 24px 0px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_title
    span {
    font-size: 95px;
    width: 88px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_title
    h2 {
    font-size: 28px;
    margin-left: 15px;
    line-height: 1.2;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_title
    h2::after {
    width: 100%;
    bottom: -20px;
    left: 0px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01 {
    padding: 38px;
    margin-bottom: 14px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    .section03_content-01_box {
    display: flex;
    flex-direction: column;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    .section03_content-01_box
    .content-01_box-left {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    .section03_content-01_box
    .content-01_box-left
    p {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0px;
    margin-bottom: 8px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    .section03_content-01_box
    .content-01_box-right {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-01
    .section03_content-01_box
    .content-01_box-right
    .note {
    font-size: 11px;
    margin-top: 3px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-02 {
    padding: 38px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-02
    h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-02
    p {
    font-size: 14px;
    line-height: 1.8;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-02
    img {
    margin-top: 10px;
  }

  .ps5_lp_body
    .ps5_lp_section03
    .ps5_lp_section03_inner
    .ps5_lp_section03_content-02
    .note {
    font-size: 11px;
    margin-top: 14px;
    line-height: 10px;
  }
}

/*ps5_lp_section04*/

.ps5_lp_body .ps5_lp_section04 {
  position: relative;
  background-image: url(../img/ps5_section04-1.jpg);
  background-size: cover;
  max-width: 100%;
  z-index: 0;
}

.ps5_lp_section04_inner {
  max-width: 1199px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.ps5_lp_body .ps5_lp_section04::after {
  content: "";
  display: block;
  background-image: linear-gradient(#252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.ps5_lp_body .ps5_lp_section04 .ps5_lp_section04_inner .ps5_lp_section04_title {
  display: flex;
  align-items: center;
  padding: 107px 0px 61px 0px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_title
  span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 140px;
  width: 129px;
  color: #fff;
  white-space: nowrap;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_title
  h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  width: calc(100%-129px);
  margin-left: 42px;
  display: flex;
  position: relative;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_title
  h2::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    90deg,
    #f9e623,
    #f9e623 37%,
    #f9e6234d 79%,
    transparent
  );
  height: 6px;
  width: 1042px;
  position: absolute;
  bottom: -33px;
  left: 0px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 50px 50px 45px 50px;
  margin-bottom: 20px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  h3 {
  font-size: 36px;
  font-weight: 700;
  color: #272b54;
  margin-bottom: 28px;
  border-bottom: 1px solid #707070;
  padding-bottom: 27px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 39px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 36px;
  margin-bottom: 40px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box
  .content-01_box-left {
  width: 55.54%;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box
  .content-01_box-left
  p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  padding-right: 110px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box
  .content-01_box-right {
  width: 46.54%;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box
  .content-01_box-right
  .right-img
  img {
  max-width: 100%;
  height: auto;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-01_box
  .content-01_box-right
  .note {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: right;
  margin-top: 11px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box {
  display: flex;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box
  .content-02_box-left {
  width: 55.54%;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box
  .content-02_box-left
  p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  padding-right: 110px;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box
  .content-02_box-right {
  width: 46.54%;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box
  .content-02_box-right
  .right-img
  img {
  max-width: 100%;
  height: auto;
}

.ps5_lp_body
  .ps5_lp_section04
  .ps5_lp_section04_inner
  .ps5_lp_section04_content
  .section04_content-02_box
  .content-02_box-right
  .note {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: right;
  margin-top: 11px;
}

.ps5_lp_body .ps5_lp_section04::before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .ps5_lp_section04_inner {
    padding: 0px 30px 30px 30px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_title {
    padding: 38px 0px 24px 0px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_title
    span {
    font-size: 95px;
    width: 88px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_title
    h2 {
    font-size: 28px;
    margin-left: 24px;
    line-height: 1.2;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_title
    h2::after {
    width: 100%;
    bottom: -20px;
    left: 0px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content {
    padding: 38px;
    margin-bottom: 14px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-01_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
    margin-bottom: 40px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-01_box
    .content-01_box-left {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-01_box
    .content-01_box-left
    p {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0px;
    margin-bottom: 8px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-01_box
    .content-01_box-right {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-01_box
    .content-01_box-right
    .note {
    font-size: 11px;
    margin-top: 7%;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-02_box {
    display: flex;
    flex-direction: column;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-02_box
    .content-02_box-left {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-02_box
    .content-02_box-left
    p {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0px;
    margin-bottom: 8px;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-02_box
    .content-02_box-right {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section04
    .ps5_lp_section04_inner
    .ps5_lp_section04_content
    .section04_content-02_box
    .content-02_box-right
    .note {
    font-size: 11px;
    margin-top: 7px;
  }
}

/*ps5_lp_section05*/

.ps5_lp_body .ps5_lp_section05 {
  position: relative;
  background-image: url(../img/ps5_section05-1.jpg);
  background-size: cover;
  max-width: 100%;
  z-index: 0;
}

.ps5_lp_section05_inner {
  max-width: 1199px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.ps5_lp_body .ps5_lp_section05::after {
  content: "";
  display: block;
  background-image: linear-gradient(#252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_inner .ps5_lp_section05_title {
  display: flex;
  align-items: center;
  padding: 107px 0px 61px 0px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .ps5_lp_section05_title
  span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 140px;
  width: 129px;
  color: #fff;
  white-space: nowrap;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .ps5_lp_section05_title
  h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  width: calc(100%-129px);
  margin-left: 42px;
  display: flex;
  position: relative;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .ps5_lp_section05_title
  h2::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    90deg,
    #f9e623,
    #f9e623 37%,
    #f9e6234d 79%,
    transparent
  );
  height: 6px;
  width: 1042px;
  position: absolute;
  bottom: -33px;
  left: 0px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .ps5_lp_section05_content {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 60px 105px 40px 105px;
  margin-bottom: 70px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .ps5_lp_section05_content
  h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 39px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table {
  border-collapse: collapse;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  .section05_comparison-table-header-item {
  padding: 0px 30px 20px 0px;
  width: 39;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  th:nth-child(3) {
  padding: 0px 0px 20px 30px;
  width: 39%;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  th:first-child {
  width: 22%;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  .section05_comparison-table-header-item
  img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  .section05_comparison-table-header-item
  h3 {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin-bottom: 32px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-header
  .section05_comparison-table-header-item
  p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-body-odd
  th,
.section05_comparison-table-body-even th {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #272b54;
  padding: 27px 0px 26px 30px;
  width: 22%;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-body-odd {
  background: #fff;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-body-odd
  td:first-child,
.section05_comparison-table-body-even td:first-child {
  width: 39%;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  .section05_comparison-table-body-odd
  td:nth-child(2),
.section05_comparison-table-body-even td:nth-child(2) {
  width: 39%;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  tr
  td {
  padding: 14px 30px;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  tr
  td:nth-child(2) {
  border-right: 1px solid #707070;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  tr
  th {
  border-bottom: 2px solid #ffffff;
}

.ps5_lp_body
  .ps5_lp_section05
  .ps5_lp_section05_inner
  .section05_comparison-table
  tr
  th:nth-child(2) {
  border-right: 1px solid #707070;
}

.ps5_lp_body .ps5_lp_section05::before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #252536, transparent);
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn {
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn a {
  text-decoration: none;
  height: 165px;
  background-color: #b9070b;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  transition: 0.3s;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn a:hover {
  background-color: #d92327;
  transition: 0.3s;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn div {
  max-width: 354px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn .btn_text {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}

.ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn .arrow_img {
  margin-left: 27px;
  padding-top: 2px;
}

@media screen and (max-width: 600px) {
  .ps5_lp_section05_inner {
    padding: 0px 30px 30px 30px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_title {
    padding: 38px 0px 24px 0px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_title
    span {
    font-size: 95px;
    width: 88px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_title
    h2 {
    font-size: 28px;
    margin-left: 24px;
    line-height: 1.2;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_title
    h2::after {
    width: 100%;
    bottom: -20px;
    left: 0px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_content {
    padding: 38px;
    margin-bottom: 14px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .section05_comparison-table
    .section05_comparison-table-header
    .section05_comparison-table-header-item
    h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_content
    h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .ps5_lp_section05_content {
    overflow: scroll;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .section05_comparison-table {
    width: 400px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .section05_comparison-table
    .section05_comparison-table-body-odd
    th,
  .section05_comparison-table-body-even th {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 1.6;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .section05_comparison-table
    tr
    td {
    padding: 10px 5px;
  }

  .ps5_lp_body
    .ps5_lp_section05
    .ps5_lp_section05_inner
    .section05_comparison-table
    tr
    td
    img {
    height: 20px;
    width: auto;
  }

  .ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn a {
    height: 80px;
  }

  .ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn .btn_text {
    font-size: 20px;
    font-weight: 700;
  }

  .ps5_lp_body .ps5_lp_section05 .ps5_lp_section05_btn .arrow_img {
    margin-left: 13px;
  }
}

/*section07*/

.ps5_lp_body .ps5_lp_section07 {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
}

.ps5_lp_body .ps5_lp_section07 .ps5_lp_section07_inner {
  max-width: 1200px;
  width: 100%;
}

.ps5_lp_body .ps5_lp_section07 .ps5_lp_section07_inner .ps5_lp_section07_head {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-left {
  width: 50%;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-left
  img {
  max-width: 100%;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-right {
  width: 50%;
  background-color: #515151;
  padding: 40px 50px 0px 50px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-right
  .head-right_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9e623;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-right
  .head-right_title
  h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-left: 24px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_head
  .ps5_lp_section07_head-right
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.ps5_lp_body .ps5_lp_section07 .ps5_lp_section07_inner .ps5_lp_section07_foot {
  display: flex;
  justify-content: center;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-left {
  width: 50%;
  background-color: #515151;
  padding: 40px 50px 0px 50px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-right {
  width: 50%;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-left
  .foot-left_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9e623;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-left
  .foot-left_title
  h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-left: 24px;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-left
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.ps5_lp_body
  .ps5_lp_section07
  .ps5_lp_section07_inner
  .ps5_lp_section07_foot
  .ps5_lp_section07_foot-right
  img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head {
    display: block;
    margin-bottom: 20px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-left {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-left
    img {
    max-width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-right {
    width: 100%;
    padding: 30px 40px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-right
    .head-right_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-right
    .head-right_title
    h5 {
    font-size: 22px;
    margin-left: 20px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_head
    .ps5_lp_section07_head-right
    p {
    font-size: 15px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot {
    display: flex;
    flex-direction: column-reverse;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot
    .ps5_lp_section07_foot-left {
    width: 100%;
    padding: 30px 40px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot
    .ps5_lp_section07_foot-right {
    width: 100%;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot
    .ps5_lp_section07_foot-left
    .foot-left_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot
    .ps5_lp_section07_foot-left
    .foot-left_title
    h5 {
    font-size: 22px;
    margin-left: 20px;
  }

  .ps5_lp_body
    .ps5_lp_section07
    .ps5_lp_section07_inner
    .ps5_lp_section07_foot
    .ps5_lp_section07_foot-left
    p {
    font-size: 15px;
  }
}
