/* ==============================================
   displayads-auc ページ固有スタイル
============================================== */

@charset "UTF-8";

:root {
    font-feature-settings: 'palt' 1;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flexC {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

#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;
}

#contents-menu.active {
    transform: translateX(0);
}

#contents-menu h3 {
    font-size: 1.2rem;
    letter-spacing: 0.033em;
    font-family: "LINESeedJPStd Bold", sans-serif;
    color: #333364;
    background-color: #E7E5ED;
    border-radius: 2.2rem;
    padding: 0.2rem 1.5rem;
    border: 1.5px solid #333364;
    width: 100%;
    text-align: center;
}

#contents-menu ul {
    font-family: "LINESeedJPStd Bold", sans-serif;
    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;
}

#contents-menu ul li a {
    color: #00003E;
    transition: 0.25s;
    font-family: "LINESeedJPStd Bold", sans-serif;
}

#contents-menu ul li.active a {
    color: #FF0033;
}

#contents-menu .btn {
    font-family: "LINESeedJPStd Bold", sans-serif;
    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;
}

#contents-menu .btn::before,
#contents-menu .btn::after {
    content: "";
    width: 1.2rem;
    height: 2px;
    background-color: #00003E;
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 4rem;
    margin: auto;
}

#contents-menu .btn::before {
    transform: rotate(45deg);
}

#contents-menu .btn::after {
    transform: rotate(-45deg);
}

#contents-menu .btn:hover {
    cursor: pointer;
}

.ctaWrap {
    margin: 8rem 0 0;
}

.ctaWrap .section {
    background-color: #00003E !important;
    border-radius: 1rem;
}

.ctaWrap .section a {
    width: 100%;
    display: inline-block;
    padding: 5.75rem 0;
}

.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;
}

.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;
}

.ctaWrap .section a .block h3 span {
    display: inline-block;
}

.ctaWrap .section a .block h3 span.left {
    margin: 0 0 0 -1rem;
}

.ctaWrap .section a .block h3 span.right {
    margin: 0 -1rem 0 0;
}

.ctaWrap .section a .block .btn {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #00003E;
    font-family: "LINESeedJPStd Bold", sans-serif;
    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;
}

.ctaWrap .section a:hover {
    text-decoration: none;
}

.ctaWrap .section a:hover .block .btn {
    background-color: #00003E;
    color: #FFFFFF;
}


section .section {
    width: 83.333%;
    max-width: 120rem;
    margin: 0 auto;
}

section .section .Header {
    font-family: "LINESeedJPStd Bold", sans-serif;
}

section .section .Header span {
    color: #FF0033;
    font-size: 2rem;
    display: inline-block;
    margin: 0 0 1.2rem 0;
    letter-spacing: 0.055em;
}

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;
}

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;
}

section .section .Header p {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.065em;
    margin: 2.35rem auto 0;
}

section .section .contents {
    padding: 0;
    margin: 4.4rem 0 0;
}

section#kv {
    padding: 0;
    padding-bottom: 20px;
}

section#kv .section .breadcrumb-pc {
    position: relative;
    z-index: 1;
}

section#kv .section .breadcrumb-pc .topicpath {
    max-width: 100%;
    padding: 0;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list {
    font-size: 1.2rem;
    font-family: "LINESeedJPStd Regular", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: -1.5rem;
    padding: 0;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li {
    position: relative;
    padding: 0 2.34rem 0 0;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li a {
    color: #333333;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li span {
    color: #333333;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li::before {
    display: none;
}

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;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child {
    font-family: "LINESeedJPStd Bold", sans-serif;
}

section#kv .section .breadcrumb-pc .topicpath ul.topicpath__list li:last-child::after {
    display: none;
}

section#kv .section .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

section#kv .section .contents .textHolder {
    width: 46.33%;
    aspect-ratio: 518 / 577;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
}

section#kv .section .contents .textHolder .titleArea p {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.065em;
    margin: 3.8% 0 0;
}

section#kv .section .contents .textHolder .linkArea {
    width: 37rem;
    margin: 11% auto 0 -0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

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-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);
}

section#kv .section .contents .textHolder .linkArea .btn:hover {
    background-color: #FFFFFF;
    color: #FF0033;
    border: 3px solid #FF0033;
    text-decoration: none;
}

section#kv .section .contents .textHolder .linkArea .textlink {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.065em;
    color: #111111;
    text-align: center;
    margin: 1.97rem 0 0;
}

section#kv .section .contents .textHolder .linkArea .textlink::after {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/arrow_orange.svg");
    background-size: contain;
    display: inline-block;
    width: 0.5rem;
    height: 0.9rem;
    margin: 0 0 0.2rem 1rem;
}

section#kv .section .contents .imgHolder {
    width: 46.94vw;
    max-width: 70rem;
    aspect-ratio: 676/605;
    position: absolute;
    top: 0;
    right: -8rem;
}

section#kv .section .contents .imgHolder .kv__text {
    position: absolute;
    top: 0;
    left: 0;
}

section#kv .section .contents .imgHolder video {
    width: 100%;
    border-radius: 20px;
}

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;
}

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-size: 1.3rem;
    line-height: 2.7rem;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

section#kv .section .newsList span {
    color: #F77910;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2.7rem;
    letter-spacing: 0.06em;
    margin: 0 0.9em 0 0;
    display: none;
}

section#kv .section .newsList p {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2.7rem;
    letter-spacing: 0.06em;
}

section#kv .section .newsList.new span {
    display: inline-block;
}

section#about {
    margin: 1.1rem auto 2rem;
}

section#about .section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#about .section .textHolder {
    width: 48.58%;
}

section#about .section .textHolder .Header h2::before {
    display: none;
}

section#about .section .textHolder p.textArea {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.065em;
    margin: 2.25rem 0 0 0;
}

section#about .section .imgHolder {
    width: 47.333%;
    aspect-ratio: 568/362;
}

section#features {
    background-color: #F7F7F7;
}

section#features .section .contents {
    background-color: #FFFFFF;
    border-radius: 2.4rem;
    position: relative;
}

section#features .section .contents .titleArea {
    width: 81.666%;
}

section#features .section .contents .titleArea .sub {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.055em;
    line-height: 3rem;
    color: #FF0033;
}

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;
}

section#features .section .contents .titleArea p {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.065em;
}

section#features .section .contents:nth-child(1) .titleArea .sub span:before {
    content: "00";
    display: inline-block;
    margin: 0 2.2rem 0 0;
}

section#features .section .contents:nth-child(2) .titleArea .sub span:before {
    content: "01";
    display: inline-block;
    margin: 0 2.2rem 0 0;
}

section#features .section .contents:nth-child(3) .titleArea .sub span:before {
    content: "02";
    display: inline-block;
    margin: 0 2.2rem 0 0;
}

section#features .section .contents.__con01 {
    padding: 5.45rem 0 0;
}

section#features .section .contents.__con01::after {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/features01_bg.svg");
    width: 13.442rem;
    height: 13.195rem;
    background-size: 100% 100%;
    position: absolute;
    top: 3.34rem;
    right: 4.74rem;
}

section#features .section .contents.__con01 .titleArea {
    margin: 0 auto 5rem;
}

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;
}

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%);
    }
}

section#features .section .contents.__con01 .Holder .loop_wrap img {
    width: auto;
    height: 100%;
}

section#features .section .contents.__con01 .Holder .loop_wrap img:nth-child(1) {
    animation: loop 80s -40s linear infinite;
}

section#features .section .contents.__con01 .Holder .loop_wrap img:nth-child(2) {
    animation: loop2 80s linear infinite;
}

section#features .section .contents.__con02 {
    padding: 5.45rem 0 5.35rem;
}

section#features .section .contents.__con02::after {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/features02_bg.svg");
    width: 14.536rem;
    height: 14.536rem;
    background-size: 100% 100%;
    position: absolute;
    top: 3.55rem;
    right: 5rem;
}

section#features .section .contents.__con02 .titleArea {
    margin: 0 auto 7rem;
}

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;
}

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;
}

section#features .section .contents.__con02 .Holder .block h4 {
    width: 100%;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 2rem;
    line-height: 4.9rem;
    letter-spacing: 0.03em;
    text-align: center;
    position: relative;
    margin: 0 auto 2rem;
}

section#features .section .contents.__con02 .Holder .block h4::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111111;
    position: absolute;
    bottom: -0.25rem;
    left: 0;
}

section#features .section .contents.__con02 .Holder .block p {
    width: 63.73%;
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.065em;
}

section#features .section .contents.__con02 .Holder .block p span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.9rem;
    margin: 1.3rem 0 0;
}

section#features .section .contents.__con02 .Holder .block img {
    position: absolute;
    top: 9.75rem;
    right: 4.8rem;
    max-width: calc(100% - (63.73% + 11%));
}

section#features .section .contents.__con02 .Holder .block.dad_only::before {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/features02_point.svg");
    aspect-ratio: 191/43;
    width: 19.1rem;
    position: absolute;
    top: -1.75rem;
    left: -0.87rem;
}

section#features .section .contents.__con02 .Holder .block:nth-child(3) img {
    top: 9rem;
}

section#features .section .contents.__con02 .Holder .block:nth-child(4) img {
    top: 10.25rem;
}

section#features .section .contents.__con02 .Holder .linkArea {
    width: 100%;
    text-align: center;
    margin: 2.5rem auto 0;
}

section#features .section .contents.__con02 .Holder .linkArea .textlink {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.065em;
    color: #111111;
    text-align: center;
    margin: 1.97rem 0 0;
}

section#features .section .contents.__con02 .Holder .linkArea .textlink::after {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/arrow_orange.svg");
    background-size: contain;
    display: inline-block;
    width: 0.5rem;
    height: 0.9rem;
    margin: 0 0 0.2rem 1rem;
}

section#comparison {
    padding: 8.9rem 0 0;
}

section#comparison .section .contents .table {
    position: relative;
}

section#comparison .section .contents .table .midashi {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
}

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-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.065em;
}

section#comparison .section .contents .table .midashi .inblock:nth-child(1) {
    height: 30rem;
    align-content: flex-start;
    padding: 3rem 0 0;
}

section#comparison .section .contents .table .midashi .inblock:nth-child(2) {
    height: 11.5rem;
}

