/*--20260127 変更 スムーススクロールの設定--*/
.fs-p-footerPageTop.scn-fixed {
    position: fixed;
    bottom: 12px;
}
@media screen and (min-width: 768px) {
    .fs-p-footerPageTop.scn-fixed {
        position: fixed;
        bottom: 12px;
    }
}

/*--20260127 追加 対象ページへのリンク設定--*/
@media only screen and (min-width: 800px) {
    #header .g-nav .scn-header-inner {
        width: 1280px;
    }
    #header .g-nav .scn-header-inner .dropdwn {
        width: 1040px;
    }
    #header-fade-pc.shrink #header .g-nav.scn-g-nav,
    #header-fade-pc.shrink #header .g-nav.scn-g-nav .inner {
        max-width: 1080px;
    }
    #header-fade-pc.shrink #header .g-nav.scn-g-nav .inner .dropdwn {
        width: 950px;
    }
}

/*--20260127 変更 画像テキスト化について--*/

/* カタログギフトのオススメ ７つのポイント */
.scn-text-ctlg_01-ttl {
    text-align: center;
}
.scn-text-ctlg_01-ttl > span:first-child {
    color:#472F03;
    font-size: 68px;
    font-weight: bold;
}
.scn-text-ctlg_01-ttl > span:last-child {
    color:#CC4F60;
    font-size: 68px;
    font-weight: bold;
}
.scn-text-ctlg_01-ttl > span:last-child > span:first-child {
    font-size: 78px;
    letter-spacing: 0;
}
.scn-text-ctlg_01-ttl > span:last-child > span:last-child {
    text-decoration: underline;
    letter-spacing: 0;
}
.scn-text-ctlg_01-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    row-gap: 20px;
}
.scn-text-ctlg_01-list > div {
    position: relative;
    width: 420px;
    height: 260px;
    background-color: #F3EBD4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.scn-text-ctlg_01-list > div > div {
    position: absolute;
}
.scn-text-ctlg_01-list > div > div:first-child {
    position: absolute;
    background-color: #CC4F61;
    color: #FFF;
    font-size: 30px;
    box-sizing: border-box;
    padding: 0 8px 2px;
    top: 0;
    left: 20px;
}
.scn-text-ctlg_01-list > div > div:first-child > span {
    font-size: 46px;
    line-height: 1;
}
.scn-text-ctlg_01-list > div > img {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 100px;
    height: auto;
    object-fit: contain;
}
.scn-text-ctlg_01-list > div > div:last-child {
    color: #5A441C;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 90px;
}
.scn-text-ctlg_01-list > div:nth-of-type(2) > img,
.scn-text-ctlg_01-list > div:nth-of-type(4) > img,
.scn-text-ctlg_01-list > div:nth-of-type(5) > img {
    width: 200px;
}
.scn-text-ctlg_01-list > div:nth-of-type(7) > img {
    width: 220px;
}
.scn-text-ctlg_01 > div:nth-of-type(1) {
    color: #A4862E;
    height: 14px;
    background-color: #A4862E;
}
.scn-text-ctlg_01 > div:nth-of-type(2) {
    color: #fff;
    height: 7px;
    background-color: #fff;
}
.scn-text-ctlg_01 > div:nth-of-type(3) {
    color: #A4862E;
    height: 4px;
    background-color: #A4862E;
}
.scn-text-ctlg_01-list > div:nth-of-type(3) > div:last-child {
    margin-top: 120px;
}
@media only screen and (max-width: 799px) {
    .scn-text-ctlg_01-list {
        gap: 10px;
    }
    .scn-text-ctlg_01-list > div {
        width: 48.3%;
        height: 100px;
        border-radius: 4px;
    }
    .scn-text-ctlg_01-list > div > img {
        width: 40px;
    }
    .scn-text-ctlg_01-list > div:nth-of-type(2) > img,
    .scn-text-ctlg_01-list > div:nth-of-type(4) > img,
    .scn-text-ctlg_01-list > div:nth-of-type(5) > img {
        width: 100px;
    }
    .scn-text-ctlg_01-list > div:nth-of-type(7) > img {
        width: 100px;
    }
    .scn-text-ctlg_01-list > div > div:first-child {
        font-size: 14px;
        padding: 0 8px 2px;
        top: 0;
        left: 10px;
    }
    .scn-text-ctlg_01-list > div > div:first-child > span {
        font-size: 18px;
    }
    .scn-text-ctlg_01-list > div > div:last-child {
        font-size: 14px;
        margin-top: 40px;
    }
    .scn-text-ctlg_01-ttl > span:first-child {
        font-size: 28px;
        letter-spacing: 0;
    }
    .scn-text-ctlg_01-ttl > span:last-child {
        font-size: 28px;
        letter-spacing: 0;
    }
    .scn-text-ctlg_01-ttl > span:last-child > span:first-child {
        font-size: 32px;
    }
    .scn-text-ctlg_01-list > div:nth-of-type(3) > div:last-child {
        margin-top: 50px;
    }
    .scn-text-ctlg_01 > div:nth-of-type(1) {
        height: 5px;
    }
    .scn-text-ctlg_01 > div:nth-of-type(2) {
        height: 2px;
    }
    .scn-text-ctlg_01 > div:nth-of-type(3) {
        height: 2px;
    }
}

/* さまざまなシーンでご利用いただけます */
.scn-text-ctlg_02-ttl {
    color: #482F04;
    font-size: 46px;
    text-align: center;
    border-top: #C95062 solid 5px;
    border-bottom: #C95062 solid 5px;
    padding-bottom: 16px;
    padding-top: 10px;
    margin-top: 20px;
}
.scn-text-ctlg_02-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 0 10px;
}
.scn-text-ctlg_02-list > div {
    width: calc(calc(100% - 40px) / 3);
    background-color: #C95062;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}
.scn-text-ctlg_02-list > div > div {
    writing-mode: vertical-rl;
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-right: 46px;
}
.scn-text-ctlg_02-list > div:nth-of-type(3) > div {
    text-align: inherit;
    padding-right: 32px;
    padding-top: 30px;
}
.scn-text-ctlg_02-list > div:nth-of-type(5) > div {
    padding-right: 32px;
}
.scn-text-ctlg_02-list > div:nth-of-type(6) > div {
    text-align: inherit;
    padding-right: 32px;
    padding-top: 40px;
}
@media only screen and (max-width: 799px) {
    .scn-text-ctlg_02-ttl {
        font-size: 20px;
        letter-spacing: 0;
        border-top: #C95062 solid 2px;
        border-bottom: #C95062 solid 2px;
        padding-bottom: 8px;
        padding-top: 6px;
    }
    .scn-text-ctlg_02-list {
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .scn-text-ctlg_02-list > div {
        width: calc(calc(100% - 16px) / 3);
    }
    .scn-text-ctlg_02-list > div > img {
        height: 64px;
    }
    .scn-text-ctlg_02-list > div > div {
        font-size: 8px;
        padding-right: 20px;
    }
    .scn-text-ctlg_02-list > div:nth-of-type(3) > div {
        text-align: inherit;
        padding-right: 14px;
        padding-top: 12px;
    }
    .scn-text-ctlg_02-list > div:nth-of-type(5) > div {
        padding-right: 14px;
    }
    .scn-text-ctlg_02-list > div:nth-of-type(6) > div {
        text-align: inherit;
        padding-right: 14px;
        padding-top: 16px;
    }
}