@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
    /* outline: 1px solid red; */
    /* outline-offset: -1px; */
} 

.page-tsukeumaoil__title {
    text-align: center;
    background: linear-gradient(0deg, transparent 9%, #73c2d7 9%);
    margin-bottom: 100px;
}

@media only screen and (max-width: 786px) {
    .page-tsukeumaoil__title {
        margin-bottom: 70px;
    }
}

.banner-arrangeRecipe {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 786px) {
    .banner-arrangeRecipe {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.section-HowToUse {
    background-color: #fff5df; 
    position: relative;
}

.section-HowToUse::before {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/section-HowToUse__wave.svg) repeat-x center / auto 100%;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
}

@media only screen and (max-width: 786px) {
    .section-HowToUse::before {
        height: 4px;
    }
}

.section-HowToUse::after {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/section-HowToUse__tsukeumaoil.png) no-repeat center / contain;
    width: 173px;
    height: 291px;
    position: absolute;
    left: 50%;
    top: -69px;
    transform: translateX(-560px);
}

@media only screen and (max-width: 786px) {
    .section-HowToUse::after {
        width: 68px;
        height: 114px;
        top: -12px;
        transform: translateX(-187px);
    }
}

.section-HowToUse-inner {
    padding: 54px 30px 148px;
    overflow: hidden;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse-inner {
        padding-bottom: 100px;
    }
}

.section-HowToUse__title {
    text-align: center;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse__title img {
        width: 252.785px;
    }
}

.section-HowToUse__video {
    max-width: 852px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse__video {
        margin-top: 20px;
    }
}

.section-HowToUse__video::before {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/section-HowToUse__chickenSteak.png) no-repeat center / contain;
    width: 282px;
    height: 169px;
    position: absolute;
    left: -178px;
    bottom: 16px;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse__video::before {
        width: 111px;
        height: 67px;
        left: -70px;
        bottom: 6px;
    }
}

.section-HowToUse__video::after {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/section-HowToUse__yakisoba.png) no-repeat center / contain;
    width: 275px;
    height: 182px;
    position: absolute;
    right: -187px;
    top: 36px;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse__video::after {
        width: 108px;
        height: 71px;
        right: -73px;
        top: 14px;
    }
}

.section-HowToUse__video iframe {
    vertical-align: bottom;
    aspect-ratio: 16 / 9;
    box-shadow : 5px 5px 5px rgba(66, 33, 11, 0.2);
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    border: 10px solid white;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 786px) {
    .section-HowToUse__video {
        box-shadow : 2px 2px 2px rgba(66, 33, 11, 0.2);
        border-width: 8px;
    }
}

.section-ProductIntroduction {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.section-ProductIntroduction::before {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/section-ProductIntroduction__tsukeumaoil.png) no-repeat center / contain;
    width: 183px;
    height: 294px;
    position: absolute;
    left: 50%;
    top: -95px;
    transform: translateX(386px);
}

@media only screen and (max-width: 786px) {
    .section-ProductIntroduction::before {
        width: 71px;
        height: 115px;
        top: -15px;
        transform: translateX(118px);
    }
}

.section-ProductIntroduction__title {
    text-align: center;
    background: url(../img/tsukeumaoil/section-ProductIntroduction__title-bg.svg) repeat-x center / auto 100%;
    height: 234.26px;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 786px) {
    .section-ProductIntroduction__title {
        height: 117.6652px;
    }
}

.section-ProductIntroduction__title img {
    width: auto;
    height: 100%;
}

.section-ProductIntroduction__content {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.75;
    text-align: center;
    padding-inline-start: 0.2em;
    margin-top: 4.1em;
}

@media only screen and (max-width: 786px) {
    .section-ProductIntroduction__content {
        font-size: 13px;
        margin-top: 3.3076923077em;
    }
}

.section-ProductIntroduction__banner {
    text-align: center;
}

@media only screen and (max-width: 786px) {
    .section-ProductIntroduction__banner + .section-ProductIntroduction__banner {
        margin-top: 50px;
    }
}

.section-ProductIntroduction__banner:first-of-type {
    margin-top: 60px;
}