section#comparison .section .contents .table .midashi .inblock:nth-child(3) {
    height: 14.1rem;
}

section#comparison .section .contents .table .midashi .inblock:nth-child(4) {
    height: 11.5rem;
    border: none;
}

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;
}

section#comparison .section .contents .table .Holder .block {
    width: 41.6%;
    border-radius: 0.6rem;
}

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-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.065em;
    border-radius: 0.4rem;
    margin: 0 0 1.1rem;
}

section#comparison .section .contents .table .Holder .block .details {
    border-radius: 0.6rem;
    padding: 0 10%;
}

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;
}

section#comparison .section .contents .table .Holder .block .details .inblock .tag {
    display: none;
}

section#comparison .section .contents .table .Holder .block .details .inblock p {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.065em;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) {
    height: 30rem;
    align-content: flex-start;
    padding: 3rem 0 0;
}

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;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) p {
    width: 70%;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) img {
    position: absolute;
    top: 0;
    right: -7.4rem;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) {
    height: 11.5rem;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) h4 {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.065em;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) {
    height: 14.1rem;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) {
    height: 11.5rem;
}

section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) p,
section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) p {
    font-size: 1.6rem;
}

section#comparison .section .contents .table .Holder .block:nth-child(1) {
    margin: 0 2.4rem 0 0;
}

section#comparison .section .contents .table .Holder .block:nth-child(1) h3 {
    background-color: #FF0033;
}

section#comparison .section .contents .table .Holder .block:nth-child(1) .details {
    background-color: #F2F4F8;
}

section#comparison .section .contents .table .Holder .block:nth-child(1) .details .inblock:nth-child(1) h4 {
    color: #FF0033;
}

section#comparison .section .contents .table .Holder .block:nth-child(1) .details .inblock:nth-child(1) img {
    max-width: 46%;
}

section#comparison .section .contents .table .Holder .block:nth-child(2) h3 {
    background-color: #111111;
}

section#comparison .section .contents .table .Holder .block:nth-child(2) .details {
    background-color: #F7F7F7;
}

section#comparison .section .contents .table .Holder .block:nth-child(2) .details .inblock:nth-child(1) img {
    max-width: 46%;
}

section#payment {
    padding: 8.9rem 0 0;
}

section#payment .section .contents .Holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: unset;
    gap: 2.4rem;
}

section#payment .section .contents .Holder .block {
    width: calc((100% - 2.4rem * 2) / 3);
    padding: 4rem 4rem 5rem;
    background-color: #F7F7F7;
    border-radius: 1rem;
}

section#payment .section .contents .Holder .block h3 {
    font-family: "LINESeedJPStd Bold", sans-serif;
    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;
}

section#payment .section .contents .Holder .block h3::before {
    content: "";
    background-size: contain;
    margin: 0 1.2rem 0 0;
    background-repeat: no-repeat;
}

section#payment .section .contents .Holder .block .textarea p {
    font-family: "LINESeedJPStd Regular", sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.03em;
    margin: 0 0 1.4rem;
}

section#payment .section .contents .Holder .block .textarea p:last-child {
    margin: 0;
}

section#payment .section .contents .Holder .block:nth-child(1) {
    width: 100%;
    position: relative;
}

section#payment .section .contents .Holder .block:nth-child(1) h3::before {
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/icon_click.svg");
    width: 1.8rem;
    height: 2.1rem;
}

section#payment .section .contents .Holder .block:nth-child(1) .textarea {
    width: calc(100% - 41%);
}

section#payment .section .contents .Holder .block:nth-child(1) img {
    position: absolute;
    top: 3rem;
    right: 4rem;
    width: 35%;
}

section#payment .section .contents .Holder .block:nth-child(2) h3::before {
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/icon_movie.svg");
    width: 2.6rem;
    height: 1.8rem;
}

section#payment .section .contents .Holder .block:nth-child(3) h3::before {
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/icon_view.svg");
    width: 3.2rem;
    height: 1.9rem;
}

section#payment .section .contents .Holder .block:nth-child(4) h3::before {
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/icon_click.svg");
    width: 1.8rem;
    height: 2.1rem;
}

section#budget {
    padding: 8.9rem 0 0;
}

section#budget .section .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
}

section#budget .section .contents picture {
    width: calc((100% - 3rem * 3) / 4);
}

section#support .section .contents {
    background-color: #F2F4F8;
    border-radius: 0.6rem;
    padding: 5.2rem 0;
}

section#support .section .contents h3 {
    width: 81.666%;
    margin: 0 auto;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 2.85rem;
    line-height: 4.9rem;
    letter-spacing: 0.03em;
}

section#support .section .contents h3 span {
    color: #FF0033;
}

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;
}

section#support .section .contents .Holder picture {
    position: relative;
    width: 52%;
}

section#support .section .contents .Holder picture img {
    width: 100%;
}

section#support .section .contents .Holder picture::before {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/arrow.svg");
    width: 1.8rem;
    height: 2.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.65rem;
    margin: auto;
}

section#support .section .contents .Holder picture:nth-child(1),
section#support .section .contents .Holder picture:nth-child(3) {
    width: 20%;
}

section#support .section .contents .Holder picture:last-child::before {
    display: none;
}

section#support .section .contents .linkArea {
    width: 100%;
    text-align: center;
    margin: 3.9rem auto 0;
}

section#support .section .contents .linkArea .textlink {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.065em;
    color: #111111;
    text-align: center;
    margin: 1.97rem 0 0;
}

section#support .section .contents .linkArea .textlink::after {
    content: "";
    background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/arrow_orange.svg");
    background-size: contain;
    display: inline-block;
    width: 0.5rem;
    height: 0.9rem;
    margin: 0 0 0.2rem 1rem;
}


section#usecase {
    background-color: #F2F4F8;
    padding: 0 0 8rem;
}

section#usecase .section .contents {
    background-color: #FFFFFF;
    border-radius: 1.9rem;
    padding: 4rem;
}

section#usecase .section .contents .Holder {
    max-width: 980px;
    margin: 0 auto;
}


