@charset "UTF-8";

/* ========================================================================== 
   Variables / Base
   ========================================================================== */
:root {
  --color-text: #313232;
  --color-black: #000;
  --color-white: #fff;
  --color-border: #444;
  --color-gray-dark: #555555;
  --radius-pill: 9999px;
}

.lp-container {
  color: var(--color-text);
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.fs-l-main {
    padding: 0px;
}
img {
  max-width: 100%;
  height: auto;
}

.bg-wrapper {
  position: relative;
  background: var(--c-pink-main);
}

.lp-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 0px;
  overflow-x: hidden;
  background-color: var(--c-pink-light);
}

.lp-inner {
  width: 100%;
  margin: auto;
}

.section-inner {
  border-right: 1px solid #00000024;
  border-left: 1px solid #00000024;
}

.sec-title {
  position: relative;
  margin-bottom: 35px;
  padding: 0 15px;
  text-align: center;
  font-weight: initial;
}

/* ========================================================================== 
   Animations / GSAP Helpers
   ========================================================================== */
.fade-up,
.fade-left,
.fade-right,
.fade-zoom-in,
.fade-blur {
  opacity: 0;
}

.fade-up {
  transform: translateY(50px);
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-zoom-in {
  transform: scale(0.92);
  transform-origin: center;
}

.fade-blur {
  filter: blur(10px);
}

/* ========================================================================== 
   SP CTA
   ========================================================================== */
.sp-cta {
  display: none;
}

/* ========================================================================== 
   Header / Key Visual
   ========================================================================== */
.p-com_header {
    margin-bottom: 50px;
    padding: 50px;
    background-color: rgb(255 253 250);
    font-size: 4.4rem;
    line-height: 130%;
    letter-spacing: 0.05rem;
    text-align: center;
}

.p-com_key-visual {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}

.p-com_key-visual__image {
  position: relative;
  display: block;
  width: 100%;
}

.p-com_blocks {
  position: absolute;
  top: -50px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  border-radius: var(--radius-pill);
  background-color: var(--color-text);
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
}

.p-com_blocks.left {
  left: 175px;
}

.p-com_blocks.center {
  left: 50%;
}

.p-com_blocks.right {
  right: 3%;
}

/* ========================================================================== 
   Lead
   ========================================================================== */
.p-com_lead__inner {
  text-align: center;
}

.p-com_lead__dis {
  margin-bottom: 25px;
  font-size: 3rem;
}

.p-com_lead__title {
  font-size: 5rem;
  line-height: 115%;
}

.p-com_lead__dis-num {
  font-size: 6rem;
}

.p-com_lead__dis-little {
  font-size: 4.2rem;
}

.p-com_lead__link {
  position: relative;
  display: block;
  width: max-content;
  margin: 35px auto;
  padding: 35px 75px;
  border: 1px solid #808080;
  box-shadow: 4px 4px 1px #414141a8;
  color: var(--color-text);
  font-size: 21px;
  text-decoration: none;
}

.p-com_lead__link::after {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  content: ">";
}

/* ========================================================================== 
   Question
   ========================================================================== */
.p-com_pb-question {
  padding: 50px;
  background-image: url(https://foula.itembox.cloud/item/images/lp/img/prosystem-compare/pb-question-bg.jpg);
}

.p-com_pb-question-title,
.p-com_solution-question {
  position: relative;
  width: max-content;
  margin: auto;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
}

.p-com_pb-question-title {
  padding-bottom: 25px;
}

.p-com_solution-question {
  padding-bottom: 35px;
}

.p-com_pb-question-title::before,
.p-com_solution-question::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  content: "";
}

.p-com_pb-question-title::after,
.p-com_solution-question::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

.p-com_pb-question-title::after {
  background-color: #f5ece7;
}

.p-com_solution-question::after {
  background-color: var(--color-white);
}

.p-com_pb-question-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3%;
  padding: 50px 10% 15px;
}

.p-com_pb-question-blocks {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin-bottom: 35px;
  border-radius: var(--radius-pill);
  background-color: var(--color-white);
  box-shadow: 0 0 5px #ffffff;
  font-size: 21px;
  line-height: 165%;
}

.p-com_pb-question-img {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 35px;
  transform: translateX(-50%);
}

.p-com_pb-question-text {
  text-align: center;
  font-weight: 700;
}

