@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    height: calc(var(--fixed-header-height) * 1px);
}

hr[id] {
    display: block !important;
    width: auto !important;
    height: 2px !important;
    padding: calc(var(--fixed-header-height) * 1px) 0 0 0 !important;
    border: 0 !important;
    margin: calc(var(--fixed-header-height) * -1px) 0 0 0 !important;
    background: 0 !important;
    pointer-events: none !important;
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.contents {
    padding: 0 40px;
}
@media screen and (max-width: 1023px) {
    .contents {
        padding: 0 20px;
    }
}
.contents__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}
@media screen and (max-width: 1023px) {
    .contents__inner {
        max-width: 800px;
        margin: auto;
        padding: 30px 0;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
/* ---------------------------------------------
*   p-part-feature
--------------------------------------------- */
.p-part-feature {
    margin-top: 23px;
}
@media screen and (max-width: 1023px) {
    .p-part-feature {
        margin-top: 15px;
    }
}
.p-part-feature__ttl {
    display: block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
}
.p-part-feature__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border-radius: 50%;
    background: var(--color-green);
}
.p-part-feature__list {
    margin-top: 10px;
}
.p-part-feature__item {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 1023px) {
    .p-part-feature__item {
        line-height: 1.8;
    }
}
.p-part-feature__item--noindent {
    text-indent: 0;
    padding-left: 0;
}
.p-part-feature__item:nth-of-type(n+2) {
    margin-top: 12px;
}
@media screen and (max-width: 1023px) {
    .p-part-feature__item:nth-of-type(n+2) {
        margin-top: 9px;
    }
}

/* ---------------------------------------------
*   p-btn
--------------------------------------------- */
.p-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 70px;
    margin: 100px auto 0;
    background-color: #00003E;
    border-radius: 50px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 10px 10px 40px rgba(0, 0, 62, 0.15);
}
@media screen and (max-width: 1023px) {
    .p-btn {
        width: 286px;
        height: 62px;
        font-size: 16px;
        margin: 40px auto 0;
    }
}
.p-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -webkit-mask-image: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/talk-head-view/icon_arrow_bold.svg");
            mask-image: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/talk-head-view/icon_arrow_bold.svg");
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
    width: 9px;
    height: 18px;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
    .p-btn::before {
        height: 17px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-btn {
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    .p-btn:hover {
        color: #000048;
        border: 3px solid #000048;
        background-color: #fff;
        text-decoration: none;
    }
    .p-btn:hover::before {
        background-color: #000048;
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.backBtn1[data-astro-cid-ywhn6h3b] {
    align-items: center;
    background-image: linear-gradient(135deg, #00003e 50%, #fff 50%);
    background-position: 100% center;
    background-size: 300%;
    border-color: #00043e;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 40px;
    border-style: solid;
    border-width: 2px;
    display: flex;
    font-family: YakuHanJP, UD新ゴ M, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 80px;
    margin-inline: auto;
    max-width: 300px;
    min-height: 50px;
    padding: 3px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: 0.6s ease-in-out;
    margin: 100px auto 0;
}

@media (min-width: 925px) {
    .backBtn1[data-astro-cid-ywhn6h3b] {
        font-family: YakuHanJP, UD新ゴ M, sans-serif;
        font-size: 14px;
        font-weight: 600;
        justify-content: flex-start;
        max-width: 214px;
        padding-block: 12px;
        padding-inline: 28px 13px;
        margin: 40px auto 0;
    }
}
.backBtn1__arrow01[data-astro-cid-ywhn6h3b] {
    color: #00043e;
    font-size: 16px;
    text-align: center;
    transition: 0.6s;
}

@media (min-width: 925px) {
    .backBtn1__arrow01[data-astro-cid-ywhn6h3b] {
        font-family: YakuHanJP, UD新ゴ M, sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
}
.backBtn1[data-astro-cid-ywhn6h3b] svg[data-astro-cid-ywhn6h3b] {
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 17px;
}

@media (min-width: 925px) {
    .backBtn1[data-astro-cid-ywhn6h3b] svg[data-astro-cid-ywhn6h3b] {
        height: 21px;
        width: 21px;
    }
}
.backBtn1[data-astro-cid-ywhn6h3b] svg[data-astro-cid-ywhn6h3b] path[data-astro-cid-ywhn6h3b],
.backBtn1[data-astro-cid-ywhn6h3b] svg[data-astro-cid-ywhn6h3b] circle[data-astro-cid-ywhn6h3b] {
    transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
    .backBtn1[data-astro-cid-ywhn6h3b]:hover {
        background-position: 0 center;
    }
    .backBtn1[data-astro-cid-ywhn6h3b]:hover .backBtn1__arrow01[data-astro-cid-ywhn6h3b] {
        color: #fff;
    }
    .backBtn1[data-astro-cid-ywhn6h3b]:hover svg[data-astro-cid-ywhn6h3b] path[data-astro-cid-ywhn6h3b] {
        stroke: #00043e;
    }
    .backBtn1[data-astro-cid-ywhn6h3b]:hover svg[data-astro-cid-ywhn6h3b] circle[data-astro-cid-ywhn6h3b] {
        fill: #fff;
    }
}
/* ---------------------------------------------
*   p-card-product
--------------------------------------------- */
.p-card-product {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .p-card-product {
        width: 100%;
        border-radius: 6px;
        background-color: #F7F7F7;
    }
}
.p-card-product:nth-of-type(n+2) {
    margin-top: 56px;
}
@media screen and (max-width: 1023px) {
    .p-card-product:nth-of-type(n+2) {
        margin-top: 24px;
    }
}
.p-card-product__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .p-card-product__container {
        flex-direction: column-reverse;
    }
}
.p-card-product__img {
    width: 266px;
}
@media screen and (max-width: 1023px) {
    .p-card-product__img {
        width: 342px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .p-card-product__body {
        padding: 35px 40px 24px;
    }
}
.p-card-product__ttl {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 1.8461538462;
    text-align: left;
    color: #03c755;
}
@media screen and (max-width: 1023px) {
    .p-card-product__ttl {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2.0625;
        text-align: center;
    }
}
.p-card-product__lead {
    display: block;
    margin-block: 24px 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-card-product__lead {
        margin-block: 4px 0px;
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 1.7142857143;
    }
}
@media screen and (max-width: 1023px) {
    .p-card-product__list {
        margin-top: 14px;
    }
}
.p-card-product__item {
    display: block;
    position: relative;
    padding-left: 15px;
    font-family: var(--ff-ls-b);
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-card-product__item {
        font-size: 14px;
    }
}
.p-card-product__item:nth-of-type(n+2) {
    margin-top: 13px;
}
@media screen and (max-width: 1023px) {
    .p-card-product__item:nth-of-type(n+2) {
        margin-top: 7px;
    }
}
.p-card-product__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border-radius: 50%;
    background: var(--color-green);
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   p-kv
--------------------------------------------- */
/*p-kv*/
.p-kv {
    height: 645px;
    padding-inline: 8.33% 2.78%;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .p-kv {
        height: auto;
        padding-inline: 0;
    }
}
.p-kv__inner {
    display: flex;
    gap: 4.93%;
    height: 645px;
    margin-inline: auto;
    max-width: 1280px;
}

@media screen and (max-width: 1023px) {
    .p-kv__inner {
        flex-direction: column;
        height: auto;
    }
}
.p-kvImg-Area {
    max-width: 669px;
    padding-top: 40px;
}

.p-kvImg-Area img {
    border-radius: 19px;
}

@media screen and (max-width: 1023px) {
    .p-kvImg-Area {
        max-width: 100%;
        padding-top: 0;
    }
    .p-kvImg-Area img {
        width: 100%;
        border-radius: 0;
    }
}
.p-kv__txt {
    flex: 1;
    padding-top: 25px;
}

@media screen and (max-width: 1023px) {
    .p-kv__txt {
        order: 1;
        padding-inline: 20px;
        padding-top: 40px;
    }
}
.p-kvList {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1023px) {
    .p-kvList {
        display: none;
    }
}
.p-kvList__item {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.p-kvList__item:not(:first-of-type)::before {
    border-right: 1px solid var(--color-black);
    border-top: 1px solid var(--color-black);
    content: "";
    display: block;
    height: 4px;
    left: -15px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 4px;
}

.p-kvList__txt {
    color: var(--color-black);
    font-family: var(--ff-ls-r);
}

.p-kv-H1title {
    color: var(--color-green);
    font-family: var(--ff-ls-eb);
    font-size: 55px;
    letter-spacing: 0.065em;
    margin-top: 132px;
}

@media screen and (max-width: 1023px) {
    .p-kv-H1title {
        font-size: 31px;
        margin-top: 0;
        text-align: center;
    }
    .p-kv-H1title--ad {
        width: 236px;
        margin: 0 auto;
    }
    .p-kv-H1title--sticker {
        width: 307px;
        margin: 0 auto;
    }
    .p-kv-H1title--sales {
        width: 177px;
        margin: -10px auto 0;
    }
    .p-kv-H1title--talk {
        width: 267px;
        margin: -10px auto 0;
    }
    .p-kv-H1title--flyer {
        width: 180px;
        margin: -15px auto 0;
    }
}
.p-kv-H1title span {
    letter-spacing: -0.1em;
}

.p-kv-H1title-br {
    display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1420px) {
    .p-kv-H1title-br {
        display: block;
    }
}
.p-kvtxt {
    font-family: var(--ff-ls-b);
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.875;
    margin-top: 29px;
    max-width: 474px;
}

@media screen and (max-width: 1023px) {
    .p-kvtxt {
        font-family: var(--ff-ls-r);
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.7142857143;
        margin-inline: auto;
        margin-top: 24px;
    }
}
.p-kvLink-Area {
    margin-top: 64px;
}

@media screen and (max-width: 1023px) {
    .p-kvLink-Area {
        margin-top: 32px;
        text-align: center;
    }
}
.p-kvLink {
    align-items: center;
    background: var(--color-green);
    border: 3px solid var(--color-white);
    border-radius: 999em;
    color: var(--color-gray-1);
    display: flex;
    font-family: var(--ff-ls-b);
    font-size: 22px;
    height: 68px;
    justify-content: center;
    letter-spacing: 0.03em;
    transition: background-color 0.3s ease-out, transform 0.3s ease-out;
    box-shadow: 10px 10px 40px rgba(6, 199, 85, 0.15);
    width: 335px;
}

@media screen and (max-width: 1023px) {
    .p-kvLink {
        font-size: 16px;
        height: 62px;
        margin-inline: auto;
        max-width: 280px;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-kvLink:hover {
        background: var(--color-white);
        border: 3px solid var(--color-green);
        color: var(--color-green);
        text-decoration: none;
    }
}
.p-kv__txtlink {
    position: relative;
    padding-right: 16px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 25px;
    margin-left: 59px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-kv__txtlink {
        margin: 22px auto 0;
        font-size: 15px;
    }
}
.p-kv__txtlink::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-flyer/icon_arrow.svg") 0 0 no-repeat;
    background-size: contain;
}

/* ---------------------------------------------
*   p-kvanno
--------------------------------------------- */
.p-kvanno {
    display: block;
    margin-top: 31px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.8333333333;
    text-align: left;
    color: #111;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
@media screen and (max-width: 1023px) {
    .p-kvanno {
        max-width: 474px;
        margin-inline: auto;
    }
}
.p-kvanno a {
    color: #000048;
    font-family: var(--ff-ls-b);
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   p-application
--------------------------------------------- */
.p-application__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 75px;
         column-gap: 75px;
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .p-application__list {
        display: block;
    }
}
.p-application__list--2 .p-application__item {
    grid-row: span 4;
}
.p-application__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .p-application__item {
        display: block;
    }
    .p-application__item:nth-of-type(n+2) {
        margin-top: 40px;
    }
}
.p-application__item img {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .p-application__img {
        max-width: 335px;
        margin: 0 auto;
    }
}
.p-application__ttl {
    display: block;
    align-self: center;
    margin-block: 36px 22px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 1.2307692308;
    text-align: center;
    color: #06c755;
}
@media screen and (max-width: 1023px) {
    .p-application__ttl {
        margin-block: 25px 7px;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.055em;
    }
}
.p-application__ttl--s {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
    .p-application__ttl--s {
        font-size: 16px;
        line-height: 1.625;
    }
}
.p-application__txt {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-application__txt {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 2.1428571429;
    }
}

/* ---------------------------------------------
*   p-service
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .p-service__img-outer {
        overflow: scroll;
        scrollbar-width: none;
    }
    .p-service__img-outer::-webkit-scrollbar {
        display: none;
    }
}
.p-service__img {
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .p-service__img {
        width: 1200px;
    }
}
.p-service__img img {
    width: 100%;
}
.p-service__anno {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 2;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-service__anno {
        font-size: 12px;
        text-indent: -1em;
        padding-left: 1em;
    }
}

/* ---------------------------------------------
*   p-service-2
--------------------------------------------- */
.p-service-2__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 90px;
         column-gap: 90px;
    row-gap: 55px;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .p-service-2__list {
        display: block;
        margin-top: 31px;
    }
}
.p-service-2__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    row-gap: 0;
}
@media screen and (max-width: 1023px) {
    .p-service-2__item {
        display: block;
    }
    .p-service-2__item:nth-of-type(1) .p-service-2__img img, .p-service-2__item:nth-of-type(2) .p-service-2__img img {
        width: 105px;
    }
    .p-service-2__item:nth-of-type(3) .p-service-2__img img {
        width: 177px;
    }
    .p-service-2__item:nth-of-type(4) .p-service-2__img img {
        width: 188px;
    }
}
@media screen and (max-width: 1023px) {
    .p-service-2__item:nth-of-type(n+2) {
        margin-top: 60px;
    }
}
.p-service-2__img {
    align-self: center;
}
.p-service-2__img img {
    display: block;
    margin: 0 auto;
}
.p-service-2__ttl {
    display: block;
    font-family: var(--ff-ls-b);
    margin-block: 40px 30px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.07em;
    line-height: 1.4615384615;
    text-align: center;
    color: #06c755;
}
@media screen and (max-width: 1023px) {
    .p-service-2__ttl {
        margin-block: 30px 18px;
        font-size: 20px;
        letter-spacing: 0.06em;
        line-height: 1.5;
    }
}
.p-service-2__txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-service-2__txt {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 2.1428571429;
    }
}
.p-service-2__link {
    position: relative;
    display: block;
    align-self: center;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 16px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-service-2__link {
        margin-top: 18px;
        padding-right: 13px;
        font-size: 14px;
    }
}
.p-service-2__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-sales-promotion/icon_arrow_orange.svg") 0 0 no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
}
@media screen and (max-width: 1023px) {
    .p-service-2__link::before {
        height: 10px;
    }
}

/* ---------------------------------------------
*   p-about
--------------------------------------------- */
.p-about {
    padding-top: 30px;
}
@media screen and (max-width: 1023px) {
    .p-about {
        padding-top: 40px;
    }
}
.p-about__inner {
    display: flex;
    gap: 6.04%;
    justify-content: center;
}
@media screen and (max-width: 1023px) {
    .p-about__inner {
        flex-direction: column;
    }
}
.p-about__ttl {
    flex: 1;
    width: 55.63%;
}
@media screen and (max-width: 1023px) {
    .p-about__ttl {
        width: 100%;
    }
}
.p-about__H2title {
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-about__H2title {
        font-size: 26px;
        line-height: 1.4615384615;
        letter-spacing: 0.03em;
    }
}
.p-about__H2title--green {
    color: #06c755;
}
.p-about-H2title__subTxt {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #06c755;
}
@media screen and (max-width: 1023px) {
    .p-about-H2title__subTxt {
        margin-bottom: 16px;
        font-size: 16px;
    }
}
.p-about__txt {
    display: block;
    letter-spacing: 0.06em;
    line-height: 2.125;
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .p-about__txt {
        font-size: 1.4rem;
        margin-top: 24px;
    }
}
.p-about__txt--s {
    width: 572px;
}
@media screen and (max-width: 1023px) {
    .p-about__txt--s {
        width: 100%;
    }
}
.p-about__caution {
    font-size: 12px;
    margin-top: 9px;
}
@media screen and (max-width: 1023px) {
    .p-about__caution {
        font-size: 1.2rem;
        margin-top: 5px;
    }
}
.p-about__caution-txt {
    letter-spacing: 0.06em;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 1023px) {
    .p-about__caution-txt {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}
.p-about__caution-txt--color {
    color: #707070;
}
.p-about__caution-txt::before {
    content: "※";
}
.p-about__imgArea {
    padding-top: 21px;
}
@media screen and (max-width: 1023px) {
    .p-about__imgArea {
        padding-top: 40px;
        text-align: center;
    }
}
.p-about__img {
    max-width: 312px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .p-about__img {
        max-width: 335px;
    }
}
.p-about__list {
    max-width: 985px;
    margin: 60px auto 0;
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .p-about__list {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 30px;
        max-width: 316px;
        margin: 40px auto 0;
        padding-inline: 0;
    }
}
.p-about__item {
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1023px) {
    .p-about__list-img {
        width: 140px;
        margin: 0 auto;
    }
}
.p-about__list-img img {
    display: block;
    margin: 0 auto;
}
.p-about__list-ttl {
    display: block;
    font-family: var(--ff-ls-b);
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-align: center;
    color: #06c755;
}
@media screen and (max-width: 1023px) {
    .p-about__list-ttl {
        margin-top: 10px;
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   p-process
--------------------------------------------- */
.p-process__list {
    position: relative;
    margin-top: 32px;
}
.p-process__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 37px;
    width: 1px;
    height: 100%;
    background-color: #707070;
}
@media screen and (max-width: 1023px) {
    .p-process__list::before {
        top: 2px;
        left: 24px;
        height: calc(100% - 4px);
    }
}
.p-process__item {
    display: flex;
    gap: 42px;
}
@media screen and (max-width: 1023px) {
    .p-process__item {
        gap: 13px;
    }
}
.p-process__item:nth-of-type(n+2) {
    margin-top: 56px;
}
@media screen and (max-width: 1023px) {
    .p-process__item:nth-of-type(n+2) {
        margin-top: 32px;
    }
}
.p-process__item:last-of-type .p-process__num {
    background-color: #fff;
}
.p-process__num {
    flex-shrink: 0;
    width: 75px;
    z-index: 2;
}
@media screen and (max-width: 1023px) {
    .p-process__num {
        width: 50px;
    }
}
.p-process__ttl {
    display: block;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-process__ttl {
        font-size: 20px;
        letter-spacing: 0.03em;
    }
}
.p-process__txt {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-process__txt {
        margin-top: 7px;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.7142857143;
    }
}

/* ---------------------------------------------
*   p-process-2
--------------------------------------------- */
.p-process-2__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .p-process-2__list {
        display: block;
        max-width: initial;
    }
}
.p-process-2__list::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
}
@media screen and (max-width: 1023px) {
    .p-process-2__list::before {
        top: 2px;
        left: 24px;
        width: 1px;
        height: calc(100% - 4px);
    }
}
@media screen and (min-width: 1024px) {
    .p-process-2__list--2 {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 220px));
        max-width: 1200px;
        -moz-column-gap: 20px;
             column-gap: 20px;
    }
    .p-process-2__list--2 .p-process-2__item {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .p-process-2__list--2 .p-process-2__txtarea {
        display: contents;
    }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .p-process-2__list--2 .p-process-2__ttl {
        align-self: end;
    }
}
@media screen and (min-width: 1024px) {
    .p-process-2__list--3 {
        max-width: 820px;
    }
    .p-process-2__list--3 .p-process-2__item:nth-of-type(1) {
        width: 16.414634%;
    }
    .p-process-2__list--3 .p-process-2__item:nth-of-type(2) {
        width: 15.7317073171%;
    }
    .p-process-2__list--3 .p-process-2__item:nth-of-type(3) {
        width: 16.9512195122%;
    }
    .p-process-2__list--3 .p-process-2__item:nth-of-type(4) {
        width: 10.487804878%;
    }
}
@media screen and (max-width: 1023px) {
    .p-process-2__list--3 .p-process-2__item {
        align-items: center;
    }
    .p-process-2__list--3 .p-process-2__num {
        margin-bottom: 0;
    }
}
.p-process-2__item {
    position: relative;
    flex-shrink: 0;
    width: 20.7547169811%;
}
@media screen and (max-width: 1023px) {
    .p-process-2__item {
        display: flex;
        gap: 13px;
        width: 100%;
    }
    .p-process-2__item:nth-of-type(n+2) {
        margin-top: 32px;
    }
    .p-process-2__item:last-of-type .p-process-2__num {
        background-color: #fff;
    }
}
.p-process-2__item:last-of-type {
    background-color: #fff;
}
.p-process-2__num {
    flex-shrink: 0;
    display: block;
    width: 75px;
    z-index: 2;
    margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
    .p-process-2__num {
        width: 50px;
    }
}
.p-process-2__lead {
    font-family: var(--ff-ls-b);
    display: block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #03c755;
}
@media screen and (max-width: 1023px) {
    .p-process-2__lead {
        margin-top: 10px;
    }
}
.p-process-2__lead--sub {
    font-family: var(--ff-ls-r);
    margin-top: 5px;
    font-size: 16px;
    color: #000000;
}
@media screen and (max-width: 1023px) {
    .p-process-2__lead--sub {
        margin-top: 8px;
        font-size: 14px;
        letter-spacing: 0.02em;
    }
}
.p-process-2__lead--mt {
    margin-top: 60px;
}
@media screen and (max-width: 1023px) {
    .p-process-2__lead--mt {
        margin-top: 20px;
    }
}
.p-process-2__ttl {
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.55;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-process-2__ttl {
        font-size: 20px;
        letter-spacing: 0.03em;
    }
}
@media screen and (min-width: 1024px) {
    .p-process-2__ttl--nowap {
        white-space: nowrap;
    }
}
.p-process-2__txt {
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.065em;
    line-height: 2.125;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-process-2__txt {
        margin-top: 7px;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.7142857143;
    }
}

/* ---------------------------------------------
*   p-part-anno
--------------------------------------------- */
.p-part-anno {
    display: block;
    margin-top: 60px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-part-anno {
        margin-top: 30px;
        text-align: left;
        text-indent: -1.5em;
        padding-left: 1.5em;
        line-height: 1.8;
    }
}
.p-part-anno--bold {
    display: inline;
    margin-top: 0;
    font-weight: 600;
    text-indent: 0;
    padding: 0;
    color: #000048;
}

/* ---------------------------------------------
*   p-cta-area
--------------------------------------------- */
.p-cta-area {
    margin-top: 100px;
    padding-block: 96px;
    border-radius: 11px;
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-sales-promotion/bg_cta.png") center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
    .p-cta-area {
        margin-bottom: 100px;
        margin-top: 80px;
        padding-block: 50px;
        background-image: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-sales-promotion/bg_cta_sp.png");
    }
}
.p-cta-area__txt {
    font-family: var(--ff-ls-b);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.07em;
    line-height: 1.53125;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .p-cta-area__txt {
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 1.8;
    }
}
.p-cta-area__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 68px;
    margin: 60px auto 0;
    border-radius: 34px;
    background: var(--color-green);
    box-shadow: 0px 6px 40px rgba(247, 121, 16, 0.15);
    font-family: var(--ff-ls-b);
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center;
    border: 3px solid #fff;
    cursor: pointer;
}
.p-cta-area__btn a {
    color: #FFF !important;
    transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
    .p-cta-area__btn {
        width: 280px;
        height: 62px;
        margin: 40px auto 0;
        font-size: 16px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-cta-area__btn {
        transition: background-color 0.3s, border 0.3s;
    }
    .p-cta-area__btn:hover {
        border: 3px solid var(--color-green);
        background-color: #fff;
        text-decoration: none;
    }
    .p-cta-area__btn:hover a {
        color: var(--color-green) !important;
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   p-cta-area-2
--------------------------------------------- */
.p-cta-area-2 {
    display: grid;
    place-content: center;
    margin-top: 146px;
    padding-block: 100px;
    background-color: #000048;
    border-radius: 11px;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2 {
        margin-top: 80px;
        padding: 72px 27px;
        border-radius: 18px;
    }
}
.p-cta-area-2--mt100 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2--mt100 {
        margin-top: 80px;
    }
}
.p-cta-area-2__ttl {
    display: block;
    font-family: var(--ff-ls-b);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.07em;
    line-height: 1.53125;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2__ttl {
        font-size: 26px;
        letter-spacing: 0.03em;
        line-height: 1.3846153846;
    }
}
.p-cta-area-2__lead {
    display: block;
    margin-top: 18px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2__lead {
        margin-top: 27px;
        font-size: 13px;
        text-align: left;
    }
}
.p-cta-area-2__btnarea {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 64px;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2__btnarea {
        display: block;
        margin-top: 47px;
    }
}
.p-cta-area-2__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 68px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0px 6px 40px rgba(247, 121, 16, 0.15);
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center;
    color: #000048;
    border: 3px solid transparent;
}
@media screen and (max-width: 1023px) {
    .p-cta-area-2__btn {
        max-width: 280px;
        width: 100%;
        height: 62px;
        margin: 0 auto;
        font-size: 16px;
    }
    .p-cta-area-2__btn:nth-of-type(n+2) {
        margin-top: 20px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-cta-area-2__btn {
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    .p-cta-area-2__btn:hover {
        color: #fff;
        border: 3px solid #fff;
        background-color: #000048;
        text-decoration: none;
    }
}
.p-cta-area-2__btn--orange {
    background-color: #06C755;
    border: 3px solid #fff;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .p-cta-area-2__btn--orange {
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    .p-cta-area-2__btn--orange:hover {
        color: #06C755;
        border: 3px solid #06C755;
        background-color: #fff;
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   p-product
--------------------------------------------- */
.p-product__container {
    padding-inline: 110px;
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .p-product__container {
        margin: 10px auto 0;
        padding-block: 46px 30px;
        padding-inline: 0;
    }
}

/* ---------------------------------------------
*   p-comparison
--------------------------------------------- */
.p-comparison__lead {
    display: block;
    font-family: var(--ff-ls-b);
    margin-block: 26px 35px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-comparison__lead {
        margin-block: 10px 20px;
        padding-left: 18px;
        font-size: 16px;
        letter-spacing: 0;
    }
}

/* ---------------------------------------------
*   p-creative
--------------------------------------------- */
.p-creative__container {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    gap: 50px;
}
@media screen and (max-width: 1023px) {
    .p-creative__container {
        display: block;
        margin-top: 12px;
    }
}
.p-creative__head {
    width: 664px;
}
@media screen and (max-width: 1023px) {
    .p-creative__head {
        width: 100%;
    }
}
.p-creative__txt {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    text-align: left;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-creative__txt {
        font-size: 14px;
        line-height: 1.7142857143;
        letter-spacing: 0.03em;
    }
}
.p-creative__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 276px;
    height: 68px;
    margin-top: 80px;
    border-radius: 34px;
    background: #000048;
    box-shadow: 0px 6px 40px rgba(247, 121, 16, 0.15);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.03em;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    .p-creative__btn {
        width: 280px;
        height: 62px;
        font-size: 16px;
        margin: 30px auto 0;
        width: 280px;
        box-shadow: 0px 6px 20px rgba(247, 121, 16, 0.15);
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-creative__btn {
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    .p-creative__btn:hover {
        color: #000048;
        border: 3px solid #000048;
        background-color: #fff;
        text-decoration: none;
    }
}
.p-creative__img {
    width: 428px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
    .p-creative__img {
        width: 100%;
        max-width: 335px;
        margin: 20px auto 0;
    }
}

/* ---------------------------------------------
*   p-summary
--------------------------------------------- */
.p-summary__body {
    display: flex;
    width: 907px;
    margin: 0 auto;
    gap: 60px;
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .p-summary__body {
        display: block;
        margin-top: 32px;
        width: 100%;
    }
}
.p-summary__img {
    width: 163px;
}
@media screen and (max-width: 1023px) {
    .p-summary__img {
        width: 127px;
        margin: 0 auto 30px;
    }
}
.p-summary__ttl {
    display: flex;
    align-items: center;
    gap: 29px;
}
@media screen and (max-width: 1023px) {
    .p-summary__ttl {
        flex-direction: column-reverse;
        gap: 10px;
    }
}
.p-summary__inner {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .p-summary__inner {
        margin-top: 0;
    }
}
.p-summary__ttl-main {
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.07em;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-summary__ttl-main {
        text-align: center;
    }
}
.p-summary__ttl-sub {
    display: inline-block;
    padding: 7px 20px;
    font-family: var(--ff-ls-r);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #06C755;
    border-radius: 4px;
}
@media screen and (max-width: 1023px) {
    .p-summary__ttl-sub {
        text-align: center;
        padding: 7px 20px 6px;
    }
}
.p-summary__txt {
    display: block;
    margin-top: 34px;
    white-space: nowrap;
    font-family: var(--ff-ls-r);
    font-size: 16px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-summary__txt {
        white-space: wrap;
        margin-top: 11px;
        font-size: 14px;
        line-height: 1.7;
    }
}
.p-summary__list {
    margin-top: 30px;
}
@media screen and (max-width: 1023px) {
    .p-summary__list {
        margin-top: 26px;
    }
}
.p-summary__item {
    display: flex;
    align-items: baseline;
    gap: 30px;
}
@media screen and (max-width: 1023px) {
    .p-summary__item {
        display: block;
    }
}
.p-summary__item:nth-of-type(n+2) {
    margin-top: 3px;
}
@media screen and (max-width: 1023px) {
    .p-summary__item:nth-of-type(n+2) {
        margin-top: 15px;
    }
}
.p-summary__item-ttl {
    position: relative;
    display: block;
    width: 80px;
    padding-left: 15px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
}
.p-summary__item-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border-radius: 50%;
    background: var(--color-green);
}
.p-summary__item-txt {
    display: block;
    font-family: var(--ff-ls-r);
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    color: #111;
}
@media screen and (max-width: 1023px) {
    .p-summary__item-txt {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1.725;
    }
}

/* ---------------------------------------------
*   p-campany
--------------------------------------------- */
.p-campany__head {
    display: flex;
    align-items: baseline;
    gap: 37px;
}
@media screen and (max-width: 1023px) {
    .p-campany__head {
        display: block;
    }
}
.p-campany__anno {
    font-family: var(--ff-ls-r);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #00003e;
}
@media screen and (max-width: 1023px) {
    .p-campany__anno {
        display: block;
        font-size: 10px;
        line-height: 1.7;
    }
}
.p-campany__body {
    margin-top: 35px;
}
@media screen and (max-width: 1023px) {
    .p-campany__body {
        margin-top: 20px;
    }
}
.p-campany__list {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .p-campany__list {
        display: block;
    }
}
.p-campany__item {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    .p-campany__item {
        margin: 0 auto;
    }
    .p-campany__item:nth-of-type(n+2) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .p-campany__item:nth-of-type(n+2) {
        margin-top: 30px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-campany__item {
        transition: opacity 0.3s;
    }
    .p-campany__item:hover {
        opacity: 0.7;
    }
}
.p-campany__link {
    display: block;
    text-align: center;
    text-decoration: none !important;
}
.p-campany__img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 95px;
    margin-bottom: 7px;
}
.p-campany__name {
    position: relative;
    padding-right: 23px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #000;
}
.p-campany__name::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-flyer/icon_link.svg") 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px;
}

/*---------------------------------------------
/*  .c-slider
--------------------------------------------- */
.c-slider {
    margin-top: 32px;
}
.c-slider [role=tabpanel] {
    display: block;
    opacity: 1;
}
.c-slider__wrapper {
    position: relative;
}
.c-slider .splide__slide {
    transform: translate3d(0, 0, 0);
}
.c-slider .splide__track {
    overflow: hidden;
}
.c-slider .splide__arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    translate: 0 -50%;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform-origin: 0 0;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .c-slider .splide__arrow {
        width: 40px;
        height: 40px;
    }
}
.c-slider .splide__arrow:focus-visible {
    outline: 3px solid #b4e900;
    outline-offset: 3px;
}
.c-slider .splide__arrow--prev {
    left: 35px;
    rotate: 180deg;
}
@media screen and (max-width: 1023px) {
    .c-slider .splide__arrow--prev {
        left: 10px;
        transform-origin: 0;
    }
}
.c-slider .splide__arrow--next {
    right: -35px;
}
@media screen and (max-width: 1023px) {
    .c-slider .splide__arrow--next {
        right: 10px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__arrow {
        transition: opacity 0.3s;
    }
    .c-slider .splide__arrow:hover {
        opacity: 0.8;
    }
}
.c-slider .splide__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-promotion-sticker/icon_arrow.svg") 0 0 no-repeat;
    background-size: contain;
    width: 7px;
    height: 15px;
    box-sizing: border-box;
}
.c-slider .splide__pagination {
    margin-top: 40px;
    gap: 32px;
}
.c-slider .splide__pagination li {
    font-size: 0;
}
.c-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: #707070;
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
}
.c-slider .splide__pagination__page.is-active {
    background-color: #06C755;
}
.c-slider .splide__pagination__page:focus-visible {
    outline: 3px solid #06C755;
    outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__pagination__page {
        transition: opacity 0.3s;
    }
    .c-slider .splide__pagination__page:hover {
        opacity: 0.8;
    }
}
.c-slider__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*---------------------------------------------
/*  .p-slider-product
--------------------------------------------- */
.p-slider-product [role=tabpanel] {
    display: block;
    opacity: 1;
}
.p-slider-product__wrapper {
    position: relative;
}
.p-slider-product .splide__slide {
    max-width: initial !important;
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__slide {
        width: 260px !important;
    }
}
.p-slider-product .splide__track {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__track {
        max-width: initial;
    }
}
.p-slider-product .splide__arrow {
    position: absolute;
    top: 60%;
    z-index: 1;
    translate: 0 -50%;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform-origin: 0 0;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__arrow {
        top: 53%;
        width: 20px;
        height: 57px;
        border-radius: 10px;
    }
}
.p-slider-product .splide__arrow:focus-visible {
    outline: 3px solid #b4e900;
    outline-offset: 3px;
}
.p-slider-product .splide__arrow--prev {
    left: 35px;
    rotate: 180deg;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__arrow--prev {
        transform-origin: 0;
        left: 14px;
    }
}
.p-slider-product .splide__arrow--next {
    right: -35px;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__arrow--next {
        right: 14px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-slider-product .splide__arrow {
        transition: opacity 0.3s;
    }
    .p-slider-product .splide__arrow:hover {
        opacity: 0.8;
    }
}
.p-slider-product .splide__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-promotion-sticker/icon_arrow.svg") 0 0 no-repeat;
    background-size: contain;
    width: 10px;
    height: 18px;
    box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__arrow::before {
        width: 7px;
        height: 15px;
    }
}
.p-slider-product .splide__pagination {
    margin-top: 60px;
    gap: 15px;
}
@media screen and (max-width: 1023px) {
    .p-slider-product .splide__pagination {
        margin-top: 23px;
    }
}
.p-slider-product .splide__pagination li {
    font-size: 0;
}
.p-slider-product .splide__pagination__page {
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 72, 0.2);
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
}
.p-slider-product .splide__pagination__page.is-active {
    background-color: #000048;
}
.p-slider-product .splide__pagination__page:focus-visible {
    outline: 3px solid #000048;
    outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
    .p-slider-product .splide__pagination__page {
        transition: opacity 0.3s;
    }
    .p-slider-product .splide__pagination__page:hover {
        opacity: 0.8;
    }
}
.p-slider-product__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/*追従メニュー*/
.c-menu {
    animation-duration: 0.5s;
    background: var(--color-gray-1);
    border: 2px solid var(--color-black);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 250px;
    z-index: 999;
}

@media screen and (max-width: 1023px) {
    .c-menu {
        display: none;
    }
}
.c-menu__title {
    background: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 22px;
    display: inline-block;
    font-family: var(--ff-ls-b);
    font-size: 1.2rem;
    margin-top: 28px;
    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: var(--ff-ls-b);
    font-size: 1.4rem;
}

.c-menu__item a {
    color: var(--color-black);
    font-family: var(--ff-ls-b);
}

.c-menu__close {
    border-top: 1px solid var(--color-black);
    font-family: var(--ff-ls-b);
    padding-block: 12px;
    text-align: center;
}

.c-menu__item a.is-current {
    color: var(--color-green);
    position: relative;
}

.c-menu__close {
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .sp-menu-wrap--clone {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-spMenu {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .c-spMenu {
        align-items: center;
        background: var(--color-white);
        bottom: 0;
        display: flex;
        height: 59px;
        opacity: 0;
        position: fixed;
        transform: translateY(150px);
        transition: all 0.5s;
        visibility: hidden;
        width: 100%;
        z-index: 999;
    }
    .c-spMenu > ul {
        display: flex;
        flex: 1 0 0;
        gap: 0 5px;
        margin: 0 5px;
    }
    .c-spMenu > ul li {
        width: 100%;
    }
    .c-spMenu__dl-cta {
        align-items: center;
        background: var(--color-green);
        border-radius: 999em;
        color: var(--color-white);
        display: flex;
        font-family: var(--ff-ls-b);
        font-size: 1.3rem;
        height: 47px;
        justify-content: center;
        width: 100%;
    }
    .c-spMenu__contents {
        align-items: center;
        background: #e4e8f0;
        display: flex;
        height: 59px;
        justify-content: center;
        margin-left: auto;
        width: 73px;
    }
    .is-active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.backBtn a {
    font-family: var(--ff-ls-b);
    font-size: 1.7rem;
    padding-block: 13px 12px;
    padding-inline: 29px 70px;
}

.backBtn__arrow01:before {
    right: 29px;
}

@media screen and (max-width: 1023px) {
    .backBtn__arrow01:before {
        right: 29px;
    }
}
.scrollUp {
    opacity: 0;
    transform: translateY(1px);
    transition: opacity 1s, transform 1s;
}

.scrollUp.is-show {
    opacity: 1;
    transform: translateY(0px);
}

/* ---------------------------------------------
*   p-feature
--------------------------------------------- */
.p-feature__list {
    margin-top: 32px;
}
.p-feature__item {
    background: var(--color-gray-1);
    border-radius: 6px;
    position: relative;
}
.p-feature__item:not(:first-of-type) {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .p-feature__item:not(:first-of-type) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__item:not(:first-of-type) {
        margin-top: 9px;
    }
}
.p-feature__item-inner {
    display: flex;
    align-items: center;
    gap: 93px;
    margin-inline: auto;
    max-width: 980px;
}
@media screen and (max-width: 1023px) {
    .p-feature__item-inner {
        flex-direction: column;
        gap: 24px;
        padding: 39px 32px 0;
    }
}
@media screen and (min-width: 1024px) {
    .p-feature__item-inner--center {
        align-items: center;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__item-inner--flyer01 {
        gap: 9px;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__item-inner--flyer02 {
        gap: 14px;
        padding: 39px 32px 24px;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__item-inner--flyer03 {
        gap: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__item-inner--flyer04 {
        gap: 7px;
    }
}
.p-feature__ttl {
    padding-block: 36px;
}
@media screen and (max-width: 1023px) {
    .p-feature__ttl {
        padding-block: 0;
    }
}
.p-feature__ttl--s {
    width: 710px;
}
@media screen and (max-width: 1023px) {
    .p-feature__ttl--s {
        width: 100%;
    }
}
.p-feature__ttl--flyer01 {
    padding-block: 37px 16px;
}
@media screen and (max-width: 1023px) {
    .p-feature__ttl--flyer01 {
        padding-block: 0;
    }
}
.p-feature__ttl--flyer02 {
    padding-block: 37px 35px;
}
@media screen and (max-width: 1023px) {
    .p-feature__ttl--flyer02 {
        padding-block: 0;
    }
}
.p-feature__num {
    display: flex;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 1.1538461538;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-feature__num {
        font-size: 18px;
        line-height: 1.453846;
    }
}
.p-feature__num--s {
    font-size: 22px;
    color: #707070;
}
@media screen and (max-width: 1023px) {
    .p-feature__num--s {
        font-size: 16px;
    }
}
.p-feature__num span {
    display: block;
    flex-shrink: 0;
    font-family: var(--ff-ls-b);
    color: var(--color-green);
    margin-right: 21px;
}
@media screen and (max-width: 1023px) {
    .p-feature__num span {
        margin-right: 16px;
    }
}
.p-feature__num--s span {
    margin-right: 17px;
}
.p-feature__txt {
    display: block;
    margin-top: 22px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2.125;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-feature__txt {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 2;
    }
}
.p-feature__txt--s {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .p-feature__txt--s {
        font-size: 12px;
        letter-spacing: 0.03em;
        margin-top: 18px;
    }
}
.p-feature__txt--ss {
    display: inline;
    font-size: 12px;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .p-feature__txt--ss {
        font-size: 10px;
        letter-spacing: 0.03em;
        margin-top: 18px;
    }
}
.p-feature__txt--l {
    font-weight: 600;
    font-family: var(--ff-ls-b);
    font-size: 29px;
    margin-top: 10px;
    line-height: 1.65;
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .p-feature__txt--l {
        font-size: 22px;
        letter-spacing: 0.06em;
        margin-top: 16px;
    }
}
.p-feature__txt--l sup {
    vertical-align: top !important;
    margin-left: -8px;
    padding-right: 3px;
}
@media screen and (max-width: 1023px) {
    .p-feature__txt--l sup {
        margin-left: -6px;
    }
}
.p-feature__txt--green {
    display: inline;
    margin-top: 0;
    color: #06C755;
}
.p-feature__txt a {
    text-decoration: underline;
    font-family: var(--ff-ls-r);
}
@media (hover: hover) and (pointer: fine) {
    .p-feature__txt a:hover {
        text-decoration: none;
    }
}
.p-feature__txt-green {
    color: var(--color-green);
    font-family: var(--ff-ls-b);
}
.p-feature__txt sup {
    font-family: var(--ff-ls-r);
    font-size: 1rem;
    vertical-align: revert;
}
.p-feature__imgArea {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea {
        margin-inline: auto;
        max-width: 295px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.p-feature__imgArea--1 {
    padding-block: 40px;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--1 {
        padding-top: 0;
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--ad01 {
        width: 197px;
        height: auto;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--ad02 {
        width: 212px;
        height: auto;
    }
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--ad03 {
        width: 148px;
        height: auto;
    }
}
.p-feature__imgArea--talk01 {
    flex-shrink: 1;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--talk01 {
        width: 247px;
        height: auto;
    }
}
.p-feature__imgArea--talk02 {
    flex-shrink: 1;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--talk02 {
        width: 247px;
        height: auto;
    }
}
.p-feature__imgArea--talk03 {
    flex-shrink: 1;
    align-self: flex-end;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--talk03 {
        width: 207px;
        height: auto;
    }
}
.p-feature__imgArea--talk04 {
    flex-shrink: 1;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--talk04 {
        width: 133px;
        height: auto;
    }
}
.p-feature__imgArea--flyer01 {
    align-self: flex-end;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--flyer01 {
        align-self: unset;
    }
}
.p-feature__imgArea--flyer02 {
    padding-top: 0;
}
.p-feature__imgArea--flyer03 {
    margin-left: 110px;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--flyer03 {
        width: 251px;
        margin: 0 auto;
    }
}
.p-feature__imgArea--flyer03 {
    align-self: flex-end;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--flyer03 {
        align-self: unset;
    }
}
.p-feature__imgArea--flyer04 {
    align-self: flex-end;
}
@media screen and (max-width: 1023px) {
    .p-feature__imgArea--flyer04 {
        max-width: 224px;
    }
}
.p-feature__caution {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin-top: 16px;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 1023px) {
    .p-feature__caution {
        font-size: 1.2rem;
        margin-top: 12px;
    }
}
.p-feature__caution:before {
    content: "※";
}
.p-feature__anno {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -2px;
    margin-inline: auto -80px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 2;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .p-feature__anno {
        width: 100%;
        font-size: 10px;
        letter-spacing: 0.03em;
        margin-inline: auto 0;
        margin-top: 6px;
        text-align: right;
    }
}

/* ---------------------------------------------
*   p-H2title
--------------------------------------------- */
.p-H2title {
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.05em;
    padding-left: 26px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .p-H2title {
        padding-left: 17px;
        font-size: 26px;
    }
}
.p-H2title:before {
    background: var(--color-green);
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: -3px;
    width: 10px;
}

@media screen and (max-width: 1023px) {
    .p-H2title:before {
        height: 8px;
        margin: 0;
        top: 15px;
        width: 8px;
    }
}
/* ---------------------------------------------
*   p-caseStudy
--------------------------------------------- */
@media (min-width: 1024px) {
    .p-caseStudy .carouseSWPanelList .swiper-slide {
        margin-right: 0;
        max-width: 100%;
    }
    .p-caseStudy .pagePannel__img {
        max-height: 254px;
    }
}
.p-caseStudy__link {
    margin-top: 25px;
    text-align: center;
}

.p-caseStudy__txtLink {
    color: var(--color-black);
    font-family: var(--ff-ls-b);
    font-size: 1.4rem;
    position: relative;
}

.p-caseStudy__txtLink:after {
    border-right: 2px solid var(--color-orange);
    border-top: 2px solid var(--color-orange);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: -12px;
    top: 8px;
    transform: rotate(45deg);
    width: 3px;
}

/* ---------------------------------------------
*   l-cta
--------------------------------------------- */
/*l-cta*/
.l-cta {
    align-items: center;
    display: flex;
    height: 288px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .l-cta {
        height: 403px;
    }
}
.l-cta__bg {
    height: 268px;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 11px;
}

@media screen and (max-width: 1023px) {
    .l-cta__bg {
        border-radius: 11px;
        height: 323px;
    }
}
.l-cta__bg-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 11px;
}

@media screen and (max-width: 1023px) {
    .l-cta__bg-img {
        border-radius: 11px;
    }
}
.l-cta__inner {
    align-items: center;
    display: flex;
    gap: 170px;
    justify-content: center;
    margin-inline: auto;
    max-width: 1020px;
    padding-inline: 10px;
}

.l-cta__inner .p-cta-area__btn {
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .l-cta__inner {
        flex-direction: column;
        gap: 40px;
        height: 323px;
        max-width: 100%;
        padding-block: 32px 38px;
        padding-inline: 28px 27px;
    }
}
.l-cta__inner-txt {
    color: var(--color-white);
    font-family: var(--ff-ls-eb);
    font-size: 26px;
    letter-spacing: 0.07em;
    line-height: 1.7692307692;
}

@media screen and (max-width: 1023px) {
    .l-cta__inner-txt {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 1.8;
    }
}
.l-ctaLink {
    align-items: center;
    background: var(--color-white);
    border: 3px solid var(--color-white);
    border-radius: 999em;
    color: var(--color-navy);
    display: flex;
    font-family: var(--ff-ls-b);
    font-size: 2.2rem;
    justify-content: center;
    letter-spacing: 0.06em;
    padding-block: 18px 15px;
    transition: background-color 0.3s ease-out, transform 0.3s ease-out;
    width: 329px;
}

@media screen and (max-width: 1023px) {
    .l-ctaLink {
        font-size: 16px;
        padding-inline: 85px;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-ctaLink:hover {
        background: var(--color-navy);
        color: var(--color-white);
        text-decoration: none;
    }
}
.topicpath__list > li {
    font-family: var(--ff-M);
}

/* ---------------------------------------------
*   l-cta-02
--------------------------------------------- */
.l-cta-02 {
    max-width: 1200px;
    height: 215px;
    padding-inline: 110px;
    margin-top: 100px;
    border-radius: 11px;
    background: #000048;
    background-color: #000048;
}
@media screen and (max-width: 1023px) {
    .l-cta-02 {
        width: 100%;
        height: auto;
        padding: 72px 20px;
    }
}
.l-cta-02__inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__inner {
        display: block;
    }
}
.l-cta-02__inner-txt {
    font-family: var(--ff-ls-b);
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.07em;
    line-height: 49px;
    text-align: left;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__inner-txt {
        font-size: 26px;
        line-height: 1.3846153846;
        letter-spacing: 0.03em;
        text-align: center;
    }
}
.l-cta-02__inner-anno {
    margin-top: 20px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.07em;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__inner-anno {
        display: none;
    }
}
.l-cta-02__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 69px;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.03em;
    border-radius: 38px;
    background-color: #fff;
    border: 3px solid transparent;
    color: #01003e;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__btn {
        width: 280px;
        height: 62px;
        font-size: 16px;
        margin: 40px auto 0;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-cta-02__btn {
        transition: background-color 0.3s, border 0.3s;
    }
    .l-cta-02__btn:hover {
        border: 3px solid #fff;
        background-color: #000048;
        text-decoration: none;
        color: #fff !important;
        text-decoration: none;
    }
}
.l-cta-02__btn--green {
    border: 3px solid #fff;
    background-color: #06C755;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .l-cta-02__btn--green {
        transition: background-color 0.3s, border 0.3s;
    }
    .l-cta-02__btn--green:hover {
        border: 3px solid #06C755;
        background-color: #fff;
        text-decoration: none;
        color: #06C755 !important;
        text-decoration: none;
    }
}
.l-cta-02__link {
    position: relative;
    padding-right: 16px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 25px;
    margin-inline: auto;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__link {
        margin: 22px auto 0;
        font-size: 15px;
    }
}
.l-cta-02__link::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    -webkit-mask-image: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-flyer/icon_arrow.svg");
            mask-image: url("/sites/default/files/media/jp/service/line-sales-promotion/ver2/img/line-flyer/icon_arrow.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #fff;
}
@media screen and (max-width: 1023px) {
    .l-cta-02__link::before {
        width: 8px;
        height: 8px;
    }
}

/* ---------------------------------------------
*   contents--talk
--------------------------------------------- */
.contents--talk {
    overflow-x: hidden;
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1023px), screen and (max-width: 1023px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}