section#pageback .section a {
    font-family: "LINESeedJPStd Bold", sans-serif;
    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;
    }

        {
        margin: -3.5rem 0 0;
    }

    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }

    #contents-menu {
        opacity: 0;
        top: auto;
        bottom: 20%;
    }

    #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;
    }

    #spMenu .leftMenu {
        width: calc(100% - 7.3rem);
    }

    #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-size: 1.3rem;
        line-height: 1.8rem;
        letter-spacing: 0.03em;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #spMenu .rightMenu {
        width: 7.3rem;
        height: 100%;
        background-color: #E4E8F0;
    }

    #spMenu .rightMenu .btn {
        background-image: url("/sites/default/files/media/jp/service/yahoo-ads/displayads-auc-2510/img/sp_contents_menu.svg");
        width: 100%;
        height: 100%;
        background-size: 71.23%;
        background-repeat: no-repeat;
        background-position: center 1.2rem;
    }

    .ctaWrap {
        margin: 5rem 0 0;
    }

    .ctaWrap .section a {
        padding: 7.2rem 2.7rem;
        justify-content: center;
    }

    .ctaWrap .section a .block {
        width: 100%;
        justify-content: center;
        gap: 0;
    }

    .ctaWrap .section a .block h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        letter-spacing: 0.03em;
        text-align: center;
    }

    .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;
    }

    section {
        padding: 5rem 0;
    }

    section .section {
        width: 100%;
    }

    section .section .Header span {
        font-size: 1.6rem;
        letter-spacing: 0.03em;
    }

    section .section .Header h2 {
        font-size: 1.6rem;
        line-height: 3.2rem;
        letter-spacing: 0.03em;
    }

    section .section .Header p {
        font-size: 1.4rem;
        line-height: 2.6rem;
        letter-spacing: 0.03em;
        margin: 0.8rem auto 0;
    }

    section .section .contents {
        margin: 1.6rem 0 0;
    }

    section#kv .section {
        width: 100%;
    }

    section#kv .section ul.bnList {
        display: none;
    }

    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: 3.4rem auto 0;
        order: 2;
        aspect-ratio: unset;
    }

    section#kv .section .contents .textHolder .titleArea h1 {
        text-align: center;
    }

    section#kv .section .contents .textHolder .titleArea h1 img {
        width: 96.17%;
    }

    section#kv .section .contents .textHolder .titleArea p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.03em;
        margin: 1.5rem auto 0;
        padding-inline: 7px;
    }

    section#kv .section .contents .textHolder .linkArea {
        margin: 3.1rem auto 0;
    }

    section#kv .section .contents .imgHolder {
        position: unset;
        order: 1;
        width: 93vw;
        max-width: 100%;
        margin: 0 auto;
        /* aspect-ratio: 375/265; */
        aspect-ratio: 676 / 455;
    }
    section#kv .section .contents .imgHolder .videoBlock {
        height: 100%;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section#kv .section .contents .imgHolder img {
        width: 100%;
    }

    section#kv .section .newsList {
        display: none;
    }

    section#about {
        margin: 1rem auto 0;
    }

    section#about .section .Header h2 {
        font-size: 2.4rem;
        line-height: 3.8rem;
        letter-spacing: 0.03em;
    }

    section#about .section .textHolder {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#about .section .textHolder p.textArea {
        font-size: 1.4rem;
        line-height: 2.8rem;
        letter-spacing: 0.03em;
    }

    section#about .section .imgHolder {
        width: calc(355 / 375 * 100%);
        margin: 4rem auto 0;
    }

    section#about .section .imgHolder img {
        width: 100%;
    }

    section#features .section {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#features .section .contents {
        padding: 3rem 0;
        border-radius: 0.6rem;
    }

    section#features .section .contents::after {
        display: none;
    }

    section#features .section .contents .titleArea {
        width: 88.059%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

    section#features .section .contents .titleArea .sub {
        font-size: 1.6rem;
        line-height: 3rem;
        letter-spacing: 0.055em;
    }

    section#features .section .contents .titleArea h3 {
        font-family: "LINESeedJPStd Bold", sans-serif;
        font-size: 2.2rem;
        line-height: 3.2rem;
        letter-spacing: 0.03em;
    }

    section#features .section .contents .titleArea p {
        font-size: 1.4rem;
        line-height: 2.7rem;
        letter-spacing: 0.03em;
    }

    section#features .section .contents.__con01 {
        padding: 3rem 0 1rem;
    }

    section#features .section .contents.__con01 .Holder.loopHolder {
        height: 26rem;
    }

    section#features .section .contents.__con01 .Holder .loop_wrap {
        height: 26rem;
    }

    section#features .section .contents.__con02 {
        padding: 3rem 0;
    }

    section#features .section .contents.__con02 .titleArea {
        margin: 0 auto 4.2rem;
    }

    section#features .section .contents.__con02 .Holder {
        padding: 0;
        width: 88.059%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#features .section .contents.__con02 .Holder .block {
        width: 100%;
        padding: 2rem;
    }

    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;
    }

    section#features .section .contents.__con02 .Holder .block h4::after {
        display: none;
    }

    section#features .section .contents.__con02 .Holder .block p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.065em;
        width: 100%;
    }

    section#features .section .contents.__con02 .Holder .block p span {
        line-height: 1.5rem;
        letter-spacing: 0.065em;
    }

    section#features .section .contents.__con02 .Holder .block img {
        display: none;
    }

    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/displayads-auc-2510/img/sp_features02_icon01.svg");
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 0.5rem 0 0;
    }

    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/displayads-auc-2510/img/sp_features02_icon02.svg");
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 0.5rem 0 0;
    }

    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/displayads-auc-2510/img/sp_features02_icon03.svg");
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 0.5rem 0 0;
    }

    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/displayads-auc-2510/img/sp_features02_icon04.svg");
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 0.5rem 0 0;
    }

    section#features .section .contents.__con02 .Holder .block.dad_only:before {
        width: 14rem;
        background-size: 100% 100%;
    }

    section#features .section .contents.__con02 .Holder .linkArea {
        margin: 1.5rem auto 0;
        font-size: 1.4rem;
        line-height: 3rem;
    }

    section#comparison {
        padding: 5rem 0 0;
    }

    section#comparison .section {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#comparison .section .contents .table .midashi {
        display: none;
    }

    section#comparison .section .contents .table .Holder {
        position: relative;
    }

    section#comparison .section .contents .table .Holder .block {
        width: 100%;
        margin: 0 !important;
        pointer-events: none;
    }

    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;
    }

    section#comparison .section .contents .table .Holder .block h3 span {
        display: none;
    }

    section#comparison .section .contents .table .Holder .block h3.active {
        opacity: 1;
    }

    section#comparison .section .contents .table .Holder .block h3:hover {
        cursor: pointer;
    }

    section#comparison .section .contents .table .Holder .block .details {
        padding: 0 1rem;
        opacity: 0;
        transition: 0.25s;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock {
        border-bottom: 1px solid #cccccc;
        align-content: unset;
        display: inline-block;
        width: 100%;
        padding: 2rem;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock .tag {
        display: inline-block;
        font-family: "LINESeedJPStd Bold", sans-serif;
        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;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock h4 {
        width: 100%;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock p {
        width: 100%;
        font-size: 1.2rem;
        line-height: 2.2rem;
        letter-spacing: 0.065em;
    }

    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;
    }

    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;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) p {
        width: 59%;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(1) picture {
        width: 40%;
        transform: translate(31%, 0);
    }

    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;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) {
        height: 14.3rem;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(2) h4 {
        margin: 1rem 0 0;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) {
        height: 13.5rem;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(4) {
        height: 12.1rem;
        border-bottom: none;
    }

    section#comparison .section .contents .table .Holder .block .details .inblock:nth-child(3) p,
    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;
    }

    section#comparison .section .contents .table .Holder .block:nth-child(2) {
        position: absolute;
    }

    section#comparison .section .contents .table .Holder .block:nth-child(2) h3 {
        margin: 0 0 0 auto;
    }

    section#comparison .section .contents .table .Holder .block.active h3,
    section#comparison .section .contents .table .Holder .block.active .details {
        opacity: 1;
    }

    section#payment {
        padding: 5rem 0 0;
    }

    section#payment .section {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#payment .section .contents .Holder {
        gap: 2.3rem;
    }

    section#payment .section .contents .Holder .block {
        width: 100%;
        padding: 2.8rem 2.4rem;
    }

    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;
    }

    section#payment .section .contents .Holder .block .textarea {
        width: 100%;
    }

    section#payment .section .contents .Holder .block .textarea p {
        margin: 0;
    }

    section#payment .section .contents .Holder .block:nth-child(1) .textarea {
        width: 100%;
    }

    section#payment .section .contents .Holder .block:nth-child(1) img {
        position: unset;
        width: 100%;
        margin: 2rem 0 0;
    }

    section#budget {
        padding: 5rem 0 0;
    }

    section#budget .section {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#budget .section .contents {
        width: 100%;
        gap: 2rem 0;
    }

    section#budget .section .contents picture,
    section#budget .section .contents img {
        width: 100%;
    }

    section#support .section {
        background-color: #F2F4F8;
        padding: 5rem 0;
    }

    section#support .section .Header {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#support .section .contents {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
        padding: 1.3rem 0;
    }

    section#support .section .contents h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        letter-spacing: 0.055em;
        width: 100%;
    }

    section#support .section .contents .Holder {
        width: 100%;
    }

    section#support .section .contents .Holder picture img {
        width: 100%;
    }

    section#support .section .contents .Holder picture:nth-child(1) {
        width: 45%;
    }

    section#support .section .contents .Holder picture:nth-child(1)::before {
        transform: rotate(90deg);
        top: auto;
        bottom: -3rem;
        right: 0;
        left: 0;
    }

    section#support .section .contents .Holder picture:nth-child(2) {
        width: 100%;
        order: 3;
        margin: 3.4rem 0 0;
    }

    section#support .section .contents .Holder picture:nth-child(2)::before {
        transform: rotate(-90deg);
        top: -3rem;
        bottom: auto;
        right: -55%;
        left: 0;
    }

    section#support .section .contents .Holder picture:nth-child(3) {
        width: 45%;
    }

    section#support .ctaWrap .section {
        background-color: unset;
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }


    section#usecase {
        padding: 5rem 0 0;
    }

    section#usecase .section .Header {
        width: 89.333%;
        max-width: 100%;
        margin: 0 auto;
    }

    section#usecase .section .contents {
        border-radius: 0;
        padding: 0 0 11rem;
        margin: -3rem 0 0;
    }

    section#usecase .section .contents .Holder {
        margin: 0 2rem;
    }

}

.p-kv__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 68px 0px 44px;
    width: 100%;
    height: 70px;
    background-color: #F77911;
    color: #ffffff;
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    border: 2px solid #F77911;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
    .p-kv__btn {
        max-width: none;
        width: 286px;
        height: 58px;
        box-shadow: 0 4px 20px 0 rgba(247, 121, 18, 0.2);
        font-size: 17px;
        padding: 0 24px;
    }
}

.p-kv__btn:hover {
    background-color: #ffffff;
    color: #F77911;
    text-decoration: none !important;
}

.p-kv__btn-icon {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 15px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 1023px) {
    .p-kv__btn-icon {
        display: none;
    }
}

.p-kv__btn:hover .p-kv__btn-icon {
    background-color: #F77911;
}

.p-kv__btn-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 10px;
    height: 10px;
    background-color: #F77911;
    -webkit-mask: url('/sites/default/files/media/jp/service/ly-ads/img/icon_arrow.svg') no-repeat center / contain;
    mask: url('/sites/default/files/media/jp/service/ly-ads/img/icon_arrow.svg') no-repeat center / contain;
    transition: background-color 0.3s ease;
}

.p-kv__btn:hover .p-kv__btn-icon::after {
    background-color: #ffffff;
}

/* -- p-intro (イントロエリア) -- */

.p-intro {
    background: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_intoro.png') 0 0 no-repeat;
    background-size: cover;
    padding: 0;
    margin-top: 22px;
    overflow: hidden;
}

.p-intro__inner {
    display: flex;
    align-items: center;
    gap: 100px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 41px 29px 77px;
}

.p-intro__fig {
    flex-shrink: 0;
    width: calc(540/1222*100%);
    margin: 0;
    max-width: none;
}

.p-intro__fig img {
    display: block;
    width: 100%;
    height: auto;
}

.p-intro__body {
    flex: 1;
    min-width: 0;
    margin-top: 34px;
}

.p-intro__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 18px;
    line-height: 1.6;
    color: #A3BAFF;
    margin: 0;
}

.p-intro__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin: 26px 0 0;
    flex-shrink: unset;
}

.p-intro__desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 18px;
    line-height: 2;
    color: #ffffff;
    margin: 30px 0 0;
    padding-top: 0;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-intro__inner {
        background-position: center bottom;
        flex-direction: column;
        gap: 4px;
        padding: 20px 25px 60px;
    }

    .p-intro__fig {
        max-width: 97%;
        width: 100%;
        margin: 0 auto;
        order: 2;
    }

    .p-intro__body {
        text-align: left;
        order: 1;
    }

    .p-intro__subtitle {
        font-size: 18px;
    }

    .p-intro__ttl {
        font-size: 28px;
        margin-top: 9px;
        line-height: 1.4;
    }

    .p-intro__desc {
        font-size: 15px;
        line-height: 1.65;
        margin-top: 28px;
        text-align: left;
    }

}


/* -- p-anchor (アンカーリンクエリア) -- */

.p-anchor {
    padding: 102px 0 30px;
    background-color: #ffffff;
}

.p-anchor__inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-anchor__heading {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    line-height: 1.4;
    color: #000048;
    text-align: center;
    margin: 0 0 40px;
}

.p-anchor__list {
    display: flex;
    gap: 15px;
}

.p-anchor__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(290/1210*100%);
    flex-shrink: 0;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 37px 20px 35px;
    text-decoration: none;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.p-anchor__card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(34, 92, 255, 0);
    border-radius: 20px;
    transform: translateY(-50%);
    transition: height 0.3s ease, background-color 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .p-anchor__card:hover::before {
        height: 100%;
        background-color: rgba(34, 92, 255, 0.08);
    }
}