@media only screen and (max-width: 786px) {
    .section-ProductIntroduction__banner:first-of-type {
        margin-top: 45px;
    }
}

#arrangeRecipe {
    scroll-margin-top: 170px;
}

@media only screen and (max-width: 786px) {
    #arrangeRecipe {
        scroll-margin-top: 64px;
    }
}

.section-ArrangeRecipe {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff5df;
    width: calc(100% - 30px);
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 100px;
    border-top: 310px solid #ffe13c;
    border-radius: 30px;
    margin: 90px auto 60px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe {
        padding-bottom: 50px;
        border-top-width: 113px;
        border-radius: 10px;
    }
}

.section-ArrangeRecipe__title {
    text-align: center;
    margin-top: -360px;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe__title {
        margin-top: -131px;
    }
}

.section-ArrangeRecipe__title img {
    width: auto;
    height: 326px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe__title img {
        height: 120px;
    }
}

.section-ArrangeRecipe__thumbnail {
    width: 910px;
    height: auto;
    margin-top: -18px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe__thumbnail {
        width: 332px;
        margin-top: -7px;
    }
}

.section-ArrangeRecipe-contents {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    max-width: 856px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents {
        margin-right: 3px;
        margin-left: 3px;
    }
}

.section-ArrangeRecipe__thumbnail + .section-ArrangeRecipe-contents {
    margin-top: 40px;
}

.section-ArrangeRecipe-contents + .section-ArrangeRecipe-contents {
    margin-top: 72px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents + .section-ArrangeRecipe-contents {
        margin-top: 50px;
    }
}

.section-ArrangeRecipe-contents::before {
    content: '';
    display: block;
    background-color: #ffe13c;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-1deg);
}

.section-ArrangeRecipe-contents-inner {
    background-color: white;
    padding: 60px;
    position: relative;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents-inner {
        padding: 25px 20px;
    }
}

.section-ArrangeRecipe-contents-inner::before {
    content: '';
    display: block;
    background: url(../img/tsukeumaoil/pin.svg) no-repeat center / contain;
    width: 26.1364px;
    height: 33.176px;
    position: absolute;
    left: 50%;
    top: -9px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents-inner::before {
        width: 9.9806px;
        height: 12.6687px;
        top: -2px;
    }
}

.section-ArrangeRecipe-contents__title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe13c;
    height: 70px;
    border-radius: 10px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents__title {
        height: 40px;
        border-radius: 4px;
    }
}

.section-ArrangeRecipe-contents__title img {
    width: auto;
}

.section-ArrangeRecipe-contents__title--recommendRecipe img {
    height: 34.83px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents__title--recommendRecipe img {
        height: 20.0286px;
    }
}

.section-ArrangeRecipe-contents__title--recipeSearch img {
    height: 36.09px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe-contents__title--recipeSearch img {
        height: 20.392px;
    }
}

.arrangeRecipe {
    text-align: start;
    display: grid;
    grid-template-columns: 420px 1fr;
    grid-template-rows: repeat(2, auto) 1fr auto;
    grid-column-gap: 46px;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe {
        display: block;
    }
}

.section-ArrangeRecipe .arrangeRecipe {
    margin-top: 40px;
}

@media only screen and (max-width: 786px) {
    .section-ArrangeRecipe .arrangeRecipe {
        margin-top: 20px;
    }
}

.arrangeRecipe .wp-post-image {
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe .wp-post-image {
        border-radius: 20px;
    }
}

.arrangeRecipe__catch {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75;
    grid-column: 2;
    grid-row: 1;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe__catch {
        font-size: 13px;
        margin-top: 2em;
    }
}

.arrangeRecipe__title {
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.5;
    grid-column: 2;
    grid-row: 2;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe__title {
        font-size: 22px;
        margin-top: 0.363636em;
    }
}

.arrangeRecipe__catch + .arrangeRecipe__title {
    margin-top: 0.30303em;
}

.arrangeRecipe-information {
    grid-column: 2;
    grid-row: 3;
    margin-top: 34px;
}

