/* ネット注文 netorder セクション */
#netorder .p-order-container {
    display: grid;
    place-content: center;
    grid-template-columns: 1fr;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(192, 192, 192, 0.20);
    padding-top: calc(23px + 16px);
    gap: 13px;
}
@media screen and (max-width: 767px) {
    #netorder .p-order-container {
        max-width: 100%;
        gap: 10px;
        padding-top: calc(100vw / ( 750 / 40 ));
        padding-bottom: 11px;
    }
}
@media screen and (min-width: 768px) {
    #netorder .p-order {
        margin: 3px auto 0;
    }
}
/* アンカーリンク削除 spanに変更 */
#netorder .p-order-img .forAnc__item :is(a, span):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-color: #e60012;
    height: 1px;
    top: -10px;
    width: 187px;
}
@media screen and (max-width: 767px) {
    #netorder .p-order-img .forAnc__item :is(a, span):before {
        top: calc(-100vw / (750 / 18));
        width: calc(100vw / (750 / 201));
    }
}

@media screen and (max-width: 767px) {
    #netorder .c-app-cv__inner {
        padding-block: 0;
    }
}

/* おトクセクション 背景付きリンク */
#netorder .p-feature .forDL {
    width: 318px;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    #netorder .p-feature .forDL {
        width: calc(300 / 375 * 100vw);
    }
}

/* ボタンコンポーネント p-bn */
#netorder .p-order-container .p-bn.p-bn--small {
    width: 471px;
    margin-top: -48px;
}
@media screen and (max-width: 767px) {
    #netorder .p-order-container .p-bn.p-bn--small {
        width: calc(100vw / (750 / 620));
        margin-top: -41px;
    }
}

/* ログイン方法 */
@media screen and (max-width: 416px) {
    #netorder .p-bn {
        width: calc(100vw / (750 / 670));
    }
}
#netorder .p-bn .forSS {
    width: 114px;
    translate: 0 -5px;
}
@media screen and (max-width: 767px) {
    #netorder .p-bn .forSS {
        width: 98px;
        translate: 0 -2px;
        margin-left: 13px;
    }
}
@media screen and (min-width: 768px) {
    #netorder .p-bn__box {
        padding-right: 140px;
    }
}
#netorder .p-bn .forNotice {
    position: relative;
    padding: 0 0 1.1em 43px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
    #netorder .p-bn .forNotice {
        --negative-margin: -35px;
        margin-left: var(--negative-margin);
        padding-left: calc(var(--negative-margin) * -1);
        line-height: 1.5;
    }
}
#netorder .p-bn .forNotice:before {
    top: 32%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    #netorder .p-bn .forNotice:before {
        top: 4px;
        transform: translateY(0);
        width: calc(26 / 375 * 100vw);
        height: auto;
        aspect-ratio: 57 / 48;
        left: 0;
    }
}
@media screen and (max-width: 416px) {
    #netorder .p-bn .forNotice:before {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    #netorder .p-bn .forNotice:after {
        content: "";
        display: block;
        position: absolute;
        right: -15px;
        top: 40%;
        transform: translateY(-50%);
    }
}
#netorder .p-bn .forNotice .sizeS {
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.6;
    letter-spacing: calc(0.3 / 10 * 1rem);
}
#netorder .p-bn .forBtn {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    #netorder .p-bn .forBtn {
        margin-top: 13px;
    }
}
#netorder .p-bn .forEnded {
    margin-bottom: 0;
}

/* アプリDL導線 */
.c-app-cv {
    width: 900px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .c-app-cv {
        width: 100%;
    }
}

/* アプリDL導線 内側コンテンツエリア */
.c-app-cv__inner {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 412px;
    margin-inline: auto;
    padding-block: 0 12px;
    place-content: center;
    column-gap: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-app-cv__inner {
        width: 100%;
        max-width: calc(320 / 375 * 100vw);
        grid-template-columns: 1fr;
        row-gap: 4px;
        padding-block: 5px;
        padding-inline: 0;
    }
}

/* アプリDL導線 左側アイテム（アイコンとテキスト） */
.c-app-cv__item {
    max-width: fit-content;
    width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-areas:
        "icon txt"
        "icon ttl";
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    column-gap: 8px;
}

@media screen and (max-width: 767px) {
    .c-app-cv__item {
        grid-template-areas:
            "txt txt"
            "icon ttl";
        grid-template-columns: 1.3fr 5fr;
        align-items: unset;
    }
}

/* アプリDL導線 左側アイテムの画像 */
.c-app-cv__item-img {
    grid-area: icon;
    max-width: 54px;
    margin-inline-start: auto;
}

@media screen and (max-width: 767px) {
    .c-app-cv__item-img {
        max-width: 37px;
    }
}

/* アプリDL導線 左側アイテムのテキスト全体 */
.c-app-cv__item-txt {
    font-weight: 700;
    color: #000;
    font-family: 'corporate-bold', 'Noto Sans JP', sans-serif;
    display: contents;
}

/* アプリDL導線 左側アイテムのテキストタイトル */
.c-app-cv__item-txt-ttl {
    display: block;
    line-height: 1.2;
    font-size: 1.6rem;
    grid-area: txt;
}

@media screen and (max-width: 767px) {
    .c-app-cv__item-txt-ttl {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

/* アプリDL導線 左側アイテムの強調テキスト */
.c-app-cv__item-txt-em {
    display: block;
    font-size: 2.8rem;
    line-height: 1.3;
    grid-area: ttl;
    margin-inline-end: auto;
}

@media screen and (max-width: 767px) {
    .c-app-cv__item-txt-em {
        font-size: 2.2rem;
        line-height: 1.2;
        padding-block-start: 0.24em;
    }
}

/* アプリDL導線 右側リンクエリア */
.c-app-cv__links {
    display: flex;
    column-gap: 6px;
    margin-block-start: 5px;
    margin-inline: auto;
    column-gap: 8px;
    max-width: 350px;
}
@media screen and (max-width: 767px) {
    .c-app-cv__links {
        margin-block-start: 0;
        max-width: unset;
    }
}

/* アプリDL導線 右側リンクアイテム */
.c-app-cv__link-item {
    display: block;
}

@media screen and (max-width: 767px) {
    .c-app-cv__link-item {}
}

/* アプリDL導線 右側リンクアイテム内の画像 */
.c-app-cv__link-item img {}