/* カード内のコンテンツをz-index上に */
.p-anchor__card>* {
    position: relative;
    z-index: 1;
}

.p-anchor__card-num {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 18px;
    line-height: 1.4;
    color: #225CFF;
}

.p-anchor__card-ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 22px;
    line-height: 1.4;
    color: #000048;
    margin: 10px 0 0;
}

.p-anchor__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 14px;
    line-height: 1.7;
    color: #000048;
    margin: 12px 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
    .p-anchor {
        padding: calc(102 / 1240 * 100vw) 0 calc(30 / 1240 * 100vw);
    }

    .p-anchor__inner {
        max-width: calc(1250 / 1240 * 100vw);
        padding: 0 calc(20 / 1240 * 100vw);
    }

    .p-anchor__heading {
        font-size: calc(40 / 1240 * 100vw);
        margin: 0 0 calc(40 / 1240 * 100vw);
    }

    .p-anchor__list {
        gap: calc(15 / 1240 * 100vw);
    }

    .p-anchor__card {
        width: calc(290 / 1240 * 100vw);
        border-radius: calc(20 / 1240 * 100vw);
        padding: calc(37 / 1240 * 100vw) calc(20 / 1240 * 100vw) calc(35 / 1240 * 100vw);
    }

    .p-anchor__card-num {
        font-size: calc(18 / 1240 * 100vw);
    }

    .p-anchor__card-ttl {
        font-size: calc(22 / 1240 * 100vw);
        margin: calc(10 / 1240 * 100vw) 0 0;
    }

    .p-anchor__card-desc {
        font-size: calc(14 / 1240 * 100vw);
        margin: calc(12 / 1240 * 100vw) 0 0;
    }
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-anchor {
        padding: 50px 0 10px;
    }

    .p-anchor__inner {
        padding: 0 10px;
    }

    .p-anchor__heading {
        font-size: 26px;
        margin-bottom: 31px;
    }

    .p-anchor__list {
        flex-wrap: wrap;
        gap: 10px;
    }

    .p-anchor__card {
        width: calc(50% - 5px);
        padding: 14px 0px 16px;
        border-radius: 7px;
    }

    .p-anchor__card-num {
        font-size: 12px;
    }

    .p-anchor__card-ttl {
        font-size: 16px;
        margin: 2px 0 0;
    }

    .p-anchor__card-desc {
        display: none;
    }
}


/* -- p-section01 (セクション01: 圧倒的なリーチ力) -- */

.p-section01 {
    position: relative;
    padding: 60px 0 0;
    background-color: #ffffff;
}

.p-section01__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー: 01 + タイトル横並び */
.p-section01__header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 34px;
}

.p-section01__num {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 112px;
    line-height: 1;
    color: #CFDAFF;
    flex-shrink: 0;
}

.p-section01__header-body {
    padding-top: 8px;
}

.p-section01__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 36px;
    line-height: 1.4;
    color: #000048;
    margin: 0;
}

.p-section01__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 8px 0 0;
}

/* リード文 */
.p-section01__lead {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 30px 0 0;
}

.p-section01__lead sup {
    position: relative;
    top: -13px;
    right: 25px;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: super;
}

/* グラフエリア */
.p-section01__graph {
    position: relative;
    margin: 59px auto 0;
    max-width: 1231px;
}

/* ベース画像（ラベル + 右側イラスト） */
.p-section01__fig {
    margin: 0;
    max-width: 1231px;
}

.p-section01__fig img {
    display: block;
    width: 100%;
    height: auto;
}

/* グラフバー共通 */
.p-section01__graph-line {
    position: absolute;
    left: 13.6%;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

.p-section01__graph-line.is-visible {
    transform: scaleX(1);
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-section01__graph-line img {
    display: block;
    width: 100%;
    height: auto;
}

/* 1本目: LINEヤフー 92.3% — バー画像 2072x278, ベース 2462x942 */
.p-section01__graph-line {
    top: -6%;
    width: 83.8%;
}

/* 2本目: A社またはB社 65.9% — 1478x116 */
.p-section01__graph-line--02 {
    top: 30%;
    width: 59.7%;
}

/* 3本目: A社 58.1% — 1334x116 */
.p-section01__graph-line--03 {
    top: 49.6%;
    width: 54%;
}

/* 4本目: B社 38.3% — 858x116 */
.p-section01__graph-line--04 {
    top: 68%;
    width: 34.4%;
}

/* 5本目: 3社とも利用していない 6.8% — 150x116 */
.p-section01__graph-line--05 {
    top: 86.2%;
    width: 6.1%;
}

/* 注意書き */
.p-section01__note {
    margin-top: 48px;
    max-width: 931px;
    font-family: "LINESeedJPStd Regular";
    font-size: 10px;
    line-height: 16px;

    color: #000048;

}


/* 背景: 街並みイラスト */
.p-section01__bg-city {
    position: relative;
    z-index: 0;
    width: 99%;
    height: 175px;
    margin-top: -145px;
    background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_reach.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 175px;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-section01 {
        padding: 30px 0 0;
    }

    .p-section01__header {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        margin-left: 0;
    }

    .p-section01__num {
        font-size: 49px;
    }

    .p-section01__header-body {
        padding-top: 0;
    }

    .p-section01__ttl {
        font-size: 28px;
        margin-top: 6px;
    }

    .p-section01__subtitle {
        font-size: 18px;
    }

    .p-section01__lead {
        font-size: 14px;
        margin-top: 22px;
        line-height: 1.6;
    }

    .p-section01__inner {
        padding: 0 18px 0 23px;
    }

    .p-section01__graph {
        margin-top: 20px;
        display: none;
    }
    .p-section01__graphimg {
        width: calc(100vw - 27px);
    }

    .p-section01__fig {
        margin-top: 0;
        max-width: 326px;
    }

    .p-section01__graph-line {
        display: none;
    }

    .p-section01__note {
        /* display: none; */
        -webkit-text-stroke: 2px #ffffff;
        paint-order: stroke;
        position: absolute;
        width: calc(100% - 45px);
        margin-top: 70px;
    }

    .p-section01__bg-city {
        height: 231px;
        margin-top: 0;
        background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_reach_sp.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100%;
        background-position: top center;
    }
}


/* -- p-section02 (セクション02: 多彩な配信面) -- */

.p-section02 {
    position: relative;
    margin-top: -2px;
    padding: 99px 0 62px;
    background: linear-gradient(180deg, #ECEFFF 0%, #F2F4FF 55%, #ffffff 100%);
}

.p-section02__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー: 02 + タイトル横並び */
.p-section02__header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 34px;
}

.p-section02__num {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 112px;
    line-height: 1;
    color: #CFDAFF;
    flex-shrink: 0;
}

.p-section02__header-body {
    padding-top: 16px;
}

.p-section02__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 36px;
    line-height: 1.4;
    color: #000048;
    margin: 0;
}

.p-section02__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 8px 0 0;
}

.p-section02__lead {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 30px 0 0;
}

/* タブ切り替えエリア */
.p-section02__tab {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    margin-top: 77px;
}

/* 左右サイド共通 */
.p-section02__tab-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px;
}

.p-section02__tab-logo {
    margin: 0 0 28px;
}

.p-section02__tab-logo img {
    display: block;
    height: auto;
}

/* ボタングリッド */
.p-section02__tab-btns {
    display: grid;
    grid-template-columns: repeat(2, 177px);
    gap: 13px;
    justify-content: center;
}

/* ボタン共通 */
.p-section02__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    background: #ffffff;
    font-family: "LINESeedJPStd Bold";
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 5px 2px;
}

/* LINE ボタン */
.p-section02__tab-btn--line {
    border-color: #06C755;
    color: #06C755;
}

.p-section02__tab-btn--line.is-active,
.p-section02__tab-btn--line:hover {
    background-color: #06C755;
    color: #ffffff;
}

/* Yahoo! ボタン */
.p-section02__tab-btn--yahoo {
    border-color: #FF0033;
    color: #FF0033;
}

.p-section02__tab-btn--yahoo.is-active,
.p-section02__tab-btn--yahoo:hover {
    background-color: #FF0033;
    color: #ffffff;
}

/* 中央画像 */
.p-section02__tab-center {
    width: 421px;
    align-self: center;
}

.p-section02__tab-center img {
    display: block;
    width: 100%;
    height: auto;
}

/* リンク */
.p-section02__tab-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: "LINESeedJPStd Bold";
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
    margin-top: 25px;
    transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .p-section02__tab-link:hover {
        opacity: 0.7;
    }
}

.p-section02__tab-link-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #F77910;
    border-right: 2px solid #F77910;
    transform: rotate(45deg);
}

/* 1200px以下でVW計算による縮小（縦横比維持） */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-section02__tab {
        gap: calc(16 / 1200 * 100vw);
        margin-top: calc(77 / 1200 * 100vw);
    }

    .p-section02__tab-side {
        width: calc(380 / 1200 * 100vw);
    }

    .p-section02__tab-logo {
        margin: 0 0 calc(28 / 1200 * 100vw);
    }

    .p-section02__tab-btns {
        grid-template-columns: repeat(2, calc(177 / 1200 * 100vw));
        gap: calc(13 / 1200 * 100vw);
    }

    .p-section02__tab-btn {
        height: calc(90 / 1200 * 100vw);
        border-radius: calc(10 / 1200 * 100vw);
        font-size: calc(17 / 1200 * 100vw);
        padding: calc(5 / 1200 * 100vw) calc(2 / 1200 * 100vw);
    }

    .p-section02__tab-center {
        width: calc(421 / 1200 * 100vw);
    }

    .p-section02__tab-link {
        font-size: calc(16 / 1200 * 100vw);
        margin-top: calc(25 / 1200 * 100vw);
        gap: calc(4 / 1200 * 100vw);
    }

    .p-section02__tab-link-icon {
        width: calc(6 / 1200 * 100vw);
        height: calc(6 / 1200 * 100vw);
    }
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-section02 {
        padding: 50px 0 20px;
    }

    .p-section02__header {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding: 0 16px 0 20px;
        margin-left: 0;
    }

    .p-section02__num {
        font-size: 49px;
    }

    .p-section02__header-body {
        padding-top: 0;
    }

    .p-section02__ttl {
        font-size: 28px;
        margin-top: 6px;
    }

    .p-section02__subtitle {
        font-size: 16px;
    }

    .p-section02__lead {
        font-size: 14px;
        margin-top: 23px;
        line-height: 1.74;
        padding: 0 18px 0 23px;
        /* padding: 0 16px 0 15px; */
    }

    .p-section02__inner {
        padding: 0;
    }

    /* タブ: 画像を上に、左右ボタンを横並び */
    .p-section02__tab {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 6px;
        padding-inline: 9px;
        margin-top: 35px;
    }

    .p-section02__tab-center {
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }

    .p-section02__tab-side {
        width: calc(50% - 5px);
    }

    .p-section02__tab-logo {
        width: 55px;
    }

    .p-section02__tab-logo--2 {
        width: 88px;
        margin: 0 0 25.6px;
    }

    .p-section02__tab-btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        width: 100%;
    }


    .p-section02__tab-btn {
        width: 100%;
        height: 56px;
        font-size: 13px;
    }

    .p-section02__tab-btn:nth-of-type(n+5) {
        display: none;
    }

    .p-section02__tab-link {
        font-size: 14px;
        color: #000000;
        line-height: 1.4;
        padding-inline: 13px;
        margin-top: 14px;
    }
}


