/*ps5_lp_main_img*/

body.ps5_lp_body {
  background-color: #ffffff;
}

/* COOPER LP */
.cooper_lp_body {
  background: #111;
}

.cooper_lp_body img {
  max-width: 100%;
  height: auto;
}

.cooper_lp_body .cooper_mv_btn {
  position: relative;
  z-index: 2;
}

body.ps5_lp_body.cooper_lp_body .cooper_mv_banner {
  width: 100%;
  line-height: 0;
  background: #000;
}

.cooper_lp_body .cooper_mv_banner img {
  display: block;
}

body.ps5_lp_body.cooper_lp_body .cooper_mv_banner .main_img_pc,
body.ps5_lp_body.cooper_lp_body .cooper_mv_banner .main_img_sp {
  width: 100%;
  height: auto;
}

.cooper_lp_body .cooper_intro {
  padding: 92px 20px 128px;
  background: #fff;
}

.cooper_lp_body .cooper_intro::after {
  background-image: linear-gradient(#fff 0%, #d0d0d0 100%);
}

.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 {
  margin-top: 0;
}

.cooper_lp_body .cooper_intro .ps5_lp_section02_title span,
.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 {
  color: #111;
  -webkit-text-fill-color: initial;
  background-image: none;
}

.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2::after {
  display: none;
}

.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 span {
  display: inline-block;
  color: #b9070b;
  background-image: linear-gradient(180deg, #d51f16 0%, #b9070b 42%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cooper_lp_body .cooper_intro .ps5_lp_section02_title .text {
  margin-bottom: 96px;
}

.cooper_lp_body .cooper_intro_title {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto 64px;
}

body.ps5_lp_body.cooper_lp_body .cooper_intro .cooper_intro_title h2 {
  margin: 0;
  line-height: 1.45;
}

.cooper_lp_body .cooper_intro_overview {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.cooper_lp_body .cooper_intro_overview_left,
.cooper_lp_body .cooper_intro_overview_right {
  flex: 1 1 0;
  min-width: 0;
}

.cooper_lp_body .cooper_intro_lead {
  margin: 0 0 38px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}

.cooper_lp_body .cooper_intro_text {
  margin: 0;
  padding-top: 38px;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.cooper_lp_body .cooper_intro_overview_right {
  align-self: center;
}

.cooper_lp_body .cooper_intro_overview_right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cooper_lp_body .cooper_section_title h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  margin: 28px auto 0;
  background: #d51f16;
}

.cooper_lp_body .cooper_products {
  background: #111;
}

.cooper_lp_body .cooper_section_title {
  padding: 78px 20px 58px;
  text-align: center;
  background: #111;
}

.cooper_lp_body .cooper_section_title h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
}

.cooper_lp_body .cooper_product {
  position: relative;
  padding: 88px 20px 96px;
  color: #fff;
  background-color: #000;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 58%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.67) 48%, rgba(0, 0, 0, 0.38) 100%),
    var(--product-bg);
  background-position: center;
  background-size: cover;
}

.cooper_lp_body .cooper_product:nth-child(even) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 58%, #000 100%),
  linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.72) 44%, rgba(0, 0, 0, 0.9) 100%),
  var(--product-bg);
}

.cooper_lp_body .cooper_product_inner {
  width: 1180px;
  max-width: 100%;
  min-height: 520px;
  margin: 0 auto 58px;
  display: flex;
  align-items: center;
  gap: 62px;
}

.cooper_lp_body .cooper_product:nth-child(even) .cooper_product_inner {
  flex-direction: row-reverse;
}

.cooper_lp_body .cooper_product_visual {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooper_lp_body .cooper_product_tire {
  width: auto;
  max-width: 100%;
  height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.45));
}

.cooper_lp_body .cooper_product_feature {
  display: block;
  max-width: 100%;
  max-height: 430px;
  margin: 0 auto;
  object-fit: contain;
}

.cooper_lp_body .cooper_product_feature_area {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto 54px;
  padding: 38px 44px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.cooper_lp_body .cooper_product_feature_area--split {
  text-align: left;
}

.cooper_lp_body .cooper_feature_split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 48px;
}

