/* TOPのみに適用するユニーククラス */
/* top固有 */
body.top .el_heading-l .el_heading-l__small{
  font-size: var(--h2-m);
}
/* FV */
.ly_fv{
  padding-top: 120px;
  overflow: hidden;
}
.ly_fv__inner{
  width: 100%;
}
.m_fv__heading{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  font-size: var(--h1-m);
  line-height: var(--line-height-s);
  margin-bottom: 30px;
}
.m_fv{
  position: relative;
}
.m_fv__heading-em{
  font-size: 56px;
  color: var(--primary-700);
}
.m_fv__heading-large{
  font-size: 56px;
}
.m_fv__heading-small{
  font-size: 30px;
  font-weight: normal;
}
.m_fv__heading-br{
  display: block;
  margin-bottom: 10px;
}
.m_fv__heading-sub {
  position: relative;
  font-size: var(--fz-l);
  display: inline-block;
  margin-bottom: 15px;
  line-height: var(--line-height-l);
}
.m_fv__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_fv__main{
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.m_fv__main-logo{
  margin-bottom: 50px;
  margin-inline: auto;
}
.m_fv-record{
  margin-bottom: 30px;
}
.m_fv-record__copy{
  font-size: 24px;
}
.m_fv-record__copy-em{
  font-size: 25px;
  font-weight: bold;
}
.m_fv-record__copy--txspace{
  letter-spacing: 1.4px;
}
.m_fv-record__no1{
  font-size: 120px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  color: var(--primary-700);
  line-height: 1;
}
.m_fv__sub{
  position: relative;
  max-width: 700px;
  width: 100%;
}
.m_fv__sub.m_fv__sub--sp{
  display: none;
}
.m_fv__sub-image{
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.m_fv__sub-movie{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 3% 12% 0%;
}
.m_fv__sub-movie video{
  width: 100%;
  height: 100%;
}
.m_fv__sub-small{
  line-height: 1;
}
.m_fv__sub-small small{
  font-size: 10px;
}
.m_fv__sub-small.m_fv__sub-small--sp{
  display: none;
}
.m_fv__image-left{
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 189px;
}
.m_fv__image-right{
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 125px;
}
.m_fv__image-left.m_fv__image-left--sp,.m_fv__image-right.m_fv__image-right--sp{
  display: none;
}
/* 累計導入社数 */
.ly_achievement{
  padding-top: 50px;
}
.ly_achievement__inner{
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
.m_achievement{
  display: flex;
  justify-content: space-between;
}
.m_achievement__company{
  max-width: 700px;
  width: 100%;
}
.m_achievement__record{
  max-width: 380px;
  width: 100%;
}
.m_achievement__record p{
  font-size: 16px;
  line-height: 1.5;
}
.m_achievement__record .m_achievement__text-strong{
  font-size: 117px;
  font-weight: bold;
  color: var(--primary-700);
  line-height: 1;
  letter-spacing: -0.05em;
}
.m_achievement__record .m_achievement__text-large{
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.m_achievement__record .m_achievement__text-middle{
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2;
}
.m_achievement__record-flex{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 0 20px;
}
/* 連携可能モール・受注・在庫管理システム一覧 */
.relation-system__wrap{
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}
.relation-system__list{
  display: grid;
  grid-template-columns: repeat(auto-fit, 112px);
  gap: 20px 10px;
}
/* LP用の効果項目追加 */
.m_case__effect {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 0 60px;
  padding: 30px 25px;
  border: 3px solid var(--gray-line-300);
  border-radius: 10px;
}
.m_case__effect-content {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0 20px;
}
.m_case__effect-content:first-of-type {
  position: relative;
}
.m_case__effect-content:first-of-type:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 140px;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/lpl/asset_cti03/image/icon_arrow-large.svg) no-repeat no-repeat center center;
}
.m_case__effect-before-headline,
.m_case__effect-after-headline {
  font-size: 16px;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_case__effect-after-headline {
  background-color: var(--emphases-200);
  color: var(--primary-700);
}
.m_case__effect-before-headline {
  background-color: var(--gray-bg-100);
  color: var(--gray-font-line-500);
}
.m_case__effect-before-headline em,
.m_case__effect-after-headline em {
  font-size: 28px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
}
.m_case__effect-before-text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.m_case__effect-after-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-700);
  margin-bottom: 25px;
}
.m_case__effect .el_checklist__item {
  padding-left: 30px;
  margin-bottom: 12px;
  word-break: auto-phrase;
}
.m_case__effect .el_checklist__item:last-child {
  margin-bottom: 0;
}
.m_case__effect .el_checklist__item:before {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  /* FV */
  .ly_fv{
    padding-top: 50px;
  }
  .ly_fv__inner{
    padding-top: 30px;
  }
  .m_fv__heading{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .m_fv__heading em{
    font-size: 40px;
  }
  .m_fv__heading-small{
    font-size: 20px;
  }
  .m_fv__content{
    display: block;
  }
  .m_fv__main,.m_fv__sub{
    max-width: 100%;
  }
  .m_fv__main{
    margin-bottom: 0;
  }
  .m_fv__sub-image{
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .m_fv__sub.m_fv__sub--pc{
    display: none;
  }
  .m_fv__sub.m_fv__sub--sp{
    display: block;
    margin-bottom: 20px;
  }
  .m_fv__sub-movie{
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 10px 36px;
  }
  .m_fv__sub-small.m_fv__sub-small--sp{
    display: block;
  }
  .m_fv-record{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    margin-bottom: 20px;
  }
  .m_fv__main-logo{
    margin: 0 auto 20px;
  }
  .m_fv-record__copy{
    font-size: 12px;
  }
  .m_fv-record__copy--txspace{
    letter-spacing: initial;
  }
  .m_fv-record__copy-em{
    font-size: 13px;
  }
  .m_fv-record__no1{
    font-size: 70px;
  }
  .m_fv__image-left{
    left: -30px;
    bottom: 0;
    width: 50px;
  }
  .m_fv__image-right{
    right: -32px;
    bottom: 0;
    width: 32px;
  }
  .m_fv__image-left.m_fv__image-left--pc,.m_fv__image-right.m_fv__image-right--pc{
    display: none;
  }
  .m_fv__image-left.m_fv__image-left--sp,.m_fv__image-right.m_fv__image-right--sp{
    display: block;
  }

  /* 導入実績 */
  .ly_achievement__inner{
    padding: 0 20px;
  }
  .m_achievement{
    display: block;
  }
  .m_achievement__record{
    margin-top: 20px;
    margin-inline: auto;
  }
  .m_achievement__record p:first-of-type{
    text-align: center;
  }
  .m_achievement__record-flex{
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .m_achievement__record .m_achievement__text-strong{
    font-size: 80px;
    line-height: 1;
  }
  .m_achievement__record .m_achievement__text-large{
    font-size: 28px;
  }
  .m_achievement__record .m_achievement__text-middle{
    font-size: 26px;
  }
  .m_achievement__record p{
    font-size: 14px;
  }
  /* 連携可能モール・受注・在庫管理システム一覧 */
  .relation-system__wrap{
    padding: 20px;
  }
  .relation-system__list{
    grid-template-columns: repeat(auto-fit, 90px);
    place-content: center;
  }
  /* LP用の効果項目追加 */
  .m_case__effect {
    grid-template-columns: 1fr;
    padding: 20px 20px;
    margin-bottom: 0;
    gap: 80px 0;
  }
  .m_case__effect-before-headline,
  .m_case__effect-after-headline {
    width: 100%;
    height: auto;
    font-size: 16px;
    flex-direction: initial;
    align-items: baseline;
    gap: 0 2px;
    line-height: 1;
    padding: 12px 0;
    margin-bottom: 20px;
  }
  .m_case__effect-before-headline em,
  .m_case__effect-after-headline em {
    font-size: 20px;
  }
  .m_case__effect-content {
    grid-template-columns: 1fr;
  }
  .m_case__effect-content:first-of-type:after {
    top: initial;
    right: initial;
    left: 50%;
    bottom: -52px;
    transform: translate(-50%);
    width: 140px;
    height: 32px;
    background: url(/lpl/asset_cti02/image/icon_arrow-large-bottom.svg) no-repeat no-repeat center center;
  }
  .m_case__effect-before-text h4,
  .m_case__effect-after-text h4 {
    font-size: 18px;
  }
  .m_case__effect .el_checklist__item {
    margin-bottom: 10px;
  }
  .m_case__effect .el_checklist__item:last-child {
    margin-bottom: 0;
  }
  .m_case__effect .el_checklist__item:before {
    top: 0;
    transform: initial;
  }
}