/* -- p-section03 (セクション03: 高度なターゲティング) -- */

.p-section03 {
    position: relative;
    padding: 80px 0 0;
    background-color: #ffffff;
    overflow: hidden;
}

.p-section03__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー: 03 + タイトル横並び */
.p-section03__header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 34px;
}

.p-section03__num {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 112px;
    line-height: 1;
    color: #CFDAFF;
    flex-shrink: 0;
}


.p-section03__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 36px;
    line-height: 1.4;
    color: #000048;
    margin: 0;
}

.p-section03__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 8px 0 0;
}

/* カードグリッド — subgridで隣同士のヘッダー・ボディ高さを揃える */
.p-section03__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr auto 1fr;
    gap: 20px;
    margin-top: 62px;
}

.p-section03__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    border-radius: 10px;
    border: 2px solid #4E7DFF;
    overflow: hidden;
}

/* カードヘッダー（青帯） */
.p-section03__card-header {
    background-color: #4E7DFF;
    padding: 20px 30px;
    text-align: center;
}

/* 2個目・3個目のカード: #000048 */
.p-section03__card:nth-child(2) .p-section03__card-header,
.p-section03__card:nth-child(3) .p-section03__card-header {
    background-color: #000048;
}

.p-section03__card:nth-child(2),
.p-section03__card:nth-child(3) {
    border: 2px solid #000048;
}

.p-section03__card-ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

/* カードボディ（白背景） */
.p-section03__card-body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: #ffffff;
    padding: 25px 30px 30px;
}

.p-section03__card:nth-child(1) .p-section03__card-body {
    padding: 25px 60px 30px 43px;
}

.p-section03__card:nth-child(2) .p-section03__card-body {
    padding: 25px 50px 30px 43px;
    gap: 37px;
}

.p-section03__card:nth-child(3) .p-section03__card-body {
    padding: 25px 36px 30px 43px;
}

.p-section03__card:nth-child(4) .p-section03__card-body {
    padding: 25px 45px 30px 43px;
}

.p-section03__card-text {
    flex: 1;
    min-width: 0;
}

.p-section03__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    line-height: 1.96;
    color: #000000;
    margin: 0;
}

.p-section03__card-note {
    font-family: "LINESeedJPStd Regular";
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    margin: -16px 12px 0 0;
    text-align: right;
}

.p-section03__card-fig {
    flex-shrink: 0;
    margin: 0;
    align-self: center;
}

.p-section03__card-fig img {
    display: block;
    height: auto;
}

/* 背景テキスト: TARGETING */
.p-section03__bg-text {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 210px;
    line-height: 0.76;
    color: #F7F7F7;
    text-align: center;
    white-space: nowrap;
    margin-top: -29px;
    padding-bottom: 0px;
    letter-spacing: -0.04em;
    position: relative;
    z-index: 0;
}