.arrangeRecipe-information .term {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
    background-color: #ffe13c;
    width: fit-content;
    padding: 0.25em 1em 0.25em 1.2em;
    border-radius: 0.33333em;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe-information .term {
        font-size: 10px;
    }
}

.arrangeRecipe-information .description {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 0.4em;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe-information .description {
        font-size: 13px;
    }
}

.arrangeRecipe__button {
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    grid-column: 2;
    grid-row: 4;
    display: block;
    background-color: #d90121;
    padding: 0.7em 1em 0.7em 1.1em;
    border: 1px solid #d90121;
    border-radius: 999px;
    margin-top: 2em;
    position: relative;
}

@media only screen and (max-width: 786px) {
    .arrangeRecipe__button {
        font-size: 15px;
    }
}

.arrangeRecipe__button:hover {
    color: #d90121;
    background-color: white;
}

.arrangeRecipe__button::after {
    content: '';
    display: block;
    width: 0.65em;
    height: 0.65em;
    border-top: 0.15em solid currentColor;
    border-right: 0.15em solid currentColor;
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.searchform {
    display: grid;
    max-width: 520px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 786px) {
    .searchform {
        margin-top: 10px;
    }
}

.searchform-categories {
    justify-self: center;
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 786px) {
    .searchform-categories {
        padding: 6.5px;
        margin-right: -13px;
        margin-left: -13px;
    }
}

.searchform-categories-inner {
    display: flex;
    flex-wrap: wrap;
}

.searchform-category {
    color: #151e1e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    padding: 0.325em 0.7em;
    border: 1px solid #e8e8e8;
    border-radius: 0.5em;
    margin: 0.5em;
}

@media only screen and (max-width: 786px) {
    .searchform-category {
        font-size: 13px;
    }
}

input:checked + .searchform-category {
    background-color: #ffe13c;
    border-color: #ffe13c;
}

.searchform-category::before {
    content: '';
    display: inline-block;
    background: white url(../img/tsukeumaoil/check.svg) no-repeat 46% 54% / 0.666945em auto;
    width: 0.9em;
    height: 0.9em;
    border: 1px solid #151e1e;
    border-radius: 0.15em;
    margin-right: 0.7em;
}

input:checked + .searchform-category::before {
    background-color: #151e1e;
}

.searchform__word {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: #eceded url(../img/tsukeumaoil/search.svg) no-repeat 0.7em center / 1.6471333333em auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0.9166666667em 1.1em 0.9166666667em 3.3333333333em;
    border-radius: 0.66667em;
    margin-top: 2em;
}

@media only screen and (max-width: 786px) {
    .searchform__word {
        font-size: 10px;
        margin-top: 0.7em;
    }
}

.searchform__word::placeholder {
    color: #a1a5a5;
}

.searchform__button {
    appearance: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    justify-self: center;
    display: inline-block;
    background-color: #d90121;
    box-sizing: border-box;
    width: 12.5em;
    padding: 0.7em 1em 0.7em 1.1em;
    border: 1px solid #d90121;
    border-radius: 999px;
    margin-top: 1.7em;
}

@media only screen and (max-width: 786px) {
    .searchform__button {
        font-size: 15px;
    }
}

.searchform__button:hover {
    color: #d90121;
    background-color: white;
}

.section-TsukeumaOilRecipe {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 85px;
}

.section-TsukeumaOilRecipe__title {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -30px;
    margin-left: -30px;
}

.section-TsukeumaOilRecipe--kogashiShoyu .section-TsukeumaOilRecipe__title {
    background: linear-gradient(0deg, #d90121 88.8%, transparent 88.8%);
}

.section-TsukeumaOilRecipe--umaShio .section-TsukeumaOilRecipe__title {
    background: linear-gradient(0deg, #104b9e 88.8%, transparent 88.8%);
}

.section-TsukeumaOilRecipe-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 44px;
    max-width: 856px;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 786px) {
    .section-TsukeumaOilRecipe-list {
        grid-gap: 32px 18px;
        margin-top: 50px;
    }
}

.section-TsukeumaOilRecipe-item {
    text-align: center;
}

.section-TsukeumaOilRecipe-item .figure {
    margin: 0;
}

.section-TsukeumaOilRecipe-item .wp-post-image {
    border-radius: 24px;
}

@media only screen and (max-width: 786px) {
    .section-TsukeumaOilRecipe-item .wp-post-image {
        border-radius: 9px;
    }
}

.section-TsukeumaOilRecipe-item .caption {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.75;
    padding-inline-start: 0.2em;
    margin-top: 0.27273em;
}

@media only screen and (max-width: 786px) {
    .section-TsukeumaOilRecipe-item .caption {
        font-size: 11px;
    }
}

.section-TsukeumaOilRecipe__button {
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 20em;
    padding: 0.7em 2em 0.7em 2.2em;
    border: 1px solid;
    border-radius: 999px;
    margin-top: 2.5em;
    position: relative;
}

@media only screen and (max-width: 786px) {
    .section-TsukeumaOilRecipe__button {
        font-size: 15px;
    }
}

.section-TsukeumaOilRecipe--kogashiShoyu .section-TsukeumaOilRecipe__button {
    background-color: #d90121;
    border-color: #d90121;
}

.section-TsukeumaOilRecipe--kogashiShoyu .section-TsukeumaOilRecipe__button:hover {
    color: #d90121;
}

.section-TsukeumaOilRecipe--umaShio .section-TsukeumaOilRecipe__button {
    background-color: #104b9e;
    border-color: #104b9e;
}

.section-TsukeumaOilRecipe--umaShio .section-TsukeumaOilRecipe__button:hover {
    color: #104b9e;
}

.section-TsukeumaOilRecipe__button:hover {
    background-color: white;
}

.section-TsukeumaOilRecipe__button::after {
    content: '';
    display: block;
    width: 0.65em;
    height: 0.65em;
    border-top: 0.15em solid currentColor;
    border-right: 0.15em solid currentColor;
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.section-WhatIs {
    background-color: #fff5df;
}

.section-WhatIs__title {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.section-WhatIs__title img  {
    width: 100%;
    height: auto;
}

.section-WhatIs-Step {
    padding: 60px 20px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step {
        padding-top: 40px;
    }
}

.section-WhatIs-Step__title {
    text-align: center;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step__title img {
        width: 257.6451px;
    }
}

.section-WhatIs-Step-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step {
        display: block;
        margin-top: 32px;
    }
}

.section-WhatIs-Step-step-order {
    text-align: center;
    display: grid;
    grid-template-rows: auto 156px 1fr;
    /* grid-template-rows: auto 104.95px 1fr; */
    width: 290px;
    padding: 4px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order {
        text-align: start;
        grid-template-columns: 140px 1fr;
        grid-template-rows: 1fr repeat(2, auto) 1fr;
        grid-column-gap: 18px;
        width: auto;
        padding: 4px;
    }
}

.section-WhatIs-Step-step-order__thumbnail {
    justify-self: center;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order__thumbnail {
        grid-column: 1;
        grid-row: 1 / -1;
    }
}

.section-WhatIs-Step-step-order__title {
    justify-self: center;
    align-self: center;
    /* margin-top: 25.525px; */
    /* margin-bottom: 25.525px; */
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order__title {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        margin: 0;
    }
}

.section-WhatIs-Step-step-order:first-of-type .section-WhatIs-Step-step-order__title {
    align-self: start;
    margin-top: 30px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order:first-of-type .section-WhatIs-Step-step-order__title {
        margin-top: 0;
    }
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order:first-of-type .section-WhatIs-Step-step-order__title img {
        width: auto;
        height: 17.7944px;
    }
}

.section-WhatIs-Step-step-order__content {
    color: #151e1e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75;
    padding-inline-start: 0.1em;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Step-step-order__content {
        font-size: 13px;
        grid-column: 2;
        grid-row: 3;
        margin-top: 0.61538em;
    }
}

.section-WhatIs-Step-step-order__content .small {
    font-size: 0.75em;
    font-weight: 500;
}

.section-WhatIs-Step-step-order__content .em {
    -webkit-text-stroke: 1px currentColor;
}

.section-WhatIs-Tsukekomu {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Tsukekomu {
        padding-bottom: 60px;
    }
}

.section-WhatIs-Tsukekomu__title {
    text-align: center;
    background: url(../img/tsukeumaoil/section-WhatIs-Tsukekomu__title-bg.svg) repeat-x center / auto 100%;
    height: 303.2594px;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Tsukekomu__title {
        height: 128.0775px;
    }
}

.section-WhatIs-Tsukekomu__title img {
    width: auto;
    height: 100%;
}

.section-WhatIs-Tsukekomu__thumbnail {
    margin-top: 60px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-Tsukekomu__thumbnail {
        margin-top: 27px;
    }
}

.section-WhatIs-Tsukekomu__secret {
    display: block;
    margin-top: 45px;
}

.section-WhatIs-FrozenStock {
    text-align: center;
    background-color: white;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-FrozenStock {
        padding-bottom: 70px;
    }
}

.section-WhatIs-FrozenStock__title {
    text-align: center;
    background: #fff5df url(../img/tsukeumaoil/section-WhatIs-FrozenStock__title-bg.svg) repeat-x center / auto 100%;
    height: 222.2594px;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-FrozenStock__title {
        height: 112.5903px;
    }
}

.section-WhatIs-FrozenStock__title img {
    width: auto;
    height: 100%;
}

.section-WhatIs-FrozenStock__content {
    color: #151e1e;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
    padding-inline-start: 0.2em;
    margin-top: 2.8em;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-FrozenStock__content {
        font-size: 13px;
        margin-top: 3.3846153846em;
    }
}

.section-WhatIs-FrozenStock__process {
    margin-top: 62px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-FrozenStock__process {
        margin-top: 45px;
    }
}

.section-WhatIs-FrozenStock__merit {
    display: block;
    margin-top: 60px;
}

@media only screen and (max-width: 786px) {
    .section-WhatIs-FrozenStock__merit {
        display: block;
        margin-top: 50px;
    }
}

.section-WhatIs-FrozenStock__merit img {
    width: 100%;
    max-width: 856px;
}

.section-Campaign {
    background-color: #ffe13c;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 786px) {
    .section-Campaign {
        padding-bottom: 70px;
    }
}

.section-Campaign__title {
    text-align: center;
    background: white url(../img/tsukeumaoil/section-Campaign__title-bg.svg) repeat-x center / auto 100%;
    height: 234.26px;
    margin-right: -30px;
    margin-left: -30px;
}

@media only screen and (max-width: 786px) {
    .section-Campaign__title {
        height: 117.6652px;
    }
}

.section-Campaign__title img {
    width: auto;
    height: 100%;
}

.section-Campaign-campaigns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    max-width: 856px;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 786px) {
    .section-Campaign-campaigns {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        max-width: 412px;
        margin-top: 38px;
    }
}

.section-Campaign-campaign a {
    display: block;
}

.section-Campaign-campaign .figure {
    margin: 0;
}

.section-Campaign-campaign img {
    max-width: 100%;
    height: auto;
}

.section-Campaign-campaign .caption {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8888888889;
    margin-top: 0.66667em;
}

@media only screen and (max-width: 786px) {
    .section-Campaign-campaign .caption {
        font-size: 13px;
    }
}

.section-Campaign__404 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

@media only screen and (max-width: 786px) {
    .section-Campaign__404 {
        font-size: 12px;
    }
}

.button-instagram {
    text-align: center;
    display: block;
    background: white url(../img/tsukeumaoil/button_arrow.svg) no-repeat right 30px center / 52.229px auto;
    box-sizing: border-box;
    max-width: 856px;
    padding: 24px 113px;
    border: 2px solid #d90121;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 786px) {
    .button-instagram {
        background-position: right 18px center;
        background-size: 22.0481px auto;
        padding: 14.36px 54px 14.36px 30px;
        border-width: 1px;
        border-radius: 8px;
    }
}

.section-Campaign .button-instagram {
    margin-top: 46px;
}

@media only screen and (max-width: 786px) {
    .section-Campaign .button-instagram {
        margin-top: 46px;
    }
}

.button-instagram img {
    width: 502px;
    height: auto;
}

@media only screen and (max-width: 786px) {
    .button-instagram img {
        width: 230px;
    }
}