.cooper_lp_body .cooper_feature_split--discoverer-att {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  justify-content: center;
  align-items: start;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item {
  display: grid;
  grid-template-rows: 142px 1fr;
  gap: 18px;
  place-items: center;
  align-content: center;
  justify-content: center;
  padding: 24px 22px 26px;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  text-align: center;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item:nth-child(-n+3) {
  border-top: 0;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item:nth-child(3n+1) {
  border-left: 0;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_media {
  min-height: 0;
  align-self: center;
  justify-self: center;
  justify-content: center;
  width: 100%;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_media img {
  max-height: 142px;
  object-fit: contain;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_text {
  align-self: center;
  justify-self: center;
  width: 100%;
  text-align: center;
}

.cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_text p {
  text-align: center;
}

.cooper_lp_body .cooper_feature_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  min-width: 0;
}

.cooper_lp_body .cooper_feature_media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.cooper_lp_body .cooper_feature_media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cooper_lp_body .cooper_feature_text {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.cooper_lp_body .cooper_feature_text p {
  margin: 0;
}

.cooper_lp_body .cooper_feature_text p + p {
  margin-top: 2px;
}

.cooper_lp_body .cooper_product_copy {
  width: 54%;
}

.cooper_lp_body .cooper_product_copy h3 {
  margin: 0 0 34px;
  color: #fff;
  font-family: Oswald, "Noto Sans JP", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.cooper_lp_body .cooper_product_text {
  margin-bottom: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 28px 0;
}

.cooper_lp_body .cooper_product_text p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}

.cooper_lp_body .cooper_product_text p.annotation {
  font-size: 16px;
  font-weight: 500;
}

.cooper_lp_body .cooper_product_btn {
  width: 100%;
  max-width: 100%;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.cooper_lp_body .cooper_product_btn div {
  max-width: none;
  width: 100%;
  justify-content: center;
}

.cooper_lp_body .cooper_product_btn .btn_text {
  font-size: 23px;
  line-height: 1.2;
}

.cooper_lp_body .cooper_lineup {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  max-height: 411px;
  padding: 38px 44px;
  background: rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
  overflow-y: auto;
}

.cooper_lp_body .cooper_lineup table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

.cooper_lp_body .cooper_lineup th,
.cooper_lp_body .cooper_lineup td {
  border-left: rgba(255, 255, 255, 0.6) solid 1px;
  border-right: rgba(255, 255, 255, 0.6) solid 1px;
  box-sizing: border-box;
  padding: 15px 14px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}

.cooper_lp_body .cooper_lineup th {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 800;
  border-bottom: solid 1px #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cooper_lp_body .cooper_lineup td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cooper_lp_body .cooper_lineup th:nth-child(1),
.cooper_lp_body .cooper_lineup td:nth-child(1) {
  width: 270px;
  font-weight: 800;
  white-space: nowrap;
}

.cooper_lp_body .cooper_lineup th:nth-child(2),
.cooper_lp_body .cooper_lineup td:nth-child(2) {
  width: 270px;
  font-weight: 700;
  white-space: nowrap;
}

.cooper_lp_body .cooper_lineup td:nth-child(3) {
  text-align: left;
}

.cooper_lp_body .cooper_reviews {
  padding: 0 20px 92px;
  background: #f3f3f3;
}

.cooper_lp_body .cooper_reviews_inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.cooper_lp_body .cooper_reviews .cooper_section_title {
  background: transparent;
}

.cooper_lp_body .cooper_reviews .cooper_section_title h2 {
  color: #111;
}

.cooper_lp_body .cooper_review_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 4px solid #111;
  border-left: 1px solid #d8d8d8;
  background: #fff;
}

.cooper_lp_body .cooper_review_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  min-height: 320px;
  padding: 30px 28px 34px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  overflow: hidden;
}

.cooper_lp_body .cooper_review_item::before {
  content: none;
}

.cooper_lp_body .cooper_review_meta {
  position: relative;
  z-index: 1;
  color: #111;
  font-weight: 900;
  line-height: 1.55;
  order: 1;
}

.cooper_lp_body .cooper_review_meta span {
  display: block;
}

.cooper_lp_body .cooper_review_meta span:first-child {
  color: #d51f16;
  font-family: Oswald, "Noto Sans JP", sans-serif;
  font-size: 22px;
}

.cooper_lp_body .cooper_review_meta span:last-child {
  margin-top: 8px;
  font-size: 16px;
}

.cooper_lp_body .cooper_review_item p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px 0 0 8px;
  color: #111;
  font-size: 16px;
  line-height: 1.85;
  order: 2;
}

.cooper_lp_body .cooper_review_item p::before {
  content: "“";
  position: absolute;
  top: -14px;
  left: -8px;
  color: rgba(213, 31, 22, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.cooper_lp_body .cooper_review_item p::after {
  content: "”";
  position: absolute;
  right: -2px;
  bottom: -46px;
  color: rgba(213, 31, 22, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .cooper_lp_body .cooper_intro {
    padding: 28px 24px 58px;
  }

  .cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 {
    margin-top: 0;
  }

  .cooper_lp_body .cooper_intro .ps5_lp_section02_title .text {
    margin-bottom: 52px;
  }

  .cooper_lp_body .cooper_intro_title {
    margin-bottom: 34px;
  }

  .cooper_lp_body .cooper_intro_overview {
    display: block;
  }

  .cooper_lp_body .cooper_intro_lead {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }

  .cooper_lp_body .cooper_intro_text {
    margin-bottom: 30px;
    padding-top: 26px;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0;
  }

  .cooper_lp_body .cooper_section_title {
    padding: 48px 20px 34px;
  }

  .cooper_lp_body .cooper_section_title h2 {
    font-size: 28px;
  }

  .cooper_lp_body .cooper_product {
    padding: 54px 20px 64px;
  }

  .cooper_lp_body .cooper_product_inner,
  .cooper_lp_body .cooper_product:nth-child(even) .cooper_product_inner {
    min-height: 0;
    margin-bottom: 34px;
    display: block;
  }

  .cooper_lp_body .cooper_product_visual,
  .cooper_lp_body .cooper_product_copy {
    width: 100%;
  }

  .cooper_lp_body .cooper_product_visual {
    margin-bottom: 30px;
  }

  .cooper_lp_body .cooper_product_tire {
    height: 250px;
  }

  .cooper_lp_body .cooper_product_feature {
    max-height: 260px;
  }

  .cooper_lp_body .cooper_product_feature_area {
    margin-bottom: 34px;
    padding: 10px 8px;
  }

  .cooper_lp_body .cooper_feature_split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item {
    grid-template-rows: auto;
    gap: 8px;
    padding: 10px 6px 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item:nth-child(-n+2) {
    border-top: 0;
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_item:nth-child(2n+1) {
    border-left: 0;
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_media img {
    max-height: 82px;
  }

  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_text,
  .cooper_lp_body .cooper_feature_split--discoverer-att .cooper_feature_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
  }

  .cooper_lp_body .cooper_feature_item {
    gap: 12px;
  }

  .cooper_lp_body .cooper_feature_media {
    min-height: 0;
  }

  .cooper_lp_body .cooper_feature_text {
    font-size: 15px;
    line-height: 1.65;
  }

  .cooper_lp_body .cooper_product_copy h3 {
    font-size: 36px;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .cooper_lp_body .cooper_product_text {
    padding: 20px 0;
    margin-bottom: 24px;
  }

  .cooper_lp_body .cooper_product_text p {
    font-size: 17px;
  }

  .cooper_lp_body .cooper_product_text p:last-child {
    font-size: 13px;
  }

  .cooper_lp_body .cooper_product_btn {
    min-height: 48px;
  }

  .cooper_lp_body .cooper_product_btn .btn_text {
    font-size: 15px;
  }

  .cooper_lp_body .cooper_product_btn .arrow_img {
    margin-left: 8px;
  }

  .cooper_lp_body .cooper_lineup {
    max-height: 314px;
    padding: 0;
    overflow-x: hidden;
  }

  .cooper_lp_body .cooper_lineup table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .cooper_lp_body .cooper_lineup th,
  .cooper_lp_body .cooper_lineup td {
    padding: 7px 3px;
    font-size: 9px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cooper_lp_body .cooper_lineup th:nth-child(1),
  .cooper_lp_body .cooper_lineup td:nth-child(1) {
    width: 34%;
    font-size: 8px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cooper_lp_body .cooper_lineup th:nth-child(2),
  .cooper_lp_body .cooper_lineup td:nth-child(2) {
    width: 35%;
    font-size: 7.5px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .cooper_lp_body .cooper_lineup th:nth-child(3),
  .cooper_lp_body .cooper_lineup td:nth-child(3) {
    width: 31%;
  }

  .cooper_lp_body .cooper_reviews {
    padding: 0 20px 56px;
  }

  .cooper_lp_body .cooper_review_item {
    min-height: 0;
    padding: 24px 20px 28px;
  }

  .cooper_lp_body .cooper_review_list {
    grid-template-columns: 1fr;
  }

  .cooper_lp_body .cooper_review_meta {
    margin-bottom: 0;
  }

  .cooper_lp_body .cooper_review_meta span:first-child {
    font-size: 19px;
  }

  .cooper_lp_body .cooper_review_item p {
    font-size: 14px;
  }
}

.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-color:#a50004;
  height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  transition: 0.3s;
}

.ps5_lp_body .ps5_main_btn:hover {
  background-color:#a50004;
  transition: 0.3s;
  opacity: 0.8;
}

.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;
}

.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;
  }
}
.ps5_lp_section06{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;

}

@media screen and (max-width:600px) {
    .ps5_lp_section06{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ps5_lp_section06 .ps5_lp_section06_inner{
    max-width: 1200px;
    width: 100%;
    
}

.ps5_lp_section06_h2{
    margin-bottom: 58px;
    text-align: center;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h2{
        margin-bottom: 30px;
    }
}

.ps5_lp_section06_h2 h2{
    font-size: 2.25rem;
    border-bottom: solid 1px #707070;
    padding-bottom: 20px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h2 h2{
        font-size: 1.5rem;
    }
}


.ps5_lp_section06_h2 h2 span{
    font-size: 2.875rem;
    background-image: linear-gradient(90deg, #000000, #0168b7 61%, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h2 h2 span{
        font-size: 2rem;
    }
}

.ps5_lp_section06_h3 {
    margin-bottom: 30px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h3 {
        margin-bottom: 20px;
    }
}

.ps5_lp_section06_h3 h3{
    font-size: 2.25rem;
    background: linear-gradient(90deg, #000000, #000000 39%, #1d248580 76%, transparent);
    color: #fff;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 20px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h3 h3{
        font-size: 1.5rem;
    }
}

.ps5_lp_section06_h4 {

}

.ps5_lp_section06_h4 h4{
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 28px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_h4 h4{
        font-size: 1.2rem;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

.ps5_lp_section06_box01{
    width: 100%;

}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card{
    width: calc(25% - 23px);
    box-shadow: 3px 3px 11px 0px #d9d9d9;
    padding-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card{
        width: calc(50% - 15px);
    }
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card dl{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card dl dt{
    font-size: 1.25rem;
    text-align: center;
    color: #000;
    margin-bottom: 16px;

}
@media screen and (max-width:600px) {
    .ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card dl dt{
        font-size: 1rem;
    
    }
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card dl dd{
    width: 130px;
    height: 130px;
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card dl dd img{
    width: 100%;
    height: auto;
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-bottom: 15px;
}





.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a span img{
    width: 19px;
    height: 12px;
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a .s6_txt{
    color: #1D2485;
    font-size: 1.25rem;
    font-weight: 600;
    transition: 0.3s;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a .s6_txt{
        font-size: 0.85rem;
    }
}

.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a:hover .s6_txt{
    color: #dc0002;
    transition: 0.3s;
}

.ps5_lp_section06_box01_inner_btn{
    background-color:#D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    
    height: 63px;
    transition: 0.3s;
}
.ps5_lp_section06_box01_inner_btn span{
    
}

.ps5_lp_section06_box01_inner_btn span:first-child{
    margin-right: 10px;
    color: #000;
    font-weight: 700;
    transition: 0.3s;
    font-size: 1.25rem;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_box01_inner_btn span:first-child{
        font-size: 1rem;
    }
}

.ps5_lp_section06_box01_inner_btn span:nth-child(2){

}

.ps5_lp_section06_box01_inner_btn span:nth-child(2) img{
    width: 24px;
    height: 16px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section06_box01_inner_btn span:nth-child(2) img{
        width: 13px;
        height: 9px;
    }
}

.ps5_lp_section06_box01_inner_btn:hover{
    transition: 0.3s;
    cursor: pointer;
    background-color: #ccc;
}

.ps5_lp_section06_box01_inner_btn:hover span:first-child{
   
}
.ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a.ps5_lp_section06_box01_inner_b {
    display: none;
    padding-top: 30px;
}

















.ps5_lp_section10{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background-image: url(../img/s10_back.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;

}
@media screen and (max-width:600px) {
    .ps5_lp_section10{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ps5_lp_section10 .ps5_lp_section10_inner{
    width: 100%;
    max-width: 1200px;
    
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_h2{
    margin-bottom: 21px;
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_h2 h2{
    font-size: 2.625rem;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width:600px) {
    .ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_h2 h2{
        font-size: 1.5rem;
    }
}
.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table{
    width: 100%;
    height: 600px;
    overflow-y: scroll;
}

@media screen and (max-width:600px) {
    .ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table{
    overflow-x : scroll;
    }
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table table{
    width: 100%;
    border-collapse: collapse;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table table{
        width: 1000px;
    }
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table table tr{
    
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table table tr th{
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    border-bottom: solid 1px #fff;
    color: #fff;
    border-left: rgba(255, 255, 255, 0.6) solid 1px;
    border-right:rgba(255, 255, 255, 0.6) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    
}

.ps5_lp_section10_table_img img{
    width: 30px;
    height: 30px;
}

.ps5_lp_section10 .ps5_lp_section10_inner .ps5_lp_section10_table table tr td{
    text-align: center;
    background-image : linear-gradient(to right, rgba(255, 255, 255, 0.7) 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    color: #fff;
    border-left: rgba(255, 255, 255, 0.6) solid 1px;
    border-right:rgba(255, 255, 255, 0.6) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    
}


















.ps5_lp_section11{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;

}

@media screen and (max-width:600px) {
    .ps5_lp_section11{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner{
    width: 100%;
    max-width: 1200px;
    display: flex;
    padding: 70px 60px;
    box-sizing: border-box;
    box-shadow: 3px 3px 11px 0px #d9d9d9;
}

@media screen and (max-width:600px) {
    .ps5_lp_section11 .ps5_lp_section11_inner{
        padding: 30px;
        flex-direction: column;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_left{
    width: 50%;
}

@media screen and (max-width:600px) {
    .ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_left{
        width: 100%;
        margin-bottom: 30px;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_left .ps5_lp_section11_pic{
    width: 100%;
    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_left .ps5_lp_section11_pic img{
    width: 100%;
    height: auto;
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right{
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right{
        width: 100%;
        padding-left: 0;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_logo{
    width: 184px;
    margin-bottom: 12px;
    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_logo img{
    width: 100%;
    height: auto;
    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_h2{
    
    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_h2 p{
    font-size: 0.875rem;
    line-height: 1.4;
    color: #444;
    
    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_h2 h2{
    font-size: 2.375rem;
    line-height: 1.4;
    color: #000;
    font-family: Oswald;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 18px;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_h2 h2{
        font-size: 1.75rem;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_h2 h2:after{
    display: block;
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(29, 36, 133, 1) 70%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 6px;
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_ul{

    padding-bottom: 10px;
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_ul li{
    font-size: 1.125rem;
    color: #1D2485;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}


.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_txt01{
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 32px;

}

@media screen and (max-width:600px) {
    .ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_txt01{
        padding-left: 0;
    }
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_btn{
    

    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_btn a{
    width: 100%;
    max-width: 485px;
    height: 54px;
    background-color: #B9070B;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;

    
}

.ps5_lp_section11 .ps5_lp_section11_inner .ps5_lp_section11_right .ps5_lp_section11_right_btn a:hover{
    background-color: #000;
    transition: 0.3s;
}

















.ps5_lp_section08{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;

}

.ps5_lp_section08_inner{
    width: 100%;
    max-width: 1200px;
}

.ps5_lp_section08_h3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    padding-top: 39px;
    margin-bottom: 40px;
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_h3{
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.ps5_lp_section08_h3 .left{
    width: 60px;


}
@media screen and (max-width:600px) {
    .ps5_lp_section08_h3 .left{
        width: 30px;
    }
}

.ps5_lp_section08_h3 .left span{
    font-size: 7rem;
    color: #1D2485;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_h3 .left span{
        font-size: 4rem;
    }
}

.ps5_lp_section08_h3 .right{
    width: calc(100% - 60px);
    padding-left: 10px;
    box-sizing: border-box;

}

@media screen and (max-width:600px) {
    .ps5_lp_section08_h3 .right{
        width: calc(100% - 30px);
    
    }
}
.ps5_lp_section08_h3 .right h3{
    font-size: 2.125rem;
    color: #000;
    position: relative;
    padding-bottom: 13px;
    line-height: 1.6;
    padding-top: 36px;
    

}

@media screen and (max-width:600px) {
    .ps5_lp_section08_h3 .right h3{
        font-size: 1.5rem;
        padding-top: 0px;
        line-height: 1.4;   
    
    }
}

.ps5_lp_section08_h3 .right h3:after{
    width: 100%;
    position: absolute;
    content:"";
    display: block;
    height: 8px;
    background-image: linear-gradient(90deg, #1d2485 2% 30%, #1d24855c 70%, transparent);
    bottom: 0px;
    left: 0;
}

.ps5_lp_section08_box01{
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box01{
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_left{
    width: 270px;
    
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box01 .ps5_lp_section08_box01_left{
        width: 100%;
        max-width: 200px;
        margin-bottom: 20px;
    }
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_left img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:600px) {
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_right{
    width: calc(100% - 270px);
    padding-left: 25px;
    box-sizing: border-box;
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box01 .ps5_lp_section08_box01_right{
        width: 100%;
        padding-left: 0;
    }
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_right .ps5_lp_section08_box01_right_h4{
    font-size: 2.375rem;
    line-height: 1.47;
    color: #000;
    margin-bottom: 24px;
    
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box01 .ps5_lp_section08_box01_right .ps5_lp_section08_box01_right_h4{
        font-size: 1.25rem;
        margin-bottom: 15px;
        
    }
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_right .ps5_lp_section08_box01_right_txt01{
    line-height: 1.67;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 16px;

    
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box01 .ps5_lp_section08_box01_right .ps5_lp_section08_box01_right_txt01{
        margin-bottom: 10px;
    }
}

.ps5_lp_section08_box01 .ps5_lp_section08_box01_right .ps5_lp_section08_box01_right_txt02{
    font-size: 1rem;
    
}






.ps5_lp_section08_box02{
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02{
        padding-left: 0;
        padding-right: 0;
    }

}

.ps5_lp_section08_box02_grid_out{
    display: flex;
    justify-content: center;
    gap: 8px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02_grid_out{
        flex-wrap: wrap;
    }
}


.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid{
    width: calc(25% - 6px);
    background-color: #F5F5F5;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02 .ps5_lp_section08_box02_grid{
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }
}

.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_pic{
    margin-bottom: 22px;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_pic{
        margin-bottom: 15px;
    }
}

.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_pic img{
    width: 100%;
    height: auto;
}


.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_txt01{
    font-size: 2.25rem;
    text-align: center;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 11px;
    
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_txt01{
        margin-bottom: 5px;
        
    }
}

.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_txt02{
    font-size: 1.75rem;
    text-align: center;
    color: #B9070B;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: solid 1px #515151;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width:600px) {

}

.ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_txt03{
    font-size: 1.125rem;
    text-align: center;
    color: #000;
    line-height: 1.44;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box02 .ps5_lp_section08_box02_grid .ps5_lp_section08_box02_txt03 br{
        display: none;
    }
}








.ps5_lp_section08_box03{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box03{
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
}

.ps5_lp_section08_box03 .ps5_lp_section08_box03_left{
    width: 592px;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box03 .ps5_lp_section08_box03_left{
        width: 100%;
        margin-bottom: 20px;
    }
}


.ps5_lp_section08_box03 .ps5_lp_section08_box03_left img{
    width: 100%;
    height: auto;
    
}

.ps5_lp_section08_box03 .ps5_lp_section08_box03_right{
    width: calc(100% - 592px);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 2.22;
}

@media screen and (max-width:600px) {
    .ps5_lp_section08_box03 .ps5_lp_section08_box03_right{
        width:100%;
        padding-left: 0;
        font-size: 1rem;
    }
}




.ps5_lp_section08_box04{
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box04{
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col{
    width: calc(33.3333% - 19px);
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box04 .ps5_lp_section08_box04_3col{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_pic{
    margin-bottom: 12px;
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_pic img{
    width: 100%;
    height: auto;
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_txt01{
    line-height: 1.65;
    font-size: 1.0625rem;
    text-align: center;
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_txt02{
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width:600px) {
    .ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_txt02{
        line-height: 1.2;
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
}


.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_link{
    background-color: #B9070B;
    color: #fff;
    width: 100%;
    max-width: 349px;
    height: 54px;
    border-radius: 27px;
    display: block;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.125rem;
    transition: 0.3s;
}
@media screen and (max-width:600px) {
}

.ps5_lp_section08_box04 .ps5_lp_section08_box04_3col .ps5_lp_section08_box04_3col_link:hover{
    background-color: #000;
    transition: 0.3s;
}
@media screen and (max-width:600px) {
}

body.ps5_lp_body.cooper_lp_body {
    background: #111;
}

body.ps5_lp_body.cooper_lp_body .cooper_product_btn div {
    max-width: none;
    width: 100%;
    justify-content: center;
}

body.ps5_lp_body.cooper_lp_body .cooper_product_btn .btn_text {
    font-size: 23px;
    line-height: 1.2;
}

body.ps5_lp_body.cooper_lp_body .cooper_product_copy h3 {
    font-size: 50px;
    word-break: normal;
    overflow-wrap: normal;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06,
body.ps5_lp_body.cooper_lp_body .ps5_lp_section07,
body.ps5_lp_body.cooper_lp_body .ps5_lp_section08 {
    background: #fff;
    color: #000;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card {
    background: #fff;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_h2 h2,
body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_h4 h4 {
    color: #000;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_h2 h2 span {
    background-image: linear-gradient(-90deg, #000 0%, #d51f16 35%, #b9070b 64%, #000 100%);
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_h3 h3 {
    background: linear-gradient(-90deg, #000 0%, #000 36%, rgba(181, 7, 11, 0.82) 100%);
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section06_box01 .ps5_lp_section06_box01_inner_a .ps5_lp_section06_card a .s6_txt,
body.ps5_lp_body.cooper_lp_body .ps5_lp_section08_h3 .left span {
    color: #b9070b;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section07 .ps5_lp_section07_inner .ps5_lp_section07_head .ps5_lp_section07_head-right .head-right_title,
body.ps5_lp_body.cooper_lp_body .ps5_lp_section07 .ps5_lp_section07_inner .ps5_lp_section07_foot .ps5_lp_section07_foot-left .foot-left_title {
    border-bottom-color: #fff;
}

body.ps5_lp_body.cooper_lp_body .ps5_lp_section08_h3 .right h3:after {
    background-image: linear-gradient(90deg, #b9070b 2% 30%, rgba(213, 31, 22, 0.46) 100%);
}

body.ps5_lp_body.cooper_lp_body .cooper_intro {
    padding: 92px 20px 128px;
}

body.ps5_lp_body.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 {
    margin-top: 0;
}

@media screen and (max-width:600px) {
    body.ps5_lp_body.cooper_lp_body .cooper_product_btn .btn_text {
        font-size: 15px;
    }

    body.ps5_lp_body.cooper_lp_body .cooper_product_copy h3 {
        font-size: 32px;
    }

    body.ps5_lp_body.cooper_lp_body .cooper_intro {
        padding: 28px 24px 58px;
    }

    body.ps5_lp_body.cooper_lp_body .cooper_intro .ps5_lp_section02_title h2 {
        margin-top: 0;
    }

}



