/* 1240px以下でVW計算による縮小（縦横比維持） */
@media screen and (min-width: 1024px) and (max-width: 1239px) {
    .p-section03__cards {
        gap: calc(20 / 1240 * 100vw);
        margin-top: calc(62 / 1240 * 100vw);
    }

    .p-section03__card {
        border-radius: calc(10 / 1240 * 100vw);
    }

    .p-section03__card-header {
        padding: calc(20 / 1240 * 100vw) calc(30 / 1240 * 100vw);
    }

    .p-section03__card-ttl {
        font-size: calc(22 / 1240 * 100vw);
    }

    .p-section03__card-body {
        gap: calc(20 / 1240 * 100vw);
        padding: calc(25 / 1240 * 100vw) calc(30 / 1240 * 100vw) calc(30 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(1) .p-section03__card-body {
        padding: calc(25 / 1240 * 100vw) calc(60 / 1240 * 100vw) calc(30 / 1240 * 100vw) calc(43 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(2) .p-section03__card-body {
        padding: calc(25 / 1240 * 100vw) calc(50 / 1240 * 100vw) calc(30 / 1240 * 100vw) calc(43 / 1240 * 100vw);
        gap: calc(47 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(3) .p-section03__card-body {
        padding: calc(25 / 1240 * 100vw) calc(36 / 1240 * 100vw) calc(30 / 1240 * 100vw) calc(43 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(4) .p-section03__card-body {
        padding: calc(25 / 1240 * 100vw) calc(45 / 1240 * 100vw) calc(30 / 1240 * 100vw) calc(43 / 1240 * 100vw);
    }

    .p-section03__card-desc {
        font-size: calc(16 / 1240 * 100vw);
        line-height: 1.65;
    }

    .p-section03__card-note {
        font-size: calc(12 / 1240 * 100vw);
        margin: calc(-16 / 1240 * 100vw) calc(12 / 1240 * 100vw) 0 0;
    }

    .p-section03__card:nth-child(1) .p-section03__card-fig img {
        width: calc(96 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(2) .p-section03__card-fig img {
        width: calc(113 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(3) .p-section03__card-fig img {
        width: calc(140 / 1240 * 100vw);
    }

    .p-section03__card:nth-child(4) .p-section03__card-fig img {
        width: calc(117 / 1240 * 100vw);
    }

    .p-section03__bg-text {
        font-size: calc(210 / 1240 * 100vw);
        margin-top: calc(-29 / 1240 * 100vw);
    }
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-section03 {
        padding: 26px 0 0;
    }

    .p-section03__inner {
        padding: 0;
    }

    .p-section03__header {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding: 0 20px;
        margin-left: 0;
    }

    .p-section03__num {
        font-size: 49px;
    }

    .p-section03__header-body {
        padding-top: 0;
    }

    .p-section03__ttl {
        font-size: 28px;
        margin-top: 7px;
    }

    .p-section03__subtitle {
        font-size: 16px;
    }

    /* カード: 横スクロール（慣性スクロール） */
    .p-section03__cards {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px;
        gap: 16px;
        margin-top: 40px;
        padding-bottom: 16px;
        scrollbar-width: none;
    }

    .p-section03__cards::-webkit-scrollbar {
        display: none;
    }

    .p-section03__card {
        position: relative;
        display: grid;
        grid-template-rows: 82px 1fr;
        grid-row: auto;
        flex: 0 0 254px;
        min-width: 254px;
        min-height: 290px;
        scroll-snap-align: start;
        border-radius: 10px;
        border: 2px solid #4E7DFF;
        overflow: hidden;
    }

    .p-section03__card:nth-child(3) {
        border: 2px solid #4E7DFF;
    }

    .p-section03__card:nth-child(2),
    .p-section03__card:nth-child(4) {
        border-color: #000048;
    }

    /* ヘッダー: アイコン+タイトル横並び */
    .p-section03__card-header {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0 16px;
        height: 82px;
    }

    .p-section03__card-ttl {
        font-size: 18px;
        line-height: 1.4;
    }

    .p-section03__card:nth-child(2) .p-section03__card-header,
    .p-section03__card:nth-child(4) .p-section03__card-header {
        background-color: #000048;
    }

    .p-section03__card:nth-child(1) .p-section03__card-header,
    .p-section03__card:nth-child(3) .p-section03__card-header {
        background-color: #4E7DFF;
    }

    /* ボディ — nth-child個別padding(PC)を上書き */
    .p-section03__card:nth-child(1) .p-section03__card-body,
    .p-section03__card:nth-child(2) .p-section03__card-body,
    .p-section03__card:nth-child(3) .p-section03__card-body,
    .p-section03__card:nth-child(4) .p-section03__card-body {
        flex-direction: column;
        padding: 23px 28px 40px 29px;
        gap: 0;
    }

    /* アイコンをヘッダー上に絶対配置 */
    .p-section03__card-fig {
        position: absolute;
        top: 0;
        left: 35px;
        z-index: 2;
        display: flex;
        align-items: center;
        height: 82px;
        margin: 0;
    }

    .p-section03__card:nth-child(2) .p-section03__card-fig {
        left: 25px;
    }

    .p-section03__card:nth-child(3) .p-section03__card-fig {
        left: 15px;
    }

    .p-section03__card:nth-child(3) .p-section03__card-fig {
        left: 8px;
    }

    .p-section03__card:nth-child(4) .p-section03__card-fig {
        left: 14px;
    }

    /* アイコンサイズ個別指定 */
    .p-section03__card:nth-child(1) .p-section03__card-fig img,
    .p-section03__card:nth-child(1) .p-section03__card-fig picture img {
        width: 42px;
        height: auto;
    }

    .p-section03__card:nth-child(2) .p-section03__card-fig img,
    .p-section03__card:nth-child(2) .p-section03__card-fig picture img {
        width: 58px;
        height: auto;
    }

    .p-section03__card:nth-child(3) .p-section03__card-fig img,
    .p-section03__card:nth-child(3) .p-section03__card-fig picture img {
        width: 59px;
        height: auto;
    }

    .p-section03__card:nth-child(4) .p-section03__card-fig img,
    .p-section03__card:nth-child(4) .p-section03__card-fig picture img {
        width: 58px;
        height: auto;
    }

    /* ヘッダーのpadding-left調整（アイコンサイズに合わせる） */
    .p-section03__card:nth-child(1) .p-section03__card-header {
        padding-left: 94px;
    }

    .p-section03__card:nth-child(2) .p-section03__card-header {
        padding-left: 100px;
    }

    .p-section03__card:nth-child(3) .p-section03__card-header {
        padding-left: 90px;
    }

    .p-section03__card:nth-child(4) .p-section03__card-header {
        padding-left: 84px;
    }

    .p-section03__card-desc {
        font-size: 13px;
        line-height: 1.85;
    }

    .p-section03__card-note {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 18px;
        text-align: left;
    }

    .p-section03__bg-text {
        font-size: calc(58/375*100vw);
        color: #F7F7F7;
        margin-top: calc(-10/375*100vw);
    }
}


/* -- p-section04 (セクション04: 柔軟な配信設計) -- */

.p-section04 {
    position: relative;
    padding: 94px 0 100px;
    background-color: #F7F7F7;
}

.p-section04__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー: 04 + タイトル横並び */
.p-section04__header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 34px;
}

.p-section04__num {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 112px;
    line-height: 1;
    color: #CFDAFF;
    flex-shrink: 0;
}

.p-section04__header-body {
    padding-top: 16px;
}

.p-section04__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 36px;
    line-height: 1.4;
    color: #000048;
    margin: 0;
}

.p-section04__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 8px 0 0;
}

/* リード文 */
.p-section04__lead {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 30px 0 0;
}

/* カードグリッド: 3列×2行 */
.p-section04__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 70px;
}

.p-section04__card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px 30px 35px;
}

.p-section04__card-icon {
    margin: 0;
}

.p-section04__card-icon img {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
}

.p-section04__card-ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin: 16px 0 0;
}

.p-section04__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    line-height: 2;
    color: #000000;
    margin: 10px 0 0;
}

/* 下部イラスト */
.p-section04__illustration {
    position: absolute;
    right: 18px;
    bottom: -101px;
    z-index: 1;
    margin: 0;
}

.p-section04__illustration img {
    display: block;
    width: 160px;
    height: auto;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-section04 {
        padding: 70px 0 50px;
    }

    .p-section04__header {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        margin-left: 0;
    }

    .p-section04__num {
        font-size: 49px;
    }

    .p-section04__header-body {
        padding-top: 0;
    }

    .p-section04__ttl {
        font-size: 28px;
        margin-top: 5px;
    }

    .p-section04__subtitle {
        font-size: 16px;
    }

    .p-section04__lead {
        font-size: 14px;
        margin-top: 20px;
    }

    .p-section04__cards {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-section04__card {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 16px 24px;
        gap: 16px;
    }

    .p-section04__card-icon {
        flex-shrink: 0;
    }

    .p-section04__card-icon img {
        width: 57px;
        height: 57px;
    }

    .p-section04__card-text {
        flex: 1;
        min-width: 0;
    }

    .p-section04__card-ttl {
        font-size: 16px;
        margin-top: 0;
        text-align: left;
    }

    .p-section04__card-desc {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 3px;
    }

    .p-section04__illustration {
        right: 0;
        bottom: -51px;
    }

    .p-section04__illustration img {
        width: 116px;
    }
}


/* -- p-cta -- */

.p-cta {
    position: relative;
    padding: 70px 0 83px;
    background-color: #000048;
    overflow: hidden;
}

/* 装飾三角形（左上） */
.p-cta::before {
    content: '';
    position: absolute;
    background: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta02.svg') 0 0 no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 168px;
    height: 168px;
    z-index: 0;
}

/* 装飾三角形（右下） */
.p-cta::after {
    content: '';
    position: absolute;
    background: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta.svg') 0 0 no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    width: 168px;
    height: 168px;
    z-index: 0;
}

.p-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.p-cta__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

/* ボタン */
.p-cta__btn-wrap {
    margin-top: 28px;
}

/* 7. p-cta__btn ホバー色反転 */
.p-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 370px;
    padding: 18px 15px 18px 44px;
    background-color: #F77911;
    border: 2px solid #F77911;
    border-radius: 50px;
    color: #ffffff;
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.p-cta__btn:hover {
    background-color: #ffffff;
    color: #F77911;
}

.p-cta__btn:hover .p-cta__btn-arrow {
    background-color: #F77911;
}

.p-cta__btn:hover .p-cta__btn-arrow::after {
    background-color: #ffffff;
}

.p-cta__btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    flex-shrink: 0;
}

.p-cta__btn-arrow::after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-color: #F77911;
    -webkit-mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* カード */
.p-cta__cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.p-cta__card {
    display: flex;
    flex-direction: column;
    width: 440px;
    padding: 28px 51px 28px 46px;
    background-color: #1A1A5A;
    border-radius: 10px;
    text-decoration: none !important;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.p-cta__card:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.p-cta__card-header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 14px;
}

.p-cta__card-icon {
    width: 21px;
    height: auto;
    flex-shrink: 0;
}

.p-cta__card:hover .p-cta__card-icon {
    filter: brightness(0) saturate(100%) invert(11%) sepia(47%) saturate(5068%) hue-rotate(225deg) brightness(81%) contrast(122%);
}

.p-cta__card-ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.p-cta__card:hover .p-cta__card-ttl {
    color: #000048;
}

.p-cta__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    margin: 5px 0 0;
    text-align: left;
}

.p-cta__card:hover .p-cta__card-desc {
    color: #000048;
}

/* カード内矢印アイコン */
.p-cta__card-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    flex-shrink: 0;
    transition: background-color 0.3s;
}

.p-cta__card-arrow::after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-color: #000048;
    -webkit-mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background-color 0.3s;
}

.p-cta__card:hover .p-cta__card-arrow {
    background-color: #000048;
}

.p-cta__card:hover .p-cta__card-arrow::after {
    background-color: #ffffff;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-cta {
        padding: 63px 0 67px;
    }

    .p-cta::before {
        background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta02_sp.svg);
        width: 98px;
        height: 98px;
    }

    .p-cta::after {
        background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta_sp.svg);
        width: 65px;
        height: 65px;
    }

    .p-cta__ttl {
        font-size: 28px;
        line-height: 1.4;
        white-space: nowrap;
    }

    .p-cta__btn-wrap {
        margin-top: 30px;
    }

    .p-cta__btn {
        width: 100%;
        justify-content: center;
        max-width: 290px;
        font-size: 17px;
        padding: 16px 0;
    }

    .p-cta__btn-arrow {
        display: none;
    }

    .p-cta__card-arrow {
        right: 28px;
    }

    .p-cta__cards {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-top: 30px;
    }

    .p-cta__card {
        width: 100%;
        max-width: 440px;
        padding: 8px 95px 8px 33px;
    }

    .p-cta__card-header {
        gap: 9px;
    }

    .p-cta__card-ttl {
        font-size: 16px;
    }

    .p-cta__card-desc {
        font-size: 13px;
        margin-top: 4px;
        line-height: 1.4;
    }
}


/* -- 共通: セクションタイトル・リード文 -- */

.p-section-ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    line-height: 1.4;
    color: #000048;
    margin: 0;
}

.p-section-lead {
    font-family: "LINESeedJPStd Regular";
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin: 31px 0 0;
}

@media screen and (max-width: 1023px) {
    .p-section-ttl {
        font-size: 26px;
    }

    .p-section-lead {
        font-size: 15px;
        text-align: left;
    }

    .p-section-lead br {
        display: none;
    }
}


/* -- p-compare (広告の比較) -- */

.p-compare {
    padding: 124px 0 0;
    background-color: #ffffff;
}

.p-compare__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.p-compare__fig {
    margin: 56px 0 0;
}

.p-compare__fig img {
    display: block;
    width: 100%;
    height: auto;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-compare {
        padding: 54px 0 20px;
    }

    .p-compare__inner {
        padding: 0 20px;
    }

    .p-compare__fig {
        margin: 41px 0 0;
        overflow-x: auto;
    }

    .p-compare__fig img {
        min-width: 800px;
    }
    
    .p-compare__imgArea {
        margin: 32px auto 0;
    }
    .p-compare__btn {
        display: flex;
    }
    .p-compare__btn__display,
    .p-compare__btn__ad {
        width: 50%;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 10px 10px 0 0;
        color: #FFFFFF;
        font-family: "LINESeedJPStd Bold";
        font-size: 15px;
        height: 41px;
        padding: 9px 0;
    }
    .p-compare__btn__display span,
    .p-compare__btn__ad span {
        font-size: 10px;
    }
    .p-compare__imgBlock {
        position: relative;
    }
    .p-compare__img__display,
    .p-compare__img__ad {
        opacity: 0;
    }
    .p-compare__img__display {
        position: absolute;
        top: 0;
        left: 0;
    }

    .p-compare__imgArea.show__display .p-compare__btn__display{
        background-color: #225cff;
    }
    .p-compare__imgArea.show__display .p-compare__img__display {
        opacity: 1;
    }
    .p-compare__imgArea.show__ad .p-compare__btn__ad{
        background-color: #000000;
    }
    .p-compare__imgArea.show__ad .p-compare__img__ad {
        opacity: 1;
    }
}


/* -- p-billing (課金方式) -- */

.p-billing {
    padding: 100px 0 0;
    background-color: #ffffff;
}

.p-billing__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.p-billing__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    gap: 26px;
    margin-top: 42px;
    text-align: left;
}

.p-billing__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 37px 26px 35px;
}

.p-billing__card-header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.p-billing__card-icon {
    margin: 0;
    flex-shrink: 0;
}

.p-billing__card-icon img {
    display: block;
    width: 52px;
    height: 52px;
}

.p-billing__card-ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.4;
    color: #225CFF;
    margin: 0;
}

.p-billing__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 14px;
    line-height: 2;
    color: #000000;
    margin: 20px 0 0;
}

/* 下部リンク */
.p-billing__link-wrap {
    margin-top: 42px;
}

.p-billing__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "LINESeedJPStd Bold";
    font-size: 16px;
    color: #111111;
    text-decoration: none !important;
    transition: opacity 0.3s;
}