.p-com_pb-question-text span {
  font-weight: 900;
}

.p-com_pb-question-conclusion {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
}

.p-com_pb-question-conclusion p {
  width: max-content;
  margin: auto;
  border-bottom: 1px solid var(--color-text);
}

.p-com_pb-question-conclusion p span {
  font-size: 3.6rem;
}

/* ========================================================================== 
   Lineup
   ========================================================================== */
.p-com_lineup {
  position: relative;
  padding: 50px 0;
}

.p-com_lineup-title,
.p-com_comparison_intro,
.p-com_benefit-title,
.p-com_solution-title,
.p-com_images__title {
  font-size: 4.4rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-align: center;
}

.p-com_lineup-title {
  margin-bottom: 50px;
}

.p-com_lineup-dis {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.1rem;
}

.p-com_lineup-dis p {
  margin-bottom: 15px;
}

.p-com_lineup-lineup {
  margin-bottom: 15px;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

.p-com_lineup-item-list {
  display: flex;
  justify-content: center;
  gap: 2%;
}

.p-com_lineup-item-list li {
  width: 30%;
}

.img-figure img,
.p-com_lineup__about img,
.p-com_lineup__img img,
.p-com_solution-img img {
  display: block;
  width: 100%;
}

.img-product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 135%;
}

.img-product-link {
  display: block;
  width: max-content;
  margin: 25px auto 0;
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
  text-align: center;
  text-decoration: none;
  font-size: 21px;
}

.p-com_lineup__about {
  width: 100%;
  max-width: 500px;
  margin: 75px auto 0;
}

.p-com_lineup__logo {
  position: absolute;
  right: 5px;
}

.p-com_lineup__name {
  position: relative;
  width: max-content;
  margin: auto;
  text-align: center;
  font-size: 3.4rem;
}

.p-com_lineup__name::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 175px;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--color-text);
  content: "";
}

.p-com_lineup__blocks {
  display: flex;
  justify-content: center;
  margin: 75px auto 30px;
}

.p-com_lineup__feature {
  width: 50%;
  padding: 25px;
}

.p-com_lineup__feature-title {
  margin-bottom: 35px;
  font-size: 4rem;
  line-height: 135%;
}

.p-com_lineup__feature-text {
  font-size: 1.8rem;
}

.p-com_lineup__feature-link {
  margin-top: 25px;
}

.p-com_lineup__feature-link a,
.p-com_images__item-list-link a {
  display: inline-block;
  border-radius: 25px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
}

.p-com_lineup__feature-link a {
  padding: 15px 25px;
  font-size: 18px;
}

.p-com_lineup__img {
  position: relative;
  width: 40%;
  padding-left: 25px;
}

.p-com_lineup__img img {
  max-width: 375px;
}

.p-com_lineup__balloon {
  position: absolute;
  top: -50px;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  border-radius: var(--radius-pill);
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 30px;
  line-height: 135%;
}

