@charset "utf-8";
:root {
    --item01-color: #006230; /*薬味ポン酢味*/
    --item01-color-rgb: 0 98 48; /*薬味ポン酢味*/
    --item02-color: #DC000C; /*旨辛ラー油*/
    --item02-color-rgb: 222 0 12; /*旨辛ラー油*/
}
@media (min-width: 768px) {
    .products-list__item {
        min-height: 440px;
    }
}
@media (max-width: 767.98px) {
    .products-list__item {
        min-height: 250px;
    }
}
.products-list__link__foot.pt-adjust {
    padding-top: 8px !important;
}
.products-list__link-icon__new {
    position: absolute;
    /*top: 30px;
  left: 24px;*/
    top: -15px;
    left: -20px;
    /*width: 75px;
  height: 75px;*/
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    /*font-size: 20px;*/
    font-size: 24px;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #c7161d;
    /*background: rgb(255 255 255 / 0.4);*/
    background: #c7161d;
}
@media (max-width: 767.98px) {
    .products-list__link-icon__new {
        /*top: 5.33333vw;
    left: 1.6vw;*/
        top: -5px;
        left: -10px;
        /*width: 13.6vw;
    height: 13.6vw;*/
        width: 57px;
        height: 57px;
        font-size: 3.73333vw;
    }
}
/*キユーピー 深煎りごまドレッシング カロリーハーフ*/
.products-half {
    margin-top: 50px;
    padding-bottom: 40px;
    background: rgb(0 144 48/0.05);
    border-radius: 30px;
}
.products-half__link {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 48px;
    position: relative;
    color: #000;
}
.products-half__link__info__logo {
    width: 307px;
}
.products-half__link__info__logo img {
    width: 100%;
}
.products-half__link__info__txt {
    margin-top: 1.5em;
    font-size: 20px;
}
.products-half__link__info__note {
    padding-left: 1em;
    text-indent: -1em;
}
.products-half__link__info__note::before {
    content: "※";
}
.products-half .products-list__link-icon__new {
    top: 40px;
    left: 120px;
}
.products-half .products-list__link-icon {
    top: 35px;
    right: 30px;
}
@media (min-width: 768px) {
    .products-half__link {
        transition: 300ms ease-out
    }
    .products-half__link:hover {
        opacity: .6
    }
}
@media (max-width: 767.98px) {
    .products-half {
        margin-top: 30px;
        padding-bottom: 20px;
        border-radius: 30px;
    }
    .products-half__link {
        padding: 40px 0 0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .products-half__link__info {
        width: 300px;
    }
    .products-half__link__info__logo {
        width: 300px;
    }
    .products-half__link__info__logo img {
        width: 100%;
    }
    .products-half__link__info__txt {
        font-size: 20px;
        letter-spacing: -.05em;
    }
    .products-half__link__info__note {
        font-size: 11px;
    }
    .products-half .products-list__link-icon__new {
        top: 10.66667vw;
        left: 8vw;
        width: 16.8vw;
        height: 16.8vw;
        font-size: 4.8vw;
    }
    .products-half .products-list__link-icon {
        top: 20px;
        right: 20px;
    }
}
/*CM*/
.products-half__cm.col02 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.products-half__cm__head {
    text-align: center
}
.products-half__cm__body {
    width: 100%;
    /*max-width: 485px; 動画1本 */
    max-width: 460px; /* 動画2本 */
    /*margin-top: 40px;*/
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto
}
.products-half__cm__body__in {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 30px
}
.products-half__cm__body iframe, .products-half__cm__body .jstream-eqPlayer {
    top: 0;
    left: 0
}
.cm-hl-03 {
    position: relative;
    padding-bottom: 8px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 30px;
    font-weight: bold
}
.cm-hl-03::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*max-width: 485px; 動画1本 */
    max-width: 460px; /* 動画2本 */
    height: 1px;
    margin: auto;
    background-color: #000
}
.cm-hl-03.copy {
    line-height: 1.4;
}
.cm-hl-03__copy {
    display: inline-block;
    font-size: .7142857143em !important;
    position: relative;
}
.cm-hl-03__copy::before, .cm-hl-03__copy::after {
    position: absolute;
    content: "";
    width: 1.1em;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cm-hl-03__copy::before {
    left: -1.5em;
    transform: rotate(60deg);
}
.cm-hl-03__copy::after {
    right: -1.5em;
    transform: rotate(-60deg);
}
.products-half__cm__body__note {
    padding-top: 1em;
    padding-right: 2em;
    text-align: right;
}
.products-half__cm__body__note__link {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    position: relative;
}
a[target="_blank"].products-half__cm__body__note__link::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-radius: 1px;
    right: -14px;
    bottom: 4px;
}
a[target="_blank"].products-half__cm__body__note__link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-radius: 1px;
    right: -12px;
    bottom: 2px;
}
@media (min-width: 768px) {
    .products-half__cm__item {
        /*min-width: 485px; 動画1本 */
        min-width: 460px; /* 動画2本 */
    }
    .products-half__cm__head__txt {
        height: calc(2em * 1.6);
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767.98px) {
    .products-half__cm.col02 {
        width: 84.8vw;
        margin: 32px auto 0;
        flex-direction: column;
        gap: 32px;
    }
    .products-half__cm__item {
        width: 100%
    }
    .products-half__cm__body {
        width: 84.8vw;
        margin: 16px auto 0;
    }
    .cm-hl-03 {
        padding-bottom: 4px;
        font-size: 1.25rem
    }
    .products-half__cm__head__txt {
        margin-top: 15px;
        line-height: 1.6;
        text-align: left;
    }
    .products-half__cm__body__note {
        font-size: .7142857143em !important;
    }
}
/*商品ラインアップ カロリーハーフ追加*/
.caloriehalf .products-list__link {
    padding-bottom: 12px;
    border-radius: 30px 30px 0 0;
    background-color: rgb(0 144 48/0.05);
    color: #00902F;
}
.caloriehalf .products-list__link__body {
    margin-top: 40px;
}
.caloriehalf .products-list__link-bottom {
    display: block;
    padding: 0 16px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0 0 30px 30px;
    background-color: rgb(0 144 48/0.05);
}
.caloriehalf .products-list__link-bottom-block {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #999;
    text-align: center;
}
.caloriehalf .products-list__link-bottom-block span {
    position: relative;
}
.caloriehalf .products-list__link-bottom-block span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-radius: 1px;
    right: -14px;
    bottom: 6px;
}
.caloriehalf .products-list__link-bottom-block span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-radius: 1px;
    right: -12px;
    bottom: 4px;
}
.bg-green .products-list__link {
    background-color: rgb(0 144 48/0.05);
    color: #00902F;
}
.bg-green .products-list__link__body {
    margin-top: 64px;
}
@media (max-width: 767.98px) {
    .caloriehalf .products-list__link {
        border-radius: 20px 20px 0 0;
    }
    .caloriehalf .products-list__link__body {
        margin-top: 10px;
    }
    .bg-green .products-list__link__body {
        margin-top: 30px;
    }
    .caloriehalf .products-list__link-bottom {
        padding: 0 6px 10px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 0 0 20px 20px;
    }
    .caloriehalf .products-list__link-bottom-block {
        padding-top: 10px;
    }
    .caloriehalf .products-list__link-bottom-block span::before {
        width: 6px;
        height: 6px;
        right: -9px;
        bottom: 5px;
    }
    .caloriehalf .products-list__link-bottom-block span::after {
        width: 6px;
        height: 6px;
        right: -7px;
        bottom: 3px;
    }
}
/*春夏限定商品追加*/
.products-seasonal {
    margin-top: 32px;
    padding: 40px 0;
    background: #FCF9F4;
    border-radius: 30px;
}
.products-seasonal-lead {
    font-size: 20px;
    text-align: center;
}
.products-seasonal__item {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.products-seasonal__item-block {
    width: 440px;
}
.products-seasonal__link {
    padding: 50px 0 40px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.products-list__link-icon__seasonal {
    position: absolute;
    width: 59px;
    top: 0;
    left: 20px;
}
.products-seasonal__logo img {
    width: auto;
    height: 40px;
}
.products-seasonal__link__body {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.products-seasonal__link__body::before, .products-seasonal__link__body::after {
    position: absolute;
    content: "";
}
.item01 .products-seasonal__link__body::before {
    width: 106px;
    height: 101px;
    background: url("/fukagoma/assets/images/products/bg-ponzu01.png") no-repeat center/contain;
    left: 40px;
    bottom: 36px;
}
.item01 .products-seasonal__link__body::after {
    width: 106px;
    height: 151px;
    background: url("/fukagoma/assets/images/products/bg-ponzu02.png") no-repeat center/contain;
    right: 44px;
    bottom: 100px;
}
.item02 .products-seasonal__link__body::before {
    width: 102px;
    height: 131px;
    background: url("/fukagoma/assets/images/products/bg-chili_oil01.png") no-repeat center/contain;
    left: 40px;
    bottom: 36px;
}
.item02 .products-seasonal__link__body::after {
    width: 127px;
    height: 146px;
    background: url("/fukagoma/assets/images/products/bg-chili_oil02.png") no-repeat center/contain;
    right: 24px;
    bottom: 110px;
}
.item03 .products-seasonal__link__body::after {
    width: 127px;
    height: 146px;
    background: url("/fukagoma/assets/images/products/bg-chili_oil02.png") no-repeat center/contain;
    right: 30px;
    bottom: 70px;
    transform: rotate(10deg);
}
.item04 .products-seasonal__link__body::before {
    width: 64px;
    height: 64px;
    background: url("/fukagoma/assets/images/products/bg-yuzukoshou01.png") no-repeat center/contain;
    right: 80px;
    bottom: 150px;
}
.item04 .products-seasonal__link__body::after {
    width: calc(106px * 1.1);
    height: calc(101px * 1.1);
    background: url("/fukagoma/assets/images/products/bg-ponzu01.png") no-repeat center/contain;
    right: 0;
    bottom: 60px;
    transform: rotate(20deg);
}
.products-seasonal__txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.8;
}
.item01 .products-seasonal__txt {
    color: #006230 !important;
}
.item02 .products-seasonal__txt {
    color: #DC000C !important;
}
.item03 .products-seasonal__txt {
    color: #ba4521 !important;
}
.item04 .products-seasonal__txt {
    color: #7e7600 !important;
}
@media (min-width: 768px) {
    .products-seasonal__link {
        transition: 300ms ease-out
    }
    .products-seasonal__link:hover {
        opacity: .6
    }
}
@media (max-width: 767.98px) {
    .products-seasonal {
        margin-top: 32px;
        padding: 40px 0;
        border-radius: 20px;
    }
    .products-seasonal-lead {
        font-size: 20px;
        text-align: center;
    }
    .products-seasonal__item {
        margin-top: 32px;
        flex-wrap: wrap;
        gap: 17px;
    }
    .products-seasonal__item-block {
        width: 315px;
    }
    .products-seasonal__link {
        padding: 40px 0 30px;
        border-radius: 20px;
    }
    .products-list__link-icon__seasonal {
        width: 46px;
        left: 20px;
    }
    .products-seasonal__logo img {
        height: 30px;
    }
    .item03 .products-seasonal__logo {
        padding-left: 20px;
    }
    .item04 .products-seasonal__logo {
        padding-left: 20px;
    }
    .products-seasonal__link__body {
        margin-top: 20px;
    }
    .item01 .products-seasonal__link__body::before {
        width: 94px;
        height: 89px;
        left: 18px;
        bottom: 23px;
    }
    .item01 .products-seasonal__link__body::after {
        width: 93px;
        height: 134px;
        right: 10px;
        bottom: 73px;
    }
    .item02 .products-seasonal__link__body::before {
        width: 74px;
        height: 95px;
        left: 18px;
        bottom: 23px;
    }
    .item02 .products-seasonal__link__body::after {
        width: 91px;
        height: 105px;
        right: 12px;
        bottom: 87px;
    }
    .item03 .products-seasonal__link__body::after {
        width: calc(127px * .68);
        height: calc(146px * .68);
        right: 15px;
        bottom: 60px;
    }
    .item04 .products-seasonal__link__body::before {
        width: calc(64px * .72);
        height: calc(64px * .72);
        right: 50px;
        bottom: 110px;
    }
    .item04 .products-seasonal__link__body::after {
        width: calc(106px * .72);
        height: calc(101px * .72);
        right: 0;
        bottom: 45px;
    }
    .products-seasonal__txt {
        margin-top: 24px;
        font-size: 15px;
    }
}
.products-list__link-icon__end {
    width: 126px;
    height: 25px;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    background: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .products-list__link-icon__end {
        width: calc((126 / 375) * 100vw);
        height: calc((25 / 375) * 100vw);
        margin-top: calc((10 / 375) * 100vw);
        font-size: calc((12 / 375) * 100vw);
    }
}
/*再現レシピ*/
.main {
    overflow-x: hidden;
}
.btn-repro-link {
    display: block;
    width: 520px;
    height: 80px;
    margin: 32px auto 0;
    padding: 5px;
    border-radius: 10px;
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
    color: #fff;
    background: rgb(255 108 108 / 1);
}
.btn-repro-link-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid currentColor;
    border-radius: 8px;
    position: relative;
}
.btn-repro-link-inner::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(135deg);
}
.repro-recipe {
    margin-top: 32px;
    padding: 64px 0 40px;
    background: #FCF9F4;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
}
.repro-recipe-inner {
    max-width: 1032px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
.repro-recipe-ttl {
    display: inline-block;
}
.repro-recipe-ttl h3 {
    flex-direction: column;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #ff6c6c;
    position: relative;
}
.repro-recipe-ttl h3::before, .repro-recipe-ttl h3::after {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/fukagoma/assets/images/products/deco-ttl_pc.svg") no-repeat center / contain;
    top: 0;
    bottom: -.5rem;
    margin: auto;
}
.repro-recipe-ttl h3::before {
    left: -2rem;
}
.repro-recipe-ttl h3::after {
    transform: scale(-1, 1);
    right: -2rem;
}
.repro-recipe-ttl p {
    margin-top: 8px;
    color: #666;
    text-align: right;
}
.repro-recipe-lead {
    margin-top: 24px;
    font-size: 18px;
}
.repro-recipe-list {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.repro-recipe-list-itm {
    width: 480px;
    padding: 32px 0 24px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(0 0 0 / .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.repro-recipe-list-ttl {
    font-size: 20px;
}
.repro-recipe-list-img {
    width: 300px;
    margin-top: 8px;
    margin-left: 30px;
    position: relative;
}
.repro-recipe-list-img .img2 {
    position: absolute;
    width: auto;
    height: calc(160px * 1.3);
    left: -68px;
    bottom: -10px;
}
.btn-modal {
    width: 214px;
    height: 40px;
    margin-top: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn-modal::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("/fukagoma/assets/images/products/ico-modal-open.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
}
/*色指定*/
.item01 .repro-recipe-list-ttl {
    color: rgba(var(--item01-color-rgb) / 1);
}
.item02 .repro-recipe-list-ttl {
    color: rgba(var(--item02-color-rgb) / 1);
}
.item01 .btn-modal {
    background: rgba(var(--item01-color-rgb) / 1);
}
.item02 .btn-modal {
    background: rgba(var(--item02-color-rgb) / 1);
}
/*モーダル表示*/
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.modal.open {
    display: flex;
    opacity: 1;
}
.modal-content {
    width: 480px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    position: relative;
}
.modal-content-inner {
    max-height: 80vh;
    padding: 20px 0 20px;
    text-align: center;
    overflow-y: scroll;
}
.modal-content-ttl {
    font-size: 20px;
}
.modal-content-img {
    width: 300px;
    margin: 8px auto 0;
}
.modal-content-lead {
    margin-top: 8px;
    line-height: 1.5;
}
.modal-content-recipe {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    border: 1px solid #ff6c6c;
}
.modal-content-recipe-ttl {
    margin-top: -1em;
}
.modal-content-recipe-ttl span {
    padding: 0 1em;
    color: #ff6c6c;
    background: #fff;
}
.modal-content-recipe-item-main {
    margin-top: 8px;
    text-align: left;
    display: grid;
    justify-content: center;
    align-items: flex-end;
    gap: normal 20px;
    position: relative;
}
.modal-content-recipe-item-main::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("/fukagoma/assets/images/products/ico-recipe-plus.svg") no-repeat center / contain;
    left: 0;
    right: 0;
    bottom: -36px;
    margin: auto;
}
.modal-content-recipe-item-main .modal-content-recipe-item-img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.modal-content-recipe-item-main .modal-content-recipe-item-img img {
    width: auto;
    height: 80px;
}
.modal-content-recipe-item-main .modal-content-recipe-item-name {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.modal-content-recipe-item-main .modal-content-recipe-item-detail {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.modal-content-recipe-item-sub {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.modal-content-recipe-item-sub-itm {
    min-width: 120px;
}
.modal-content-recipe-item-sub .modal-content-recipe-item-img {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.modal-content-recipe-item-sub .modal-content-recipe-item-img img {
    width: auto;
    height: 60px;
}
.modal-content-recipe-item-sub .sub1 .modal-content-recipe-item-img img {
    height: 50px;
}
.modal-content-recipe-item-sub .modal-content-recipe-item-name {
    height: calc(2em * 1.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-content-recipe-item-name {
    font-weight: bold;
    line-height: 1.5;
}
.modal-content p + p {
    margin-top: 0;
}
.modal-content .modal-close {
    position: absolute;
    display: block;
    width: 40px;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
#modal1 .modal-content-ttl {
    color: rgba(var(--item01-color-rgb) / 1);
}
#modal2 .modal-content-ttl {
    color: rgba(var(--item02-color-rgb) / 1);
}
@media (min-width: 768px) {
    .btn-repro-link, .repro-recipe-list-img .img1, .btn-modal {
        transition: .3s ease-out;
    }
    .btn-repro-link:hover {
        background: rgb(255 108 108 / .6);
    }
    .repro-recipe-list-img .img1:hover {
        opacity: .6;
    }
    .item01 .btn-modal:hover {
        background: rgba(var(--item01-color-rgb) / .6);
    }
    .item02 .btn-modal:hover {
        background: rgba(var(--item02-color-rgb) / .6);
    }
}
@media (max-width: 767.98px) {
    /*再現レシピ*/
    .btn-repro-link {
        width: calc((343 / 375) * 100vw);
        height: calc((80 / 375) * 100vw);
        margin-top: calc((32 / 375) * 100vw);
        padding: calc((5 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
    }
    .btn-repro-link-inner {
        padding-bottom: calc((8 / 375) * 100vw);
    }
    .btn-repro-link-inner::after {
        width: calc((12 / 375) * 100vw);
        height: calc((12 / 375) * 100vw);
    }
    .repro-recipe {
        margin-top: calc((32 / 375) * 100vw);
        padding-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
    }
    .repro-recipe-ttl h3 {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
    .repro-recipe-ttl h3::before, .repro-recipe-ttl h3::after {
        width: calc((28 / 375) * 100vw);
        height: calc((48 / 375) * 100vw);
        background: url("/fukagoma/assets/images/products/deco-ttl_sp.svg") no-repeat center / contain;
    }
    .repro-recipe-ttl h3::before {
        left: -3rem;
    }
    .repro-recipe-ttl h3::after {
        right: -3rem;
    }
    .repro-recipe-ttl p {
        margin-top: calc((6 / 375) * 100vw);
        margin-right: -1em;
    }
    .repro-recipe-lead {
        margin-top: calc((16 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.6;
    }
    .repro-recipe-list {
        margin-top: calc((32 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((32 / 375) * 100vw);
    }
    .repro-recipe-list-itm {
        width: calc((330 / 375) * 100vw);
        padding: calc((16 / 375) * 100vw) 0;
    }
    .repro-recipe-list-ttl {
        font-size: calc((20 / 375) * 100vw);
    }
    .repro-recipe-list-img {
        width: calc((240 / 375) * 100vw);
        margin-top: calc((8 / 375) * 100vw);
        margin-left: calc((40 / 375) * 100vw);
    }
    .repro-recipe-list-img .img2 {
        height: calc((120 / 375) * 100vw * 1.3);
        left: calc((-50 / 375) * 100vw);
        bottom: calc((-10 / 375) * 100vw);
    }
    .btn-modal {
        width: calc((214 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        margin-top: calc((24 / 375) * 100vw);
    }
    .btn-modal::after {
        width: calc((20 / 375) * 100vw);
        height: calc((20 / 375) * 100vw);
        right: .8rem;
    }
    /*モーダル表示*/
    .modal-content {
        width: calc((330 / 375) * 100vw);
    }
    .modal-content-inner {
        max-height: 85vh;
        padding: calc((10 / 375) * 100vw) 0 calc((15 / 375) * 100vw);
    }
    .modal-content-ttl {
        font-size: calc((20 / 375) * 100vw);
    }
    .modal-content-img {
        width: calc((240 / 375) * 100vw);
        margin-top: calc((8 / 375) * 100vw);
    }
    .modal-content-lead {
        margin-top: calc((12 / 375) * 100vw);
    }
    .modal-content-recipe {
        margin-top: calc((20 / 375) * 100vw);
        margin-left: calc((15 / 375) * 100vw);
        margin-right: calc((15 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
    }
    .modal-content-recipe-item-main {
        margin-top: calc((8 / 375) * 100vw);
        gap: normal calc((20 / 375) * 100vw);
    }
    .modal-content-recipe-item-main::after {
        width: calc((24 / 375) * 100vw);
        height: calc((24 / 375) * 100vw);
        bottom: calc((-36 / 375) * 100vw);
    }
    .modal-content-recipe-item-main .modal-content-recipe-item-img img {
        height: calc((80 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub {
        margin-top: calc((40 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub-itm {
        min-width: calc((90 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub .modal-content-recipe-item-img {
        height: calc((60 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub .modal-content-recipe-item-img img {
        height: calc((60 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub .sub1 .modal-content-recipe-item-img img {
        height: calc((50 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub .modal-content-recipe-item-name {
        margin-top: calc((3 / 375) * 100vw);
    }
    .modal-content-recipe-item-sub .modal-content-recipe-item-name span {
        font-size: .85em;
        letter-spacing: -.1rem;
    }
    .modal-content .modal-close {
        width: calc((40 / 375) * 100vw);
        top: calc((-20 / 375) * 100vw);
        right: calc((-20 / 375) * 100vw);
    }
}
@media (min-width: 768px) {
    .mt-30--pc {
        margin-top: 30px !important
    }
    .mt-60--pc {
        margin-top: 60px !important
    }
}
@media (max-width: 767.98px) {
    .mt-30--sp {
        margin-top: 30px !important
    }
    .mt-60--sp {
        margin-top: 60px !important
    }
}