.p-billing__link:hover {
    opacity: 0.7;
}

.p-billing__link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 12px;
    flex-shrink: 0;
}

.p-billing__link-arrow::after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    background-color: #FF6633;
    -webkit-mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-billing {
        padding: 31px 0 45px;
    }

    .p-billing__inner {
        padding: 0 20px;
    }

    .p-billing__cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 21px;
    }

    .p-billing__card {
        padding: 25px 20px 37px;
    }

    .p-billing__card-header {
        display: block;
        margin-left: 0;
    }

    .p-billing__card-ttl {
        font-size: 18px;
        margin-top: 16px
    }

    .p-billing__card-desc {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 1.5;
    }

    .p-billing__link-wrap {
        margin-top: 30px;
    }

    .p-billing__link {
        font-size: 14px;
    }
}


/* -- p-support (サポート体制) -- */

.p-support {
    padding: 150px 0 0;
    background-color: #ffffff;
}

.p-support__inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-support__main-ttl {
    text-align: center;
}

.p-support__body {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 63px;
}

.p-support__fig {
    flex-shrink: 0;
    width: calc(560/1200*100%);
    margin: 0;
}

.p-support__fig img {
    display: block;
    width: 100%;
    height: auto;
}

.p-support__text {
    flex: 1;
    margin-top: 40px;
}

.p-support__subtitle {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 0;
}

.p-support__ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 36px;
    line-height: 1.5;
    color: #000000;
    margin: 12px 0 0;
}

.p-support__desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin: 28px 0 0;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-support {
        padding: 52px 0 24px;
    }

    .p-support__inner {
        padding: 0;
    }
    .p-support__holder {
        margin: 0 2rem;
    }

    .p-support__body {
        flex-direction: column;
        gap: 0px;
        margin-top: 30px;
    }

    .p-support__fig {
        width: 100%;
        padding: 0 12px;
    }

    .p-support__subtitle {
        font-size: 18px;
    }

    .p-support__ttl {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 11px;
    }

    .p-support__text {
        padding: 0 20px;
        margin-top: 21px;
    }

    .p-support__desc {
        font-size: 15px;
        line-height: 1.7;
        margin: 14px 0 0;
    }

}

/* -- p-support (サポート体制) -- */

.p-flow {
    padding: 120px 0 100px;
    background-color: #ffffff;
}

.p-flow__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-flow__main-ttl {
    text-align: center;
}

.p-flow__body {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.p-flow__fig {
    flex-shrink: 0;
    width: 560px;
    margin: 0;
}

.p-flow__fig img {
    display: block;
    width: 100%;
    height: auto;
}

.p-flow__text {
    flex: 1;
}

.p-flow__subtitle {
    font-family: "LINESeedJPStd Bold";
    font-size: 24px;
    line-height: 1.5;
    color: #225CFF;
    margin: 0;
}

.p-flow__ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 36px;
    line-height: 1.5;
    color: #000000;
    margin: 12px 0 0;
}

.p-flow__desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin: 20px 0 0;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-flow {
        padding: 55px 0 22px;
        background-color: #ECEFFF;
    }

    .p-flow__inner {
        max-width: initial;
        padding: 0 0;
    }

    .p-flow__body {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .p-flow__fig {
        width: 100%;
    }

    .p-flow__subtitle {
        font-size: 18px;
    }

    .p-flow__ttl {
        font-size: 24px;
    }

    .p-flow__desc {
        font-size: 15px;
    }

    .p-flow__desc br {
        display: none;
    }
}


/* -- p-useful (お役立ちコンテンツ) -- */

.p-useful {
    margin-top: 120px;
    padding: 120px 0 80px;
    background-color: #CFDAFF;
    background-color: rgba(207, 218, 255, 0.5);
}

@media screen and (max-width: 1023px) {
    .p-useful {
        margin-top: 80px;
        padding: 80px 0 80px;
    }
}

.p-useful__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-useful__inner .p-section-ttl {
    text-align: center;
}

/* ==========================================================================
   お役立ちコンテンツ
   ========================================================================== */

.p-contents {
    padding: 100px 0 0;
}

.p-contents--2 {
    padding: 100px 0 100px;
}

@media screen and (max-width: 1023px) {
    .p-contents {
        padding: 60px 10px 0;
    }

    .p-contents--2 {
        padding: 54px 10px 60px;
    }

    .p-contents--p0 {
        padding-inline: 0;
    }
}

.p-contents__inner {
    max-width: 1240px;
    padding-inline: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .p-contents__inner {
        padding-inline: 0;
    }
}

.p-contents__title {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 1023px) {
    .p-contents__title {
        font-size: 26px;
    }
}

.p-contents__title-en {
    display: block;
    font-size: 14px;
    color: #7A99FF;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.p-contents__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 48px;
    justify-content: center;
}

.p-contents__cards .p-contents__card-item {
    width: calc((100% - 72px) / 3);
}

@media screen and (max-width: 1023px) {
    .p-contents__cards {
        flex-direction: column;
        gap: 40px;
        margin-top: 46px;
    }

    .p-contents__cards .p-contents__card-item {
        width: 100%;
    }
}

.p-contents__card-item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
}

.p-contents__card {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    row-gap: 0;
    background-color: #F3F4F8;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    text-decoration: none !important;
}

/* 2. p-contents__card ホバー: 透過 */
@media (hover: hover) and (pointer: fine) {
    .p-contents__card:hover {
        opacity: 0.7;
    }
}

.p-contents__card-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .p-contents__card-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

.p-contents__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1023px) {
    .p-contents__card-img img {
        height: auto;
    }
}

/* 3. p-contents__card-body 背景色 */
.p-contents__card-body {
    padding: 24px 29px 24px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
    .p-contents__card-item {
        display: block;
    }

    .p-contents__card {
        display: block;
    }

    .p-contents__card-body {
        padding: 22px 26px 22px;
    }
}

.p-contents__card-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.p-contents__card-category {
    display: inline-block;
    font-size: 12px;
    background-color: #225CFF;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 4px;
    line-height: 1;
}

@media screen and (max-width: 1023px) {
    .p-contents__card-category {
        padding: 7px 8px;
    }
}


.p-contents__card-title {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-top: 7px;
    text-decoration: none !important;
}

.p-contents__card-text {
    font-family: "LINESeedJPStd Regular";
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin-top: 4px;
    text-decoration: none !important;
}

.p-contents__card-link {
    text-align: center;
    margin-top: 23px;
}

.p-contents__card:hover .p-contents__card-link {}


/* ==========================================================================
   よくあるご質問
   ========================================================================== */

.p-faq {
    padding: 120px 0 120px;
}

@media screen and (max-width: 1023px) {
    .p-faq {
        padding: 60px 20px 60px;
    }
}

.p-faq__inner {
    max-width: 1240px;
    padding-inline: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .p-faq__inner {
        padding-inline: 0;
    }
}

.p-faq__title {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 1023px) {
    .p-faq__title {
        font-size: 26px;
    }
}

.p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
}

@media screen and (max-width: 1023px) {
    .p-faq__list {
        gap: 12px;
        margin-top: 32px;
    }
}

/* 4. アコーディオンアイテム: ホバー+スムーズ開閉 */
.p-faq__item {
    background-color: #F2F4F8;
    border-radius: 16px;
    padding: 32px 40px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .p-faq__item:hover {
        background-color: #E8EAF0;
    }
}

@media screen and (max-width: 1023px) {
    .p-faq__item {
        padding: 24px 20px;
        border-radius: 12px;
    }
}

/* デフォルトのdetailsマーカーを非表示 */
.p-faq__question {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    font-family: "LINESeedJPStd Regular";
}

.p-faq__question::-webkit-details-marker {
    display: none;
}

.p-faq__question::marker {
    display: none;
    content: '';
}

/* Q. ラベル */
.p-faq__q-label {
    font-family: "LINESeedJPStd Bold";
    font-size: 32px;
    color: #000000;
    line-height: 1;
    flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
    .p-faq__q-label {
        font-size: 24px;
    }
}

/* 質問テキスト */
.p-faq__q-text {
    font-family: "LINESeedJPStd Bold";
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    flex: 1;
    min-width: 0;
}

@media screen and (max-width: 1023px) {
    .p-faq__q-text {
        font-size: 16px;
    }
}

/* トグルアイコン */
.p-faq__q-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
}

.p-faq__q-toggle::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #225CFF;
    -webkit-mask: url('/sites/default/files/media/jp/service/ly-ads/img/icon_arrow.svg') no-repeat center / contain;
    mask: url('/sites/default/files/media/jp/service/ly-ads/img/icon_arrow.svg') no-repeat center / contain;
    transition: transform 0.3s ease;
}

/* Open: 上向き / Closed: 下向き */
.p-faq__item[open] .p-faq__q-toggle::after {
    transform: rotate(180deg);
}

/* 回答エリア（js-acc-targetが制御するのでレイアウトはp-faq__answer-innerへ） */

/* 回答エリア: js-acc-scope方式 */
.p-faq__item .js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
}

.p-faq__item.js-acc-scope.is-close .js-acc-target {
    animation: faqCloseAnim 0.5s forwards;
}

.p-faq__item.js-acc-scope.is-open .js-acc-target {
    animation: faqOpenAnim 0.5s forwards;
}

@keyframes faqOpenAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }

    99% {
        height: var(--acc-body-height);
        visibility: visible;
    }

    100% {
        height: auto;
    }
}

@keyframes faqCloseAnim {
    0% {
        height: var(--acc-body-height);
    }

    99% {
        visibility: visible;
    }

    100% {
        height: 0px;
        visibility: hidden;
    }
}

/* 開閉時のトグルアイコン回転 */
.p-faq__item.is-open .p-faq__q-toggle::after {
    transform: rotate(180deg);
}

/* 回答の内側レイアウト */
.p-faq__answer-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 24px;
    padding-right: 60px;
}

