@charset "UTF-8";
/* ここからcopy */
#yda_lp_ld202511 {
  color: #111111;
  margin: calc(6.6rem + 3.97rem) auto 0;
}
#yda_lp_ld202511 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#yda_lp_ld202511 .flexC {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#yda_lp_ld202511 .only-pc {
  display: block;
}
#yda_lp_ld202511 .only-sp {
  display: none;
}
#yda_lp_ld202511 #contents-menu {
  transform: translateX(15.4rem);
  transition: 0.5s;
  position: fixed;
  top: 37%;
  right: 0;
  width: 15.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border: 2px solid #333364;
  border-radius: 9px 0 0 9px;
  padding: 2.7rem 2.4rem 7.4rem 2.4rem;
  z-index: 20;
}
#yda_lp_ld202511 #contents-menu.active {
  transform: translateX(0);
}
#yda_lp_ld202511 #contents-menu h3 {
  font-size: 1.2rem;
  letter-spacing: 0.033em;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  color: #333364;
  background-color: #E7E5ED;
  border-radius: 2.2rem;
  padding: 0.2rem 1.5rem;
  border: 1.5px solid #333364;
  width: 100%;
  text-align: center;
}
#yda_lp_ld202511 #contents-menu ul {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem 0;
  margin: 1.2rem 0 0;
  letter-spacing: 0.05em;
}
#yda_lp_ld202511 #contents-menu ul li {
  width: 100%;
}
#yda_lp_ld202511 #contents-menu ul li a {
  color: #00003E;
  transition: 0.25s;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#yda_lp_ld202511 #contents-menu ul li.active a {
  color: #FF0033;
}
#yda_lp_ld202511 #contents-menu .btn {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #00003E;
  position: relative;
  height: 4.8rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.5px solid #00003E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3rem 0 0;
  letter-spacing: 0.1em;
}
#yda_lp_ld202511 #contents-menu .btn::before, #yda_lp_ld202511 #contents-menu .btn::after {
  content: "";
  width: 1.2rem;
  height: 2px;
  background-color: #00003E;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 4rem;
  margin: auto;
}
#yda_lp_ld202511 #contents-menu .btn::before {
  transform: rotate(45deg);
}
#yda_lp_ld202511 #contents-menu .btn::after {
  transform: rotate(-45deg);
}
#yda_lp_ld202511 #contents-menu .btn:hover {
  cursor: pointer;
}
#yda_lp_ld202511 .ctaWrap {
  margin: 8rem 0 0;
}
#yda_lp_ld202511 .ctaWrap .section {
  background-color: #00003E !important;
  border-radius: 1rem;
}
#yda_lp_ld202511 .ctaWrap .section a {
  width: 100%;
  display: inline-block;
  padding: 5.75rem 0;
}
#yda_lp_ld202511 .ctaWrap .section a .block {
  width: 81.666%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 3rem;
}
#yda_lp_ld202511 .ctaWrap .section a .block h3 {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 4.9rem;
  letter-spacing: 0.065em;
  color: #FFFFFF;
}
#yda_lp_ld202511 .ctaWrap .section a .block h3 span {
  display: inline-block;
}
#yda_lp_ld202511 .ctaWrap .section a .block h3 span.left {
  margin: 0 0 0 -1rem;
}
#yda_lp_ld202511 .ctaWrap .section a .block h3 span.right {
  margin: 0 -1rem 0 0;
}
#yda_lp_ld202511 .ctaWrap .section a .block .btn {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #00003E;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.03em;
  width: 41.1rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 3.8rem;
  transition: 0.25s;
}
#yda_lp_ld202511 .ctaWrap .section a:hover {
  text-decoration: none;
}
#yda_lp_ld202511 .ctaWrap .section a:hover .block .btn {
  background-color: #00003E;
  color: #FFFFFF;
}
#yda_lp_ld202511 section {
  position: relative;
  padding: 8.9rem 0 8rem;
}
#yda_lp_ld202511 section .section {
  width: 83.333%;
  max-width: 120rem;
  margin: 0 auto;
}
#yda_lp_ld202511 section .section .Header {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#yda_lp_ld202511 section .section .Header span {
  color: #FF0033;
  font-size: 2rem;
  display: inline-block;
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.055em;
}
#yda_lp_ld202511 section .section .Header h2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.055em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#yda_lp_ld202511 section .section .Header h2::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #FF0033;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1.6rem 0 0;
}
#yda_lp_ld202511 section .section .Header p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin: 2.35rem auto 0;
}
#yda_lp_ld202511 section .section .contents {
  padding: 0;
  margin: 4.4rem 0 0;
}
#yda_lp_ld202511 section#kv {
  padding: 0;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc {
  position: relative;
  z-index: 1;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath {
  max-width: 100%;
  padding: 0;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list {
  font-size: 1.2rem;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  top: -1.5rem;
  padding: 0;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li {
  position: relative;
  padding: 0 2.34rem 0 0;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li a {
  color: #333333;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li span {
  color: #333333;
  font-weight: 700;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li::before {
  display: none;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li::after {
  content: "";
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  display: inline-block;
  height: 0.4rem;
  right: 1rem;
  position: absolute;
  top: 0.7rem;
  transform: rotate(45deg);
  width: 0.4rem;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
}
#yda_lp_ld202511 section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child::after {
  display: none;
}
#yda_lp_ld202511 section#kv .section .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder {
  width: 41.83%;
  aspect-ratio: 502/602;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .titleArea p {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  margin: 5.8% 0 0;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea {
  width: 32rem;
  margin: 11% auto 0 -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea .btn {
  width: 100%;
  height: 6.8rem;
  border-radius: 3.8rem;
  border: 3px solid #FFFFFF;
  background-color: #FF0033;
  color: #FFFFFF;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 4.1rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.25s;
  box-shadow: 0 1px 4rem 0 rgba(255, 0, 51, 0.15);
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea .btn:hover {
  background-color: #FFFFFF;
  color: #FF0033;
  border: 3px solid #FF0033;
  text-decoration: none;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea .textlink {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  color: #111111;
  text-align: center;
  margin: 1.97rem 0 0;
}
#yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea .textlink::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/arrow_orange.svg");
  background-size: contain;
  display: inline-block;
  width: 0.5rem;
  height: 0.9rem;
  margin: 0 0 0.2rem 1rem;
}
#yda_lp_ld202511 section#kv .section .contents .imgHolder {
  width: 46.94vw;
  max-width: 70rem;
  aspect-ratio: 676/605;
  position: absolute;
  top: 0;
  right: -8rem;
}
#yda_lp_ld202511 section#kv .section .newsList {
  margin: 3.5rem auto 0;
  min-height: 0;
  background-color: #F7F7F7;
  padding: 0.7rem 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#yda_lp_ld202511 section#kv .section .newsList .cat {
  background-color: #00003E;
  border-radius: 0.4rem;
  padding: 0.4rem 1.3rem;
  margin: 0 2.5rem 0 0;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.7rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
#yda_lp_ld202511 section#kv .section .newsList span {
  color: #F77910;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.06em;
  margin: 0 0.9em 0 0;
  display: none;
}
#yda_lp_ld202511 section#kv .section .newsList p {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.06em;
}
#yda_lp_ld202511 section#kv .section .newsList.new span {
  display: inline-block;
}
#yda_lp_ld202511 section#about {
  margin: 1.1rem auto 2rem;
}
#yda_lp_ld202511 section#about .section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yda_lp_ld202511 section#about .section .textHolder {
  width: 48.58%;
}
#yda_lp_ld202511 section#about .section .textHolder .Header h2::before {
  display: none;
}
#yda_lp_ld202511 section#about .section .textHolder p.textArea {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin: 2.25rem 0 0 0;
}
#yda_lp_ld202511 section#about .section .imgHolder {
  width: 47.333%;
  aspect-ratio: 568/362;
}
#yda_lp_ld202511 section#features {
  background-color: #F7F7F7;
}
#yda_lp_ld202511 section#features .section .contents {
  background-color: #FFFFFF;
  border-radius: 2.4rem;
  position: relative;
}
#yda_lp_ld202511 section#features .section .contents .titleArea {
  width: 81.666%;
}
#yda_lp_ld202511 section#features .section .contents .titleArea .sub {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.055em;
  line-height: 3rem;
  color: #FF0033;
}
#yda_lp_ld202511 section#features .section .contents .titleArea h3 {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  letter-spacing: 0.01em;
  line-height: 4.9rem;
  margin: 1rem 0 2rem;
}
#yda_lp_ld202511 section#features .section .contents .titleArea p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
}
#yda_lp_ld202511 section#features .section .contents:nth-child(1) .titleArea .sub span:before {
  content: "00";
  display: inline-block;
  margin: 0 2.2rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents:nth-child(2) .titleArea .sub span:before {
  content: "01";
  display: inline-block;
  margin: 0 2.2rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents:nth-child(3) .titleArea .sub span:before {
  content: "02";
  display: inline-block;
  margin: 0 2.2rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents.__con01 {
  padding: 5.45rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents.__con01::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/features01_bg.svg");
  width: 13.442rem;
  height: 13.195rem;
  background-size: 100% 100%;
  position: absolute;
  top: 3.34rem;
  right: 4.74rem;
}
#yda_lp_ld202511 section#features .section .contents.__con01 .titleArea {
  margin: 0 auto 5rem;
}
#yda_lp_ld202511 section#features .section .contents.__con01 .Holder.loopHolder {
  width: 100%;
  height: 39.5rem;
  position: relative;
  overflow: hidden;
  margin: 5rem 0 0;
  border-radius: 0 0 2.4rem 2.4rem;
}
#yda_lp_ld202511 section#features .section .contents.__con01 .Holder .loop_wrap {
  display: flex;
  aspect-ratio: 2852/541;
  height: 58.6rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  border-radius: 0 0 1rem 1rem;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#yda_lp_ld202511 section#features .section .contents.__con01 .Holder .loop_wrap img {
  width: auto;
  height: 100%;
}
#yda_lp_ld202511 section#features .section .contents.__con01 .Holder .loop_wrap img:nth-child(1) {
  animation: loop 80s -40s linear infinite;
}
#yda_lp_ld202511 section#features .section .contents.__con01 .Holder .loop_wrap img:nth-child(2) {
  animation: loop2 80s linear infinite;
}
#yda_lp_ld202511 section#features .section .contents.__con02 {
  padding: 5.45rem 0 5.35rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/features02_bg.svg");
  width: 14.536rem;
  height: 14.536rem;
  background-size: 100% 100%;
  position: absolute;
  top: 3.55rem;
  right: 5rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .titleArea {
  margin: 0 auto 7rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder {
  width: 81.666%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: unset;
  gap: 1.4rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block {
  width: calc((100% - 1.4rem) / 2);
  background-color: #F2F4F8;
  padding: 2.9rem 4.8rem 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  border-radius: 0.7rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block h4 {
  width: 100%;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 4.9rem;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  margin: 0 auto 2rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111111;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block p {
  width: 63.73%;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.065em;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block p span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.9rem;
  margin: 1.3rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block img {
  position: absolute;
  top: 9.75rem;
  right: 4.8rem;
  max-width: calc(100% - (63.73% + 11%));
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block.dad_only::before {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/features02_point.svg");
  aspect-ratio: 191/43;
  width: 19.1rem;
  position: absolute;
  top: -1.75rem;
  left: -0.87rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(3) img {
  top: 9rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(4) img {
  top: 10.25rem;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .linkArea {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto 0;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .linkArea .textlink {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  color: #111111;
  text-align: center;
  margin: 1.97rem 0 0;
}
#yda_lp_ld202511 section#features .section .contents.__con02 .Holder .linkArea .textlink::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/arrow_orange.svg");
  background-size: contain;
  display: inline-block;
  width: 0.5rem;
  height: 0.9rem;
  margin: 0 0 0.2rem 1rem;
}
#yda_lp_ld202511 section#comparison {
  padding: 8.9rem 0 0;
}
#yda_lp_ld202511 section#comparison .section .contents .table {
  position: relative;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi .inblock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #D3D3D3;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi .inblock:nth-child(1) {
  height: 30rem;
  align-content: flex-start;
  padding: 3rem 0 0;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi .inblock:nth-child(2) {
  height: 11.5rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi .inblock:nth-child(3) {
  height: 14.1rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .midashi .inblock:nth-child(4) {
  height: 11.5rem;
  border: none;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block {
  width: 41.6%;
  border-radius: 0.6rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block h3 {
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  border-radius: 0.4rem;
  margin: 0 0 1.1rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details {
  border-radius: 0.6rem;
  padding: 0 10%;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  position: relative;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock .tag {
  display: none;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.065em;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) {
  height: 30rem;
  align-content: flex-start;
  padding: 3rem 0 0;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) h4 {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-weight: 900;
  font-size: 2.55rem;
  line-height: 3.9rem;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) p {
  width: 70%;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) img {
  position: absolute;
  top: 0;
  right: -7.4rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) {
  height: 11.5rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) h4 {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.065em;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) {
  height: 14.1rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) {
  height: 11.5rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) p, #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) p {
  font-size: 1.6rem;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(1) {
  margin: 0 2.4rem 0 0;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(1) h3 {
  background-color: #FF0033;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(1) .details {
  background-color: #F2F4F8;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(1) .details .inblock:nth-child(1) h4 {
  color: #FF0033;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(1) .details .inblock:nth-child(1) img {
  max-width: 46%;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(2) h3 {
  background-color: #111111;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(2) .details {
  background-color: #F7F7F7;
}
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(2) .details .inblock:nth-child(1) img {
  max-width: 46%;
}
#yda_lp_ld202511 section#payment {
  padding: 8.9rem 0 0;
}
#yda_lp_ld202511 section#payment .section .contents .Holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: unset;
  gap: 2.4rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block {
  width: calc((100% - 2.4rem * 2) / 3);
  padding: 4rem 4rem 5rem;
  background-color: #F7F7F7;
  border-radius: 1rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block h3 {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  min-height: 6.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: unset;
  margin: 0 0 0.8rem;
  position: relative;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block h3::before {
  content: "";
  background-size: contain;
  margin: 0 1.2rem 0 0;
  background-repeat: no-repeat;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block .textarea p {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.4rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block .textarea p:last-child {
  margin: 0;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) {
  width: 100%;
  position: relative;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) h3::before {
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/icon_click.svg");
  width: 1.8rem;
  height: 2.1rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) .textarea {
  width: calc(100% - 41%);
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) img {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 35%;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(2) h3::before {
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/icon_movie.svg");
  width: 2.6rem;
  height: 1.8rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(3) h3::before {
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/icon_view.svg");
  width: 3.2rem;
  height: 1.9rem;
}
#yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(4) h3::before {
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/icon_click.svg");
  width: 1.8rem;
  height: 2.1rem;
}
#yda_lp_ld202511 section#budget {
  padding: 8.9rem 0 0;
}
#yda_lp_ld202511 section#budget .section .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
#yda_lp_ld202511 section#budget .section .contents picture {
  width: calc((100% - 3rem * 3) / 4);
}
#yda_lp_ld202511 section#support .section .contents {
  background-color: #F2F4F8;
  border-radius: 0.6rem;
  padding: 5.2rem 0;
}
#yda_lp_ld202511 section#support .section .contents h3 {
  width: 81.666%;
  margin: 0 auto;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 2.85rem;
  line-height: 4.9rem;
  letter-spacing: 0.03em;
}
#yda_lp_ld202511 section#support .section .contents h3 span {
  color: #FF0033;
}
#yda_lp_ld202511 section#support .section .contents .Holder {
  width: 81.666%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem auto 0;
}
#yda_lp_ld202511 section#support .section .contents .Holder picture {
  position: relative;
  width: 52%;
}
#yda_lp_ld202511 section#support .section .contents .Holder picture img {
  width: 100%;
}
#yda_lp_ld202511 section#support .section .contents .Holder picture::before {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/arrow.svg");
  width: 1.8rem;
  height: 2.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.65rem;
  margin: auto;
}
#yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(1), #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(3) {
  width: 20%;
}
#yda_lp_ld202511 section#support .section .contents .Holder picture:last-child::before {
  display: none;
}
#yda_lp_ld202511 section#support .section .contents .linkArea {
  width: 100%;
  text-align: center;
  margin: 3.9rem auto 0;
}
#yda_lp_ld202511 section#support .section .contents .linkArea .textlink {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.065em;
  color: #111111;
  text-align: center;
  margin: 1.97rem 0 0;
}
#yda_lp_ld202511 section#support .section .contents .linkArea .textlink::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/arrow_orange.svg");
  background-size: contain;
  display: inline-block;
  width: 0.5rem;
  height: 0.9rem;
  margin: 0 0 0.2rem 1rem;
}
#yda_lp_ld202511 section#flow {
  background-color: #F2F4F8;
}
#yda_lp_ld202511 section#flow .section .contents .Holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block {
  width: calc((100% - 4.4rem * 2) / 3);
  position: relative;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block::after {
  content: "";
  background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/arrow.svg");
  width: 1.8rem;
  height: 2.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.15rem;
  margin: auto;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block .num {
  position: absolute;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block h3 {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 5.4rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  border-radius: 0.7rem;
  box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.03);
  position: relative;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block img {
  margin: 3rem auto 2.3rem;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block p {
  width: 30rem;
  margin: 0 auto;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block p a {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  color: #003E9A;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block p span {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  color: #FF0033;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block:nth-child(1) h3::before {
  content: "01";
  position: absolute;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 4.5rem;
  letter-spacing: 0.02em;
  color: #FF0033;
  top: -1.75rem;
  left: -1.25rem;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block:nth-child(2) h3::before {
  content: "02";
  position: absolute;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 4.5rem;
  letter-spacing: 0.02em;
  color: #FF0033;
  top: -1.75rem;
  left: -1.25rem;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block:nth-child(3) h3::before {
  content: "03";
  position: absolute;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 4.5rem;
  letter-spacing: 0.02em;
  color: #FF0033;
  top: -1.75rem;
  left: -1.25rem;
}
#yda_lp_ld202511 section#flow .section .contents .Holder .block:last-child::after {
  display: none;
}
#yda_lp_ld202511 section#usecase {
  background-color: #F2F4F8;
  padding: 0 0 8rem;
}
#yda_lp_ld202511 section#usecase .section .contents {
  background-color: #FFFFFF;
  border-radius: 1.9rem;
  padding: 4rem;
}
#yda_lp_ld202511 section#usecase .section .contents .Holder {
  max-width: 980px;
  margin: 0 auto;
}
#yda_lp_ld202511 section#usecase .section .contents .Holder .swiper-wrapper {
  height: auto;
}
#yda_lp_ld202511 section#usecase .ctaWrap {
  width: 90%;
  margin: 8rem auto 0;
}
#yda_lp_ld202511 section#pageback {
  background-color: #F2F4F8;
  margin: -8.9rem 0 0;
}
#yda_lp_ld202511 section#pageback .section a {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  padding-block: 1.3rem 1.2rem;
  padding-inline: 2.9rem 6rem;
}

@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone {
    display: none;
  }

  #yda_lp_ld202511 {
    margin: calc(-3.5rem + 6.6rem + 3.4rem) auto 0;
  }
  #yda_lp_ld202511 .only-pc {
    display: none;
  }
  #yda_lp_ld202511 .only-sp {
    display: block;
  }
  #yda_lp_ld202511 #contents-menu {
    opacity: 0;
    top: auto;
    bottom: 20%;
  }
  #yda_lp_ld202511 #spMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.9rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 30;
    transform: translateY(5.9rem);
    transition: 0.5s;
  }
  #yda_lp_ld202511 #spMenu .leftMenu {
    width: calc(100% - 7.3rem);
  }
  #yda_lp_ld202511 #spMenu .leftMenu .btn {
    height: 4.7rem;
    width: calc(100% - .5rem * 2);
    margin: 0 0.5rem;
    border-radius: 2.4rem;
    background-color: #FF0033;
    color: #FFFFFF;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #yda_lp_ld202511 #spMenu .rightMenu {
    width: 7.3rem;
    height: 100%;
    background-color: #E4E8F0;
  }
  #yda_lp_ld202511 #spMenu .rightMenu .btn {
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/sp_contents_menu.svg");
    width: 100%;
    height: 100%;
    background-size: 71.23%;
    background-repeat: no-repeat;
    background-position: center 1.2rem;
  }
  #yda_lp_ld202511 .ctaWrap {
    margin: 5rem 0 0;
  }
  #yda_lp_ld202511 .ctaWrap .section a {
    padding: 7.2rem 2.7rem;
    justify-content: center;
  }
  #yda_lp_ld202511 .ctaWrap .section a .block {
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  #yda_lp_ld202511 .ctaWrap .section a .block h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.03em;
    text-align: center;
  }
  #yda_lp_ld202511 .ctaWrap .section a .block .btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.03em;
    width: 100%;
    aspect-ratio: 212/25;
    margin: 3.4rem auto 0;
  }
  #yda_lp_ld202511 section {
    padding: 5rem 0;
  }
  #yda_lp_ld202511 section .section {
    width: 100%;
  }
  #yda_lp_ld202511 section .section .Header span {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section .section .Header h2 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section .section .Header p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.03em;
    margin: 0.8rem auto 0;
  }
  #yda_lp_ld202511 section .section .contents {
    margin: 2.3rem 0 0;
  }
  #yda_lp_ld202511 section#kv .section {
    width: 100%;
  }
  #yda_lp_ld202511 section#kv .section ul.bnList {
    display: none;
  }
  #yda_lp_ld202511 section#kv .section .contents .textHolder {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 4rem auto 0;
    order: 2;
    aspect-ratio: unset;
  }
  #yda_lp_ld202511 section#kv .section .contents .textHolder .titleArea h1 {
    text-align: center;
  }
  #yda_lp_ld202511 section#kv .section .contents .textHolder .titleArea h1 img {
    width: 84.17%;
  }
  #yda_lp_ld202511 section#kv .section .contents .textHolder .titleArea p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.03em;
    margin: 2.4rem auto 0;
  }
  #yda_lp_ld202511 section#kv .section .contents .textHolder .linkArea {
    margin: 2.7rem auto 0;
  }
  #yda_lp_ld202511 section#kv .section .contents .imgHolder {
    position: unset;
    order: 1;
    width: 100vw;
    max-width: 100%;
    aspect-ratio: 375/265;
  }
  #yda_lp_ld202511 section#kv .section .contents .imgHolder img {
    width: 100%;
  }
  #yda_lp_ld202511 section#kv .section .newsList {
    display: none;
  }
  #yda_lp_ld202511 section#about {
    margin: 1rem auto 0;
  }
  #yda_lp_ld202511 section#about .section .Header h2 {
    font-size: 2.4rem;
    line-height: 3.8rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#about .section .textHolder {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#about .section .textHolder p.textArea {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#about .section .imgHolder {
    width: calc(355 / 375 * 100%);
    margin: 4rem auto 0;
  }
  #yda_lp_ld202511 section#about .section .imgHolder img {
    width: 100%;
  }
  #yda_lp_ld202511 section#features .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#features .section .contents {
    padding: 3rem 0;
    border-radius: 0.6rem;
  }
  #yda_lp_ld202511 section#features .section .contents::after {
    display: none;
  }
  #yda_lp_ld202511 section#features .section .contents .titleArea {
    width: 88.059%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #yda_lp_ld202511 section#features .section .contents .titleArea .sub {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.055em;
  }
  #yda_lp_ld202511 section#features .section .contents .titleArea h3 {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#features .section .contents .titleArea p {
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#features .section .contents.__con01 {
    padding: 3rem 0 1rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con01 .Holder.loopHolder {
    height: 26rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con01 .Holder .loop_wrap {
    height: 26rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 {
    padding: 3rem 0;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .titleArea {
    margin: 0 auto 4.2rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder {
    padding: 0;
    width: 88.059%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block {
    width: 100%;
    padding: 2rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.03em;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 1rem;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block h4::after {
    display: none;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.065em;
    width: 100%;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block p span {
    line-height: 1.5rem;
    letter-spacing: 0.065em;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block img {
    display: none;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(1) h4::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-size: contain;
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/sp_features02_icon01.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0 0;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(2) h4::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-size: contain;
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/sp_features02_icon02.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0 0;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(3) h4::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-size: contain;
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/sp_features02_icon03.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0 0;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block:nth-child(4) h4::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-size: contain;
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/lp/ld202511/img/sp_features02_icon04.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0 0;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .block.dad_only:before {
    width: 14rem;
    background-size: 100% 100%;
  }
  #yda_lp_ld202511 section#features .section .contents.__con02 .Holder .linkArea {
    margin: 1.5rem auto 0;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  #yda_lp_ld202511 section#comparison {
    padding: 5rem 0 0;
  }
  #yda_lp_ld202511 section#comparison .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .midashi {
    display: none;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder {
    position: relative;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block {
    width: 100%;
    margin: 0 !important;
    pointer-events: none;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block h3 {
    width: 50%;
    border-radius: 0.9rem 0.9rem 0 0;
    font-size: 1.5rem;
    line-height: 3.4rem;
    letter-spacing: 0.03em;
    height: 4.1rem;
    opacity: 0.2;
    pointer-events: auto;
    margin: 0;
    transition: 0.25s;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block h3 span {
    display: none;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block h3.active {
    opacity: 1;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block h3:hover {
    cursor: pointer;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details {
    padding: 0 1rem;
    opacity: 0;
    transition: 0.25s;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock {
    border-bottom: 1px solid #cccccc;
    align-content: unset;
    display: inline-block;
    width: 100%;
    padding: 2rem;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock .tag {
    display: inline-block;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background-color: #000048;
    border-radius: 1.2rem;
    padding: 0.4rem 1.4rem 0.3rem;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock h4 {
    width: 100%;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.065em;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) {
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 59rem;
    height: auto;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) h4 {
    margin: 1rem 0;
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) p {
    width: 59%;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) picture {
    width: 40%;
    transform: translate(31%, 0);
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) picture img {
    width: 100%;
    max-width: 100% !important;
    transform: scale(1.5);
    position: unset;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) {
    height: 14.3rem;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) h4 {
    margin: 1rem 0 0;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) {
    height: 13.5rem;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) {
    height: 12.1rem;
    border-bottom: none;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) p, #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.065em;
    margin: 1rem 0 0;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(2) {
    position: absolute;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block:nth-child(2) h3 {
    margin: 0 0 0 auto;
  }
  #yda_lp_ld202511 section#comparison .section .contents .table .Holder .block.active h3,
#yda_lp_ld202511 section#comparison .section .contents .table .Holder .block.active .details {
    opacity: 1;
  }
  #yda_lp_ld202511 section#payment {
    padding: 5rem 0 0;
  }
  #yda_lp_ld202511 section#payment .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder {
    gap: 2.3rem;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block {
    width: 100%;
    padding: 2.8rem 2.4rem;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.055em;
    height: unset;
    margin: 0 0 1rem;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block .textarea {
    width: 100%;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block .textarea p {
    margin: 0;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) .textarea {
    width: 100%;
  }
  #yda_lp_ld202511 section#payment .section .contents .Holder .block:nth-child(1) img {
    position: unset;
    width: 100%;
    margin: 2rem 0 0;
  }
  #yda_lp_ld202511 section#budget {
    padding: 5rem 0 0;
  }
  #yda_lp_ld202511 section#budget .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#budget .section .contents {
    width: 100%;
    gap: 2rem 0;
  }
  #yda_lp_ld202511 section#budget .section .contents picture,
#yda_lp_ld202511 section#budget .section .contents img {
    width: 100%;
  }
  #yda_lp_ld202511 section#support .section {
    background-color: #F2F4F8;
    padding: 5rem 0;
  }
  #yda_lp_ld202511 section#support .section .Header {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#support .section .contents {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.3rem 0;
  }
  #yda_lp_ld202511 section#support .section .contents h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.055em;
    width: 100%;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder {
    width: 100%;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture img {
    width: 100%;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(1) {
    width: 45%;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(1)::before {
    transform: rotate(90deg);
    top: auto;
    bottom: -3rem;
    right: 0;
    left: 0;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(2) {
    width: 100%;
    order: 3;
    margin: 3.4rem 0 0;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(2)::before {
    transform: rotate(-90deg);
    top: -3rem;
    bottom: auto;
    right: -55%;
    left: 0;
  }
  #yda_lp_ld202511 section#support .section .contents .Holder picture:nth-child(3) {
    width: 45%;
  }
  #yda_lp_ld202511 section#support .ctaWrap .section {
    background-color: unset;
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #yda_lp_ld202511 section#flow {
    padding: 5rem 0;
  }
  #yda_lp_ld202511 section#flow .section {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#flow .section .contents {
    padding: 0 3rem;
  }
  #yda_lp_ld202511 section#flow .section .contents .Holder {
    gap: 6rem;
  }
  #yda_lp_ld202511 section#flow .section .contents .Holder .block {
    width: 100%;
  }
  #yda_lp_ld202511 section#flow .section .contents .Holder .block h3 {
    font-size: 1.5rem;
    line-height: 5.2rem;
    letter-spacing: 0.03em;
  }
  #yda_lp_ld202511 section#flow .section .contents .Holder .block img {
    margin: 1rem 0 1.6rem;
    width: 100%;
  }
  #yda_lp_ld202511 section#flow .section .contents .Holder .block::after {
    transform: rotate(90deg);
    top: auto;
    bottom: -3.75rem;
    right: 0;
    left: 0;
  }
  #yda_lp_ld202511 section#usecase {
    padding: 5rem 0 0;
    background-color: #FFFFFF;
  }
  #yda_lp_ld202511 section#usecase .section .Header {
    width: 89.333%;
    max-width: 100%;
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#usecase .section .contents {
    border-radius: 0;
    padding: 0 0 4.5rem;
    margin: -3rem 0 0;
  }
  #yda_lp_ld202511 section#usecase .section .contents .Holder {
    margin: 0 2rem;
  }
  #yda_lp_ld202511 section#usecase .ctaWrap {
    margin: 0 auto;
  }
  #yda_lp_ld202511 section#pageback {
    padding: 5rem 0 8rem;
  }
}