@charset "UTF-8";
/*=================================
    smabla
=================================*/

:root {
    --base-txt: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --yu-txt: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --smablaOrange: #e95513;
    --smablaBrown: #40210f;
    --smablaFontGothic: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* PC
=========================================*/
html[data-browse-mode="S"] .pc-only {
    display: none;
}

html[data-browse-mode="P"] .sp-only {
    display: none;
}

html[data-browse-mode="P"] .product-details {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

html[data-browse-mode="P"] .product-details-section {
    font-size: 18px;
    line-height: 1.5;
}

/* PC
=========================================*/
html[data-browse-mode="P"] {

    /* section1
=========================================*/
    .product-details-section.section1 {
        margin-top: 100px;
    }

    .product-details-section.section1 .section1-block {
        margin-bottom: 51px;
        text-align: center;
    }

    .product-details-section.section1 .section1-block img {
        width: 922px;
        height: auto;
    }

    .product-details-section.section1 h3 {
        text-align: center;
        font-size: 38px;
        margin-bottom: 8px;
        padding-bottom: 0;
        border: none;
        font-family: var(--smablaFontGothic);
        line-height: calc(63 / 38);
        letter-spacing: .03em;
    }

    .section-title-color1 {
        color: var(--smablaBrown);
    }

    .section-title-color2 {
        color: var(--smablaOrange);
    }

    .section-title-color3 {
        color: #3b7745;
    }

    .section-title-color4 {
        color: #917558;
    }

    .product-details-section.section1 h3 .section1-title-small sup {
        font-size: 14px;
        line-height: calc(24.48 / 14);
        position: relative;
        letter-spacing: .12em;
        top: 5px;
    }

    .product-details-section.section1 .section1-note {
        margin-bottom: 54px;
        line-height: calc(24.48 / 14);
        font-size: 14px;
        text-align: center;
        letter-spacing: .1em;
    }

    .section1-function {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 922px;
        margin: 0 auto 71px;
    }

    .section1-function-item {
        width: calc((100% - 16px * 2) / 3);
    }

    .section1-function-item img {
        width: 100%;
        height: auto;
    }

    .section1-reason {
        display: flex;
        flex-wrap: wrap;
        gap: 63px 39px;
        background-color: #fff8ee;
        margin-bottom: 60px;
        padding: 43px 74px 45px 91px;
    }

    .section1-media-title {
        font-size: 38px;
        line-height: 74px;
        letter-spacing: .1em;
        font-weight: 600;
        text-align: center;
    }

    .section1-media-title .num {
        font-size: 45px;
    }

    .section1-media-title .dot {
        position: relative;
    }

    .section1-media-title .dot::before {
        content: '';
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        display: block;
        width: 9px;
        height: 9px;
        margin-left: auto;
        margin-right: auto;
        background-color: #e95513;
        border-radius: 50%;
    }

    .section1-reason-contents {
        width: calc(100% - 63px - 331px);
    }

    .section1-reason-contents p {
        font-size: 22px;
        line-height: calc(40 / 22);
    }

    .section1-reason figure {
        width: 331px;
    }

    .section1-reason figure img {
        width: 100%;
        height: auto;
    }

    .section1-checklist {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 85px;
        padding: 48px 0;
        box-sizing: border-box;
        background-color: #f7f7f7;
    }

    .section1-checklist ul {
        width: 1080px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 186px;
        padding-right: 180px;
    }

    .section1-checklist ul li {
        display: flex;
        gap: 19px;
    }

    .section1-checklist ul li.list2 {
        order: 3;
    }

    .section1-checklist ul li.list3 {
        order: 2;
    }

    .section1-checklist ul li.list4 {
        order: 4;
    }

    .section1-checklist ul li:nth-of-type(odd),
    .section1-checklist ul li.list2 {
        width: 313px;
    }

    .section1-checklist ul li:nth-of-type(even),
    .section1-checklist ul li.list3 {
        width: 355px;
    }

    .section1-checklist ul li::before {
        content: '';
        display: block;
        width: 27px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../../../../img/usr/goods/smabla/icon-checklist.png');
    }

    .section1-checklist ul li span {
        display: inline-block;
        width: calc(100% - 27px - 19px);
        font-size: 22px;
        line-height: 1;
        padding-top: 6px;
    }

    .section1-checklist ul li.list1 span,
    .section1-checklist ul li.list3 span {
        padding-bottom: 15px;
        background-image: repeating-linear-gradient(
            to right,
            #d8c3a8 0,
            #d8c3a8 3px,
            transparent 3px,
            transparent 8px
        );
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 8px 2px;
    }

    .section1-copy {
        margin-bottom: 68px;
        text-align: center;
    }

    .section1-copy span {
        font-size: 38px;
        font-weight: 600;
        line-height: calc(63 / 38);
        letter-spacing: .1em;
        color: #40210f;
        border-bottom: 1px solid #e95513;
    }

    /* section2
=========================================*/
    .product-details-section.section2 {
        width: 100vw;
        position: relative;
        left: 50%;
        padding-top: 325px;
        transform: translateX(-50%);
        background-repeat: repeat-x;
        background-size: 1176px 359px;
        background-image: url('../../../../img/usr/goods/smabla/bg-section2.png');
    }

    .product-details-section.section2 .section2-block,
    .product-details-section.section2 .section2-point-top {
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-details-section.section2 .section2-block {
        position: absolute;
        top: -48px;
        left: 0;
        right: 0;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 0 170px;
    }

    .product-details-section.section2 .section2-title {
        padding-top: 163px;
        font-size: 38px;
        line-height: calc(52 / 38);
        letter-spacing: .12em;
        font-weight: 600;
        white-space: nowrap;
    }

    .product-details-section.section2 .section2-title span {
        display: block;
    }

    .product-details-section.section2 .section2-title .section-title-color1 {
        text-indent: -18px;
    }

    .product-details-section.section2 .section2-title .section-title-color2 span {
        display: inline;
        font-size: 45px;
    }

    .product-details-section.section2 .section2-block figure {
        margin-left: -70px;
        width: 638px;
        min-width: 638px;
    }

    .product-details-section.section2 .section2-block figure img {
        width: 100%;
        height: auto;
    }

    .section2-point-top {
        display: flex;
        gap: 47px;
        margin-top: -10px;
        margin-bottom: 91px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .section2-point-top li {
        position: relative;
        width: calc((100% - 47px * 2) / 3);
        text-align: center;
        font-size: 28px;
        line-height: calc(42 / 28);
        font-weight: 600;
        padding-top: 75px;
        padding-bottom: 41px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .section2-point-top li::before {
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88px;
        height: 88px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        font-size: 45px;
        font-weight: 600;
        color: #e95513;
        background-color: #f7f3ea;
    }

    .section2-point-top li:nth-of-type(1):before {
        content: '1';
    }
    .section2-point-top li:nth-of-type(2):before {
        content: '2';
    }
    .section2-point-top li:nth-of-type(3):before {
        content: '3';
    }

    .section2-point1 {
        width: 1120px;
        border: 2px solid #e95513;
        margin-bottom: 102px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 90px;
    }

    .section2-point-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .section2-point-title::before {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        background-color: #f7f3ea;
        font-size: 45px;
        font-weight: 600;
        color: #e95513;
    }

    .section2-point-title span {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 35px;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1;
    }

    .section2-point-sub-title {
        margin-bottom: 87px;
        font-size: 22px;
        line-height: calc(30.95 / 22);
        text-align: center;
    }

    .section2-point1 .section2-point-title {
        margin-bottom: 37px;
    }

    .section2-point1 .section2-point-title::before {
        content: '1';
    }

    .section2-point-title span img {
        width: 269px;
        height: auto;
    }

    .section2-point1-box1 {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 113px;
        padding: 78px 53px 0;
        background-color: #fcf2db;
    }

    .section2-point1-box1 .point-title {
        margin-bottom: 59px;
        color: #e95513;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: .1em;
    }

    .section2-point1-box1 p {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: calc(40 / 24);
        letter-spacing: .03em;
    }

    .section2-point1-box1 p sup {
        font-size: 14px;
    }

    .section2-point1-box1 .note {
        width: 518px;
        justify-content: flex-end;
        font-size: 14px;
        line-height: 1;
        display: inline-flex;
    }

    .section2-point1-box1 figure {
        width: 819px;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point1-box1 figure img {
        width: 100%;
        height: auto;
    }

    .point-title .label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 386px;
        height: 44px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 21px;
        background-color: #e95513;
        border-radius: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
        letter-spacing: .1em;
    }

    .point-title p {
        font-size: 24px;
        letter-spacing: .1em;
        text-align: center;
    }

    .point-title .title {
        margin-bottom: 36px;
        font-size: 38px;
        letter-spacing: .12em;
        line-height: calc(80 / 38);
        font-weight: 600;
        text-align: center;
    }

    .section2-point1 .figure-img {
        width: 604px;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point1 .figure-img img {
        width: 100%;
        height: auto;
    }

    .section2-point1 .figure-text {
        width: 604px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1px;
        margin-bottom: 60px;
        padding: 23px 29px 17px;
        background-color: #a38a77;
        font-size: 18px;
        line-height: calc(32.36 / 18);
        color: #fff;
    }

    .section2-point1 .text {
        width: 1003px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 75px;
        font-size: 24px;
        line-height: calc(40 / 24);
        letter-spacing: .12em;
    }

    .section2-point1 .figure-graph {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }

    .section2-point1 .figure-graph img {
        width: 100%;
        height: auto;
    }

    .section2-point1 .figure-graph + p {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: calc(19 / 14);
        letter-spacing: .1em;
    }

    .section2-point1-box2 {
        margin-bottom: 85px;
    }

    .section2-point1-box2 .figure-graph {
        width: 954px;
    }

    .section2-point1-box3 {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 112px;
        padding: 98px 0 110px;
        background-color: #f2f2f2;
    }

    .section2-point1-box3 .figure-graph {
        width: 852px;
    }

    .section2-point1-box4 .figure-graph {
        width: 938px;
    }

    .section2-point2 {
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 90px;
    }

    .section2-point2 .section2-point-title {
        margin-bottom: 42px;
    }

    .section2-point2 .section2-point-title::before {
        content: '2';
    }

    .section2-point-sub-title {
        margin-bottom: 60px;
        color: #e95513;
        font-size: 28px;
        font-weight: 600;
        line-height: calc(51.09 / 28);
        letter-spacing: .12em;
    }

    .section2-point2 .point-title {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 69px;
        background-color: #8c6239;
        color: #fff;
        font-size: 38px;
        line-height: 1;
        letter-spacing: .12em;
        font-weight: bold;
    }

    .section2-point2 .contents-box {
        padding-top: 42px;
        padding-bottom: 49px;
        background-color: #fff8ee;
    }

    .section2-point2 .section2-point2-box1 .contents-box {
        padding-bottom: 43px;
    }

    .section2-point2 .figure-box {
        display: flex;
        padding-left: 68px;
    }

    .section2-point2 .figure-box figure {
        order: 2;
    }

    .section2-point2-box1 .figure-box figure {
        width: 353px;
        margin-top: 25px;
        margin-left: 53px;
    }

    .section2-point2-box2 .figure-box figure {
        width: 371px;
        margin-top: 3px;
        margin-left: 51px;
    }

    .section2-point2-box3 .figure-box figure {
        width: 357px;
        margin-left: 65px;
    }

    .section2-point2 .figure-box figure img {
        width: 100%;
        height: auto;
    }

    .section2-point2 .figure-box p {
        order: 1;
        width: 597px;
        font-size: 24px;
        line-height: calc(40 / 24);
        letter-spacing: .03em;
    }

    .section2-point2 .contents-box .note {
        width: 1013px;
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
        padding: 19px 14px;
        background-color: #f4e6d9;
        font-size: 24px;
        line-height: calc(40 / 24);
    }

    .section2-point2 .contents-box .note span {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        line-height: calc(19 / 14);
        letter-spacing: .1em;
    }

    .section2-point2-box3 .figure-box p {
        margin-top: 16px;
    }

    .section2-point2-box1::after,
    .section2-point2-box2::after {
        content: '';
        display: block;
        width: 0;
        margin: 19px auto;
        border-top: 26px solid #e73828;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
    }

    .section2-point3 .section2-point-title {
        margin-bottom: 70px;
    }

    .section2-point3 .section2-point-title::before {
        content: '3';
    }

    .section2-point3-box1 {
        overflow: hidden;
        background-size: 3019px 1850px;
        background-position: center 0;
        background-image: url('../../../../img/usr/goods/smabla/bg-section2-point3.png');
        background-repeat: no-repeat;
        padding-bottom: 130px;
    }

    .section2-point3 .contents-box {
        width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point3 figure {
        width: 1067px;
        margin-top: -115px;
        margin-left: 39px;
    }

    .section2-point3 figure img {
        width: 100%;
        height: auto;
    }

    .section2-point3 p {
        width: 756px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -123px;
        font-size: 24px;
        line-height: calc(40 / 24);
        letter-spacing: .12em;
    }
        /* 安心の製品品質への追及
=========================================*/
    .product-details-section.initiative h3 {
        padding-bottom: 0;
        border-bottom: 0;
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        font-family: var(--yu-txt);
        letter-spacing: 0.03em;
        line-height: 1.2;
    }

    .product-details-section.initiative .initiative-item.column2-pc {
        display: block;
    }

    .product-details-section.initiative .initiative-item .txt .title {
        text-align: center;
    }

    .product-details-section.initiative .initiative-item.column2-pc .txt {
        width: 100%;
    }

    .product-details-section.initiative .initiative-item .txt .text {
        margin-bottom: 100px;
    }

    .product-details-section.initiative .initiative-item.column2-pc .txt .gmp {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-details-section.initiative .initiative-item .img-list {
        justify-content: center;
    }
        /* 原材料、栄養成分など
=========================================*/
    .product-spec p a {
        display: flex;
        align-items: center;
        gap: 20px;
        color: #4f7e8c;
        text-decoration: underline;
    }
    .product-spec p a:hover {
        text-decoration: none;
    }
    .product-spec p a::after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 22px;
        background-image: url('../../../../img/usr/goods/smabla/icon_link.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -3px;
    }
}

/* SP
=========================================*/
html[data-browse-mode="S"] {

    /* section1
=========================================*/
    .product-details-section.section1 {
        margin-top: 5rem;
    }

    .product-details-section.section1 .section1-block {
        margin-bottom: 2.5rem;
        padding-left: 5.33vw;
        padding-right: 5.33vw;
    }

    .product-details-section.section1 .section1-block img {
        width: 100%;
        height: auto;
    }

    .product-details-section.section1 h3 {
        text-align: center;
        font-size: 2.3rem;
        margin-bottom: 2rem;
        padding-bottom: 0;
        border: none;
        font-family: var(--smablaFontGothic);
        line-height: calc(73 / 46);
        letter-spacing: .03em;
    }

    .section-title-color1 {
        color: var(--smablaBrown);
    }

    .section-title-color2 {
        color: var(--smablaOrange);
    }

    .section-title-color3 {
        color: #3b7745;
    }

    .section-title-color4 {
        color: #917558;
    }

    .product-details-section.section1 h3 .section1-title-small sup {
        font-size: 1.1rem;
        line-height: calc(32.48 / 22);
        position: relative;
        letter-spacing: .1em;
        top: -1.3rem;
    }

    .product-details-section.section1 .section1-note {
        padding-left: 5.33vw;
        padding-right: 5.33vw;
        margin-bottom: 2.9rem;
        line-height: calc(32.48 / 22);
        font-size: 1.1rem;
        letter-spacing: .07em;
    }

    .section1-function {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0 auto 5.3rem;
        padding-left: 5.33vw;
        padding-right: 5.33vw;
    }

    .section1-function-item img {
        width: 100%;
        height: auto;
    }

    .section1-reason {
        background-color: #fff8ee;
        margin-bottom: 2.5rem;
        padding: 5rem 5.33vw 3.9rem;
    }

    .section1-media-title {
        margin-bottom: 2.4rem;
        font-size: 2.3rem;
        line-height: calc(73.76 / 46);
        letter-spacing: .03em;
        font-weight: 600;
        text-align: center;
    }

    .section1-media-title .num {
        font-size: 2.75rem;
    }

    .section1-media-title .dot {
        position: relative;
    }

    .section1-media-title .dot::before {
        content: '';
        position: absolute;
        top: -.45rem;
        left: 0;
        right: 0;
        display: block;
        width: .45rem;
        height: .45rem;
        margin-left: auto;
        margin-right: auto;
        background-color: #e95513;
        border-radius: 50%;
    }

    .section1-reason-contents p {
        margin-bottom: 3.05rem;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
    }

    .section1-reason figure {
        width: 30.3rem;
        margin-left: 1.7rem;
    }

    .section1-reason figure img {
        width: 100%;
        height: auto;
    }

    .section1-checklist {
        margin-bottom: 3.9rem;
        padding: 2.6rem 0 3.5rem;
        box-sizing: border-box;
        background-color: #f7f7f7;
    }

    .section1-checklist ul {
        width: 22.4rem;
        display: flex;
        flex-direction: column;
        row-gap: .9rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section1-checklist ul li {
        display: flex;
        gap: 1.3rem;
    }

    .section1-checklist ul li::before {
        content: '';
        display: block;
        width: 1.35rem;
        min-width: 1.35rem;
        height: 1.3rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../../../../img/usr/goods/smabla/icon-checklist-sp.png');
    }

    .section1-checklist ul li span {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1;
        padding-bottom: .8rem;
        background-image: repeating-linear-gradient(
            to right,
            #d8c3a8 0,
            #d8c3a8 .15rem,
            transparent .15rem,
            transparent .45rem
        );
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: .45rem .075rem;
    }

    .section1-copy {
        margin-bottom: 3.9rem;
        text-align: center;
    }

    .section1-copy span {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: calc(73.76 / 46);
        letter-spacing: .1em;
        color: #40210f;
        border-bottom: 1px solid #e95513;
    }

    /* section2
=========================================*/
    .product-details-section.section2 {
        padding-top: 3.3rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url('../../../../img/usr/goods/smabla/bg-section2-sp.png');
    }

    .product-details-section.section2 .section2-block {
        margin-bottom: 16rem;
    }

    .product-details-section.section2 .section2-title {
        font-size: 1.9rem;
        line-height: calc(63 / 38);
        letter-spacing: .12em;
        font-weight: 600;
        text-align: center;
    }

    .product-details-section.section2 .section2-title span {
        display: block;
    }

    .product-details-section.section2 .section2-title .section-title-color2 span {
        display: inline;
        font-size: 2.25rem;
    }

    .product-details-section.section2 .section2-point-top {
        display: flex;
        gap: 1.75rem;
        margin-bottom: 5.4rem;
        width: 36.4rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point-top li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc((100% - 1.75rem * 2) / 3);
        text-align: center;
        font-size: 1.2rem;
        line-height: calc(37 / 24);
        font-weight: 600;
        padding-top: 2.4rem;
        padding-bottom: 1.3rem;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .section2-point-top li::before {
        position: absolute;
        top: -1.65rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.3rem;
        height: 3.3rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        font-size: 1.7rem;
        font-weight: 600;
        color: #e95513;
        background-color: #f7f3ea;
    }

    .section2-point-top li:nth-of-type(1):before {
        content: '1';
    }
    .section2-point-top li:nth-of-type(2):before {
        content: '2';
    }
    .section2-point-top li:nth-of-type(3):before {
        content: '3';
    }

    .section2-point1 {
        width: 34rem;
        border: 2px solid #e95513;
        margin-bottom: 4.7rem;
        margin-left: auto;
        margin-right: auto;
        padding: 2.8rem 0 4.2rem;
    }

    .section2-point-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3.6rem;
    }

    .section2-point-title::before {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 50%;
        background-color: #f7f3ea;
        font-size: 2.25rem;
        font-weight: 600;
        color: #e95513;
    }
 
    .section2-point-title span {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: calc(63 / 36);
    }

    .section2-point-sub-title {
        margin-bottom: 3.8rem;
        font-size: 1.4rem;
        line-height: calc(51.09 / 28);
        text-align: center;
    }

    .section2-point1 .section2-point-title {
        margin-bottom: 1.7rem;
    }

    .section2-point1 .section2-point-title::before {
        content: '1';
    }

    .section2-point-title span img {
        width: 13.4rem;
        height: auto;
    }

    .section2-point1-box1 {
        width: 32.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4rem;
        padding: 3.7rem 1.3rem 0;
        background-color: #fcf2db;
    }

    .section2-point1-box1 .point-title {
        margin-bottom: 3.6rem;
        color: #e95513;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: .03em;
        line-height: calc(59.09 / 36);
    }

    .section2-point1-box1 p {
        margin-bottom: 1.1rem;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
        letter-spacing: .044em;
    }

    .section2-point1-box1 p sup {
        font-size: 1.1rem;
    }

    .section2-point1-box1 .note {
        font-size: 1.1rem;
        display: block;
        letter-spacing: normal;
    }

    .section2-point1-box1 figure {
        width: 29.3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point1-box1 figure img {
        width: 100%;
        height: auto;
    }

    .point-title .label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 19.3rem;
        height: 2rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.1rem;
        background-color: #e95513;
        border-radius: .9rem;
        color: #fff;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: .1em;
    }

    .point-title p {
        margin-bottom: .8rem;
        font-size: 1.4rem;
        letter-spacing: .1em;
        text-align: center;
    }

    .point-title .title {
        margin-bottom: 1.8rem;
        font-size: 2.3rem;
        letter-spacing: .12em;
        line-height: calc(70 / 46);
        font-weight: 600;
        text-align: center;
    }

    .section2-point1 .figure-img {
        width: 30.3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point1 .figure-img img {
        width: 100%;
        height: auto;
    }

    .section2-point1 .figure-text {
        width: 30.3rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1px;
        margin-bottom: 2.2rem;
        padding: 1.2rem 1.3rem;
        background-color: #a38a77;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
        color: #fff;
    }

    .section2-point1 .text {
        width: 30.3rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
        letter-spacing: .12em;
    }

    .section2-point1 .figure-graph {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.8rem;
    }

    .section2-point1 .figure-graph img {
        width: 100%;
        height: auto;
    }

    .section2-point1 .figure-graph + p {
        width: 30.3rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.1rem;
        line-height: calc(32.14 / 22);
        letter-spacing: .1em;
    }

    .section2-point1-box2 {
        margin-bottom: 4.2rem;
    }

    .section2-point1-box2 .figure-graph {
        width: 27.3rem;
    }

    .section2-point1-box3 {
        width: 32.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4.7rem;
        padding: 5rem 1.1rem;
        background-color: #f2f2f2;
    }

    .section2-point1-box3 .figure-graph {
        width: 30.7rem;
    }

    .section2-point1-box4 .figure-graph {
        width: 27.5rem;
    }

    .section2-point2 {
        width: 33.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3.25rem;
    }

    .section2-point2 .section2-point-title {
        margin-bottom: 2.6rem;
        text-align: center;
    }

    .section2-point2 .section2-point-title::before {
        content: '2';
    }

    .section2-point-sub-title {
        margin-bottom: 3rem;
        color: #e95513;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: calc(51.09 / 28);
        letter-spacing: .12em;
    }

    .section2-point2 .point-title {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.4rem;
        background-color: #8c6239;
        color: #fff;
        font-size: 1.9rem;
        line-height: 1;
        letter-spacing: .12em;
        font-weight: bold;
    }

    .section2-point2 .contents-box {
        padding-top: 2.4rem;
        padding-bottom: 3.4rem;
        background-color: #fff8ee;
    }

    .section2-point2 .section2-point2-box1 .contents-box {
        padding-bottom: 2rem;
    }

    .section2-point2 .figure-box {
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }

    .section2-point2 .figure-box figure {
        margin-bottom: 2.6rem;
    }

    .section2-point2-box1 .figure-box figure {
        width: 17.75rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point2-box2 .figure-box figure {
        width: 21.8rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point2-box3 .figure-box figure {
        width: 20.6rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section2-point2 .figure-box figure img {
        width: 100%;
        height: auto;
    }

    .section2-point2 .figure-box p {
        font-size: 1.4rem;
        line-height: calc(45 / 28);
        letter-spacing: .03em;
    }

    .section2-point2 .contents-box .note {
        width: 30.4rem;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        padding: 1.5rem 2rem;
        background-color: #f4e6d9;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
    }

    .section2-point2 .contents-box .note span {
        display: block;
        margin-top: .2rem;
        font-size: 1.1rem;
        line-height: calc(32.14 / 22);
        letter-spacing: .1em;
    }

    .section2-point2-box1::after,
    .section2-point2-box2::after {
        content: '';
        display: block;
        width: 0;
        margin: 3.3rem auto 2.7rem;
        border-top: 2.3rem solid #e73828;
        border-left: 1.65rem solid transparent;
        border-right: 1.65rem solid transparent;
    }

    .section2-point3 .section2-point-title {
        margin-bottom: 3.4rem;
    }

    .section2-point3 .section2-point-title::before {
        content: '3';
    }

    .section2-point3-box1 {
        overflow: hidden;
        background-size: 100% auto;
        background-position: center 0;
        background-image: url('../../../../img/usr/goods/smabla/bg-section2-point3-sp.png');
        background-repeat: repeat-y;
        padding-bottom: 5.4rem;
    }

    .section2-point3 figure {
        width: 53.4rem;
        margin-top: -5.75rem;
        margin-left: -7.2rem;
        margin-right: -8.7rem;
    }

    .section2-point3 figure img {
        width: 100%;
        height: auto;
    }

    .section2-point3 p {
        width: 32.9rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -7.1rem;
        font-size: 1.4rem;
        line-height: calc(45 / 28);
    }

    /* 安心の製品品質への追及
=========================================*/
    .product-details-section.initiative::before, .product-details-section.initiative::after {
        height: .55rem;
    }
    .product-details-section.initiative h3 {
        padding-bottom: 0;
        border-bottom: 0;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 600;
        font-family: var(--yu-txt);
        letter-spacing: 0.07em;
        line-height: 1.2;
    }

        /* 原材料、栄養成分など
=========================================*/
    .product-tab-body .product-spec > p {
        text-align: left;
    }
    .product-spec p a {
        color: #4f7e8c;
        text-decoration: underline;
        word-break: break-all;
    }
    .product-spec p a:hover {
        text-decoration: none;
    }
    .product-spec p a::after {
        content: '';
        display: inline-block;
        width: 1.25rem;
        height: 1.1rem;
        margin-left: 1rem;
        background-image: url('../../../../img/usr/goods/smabla/icon_link.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -.15rem;
    }
}