@media screen and (max-width: 1023px) {
    .p-faq__answer-inner {
        padding-top: 16px;
        padding-right: 35px;
    }
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* A. ラベル */
.p-faq__a-label {
    font-family: "LINESeedJPStd Bold";
    font-size: 32px;
    color: #225CFF;
    line-height: 1;
    flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
    .p-faq__a-label {
        font-size: 24px;
    }
}

/* 回答テキスト */
.p-faq__a-text {
    font-family: "LINESeedJPStd Regular";
    flex: 1;
    min-width: 0;
}

.p-faq__a-text p {
    font-family: "LINESeedJPStd Regular";
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

@media screen and (max-width: 1023px) {
    .p-faq__a-text p {
        font-size: 14px;
    }
}

.p-faq__a-text a {
    font-family: "LINESeedJPStd Bold";
    color: #003E9A;
    text-decoration: none !important;
}

.p-faq__a-text a:hover {
    text-decoration: underline !important;
}

/* ---------------------------------------------
*   c-block-step
--------------------------------------------- */
.c-block-step {
    position: relative;
    margin-top: min(45px, 45 / 1440 * 100vw);
    background-color: #ECEFFF;
    padding-inline: calc(40 / 1200 * 100%);
    padding-block: min(48px, 48 / 1440 * 100vw) min(75px, 75 / 1440 * 100vw);
    border-radius: min(20px, 20 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
    .c-block-step {
        margin-top: calc(35 / 375 * 100vw);
        padding-block: calc(10 / 375 * 100vw) calc(42 / 375 * 100vw);
        border-radius: calc(3 / 375 * 100vw);
    }
}

.c-block-step__step-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .c-block-step__step-items {
        display: block;
    }
}

.c-block-step__item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}

.c-block-step__item+.c-block-step__item {
    position: relative;
}

.c-block-step__item+.c-block-step__item::before {
    content: "";
    position: absolute;
    top: min(170px, 170 / 1200 * 100vw);
    left: -2.5%;
    width: min(14px, 14 / 1440 * 100vw);
    height: min(21px, 21 / 1440 * 100vw);
    background-image: url(/sites/default/files/media/jp/service/yahoo-ads/lp/lp202607/img/icon_step.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 100;
}

@media screen and (max-width: 1023px) {
    .c-block-step__item+.c-block-step__item::before {
        width: calc(18 / 375 * 100vw);
        height: calc(15 / 375 * 100vw);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: -6.5%;
    }
}

.c-block-step__item--1 .c-block-step__txt-wrap {
    width: calc(285 / 335 * 100%);
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--1 .c-block-step__txt-wrap {
        width: calc(290 / 375 * 100vw);
    }
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--2 {
        margin-top: 40px;
    }
}

.c-block-step__item--2 .c-block-step__txt-wrap {
    width: calc(275 / 335 * 100%);
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--2 .c-block-step__txt-wrap {
        width: calc(290 / 375 * 100vw);
    }
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--3 {
        margin-top: 40px;
    }
}

.c-block-step__item--3 .c-block-step__txt-wrap {
    width: calc(280 / 340 * 100%);
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--3 .c-block-step__txt-wrap {
        width: calc(290 / 375 * 100vw);
    }
}

@media screen and (max-width: 1023px) {
    .c-block-step__item--3 .c-block-step__img {
        width: 95%;
        margin-left: 1%;
    }
}

.c-block-step__img {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .c-block-step__img {
        width: 106%;
        margin-left: -3%;
    }
}

.c-block-step__img img {
    display: block;
    width: 93%;
    margin: 0 auto;
}

.c-block-step__txt-wrap {
    margin-inline: auto;
    margin-top: min(26px, 26 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
    .c-block-step__txt-wrap {
        margin-top: 16px;
    }
}

.c-block-step__txt {
    font-size: min(14px, 14 / 1440 * 100vw);
    font-family: "LINESeedJPStd Regular";
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1023px) {
    .c-block-step__txt {
        font-size: 14px;
        line-height: 1.5714285714;
    }
}

.c-block-step__txt-acc1 {
    color: var(--color-blue-2);
    font-family: "LINESeedJPStd Bold";
}

.c-block-step__txt-acc2 {
    color: var(--color-red-1);
    font-family: "LINESeedJPStd Bold";
}

.c-acc {
    margin-top: 26px;
    width: 100%;
}

@media (max-width: 1023px) {
    .c-acc {
        margin-top: 26px;
        padding-bottom: 20px;
    }
}

.c-acc__title {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: "LINESeedJPStd Bold";
    font-size: 1.5rem;
    gap: 10px;
    justify-content: flex-start;
}

.c-acc__title:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 4px;
}

.c-acc__title.open:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: inline-block;
    height: 4px;
    transform: rotate(-135deg);
    width: 4px;
}

.c-acc__detail {
    display: none;
    font-family: "LINESeedJPStd Regular";
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
    margin-top: 6px;
    text-align: left;
}

@media (max-width: 1023px) {
    .c-acc__detail {
        font-size: 14px;
        margin-top: 6px;
    }
}


.c-acc__title {
    gap: 6px !important;
}

@media screen and (max-width: 1023px) {
    .c-acc__title {
        font-size: 14px;
        gap: 6px !important;
    }
}

.c-acc__title:after {
    /* position: absolute; */
    content: "";
    background: url(/sites/default/files/media/jp/service/yahoo-ads/lp/lp202607/img/icon_acc.svg) 0 0 no-repeat !important;
    background-size: cover !important;
    border-bottom: none !important;
    border-right: none !important;
    display: block !important;
    width: 8px !important;
    height: 5px !important;
    transform: rotate(-180deg) !important;
}

@media screen and (max-width: 1023px) {
    .c-acc__title:after {
        width: 8px !important;
        height: 5px !important;
    }
}

.c-acc__title.open:after {
    transform: rotate(0) !important;
}

.c-acc__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #252FEB;
}

@media screen and (max-width: 1023px) {
    .c-acc__link {
        text-underline-offset: 2px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .c-acc__link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   追従メニュー　既存より抜粋
--------------------------------------------- */
.c-menu {
    animation-duration: 0.5s;
    position: fixed !important;
    top: 24vh;
    right: 0 !important;
    z-index: 9999 !important;
    background: #FFFFFF;
    border-top: 2px solid #000058;
    border-left: 2px solid #000058;
    border-bottom: 2px solid #000058;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .c-menu {
        display: none !important;
    }

    .c-menu.is-open {
        display: block !important;
        bottom: 59px !important;
        top: auto !important;
    }
}

.c-menu__title {
    background: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    display: inline-block;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.2rem;
    margin-top: 28px;
    color: #000;
    padding: 4px 15px;
}

.c-menu__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 24px 26px;
    text-align: left;
}

.c-menu__item {
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: 1.4rem;
}

.c-menu__item a {
    color: #000058;
    font-family: "LINESeedJPStd Bold", sans-serif;
}

.c-menu__close {
    border-top: 1px solid #000058;
    font-family: "LINESeedJPStd Bold", sans-serif;
    padding-block: 12px;
    text-align: center;
    transition: opacity .3s;
}

@media (hover: hover) and (pointer: fine) {
    .c-menu__close:hover {
        opacity: 0.8;
    }
}

.c-menu__item a.is-current {
    color: #225CFF;
    position: relative;
}

.c-menu__close {
    cursor: pointer;
}

.c-menu.is-closed {
    display: none !important;
}

.c-menu-2 {
    animation-duration: 0.5s;
    position: fixed;
    right: 0;
    top: calc(385px + 26vh);
    z-index: 999;
    display: block;
    padding: 13px 24px 13px 22px;
    background-color: #225CFF;
    border-top: 2px solid #000058;
    border-left: 2px solid #000058;
    border-bottom: 2px solid #000058;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    transition: background-color 0.3s ease-out, transform 0.3s ease-out, color 0.3s;
}

@media screen and (max-width: 1023px) {
    .c-menu-2 {
        display: none;
    }
}

.c-menu-2__txt {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #fff;
    font-family: "LINESeedJPStd Bold", sans-serif;
    font-size: calc(15 / var(--root-fz) * 1rem);
    transition: color 0.3s;
}

.c-menu-2__txt::after {
    content: "";
    display: block;
    margin-bottom: 7px;
    width: 6px;
    height: 10px;
    background: url(../img/icon_arw_white.svg) no-repeat center center/contain;
    transition: background-color 0.3s ease-out, transform 0.3s ease-out;
    will-change: auto;
}

.c-menu-2:hover {
    background-color: #fff;
    text-decoration: none;
}

.c-menu-2:hover .c-menu-2__txt {
    color: #06C755;
}

.c-menu-2:hover .c-menu-2__txt::after {
    background-image: url(../img/icon_arw_green.svg);
}

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

@media screen and (min-width: 1024px) {
    .c-spMenu {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .c-spMenu {
        align-items: center;
        background: #fff;
        bottom: 0 !important;
        display: flex !important;
        height: 59px;
        opacity: 1;
        position: fixed !important;
        transform: translateY(150px);
        transition: all 0.5s;
        width: 100%;
        z-index: 999 !important;
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .c-spMenu>ul {
        display: flex;
        flex: 1 0 0;
        gap: 0 5px;
        margin: 0 5px;
    }

    .c-spMenu>ul li {
        width: 100%;
    }

    .c-spMenu__dl {
        align-items: center;
        border-radius: 999em;
        color: #fff;
        display: flex;
        font-family: "LINESeedJPStd Bold";

        font-size: 1.3rem;
        height: 47px;
        justify-content: center;
        width: 100%;
    }

    .c-spMenu__dl:hover {
        text-decoration: none;
    }

    .c-spMenu__dl--blue {
        background: #003E9A;
    }

    .c-spMenu__dl--orange {
        background: #F77911;
    }

    .c-spMenu__contents {
        align-items: center;
        background: #e4e8f0;
        display: flex;
        height: 59px;
        justify-content: center;
        margin-left: auto;
        width: 73px;
    }

    .c-spMenu.is-active {
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
        z-index: 999 !important;
    }
}

.backBtn {
    margin-block: 64px;
}

@media screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .sp-hide {
        display: none !important;
    }
}

/* 1. c-fix-ber: スクロールで表示 */
.c-fix-ber {
    position: fixed;
    right: 0;
    bottom: 67px;
    width: 414px;
    transition: opacity .3s, transform .3s ease;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.c-fix-ber.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
    .c-fix-ber:hover {
        opacity: 0.8;
    }
}

#pageback {
    padding-block: 80px 60px;
}