@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
:root {
    --main-color-txt: #000;
    --main-color-point: #E7336E;
    --main-color-point-rgb: 231 51 110;
    --bg-color01: #FDF0F0;
    --bg-color02: #FDFDE5;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
.article-inner {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--main-color-txt);
    line-height: 1.6;
}
.article-inner img {
    width: 100%;
}
section {
    padding-top: 40px;
}
.article-inner {
    min-width: 1040px;
    max-width: 1280px;
    margin: 0 auto;
}
.contents-header-ttl {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    position: relative;
}
.contents-header-ttl__txt2 {
    font-weight: 900;
    line-height: 1.2;
}
.contents-header-ttl::after {
    position: absolute;
    content: "";
    width: 246px;
    height: 35px;
    background: url("/prouse/cat_assets/img/recommend/mayonnaise-source/bg-ttl.svg") no-repeat center / contain;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    z-index: -1;
}
.contents-header-ttl__txt1 {
    display: block;
    font-size: 32px;
}
.contents-header-ttl__txt1 span, .contents-header-ttl__txt2 span {
    color: var(--main-color-point);
}
.nav-anchor {
    padding: 40px 0;
}
.nav-anchor-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.nav-anchor-list-itm-link {
    width: 380px;
    height: 100px;
    padding-bottom: 8px;
    font-weight: 900;
    color: var(--main-color-txt) !important;
    background: var(--bg-color02);
    border: 2px solid var(--main-color-point);
    border-radius: 10px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
    position: relative;
}
.nav-anchor-list-itm-link::after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-top: 3px solid var(--main-color-point);
    border-left: 3px solid var(--main-color-point);
    transform: rotate(-135deg);
    left: 0;
    right: 0;
    bottom: .5em;
    margin: auto;
}
.nav-anchor-list-itm span {
    color: var(--main-color-point);
}
.nav-anchor-list-itm__txt1 {
    font-size: 16px;
}
.nav-anchor-list-itm__txt2 {
    font-size: 22px;
}
/*==========================================*/
/*RECIPE*/
/*==========================================*/
.contents-recipe-list {
    margin-top: 72px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 500px);
    gap: 40px;
}
.contents-recipe-list-itm {
    padding: 30px 0;
    font-size: 14px;
    background: var(--bg-color02);
}
.contents-recipe-list-itm__inner {
    height: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto 230px;
    grid-template-rows: auto auto 1fr;
}
/*layout*/
.contents-recipe-list-itm__box1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.contents-recipe-list-itm__box2 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.contents-recipe-list-itm__box3 { /*材料*/
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.shop {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}
/*--layout*/
.contents-recipe-list-itm__box1 {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.contents-recipe-list-itm__ttl {
    position: absolute;
    width: 294px;
    top: -10px;
    left: -35px;
    transform: rotate(-5deg);
}
.contents-recipe-list-itm__img1 {
    padding-top: 56px;
}
.contents-recipe-list-itm__img1 img {
    height: 160px;
    width: auto;
}
.contents-recipe-list-itm__txt1 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color-point);
    line-height: 1.4;
}
.contents-recipe-list-itm__box2 {
    margin-top: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.contents-recipe-list-itm__box2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 35px;
    background: url("/prouse/cat_assets/img/recommend/mayonnaise-source/ico-arrow.svg") no-repeat center / contain;
    top: 30px;
    left: -20px;
}
.contents-recipe-list-itm__txt2 {
    display: inline-block;
    position: relative;
}
.contents-recipe-list-itm__txt2::before, .contents-recipe-list-itm__txt2::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contents-recipe-list-itm__txt2::before {
    left: -2em;
    transform: rotate(60deg);
}
.contents-recipe-list-itm__txt2::after {
    right: -2em;
    transform: rotate(-60deg);
}
.contents-recipe-list-itm__img2 {
    margin-top: 8px;
}
.contents-recipe-list-itm__img2 img {
    height: 88px;
    width: auto;
}
.contents-recipe-list-itm__img2 figcaption {
    margin-top: 8px;
}
.contents-recipe-list-itm__box3 {
    font-weight: 700;
}
.contents-recipe-list-itm__txt3 {
    padding-left: .5em;
    color: var(--main-color-point);
    border-bottom: 1px solid currentColor;
}
.contents-recipe-list-itm__list {
    margin-top: .3em;
    line-height: 1.2;
}
.contents-recipe-list-itm__btn-link {
    height: 30px;
    margin-top: 20px;
    padding-left: 2em;
    color: #fff !important;
    background: var(--main-color-point);
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
}
.contents-recipe-list-itm__btn-link::after {
    position: absolute;
    content: "→";
    font-weight: 900;
    top: 2px;
    bottom: 0;
    right: 1em;
    margin: auto;
}
/*==========================================*/
/*SHOP*/
/*==========================================*/
.shop {
    margin-top: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
}
.shop-info {
    width: 145px;
    flex-shrink: 0;
    font-size: 13px;
}
.shop-info__txt1 {
    display: inline-block;
    margin-left: 1.5em;
    position: relative;
}
.shop-info__txt1::before, .shop-info__txt1::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
}
.shop-info__txt1::before {
    left: -1.5em;
    transform: rotate(60deg);
}
.shop-info__txt1::after {
    right: -1.5em;
    transform: rotate(-60deg);
}
.shop-info__txt2 {
    color: var(--main-color-point);
    letter-spacing: 0;
}
.shop-info__img {
    margin-top: 8px;
}
.shop-note {
    width: 275px;
    flex-shrink: 0;
    font-size: 14px;
}
.contents-recipe-list-itm .shop {
    align-self: end;
}
.contents-arrange-owner .shop {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.contents-arrange-owner .shop-info {
    text-align: center;
}
.contents-arrange-owner .shop-info__txt1 {
    margin-left: 0;
}
/*==========================================*/
/*OWNER*/
/*==========================================*/
.contents-arrange-owner {
    margin-top: 56px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents-arrange-owner__box2 {
    width: 240px;
    margin-left: 40px;
}
.contents-arrange-owner__img img {
    display: block;
    width: 220px;
    margin-inline: auto;
}
.contents-arrange-owner__img figcaption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}
.contents-arrange-owner__img figcaption span {
    font-size: 16px;
    font-weight: 700;
}
.contents-arrange-owner__box3 {
    width: 345px;
}
/*==========================================*/
/*POINT*/
/*==========================================*/
.contents-arrange-point {
    width: 1000px;
    margin-top: 56px;
    padding: 20px 0;
    margin-inline: auto;
    background: var(--bg-color01);
    border: 2px solid var(--main-color-point);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.contents-arrange-point__ttl {
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
}
.contents-arrange-point__ttl-txt1 {
    font-size: 20px;
    letter-spacing: 0;
}
.contents-arrange-point__ttl-txt2 {
    display: inline-block;
    margin-top: 8px;
    padding-inline: 8px;
    font-size: 40px;
    color: var(--main-color-point);
    background: #fff;
}
.contents-arrange-point__note {
    width: 630px;
    flex-shrink: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.4;
}
/*==========================================*/
/*STYLE*/
/*==========================================*/
.contents-arrange-style-list {
    margin-top: 56px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.4;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 460px);
    gap: 80px;
}
.contents-arrange-style-list-itm__inner {
    display: grid;
    justify-content: center;
    grid-template-columns: 3fr 2fr;
}
/*layout*/
.contents-arrange-style-list-itm__h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}
.contents-arrange-style-list-itm__box1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.contents-arrange-style-list-itm__box2 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.contents-arrange-style-list-itm__note {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}
/*--layout*/
.contents-arrange-style-list-itm__h3 {
    text-align: center;
}
.contents-arrange-style-list-itm__h3 img {
    height: 66px;
    width: auto;
}
.contents-arrange-style-list-itm__box1-itm {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.contents-arrange-style-list-itm__box1-itm img {
    height: 160px;
    width: auto;
}
.contents-arrange-style-list-itm__box2 {
    display: flex;
    justify-content: center;
    position: relative;
}
.contents-arrange-style-list-itm__h4 {
    position: absolute;
    width: 202px;
    top: 17px;
    left: -9px;
    transform: rotate(40deg);
}
.contents-arrange-style-list-itm__box2-itm {
    margin-top: 56px;
    position: relative;
}
.contents-arrange-style-list-itm__box2-itm img {
    height: 120px;
    width: auto;
}
.contents-arrange-style-list-itm__box2-itm::before, .contents-arrange-style-list-itm__box2-itm::after {
    position: absolute;
    content: "";
}
.contents-arrange-style-list-itm__box2-itm::before {
    height: 1px;
    border-top: 2px dotted var(--main-color-point);
    transform-origin: top left;
    transform: rotate(170deg);
}
.contents-arrange-style-list-itm__box2-itm::after {
    width: 10px;
    height: 10px;
    background: var(--main-color-point);
    border-radius: 50%;
}
/*layout*/
.item01 .contents-arrange-style-list-itm__box2-itm::before {
    width: 96px;
    top: 68px;
    left: -11px;
}
.item01 .contents-arrange-style-list-itm__box2-itm::after {
    top: 79px;
    left: -111px;
}
.item02 .contents-arrange-style-list-itm__box2-itm::before {
    width: 136px;
    top: 30px;
    left: 0;
}
.item02 .contents-arrange-style-list-itm__box2-itm::after {
    top: 48px;
    left: -146px;
}
.item03 .contents-arrange-style-list-itm__box2-itm::before {
    width: 116px;
    top: 65px;
    left: -11px;
}
.item03 .contents-arrange-style-list-itm__box2-itm::after {
    top: 79px;
    left: -135px;
}
.item04 .contents-arrange-style-list-itm__box2-itm::before {
    width: 106px;
    top: 37px;
    left: -6px;
}
.item04 .contents-arrange-style-list-itm__box2-itm::after {
    top: 49px;
    left: -111px;
}
.contents-arrange-style-list-itm__note {
    margin-top: 24px;
}
/*==========================================*/
/*PROCESS*/
/*==========================================*/
.contents-arrange-process-list {
    margin-top: 56px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 500px);
    gap: 40px;
}
.contents-arrange-process-list-itm {
    display: grid;
    gap: 64px;
}
.contents-arrange-process-list-itm__box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
}
/*layout*/
.contents-arrange-process-list-itm__box1 {
    grid-row: 2 / 3;
}
.contents-arrange-process-list-itm__box2 {
    grid-row: 1 / 2;
}
.contents-arrange-process-list-itm__inner1 {
    order: 2;
}
.contents-arrange-process-list-itm__inner2 {
    order: 1;
}
/*--layout*/
.contents-arrange-process-list-itm__inner1 {
    position: relative;
}
.contents-arrange-process-list-itm__inner1::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 35px;
    background: url("/prouse/cat_assets/img/recommend/mayonnaise-source/ico-arrow.svg") no-repeat center / contain;
    top: -20px;
    left: -70px;
    transform: rotate(130deg);
}
.contents-arrange-process-list-itm__ttl {
    position: absolute;
    width: 285px;
    top: -50px;
    left: -47px;
    transform: rotate(55deg);
}
.item04 .contents-arrange-process-list-itm__ttl {
    top: -60px;
    left: -57px;
}
.contents-arrange-process-list-itm__img1 img {
    height: 190px;
    width: auto;
}
.contents-arrange-process-list-itm__img2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.contents-arrange-process-list-itm__img2 img {
    height: 108px;
    width: auto;
}
.contents-arrange-process-list-itm__box2 {
    padding: 20px 0;
    background: var(--bg-color02);
    border: 2px dashed var(--main-color-point);
    border-radius: 20px;
    position: relative;
}
.contents-arrange-process-list-itm__box2::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: var(--bg-color02);
    border-top: 2px dashed var(--main-color-point);
    border-left: 2px dashed var(--main-color-point);
    left: 125px;
    bottom: -12px;
    transform: rotate(-135deg);
}
.contents-arrange-process-list-itm__ingredients {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    white-space: nowrap;
    gap: 56px;
}
.contents-arrange-process-list-itm__ingredients-itm {
    position: relative;
}
.contents-arrange-process-list-itm__ingredients-itm:not(:first-child):before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("/prouse/cat_assets/img/recommend/mayonnaise-source/ico-plus.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    left: -44px;
    margin: auto;
}
.contents-arrange-process-list-itm__ingredients-itm1-2 {
    margin-top: 8px;
}
.contents-arrange-process-list-itm__ingredients-itm1-2 img {
    height: 74px;
    width: auto;
}
.contents-arrange-process-list-itm__ingredients-itm2-1 span {
    display: inline-block;
    color: var(--main-color-point);
    position: relative;
    letter-spacing: 0;
}
.contents-arrange-process-list-itm__ingredients-itm2-1 span::before, .contents-arrange-process-list-itm__ingredients-itm2-1 span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: currentColor;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contents-arrange-process-list-itm__ingredients-itm2-1 span::before {
    left: -1.3em;
    transform: rotate(60deg);
}
.contents-arrange-process-list-itm__ingredients-itm2-1 span::after {
    right: -1.3em;
    transform: rotate(-60deg);
}
.contents-arrange-process-list-itm__ingredients-itm2-2 img {
    height: 50px;
    width: auto;
}
.contents-arrange-process-list-itm__comment {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.contents-arrange-process-list-itm__comment-photo img {
    height: 116px;
    width: auto;
}
.contents-arrange-process-list-itm__comment-txt {
    width: 330px;
}
.footer-bnr {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 105px;
}
.footer-bnr-link1 {
    width: 330px;
    height: 80px;
    font-size: 16px;
    color: #fff !important;
    background: var(--main-color-point);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-bnr-link2 {
    display: block;
    width: 325px;
    overflow: hidden
}
.footer-note {
    min-width: 1040px;
    max-width: 1280px;
    margin-top: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
#foot_text {
    max-width: 1100px;
    margin: 30px auto 0;
    font-size: 13px;
    color: #333;
    text-align: right;
}
@media screen and (min-width: 769px), print {
    .article a, .article a img {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    a.contents-recipe-list-itm__btn-link:hover, a.footer-bnr-link1:hover {
        background: rgb(var(--main-color-point-rgb) / .8);
    }
    .footer-bnr-link2:hover img {
        transform: scale(1.05);
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    section {
        padding-top: calc((32 / 375) * 100vw);
    }
    .article-inner {
        min-width: 100vw;
    }
    .contents-header-ttl {
        font-size: calc((32 / 375) * 100vw);
    }
    .contents-header-ttl::after {
        width: calc((246 / 375) * 100vw);
        height: calc((35 / 375) * 100vw);
        bottom: calc((-12 / 375) * 100vw);
    }
    .contents-header-ttl__txt1 {
        font-size: calc((26 / 375) * 100vw);
    }
    .nav-anchor {
        padding: calc((32 / 375) * 100vw) 0;
    }
    .nav-anchor-list {
        flex-direction: column;
        align-items: center;
        gap: calc((16 / 375) * 100vw);
    }
    .nav-anchor-list-itm-link {
        width: calc((340 / 375) * 100vw);
        height: calc((90 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        gap: calc((12 / 375) * 100vw);
        letter-spacing: 0;
    }
    .nav-anchor-list-itm__txt1 {
        font-size: calc((16 / 375) * 100vw);
    }
    .nav-anchor-list-itm__txt2 {
        font-size: calc((20 / 375) * 100vw);
    }
    /*==========================================*/
    /*RECIPE*/
    /*==========================================*/
    .contents-recipe-list {
        margin-top: calc((64 / 375) * 100vw);
        grid-template-columns: calc((330 / 375) * 100vw);
        gap: calc((24 / 375) * 100vw);
    }
    .contents-recipe-list-itm {
        padding: calc((30 / 375) * 100vw) 0;
        font-size: calc((13 / 375) * 100vw);
        letter-spacing: 0;
    }
    .contents-recipe-list-itm__inner {
        grid-template-columns: auto calc((150 / 375) * 100vw);
    }
    .contents-recipe-list-itm__box1 {
        width: auto;
    }
    .contents-recipe-list-itm__ttl {
        width: calc((210 / 375) * 100vw);
        top: calc((10 / 375) * 100vw);
        left: calc((-28 / 375) * 100vw);
    }
    .contents-recipe-list-itm__img1 {
        padding-top: calc((64 / 375) * 100vw);
    }
    .contents-recipe-list-itm__img1 img {
        height: calc((110 / 375) * 100vw);
    }
    .contents-recipe-list-itm__txt1 {
        margin-top: calc((24 / 375) * 100vw);
        font-size: calc((13 / 375) * 100vw);
    }
    .contents-recipe-list-itm__box2 {
        margin-top: calc((16 / 375) * 100vw);
    }
    .contents-recipe-list-itm__box2::before {
        width: calc((40 / 375) * 100vw * .6);
        height: calc((35 / 375) * 100vw * .6);
        top: calc((16 / 375) * 100vw);
        left: calc((-20 / 375) * 100vw);
    }
    .item03 .contents-recipe-list-itm__box2::before {
        top: calc((6 / 375) * 100vw);
    }
    .item04 .contents-recipe-list-itm__box2::before {
        top: calc((-16 / 375) * 100vw);
        left: calc((-28 / 375) * 100vw);
    }
    .item05 .contents-recipe-list-itm__box2::before {
        top: calc((8 / 375) * 100vw);
    }
    .item07 .contents-recipe-list-itm__box2::before {
        top: calc((32 / 375) * 100vw);
    }
    .contents-recipe-list-itm__txt2::before, .contents-recipe-list-itm__txt2::after {
        width: calc((28 / 375) * 100vw);
    }
    .contents-recipe-list-itm__txt2::before {
        left: -1.5em;
    }
    .contents-recipe-list-itm__txt2::after {
        right: -1.5em;
    }
    .contents-recipe-list-itm__img2 {
        margin-top: calc((8 / 375) * 100vw);
    }
    .contents-recipe-list-itm__img2 img {
        height: calc((56 / 375) * 100vw);
    }
    .contents-recipe-list-itm__img2 figcaption {
        margin-top: calc((8 / 375) * 100vw);
    }
    .contents-recipe-list-itm__txt3 {
        font-size: calc((14 / 375) * 100vw);
    }
    .contents-recipe-list-itm__btn-link {
        height: calc((30 / 375) * 100vw);
        margin-top: calc((16 / 375) * 100vw);
        padding-left: .5em;
        font-size: calc((12 / 375) * 100vw);
    }
    .contents-recipe-list-itm__btn-link::after {
        top: calc((6 / 375) * 100vw);
        right: .2em;
        font-size: .8em;
    }
    /*==========================================*/
    /*SHOP*/
    /*==========================================*/
    .shop {
        margin-top: calc((24 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((16 / 375) * 100vw);
    }
    .shop-info {
        width: calc((145 / 375) * 100vw);
        font-size: calc((13 / 375) * 100vw);
        text-align: center;
    }
    .shop-info__txt1 {
        margin-left: 0;
    }
    .shop-info__txt1::before, .shop-info__txt1::after {
        width: calc((14 / 375) * 100vw);
    }
    .shop-info__img {
        margin-top: calc((8 / 375) * 100vw);
    }
    .shop-note {
        width: calc((300 / 375) * 100vw);
        font-size: calc((13 / 375) * 100vw);
    }
    .contents-arrange-owner .shop {
        gap: calc((16 / 375) * 100vw);
    }
    /*==========================================*/
    /*OWNER*/
    /*==========================================*/
    .contents-arrange-owner {
        margin-top: calc((48 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((24 / 375) * 100vw);
    }
    .contents-arrange-owner__box2 {
        width: calc((240 / 375) * 100vw);
        margin-left: 0;
        text-align: center;
    }
    .contents-arrange-owner__img img {
        width: calc((220 / 375) * 100vw);
    }
    .contents-arrange-owner__img figcaption {
        margin-top: calc((8 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
    }
    .contents-arrange-owner__img figcaption span {
        font-size: calc((16 / 375) * 100vw);
    }
    .contents-arrange-owner__box3 {
        width: calc((330 / 375) * 100vw);
    }
    /*==========================================*/
    /*POINT*/
    /*==========================================*/
    .contents-arrange-point {
        width: calc((330 / 375) * 100vw);
        margin-top: calc((48 / 375) * 100vw);
        padding: calc((20 / 375) * 100vw) 0;
        flex-direction: column;
        gap: calc((16 / 375) * 100vw);
    }
    .contents-arrange-point__ttl-txt1 {
        font-size: calc((18 / 375) * 100vw);
    }
    .contents-arrange-point__ttl-txt2 {
        margin-top: calc((8 / 375) * 100vw);
        padding-inline: calc((8 / 375) * 100vw);
        font-size: calc((32 / 375) * 100vw);
    }
    .contents-arrange-point__note {
        width: calc((290 / 375) * 100vw);
    }
    /*==========================================*/
    /*STYLE*/
    /*==========================================*/
    .contents-arrange-style-list {
        margin-top: calc((48 / 375) * 100vw);
        grid-template-columns: calc((330 / 375) * 100vw);
        gap: calc((48 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__h3 img {
        height: calc((40 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__box1-itm {
        margin-top: calc((36 / 375) * 100vw);
        gap: calc((16 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__box1-itm img {
        height: calc((100 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__box2 {
        justify-content: flex-start;
    }
    .contents-arrange-style-list-itm__h4 {
        width: calc((136 / 375) * 100vw);
        top: calc((18 / 375) * 100vw);
        left: calc((-30 / 375) * 100vw);
        transform: rotate(30deg);
    }
    .contents-arrange-style-list-itm__box2-itm {
        margin-top: calc((48 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__box2-itm img {
        height: calc((76 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__box2-itm::after {
        width: calc((10 / 375) * 100vw);
        height: calc((10 / 375) * 100vw);
    }
    /*layout*/
    .item01 .contents-arrange-style-list-itm__box2-itm::before {
        width: calc((56 / 375) * 100vw);
        top: calc((43 / 375) * 100vw);
        left: calc((-6 / 375) * 100vw);
    }
    .item01 .contents-arrange-style-list-itm__box2-itm::after {
        top: calc((48 / 375) * 100vw);
        left: calc((-72 / 375) * 100vw);
    }
    .item02 .contents-arrange-style-list-itm__box2-itm::before {
        width: calc((86 / 375) * 100vw);
        top: calc((18 / 375) * 100vw);
        left: calc((-2 / 375) * 100vw);
    }
    .item02 .contents-arrange-style-list-itm__box2-itm::after {
        top: calc((24 / 375) * 100vw);
        left: calc((-86/ 375) * 100vw);
    }
    .item03 .contents-arrange-style-list-itm__box2-itm::before {
        width: calc((62 / 375) * 100vw);
        top: calc((35 / 375) * 100vw);
        left: calc((-6 / 375) * 100vw);
    }
    .item03 .contents-arrange-style-list-itm__box2-itm::after {
        top: calc((40 / 375) * 100vw);
        left: calc((-75 / 375) * 100vw);
    }
    .item04 .contents-arrange-style-list-itm__box2-itm::before {
        width: calc((63 / 375) * 100vw);
        top: calc((20 / 375) * 100vw);
        left: calc((-2 / 375) * 100vw);
    }
    .item04 .contents-arrange-style-list-itm__box2-itm::after {
        top: calc((24 / 375) * 100vw);
        left: calc((-72 / 375) * 100vw);
    }
    .contents-arrange-style-list-itm__note {
        margin-top: calc((24 / 375) * 100vw);
    }
    /*==========================================*/
    /*PROCESS*/
    /*==========================================*/
    .contents-arrange-process-list {
        margin-top: calc((48 / 375) * 100vw);
        font-size: calc((14 / 375) * 100vw);
        grid-template-columns: calc((330 / 375) * 100vw);
        gap: calc((40 / 375) * 100vw);
        width: 100vw;
        overflow: hidden;
    }
    .contents-arrange-process-list-itm {
        gap: calc((64 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__box1 {
        gap: calc((20 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__inner1::before {
        width: calc((40 / 375) * 100vw * .7);
        height: calc((35 / 375) * 100vw * .7);
        top: calc((-20 / 375) * 100vw);
        left: calc((-40 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ttl {
        width: calc((214 / 375) * 100vw);
        top: calc((-40 / 375) * 100vw);
        left: calc((-32 / 375) * 100vw);
    }
    .item04 .contents-arrange-process-list-itm__ttl {
        top: calc((-50 / 375) * 100vw);
        left: calc((-40 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__img1 img {
        height: calc((150 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__img2 {
        gap: calc((8 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__img2 img {
        height: calc((88 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__box2 {
        padding: calc((20 / 375) * 100vw) 0;
    }
    .contents-arrange-process-list-itm__box2::after {
        width: calc((20 / 375) * 100vw);
        height: calc((20 / 375) * 100vw);
        left: calc((120 / 375) * 100vw);
        bottom: calc((-12 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ingredients {
        gap: calc((28 / 375) * 100vw);
        font-size: calc((12 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ingredients-itm:not(:first-child):before {
        width: calc((15 / 375) * 100vw);
        height: calc((15 / 375) * 100vw);
        left: calc((-28 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ingredients-itm1-2 {
        margin-top: calc((8 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ingredients-itm1-2 img {
        height: calc((50 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__ingredients-itm2-1 span::before, .contents-arrange-process-list-itm__ingredients-itm2-1 span::after {
        width: calc((14 / 375) * 100vw);
        height: 1px;
    }
    .contents-arrange-process-list-itm__ingredients-itm2-1 span::before {
        left: -1em;
    }
    .contents-arrange-process-list-itm__ingredients-itm2-1 span::after {
        right: -1em;
    }
    .contents-arrange-process-list-itm__ingredients-itm2-2 img {
        height: calc((32 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__comment {
        margin-top: calc((8 / 375) * 100vw);
        gap: calc((16 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__comment-photo img {
        height: calc((76 / 375) * 100vw);
    }
    .contents-arrange-process-list-itm__comment-txt {
        width: calc((220 / 375) * 100vw);
        line-height: 1.2;
    }
    .footer-bnr {
        margin-top: calc((40 / 375) * 100vw);
        flex-direction: column;
        gap: calc((40 / 375) * 100vw);
    }
    .footer-bnr-link1 {
        width: calc((330 / 375) * 100vw);
        height: calc((80 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
    }
    .footer-bnr-link2 {
        width: calc((330 / 375) * 100vw);
    }
    .footer-note {
        min-width: calc((330 / 375) * 100vw);
        width: calc((330 / 375) * 100vw);
        margin-top: calc((40 / 375) * 100vw);
        margin-inline: auto;
    }
    #foot_text {
        width: 100%;
        margin-top: 4vw;
        text-align: center;
        font-size: 2.93333vw;
    }
}