.p-com_lineup__item.reverse .p-com_lineup__blocks {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.p-com_lineup__item.reverse .p-com_lineup__logo {
  right: initial;
  left: 5px;
}

.p-com_lineup__item.reverse .p-com_lineup__balloon {
  top: 10px;
  right: 0px;
  left: inherit;
}

.p-com_lineup__item.reverse .p-com_lineup__feature {
  padding-left: 35px;
}

.p-com_lineup__conclusion {
  margin-right: 35px;
  font-size: 21px;
  text-align: end;
}

/* ========================================================================== 
   Comparison
   ========================================================================== */
.p-com_comparison_intro {
  margin-bottom: 20px;
}

.p-com_comparison_title {
  text-align: center;
  font-size: 4rem;
}

.p-com_comparison_title-num {
  font-size: 6rem;
}

.table-container {
    position: relative;
    max-width: 900px;
    margin: 55px auto;
    padding: 0 15px;
    padding-top: 150px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-container_features {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
}

.comparison-table {
  width: 100%;
  min-width: 650px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 10px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
  line-height: 1.5;
}

.comparison-table th {
  width: 16%;
  padding-right: 20px;
  background-color: var(--color-white);
  font-weight: bold;
}

.comparison-table td {
  width: 28%;
}

.comparison-table .border-none {
  border: none;
  background-color: transparent;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tr:last-child td.col-cream {
  border-bottom-left-radius: 12px;
}

.comparison-table tr:last-child td.col-pink {
  border-bottom-right-radius: 12px;
}

.col-cream {
  background-color: #f6f0e6;
}

.col-blue {
  background-color: #eef4f9;
}

.col-pink {
  background-color: #fbeceb;
}

.col-header {
  position: relative;
  padding-top: 60px;
  vertical-align: top;
}

.col-header::before {
  position: absolute;
  top: -50px;
  left: 50%;
  padding: 2px 10px;
  border-radius: 4px;
  transform: translateX(-50%);
  font-size: 25px;
  font-weight: 900;
  white-space: nowrap;
}

.col-cream.col-header::before {
  content: '業界No.1の安定感';
  background: linear-gradient(transparent 60%, #f6e6d0 60%);
}

.col-blue.col-header::before {
  content: '超持続';
  background: linear-gradient(transparent 60%, #dbeaf5 60%);
}

.col-pink.col-header::before {
  content: '爆速時短';
  background: linear-gradient(transparent 60%, #f9deda 60%);
}

.product-name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
}

.image-row td {
  padding: 10px 0 0;
  vertical-align: bottom;
}

.image-row img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}

.align-left-block {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
}

.indent {
  display: inline-block;
  padding-left: 1.2em;
}

.total-ingredients {
  display: block;
  margin-top: 8px;
  font-size: 1.1em;
  font-weight: 900;
}

/* ========================================================================== 
   Benefit
   ========================================================================== */
.p-com_benefit {
  padding: 50px 0;
  background-image: url(https://foula.itembox.cloud/item/images/lp/img/prosystem-compare/benefit-bg.jpg);
}

.p-com_benefit-intro,
.p-com_solution-intro {
  text-align: center;
  font-size: 3.1rem;
}

.p-com_benefit-intro {
  margin-bottom: 15px;
}

.p-com_benefit-title {
  margin-bottom: 70px;
}

.scroll-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  gap: 30px 15px;
  align-items: center;
  justify-items: center;
  min-width: 650px;
}

.grid-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pill {
  width: 100%;
  max-width: 150px;
  padding: 5px 0;
  border-radius: 25px;
  background-color: #2b2b2b;
  color: var(--color-white);
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2px;
}

.product-cell img {
  display: block;
  width: 100%;
  max-width: 135px;
  height: auto;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.text-black {
  color: var(--color-black);
}

.text-blue {
  color: #8baad8;
}

.text-pink {
  color: #ffc3bc;
}

/* ========================================================================== 
   Solution
   ========================================================================== */
.p-com_solution-inner {
  padding: 50px 15px;
}

.p-com_solution-intro {
  margin-bottom: -5px;
}

.p-com_solution-title {
  margin-bottom: 50px;
}

.p-com_solution-benefit {
  width: 300px;
  margin-left: 25px;
}

.p-com_solution-change {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.frame-wrapper {
  max-width: 750px;
  margin: 35px auto;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
}

.frame-border {
  padding: 1px;
  background-color: var(--color-gray-dark);
  clip-path: polygon(30px 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%, 0% 30px);
}

.frame-inner {
  padding: 45px 50px;
  background-color: var(--color-white);
  clip-path: polygon(29px 0%, 100% 0%, 100% calc(100% - 29px), calc(100% - 29px) 100%, 0% 100%, 0% 29px);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10%;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 25px;
  color: var(--color-text);
  font-size: 21px;
  font-weight: bold;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li img {
  width: 25px;
}

.p-com_solution-img {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}

.p-com_solution__conclusion {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.4rem;
}

.p-com_solution__conclusion .conclusion {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  font-size: 4rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
}

.conclusion span {
  background: linear-gradient(transparent 70%, #ebdabc 55%);
}

/* ========================================================================== 
   Images / Marquee
   ========================================================================== */
.p-com_images {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.p-com_images__img {
  margin-bottom: 50px;
}

.p-com_images__marquee {
  position: relative;
  z-index: 3;
  display: flex;
  width: max-content;
  margin-bottom: -15px;
  animation: marquee 45s linear infinite;
}

.p-com_images__marquee img {
  height: 75px;
  margin: 0 10px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.p-com_images__title {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-com_images__intro {
  text-align: center;
  font-size: 2.4rem;
}

/* ========================================================================== 
   Images / Item List
   ========================================================================== */
.p-com_images__item-list-inner {
  padding: 10%;
  background-color: rgb(250 235 227 / 35%);
}

.p-com_images__item-list-container {
  width: 80%;
  margin: auto;
}

.p-com_images__item-list-blocks {
  margin-bottom: 100px;
}

.p-com_images__item-list-images img {
  box-shadow: 8px 8px 10px 0 #c3bfbf;
}

.p-com_images__item-list-text {
  padding-left: 5px;
}

.p-com_images__item-list-dis {
  margin: 50px 0 35px;
  font-size: 2.4rem;
}

.p-com_images__item-list-catch-copy {
  margin-bottom: 10px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 135%;
}

.p-com_images__item-list-name {
  font-size: 2.4rem;
}

.p-com_images__item-list-detail {
  margin-bottom: 25px;
  font-size: 2.1rem;
}

.p-com_images__item-list-link a {
  padding: 15px 25px;
  font-size: 24px;
}

/* ========================================================================== 
   Footer
   ========================================================================== */
.p-com_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 5%;
  background-color: var(--color-black);
}

.p-com_footer img {
  width: 100%;
  max-width: 135px;
}

/* ========================================================================== 
   Responsive
   ========================================================================== */
@media screen and (max-width: 798px) {
  .lp-container {
    max-width: 100%;
    padding: 0 0 0px;
  }

  .section-wrapper {
    margin-top: 0px;
    padding: 0px 0;
  }

  .sec-title p {
    font-size: 1.6rem;
  }

  .sec-title img {
    max-width: 100%;
  }

  .sp-cta {
    position: fixed;
    bottom: 15px;
    left: 50%;
    z-index: 999;
    display: flex;
    margin: auto;
    transform: translateX(-50%);
  }

  .sp-cta a {
    position: relative;
    display: block;
    width: 330px;
    padding: 20px 0 20px 15px;
    border-radius: 25px;
    background: linear-gradient(135deg, #ff57a3, #faa0eb);
    box-shadow: 0 4px 15px rgba(240, 98, 192, 0.4);
    color: var(--c-white);
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .sp-cta a .sp-cta-item {
    position: absolute;
    top: 44%;
    right: 5px;
    width: 70px;
    transform: translateY(-50%) rotate(64deg);
  }

  .p-com_key-visual__image {
    margin-bottom: 75px;
  }

  .p-com_key-visual__images {
    margin-bottom: 20px;
  }

  .p-com_key-bottom {
    bottom: -10%;
  }
}

@media (max-width: 600px) {
  .comparison-table {
    font-size: 18px;
  }

  .comparison-table th {
    padding-right: 10px;
  }

  .col-header::before {
    font-size: 18px;
  }
}

@media screen and (max-width: 498px) {
  .sec-title p {
    font-size: 1.4rem;
  }

  .p-com_lineup__about {
    max-width: initial;
    margin: 25px auto 0;
  }

  .p-com_lineup__about img {
    width: 90%;
    margin: auto;
  }

  .p-com_comparison_intro {
    margin-bottom: 5px;
    font-size: 3.2rem;
  }

  .p-com_comparison_title {
    padding: 0 15px;
    font-size: 2.4rem;
  }

  .p-com_comparison_title-num {
    font-size: 2.8rem;
  }

  .table-container {
    max-width: inherit;
    margin: 20px auto 70px;
    padding-top: 100px;
  }

  .table-container_features {
    left: 15px;
    width: 150px;
  }

  .p-com_benefit-inner {
    padding: 0 15px;
  }

  .p-com_benefit-intro {
    font-size: 2.2rem;
  }

  .p-com_benefit-title {
    font-size: 3.4rem;
  }
.product-cell img {
    max-width: 100px;
}
  .frame-inner {
    padding: 30px 20px;
  }
.circle {
    width: 140px;
    height: 140px;
    font-size: 16px;
}
  .check-list li {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .p-com_solution-inner {
    padding: 50px 15px 0;
  }

  .p-com_solution-intro {
    font-size: 2.4rem;
  }

  .p-com_solution-title {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }

  .p-com_solution-benefit {
    width: 135px;
    margin-left: 0;
  }

  .p-com_solution-question {
    width: initial;
    font-size: 16px;
  }

  .p-com_solution-img {
    width: 80%;
    margin: 25px auto;
  }

  .p-com_solution__conclusion {
    font-size: 1.8rem;
  }

.p-com_solution__conclusion .conclusion {
    margin-top: 5px;
    font-size: 3.4rem;
}

  .p-com_images__title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
.p-com_images__marquee img {
    height: 50px;
}
  .p-com_images__intro {
    font-size: 2rem;
  }

  .p-com_images__img {
    margin-bottom: 20px;
  }

  .p-com_images__item-list-inner {
    padding: 65px 5% 25px;
  }

.p-com_images__item-list-dis {
    margin: 35px 0 25px;
    font-size: 1.6rem;
}
  .p-com_images__item-list-catch-copy {
    font-size: 2.8rem;
  }

  .p-com_images__item-list-name {
    font-size: 2rem;
  }

  .p-com_images__item-list-detail {
    font-size: 1.6rem;
  }

  .p-com_images__item-list-link a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 458px) {
  .p-com_header {
    margin-bottom: 10px;
    padding: 25px 15px;
    font-size: 2.4rem;
    line-height: 155%;
  }

  .p-com_key-visual {
    margin-bottom: 15px;
  }

  .p-com_blocks {
    top: -25px;
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  .p-com_blocks.left {
    left: 55px;
  }

  .p-com_blocks.right {
    right: 5px;
  }

  .p-com_key-visual__image {
    margin-bottom: 0;
  }

  .p-com_lead__dis {
    font-size: 2rem;
  }

  .p-com_lead__title {
   font-size: 4rem;
  }

  .p-com_lead__dis-little {
            font-size: 3.4rem;
  }

  .p-com_lead__link {
    width: 80%;
    padding: 15px 50px 15px 30px;
    text-align: start;
  }

  .p-com_lead__link::after {
    right: 25px;
    font-size: 30px;
  }

  .p-com_pb-question {
    padding: 35px 0;
  }

  .p-com_pb-question-title {
    font-size: 2.2rem;
  }

  .p-com_pb-question-contents {
    padding: 50px 0 0;
  }

  .p-com_pb-question-blocks {
    width: 115px;
    height: 115px;
    font-size: 13px;
  }

  .p-com_pb-question-img {
    top: -10px;
    width: 30px;
  }

  .p-com_pb-question-conclusion {
    font-size: 2.2rem;
  }

  .p-com_pb-question-conclusion p span {
    font-size:2.4rem;
  }

  .p-com_lineup-title {
    margin-bottom: 35px;
    font-size: 2rem;
  }

.p-com_lineup__name {
    padding: 7px 15px 0;
    font-size: 2.6rem;
}

  .p-com_lineup-dis {
    padding: 0 15px;
    font-size: 1.6rem;
  }

  .p-com_lineup-lineup {
    font-size: 3.4rem;
  }

  .p-com_lineup-item-list {
    flex-direction: column;
  }

  .p-com_lineup-item-list li {
    width: 100%;
    margin-bottom: 50px;
  }

  .img-product-name {
    height: initial;
    font-size: 24px;
  }

  .img-product-link {
    margin: 10px auto 0;
    font-size: 21px;
  }

  .p-com_lineup__item {
    position: relative;
  }

  .p-com_lineup__blocks {
    margin: 50px auto 30px;
  }

  .p-com_lineup__feature {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 15px;
  }

  .p-com_lineup__feature-title {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 2.4rem;
    line-height: 145%;
  }

  .p-com_lineup__feature-text {
    padding: 10px;
    background: #ffffff4f;
    font-size: 16px;
  }

  .p-com_lineup__img {
    position: absolute;
    right: -15px;
    z-index: 1;
    width: 215px;
  }

.p-com_lineup__balloon {
    top: 0px;
    left: 20px;
    width: 65px;
    height: 65px;
    font-size: 16px;
    line-height: 115%;
}

  .p-com_lineup__logo {
    top: 110px;
  }

  .p-com_lineup__logo img {
    width: 40px;
  }

  .p-com_lineup__item.reverse .p-com_lineup__feature {
    margin-left: 25%;
  }

  .p-com_lineup__item.reverse .p-com_lineup__img {
    right: initial;
    left: 0;
  }

  .p-com_lineup__item.reverse .p-com_lineup__balloon {
    top: -5px;
    left: 80px;
  }

  .p-com_lineup__conclusion {
    margin-right: 10px;
    font-size: 16px;
  }
}