*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p {
    margin: 0
}

img,
picture {
    display: block;
    max-width: 100%
}

body {
    min-height: 100vh;
    font-size: 16px;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
}

h1 {
    font-size: clamp(33px, calc(21.4px + 3.1vw), 66px);
}

h2 {
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(22px, calc(14px + 2.16vw), 46px);
}


.EXTRAoil_header__logo {
    padding-top: 1.99vw;
    padding-left: 12.67vw;
}

.EXTRAoil_header__logo img {
    max-width: clamp(150px, 7.8vw, 160px);
    height: auto;
}

.EXTRAoil_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.EXTRAoil_kv {
    position: relative;
}

.EXTRAoil_kv > img {
    width: 100%;
    height: auto;
}


.EXTRAoil_main {
    margin-top: clamp(0px, 5.56vw, 80px);
}


.EXTRAoil_fresh_title,
.EXTRAoil_fresh_txt,
.recipe_title,
.EXTRAoil_movietitle {
    background: linear-gradient(to bottom, #1B5838 0%, #6A9731 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.EXTRAoil_fresh_title {
    font-family: EB Garamond;
    text-align: right;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 95px;
    font-size: clamp(36px, 9.4vw, 135px);
    opacity: 0.6;
    line-height: 1;
    padding: 0 20px;
}

.EXTRAoil_colom2 {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.EXTRAoil_colom2_img {
    position: relative;
    margin-right: 110px;
    max-width: 820px;
    width: 100%;
    height: auto;
    z-index: 0;
}

.EXTRAoil_fresh_list {
    list-style: none;
    padding: 0;
    max-width: 750px;
    padding-right: 20px;
}

.EXTRAoil_fresh_list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    font-size: clamp(16px, calc(7.76px + 1.13vw), 24px);
    line-height: 1.8;
    margin-bottom: 10px;
}

.EXTRAoil_fresh_list li::before {
    content: "●";
    flex-shrink: 0;
    color: #976B10;
    font-size: clamp(6px, calc(3.9px + 0.56vw), 12px);
    line-height: 3.6;
}

.EXTRAoil_colom2_txt {
    display: flex;
    flex-direction: column;
}

.EXTRAoil_fresh_txt {
    margin-bottom: 46px;
}

.EXTRAoil_fresh {
    position: relative;
}

.EXTRAoil_fresh_badge_area {
    position: relative;
    overflow: hidden;
}

.EXTRAoil_fresh_badge {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.EXTRAoil_fresh_badge_img {
    flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 10px;
}

.EXTRAoil_fresh_badge_img img {
    width: 150px;
    height: auto;
}

.EXTRAoil_fresh_badge_txt {
    font-size: clamp(16px, calc(6.48px + 0.94vw), 20px);
    line-height: 2;
}

.EXTRAoil_fresh_badge_note {
    font-size: clamp(16px, calc(4.53px + 0.66vw), 14px);
}

.EXTRAoil_fresh_bottom {
    position: relative;
    z-index: 1;
}

.EXTRAoil_fresh_bottom img {
    width: 100%;
    height: auto;
    margin-bottom: -100px;
}


.EXTRAoil_chef {
    position: relative;
    overflow: hidden;
    background: url(../img/chef_background.png) no-repeat center center;
    background-size: cover;
}

.EXTRAoil_chef::after {
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    width: 28vw;
    height: 28vw;
    max-width: 399.32px;
    max-height: 399.32px;
    background: url(../img/chef_background_top.png) no-repeat center center / cover;
    z-index: 0;
    pointer-events: none;
}

.EXTRAoil_chef::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1010px;
    width: 15vw;
    height: 20vw;
    max-width: 336.16px;
    background: url(../img/chef_background_bottom.png) no-repeat center center / cover;
    z-index: 0;
    pointer-events: none;
}

.EXTRAoil_chefcontent {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    color: #976B10;
}

.EXTRAoil_article {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}

.EXTRAoil_title {
    padding-bottom: 55px;
    text-align: center;
}

.EXTRAoil_title h1 {
    font-family: 'Zen Old Mincho', serif;
}

.EXTRAoil_chefcontent .EXTRAoil_title {
    padding-bottom: 70px;
}

.recipe_title {
    padding-bottom: 0px;
}

.chef_colom2 {
    display: flex;
    align-items: stretch;
    padding-bottom: 80px;
    gap: 90px;
}

.chef_colom2:not(.chef_gap90) .chef_txt {
    margin: 20px 0;
}

.chef_colom2:last-child {
    padding-bottom: 150px;
}

.chef_colom2_img {
    width: min(630px, 44vw);
    max-width: 630px;
    aspect-ratio: 630 / 460;
    flex-shrink: 1;
    align-self: flex-start;
}

.chef_colom2.chef_gap90 > .chef_colom2_img {
    margin-top: 2%;
}

.chef_colom2.chef_gap90 > .chef_colom2_img:first-child img {
    border-radius: 0 50px 0 50px;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 10px 15px rgba(34, 34, 34, 0.1));
}

.chef_colom2.chef_gap90 > .chef_colom2_img:nth-child(2) img {
    border-radius: 50px 0 50px 0;
    filter: drop-shadow(0px 10px 15px rgba(34, 34, 34, 0.1));
}

.chef_colom2_img_first {
    aspect-ratio: auto;
    max-height: 560px;
    width: min(420px, 30vw);
}

.chef_colom2_img_first img {
    width: 100%;
    height: auto;
    border-radius: 0 50px 0 50px;
    filter: drop-shadow(0px 10px 15px rgba(34, 34, 34, 0.1));
}

.chef_caption {
    font-family: 'Zen Old Mincho', serif;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.small_caption {
    margin-top: 2%;
    margin-bottom: 14px;
    font-family: Noto Sans JP;
    font-weight: bold;
}

.medium_caption {
    font-size: clamp(16px, calc(10.4px + 1.5vw), 32px);
    font-weight: 600;
    color: #976B10;
}

.first_caption {
    margin-top: 16px;
}

.big_caption {
    font-size: clamp(20px, calc(14px + 2.16vw), 46px);
    font-weight: bold;
    line-height: 1.4;
}

.chef_txt {
    margin-top: 32px;
    color: #222;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
}

div.chef_img {
    width: 100%;
    max-width: 554px;
    height: auto;
    align-self: flex-start;
}
div.chef_img img {
    width: 100%;
    height: auto;
}


.EXTRAoil_recipecontent {
    margin: 180px 0;
}

.recipe_item {
    padding-top: 55px;
}

.recipe_item + .recipe_item {
    padding-top: 50px;
}

.recipe_colom2 {
    display: flex;
    align-items: center;
}

.recipe_colom2_img {
    flex-shrink: 1;
    margin-right: 64px;
    margin-top: 2%;
    max-width: 400px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 10px 15px rgba(34, 34, 34, 0.1));
}

.medium_captionbold {
    font-size: clamp(16px, calc(14px + 1.5vw), 32px);
    font-weight: bold;
    color: #976B10;
    font-family: 'Zen Old Mincho', serif;
}

.recipe_smalltxt {
    font-size: clamp(16px, calc(12px + 1.13vw), 24px);
    font-weight: bold;
    color: #976B10;
    font-family: 'Zen Old Mincho', serif;
    text-align: left;
    margin-top: 2%;
}

.recipe_caption .medium_captionbold {
    text-align: left;
}

.recipe_txt {
    padding-top: 24px;
}

.recipe_materials {
    text-align: left;
}

.recipe_serving {
    text-align: right;
    margin: 10px 0;
}

.recipe_colom3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 30px;
    margin-top: 40px;
}

.recipe_material_heading {
    width: 100%;
    padding: 12px 0 4px;
    font-size: clamp(16px, calc(5.81px + 0.85vw), 18px);
    text-align: left;
}

.recipe_material {
    display: flex;
    justify-content: space-between;
    width: calc(33.333% - 20px);
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.recipe_howto .medium_captionbold {
    text-align: left;
    margin: 40px 0;
}

.recipe_steps ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recipe_steps ol li {
    display: flex;
    align-items: baseline;
    gap: 37px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    counter-increment: recipe-counter;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
}

.recipe_steps ol li::before {
    content: counter(recipe-counter) ".";
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(16px, calc(9.09px + 1.31vw), 28px);
    line-height: 1.5;
    flex-shrink: 0;
}

.recipe_detail {
    display: none;
    padding-top: 50px;
}

.recipe_close,
.recipe_more {
    display: flex;
    justify-content: center;
    padding: 30px 0 50px 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.recipe_close img,
.recipe_more img {
    width: clamp(60px, calc(24.9px + 3.62vw), 77px);
    height: auto;
}

.recipe_more_link {
    padding-top: 55px;
    text-align: center;
}

.recipe_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(to right, #1B5838 0%, #6A9731 100%);
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-size: clamp(16px, calc(5.81px + 0.85vw), 18px);
}

.recipe_btn img {
    width: 25px;
    height: auto;
}


.EXTRAoil_movie {
    padding: 130px 0;
    text-align: center;
    background: url(../img/movie.png) no-repeat center center;
    background-size: cover;
}

.EXTRAoil_movietitle {
    margin-bottom: 100px;
    line-height: 1.35;
    font-family: 'Zen Old Mincho', serif;
}

.EXTRAoil_movie_colom2 {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 40px;
}

.EXTRAoil_movie_item {
    width: 100%;
}

.EXTRAoil_movie_item a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.EXTRAoil_movie_item img {
    width: clamp(347px, calc(224.6px + 32.63vw), 694.5px);
    height: auto;
    flex-shrink: 1;
    border-radius: 0 50px 0 50px;
    filter: drop-shadow(0px 10px 15px rgba(34, 34, 34, 0.1));
}

.EXTRAoil_movie_item p {
    margin-top: 10px;
}


.EXTRAoil_footer {
    background: #1B5838;
    text-align: center;
}

.EXTRAoil_footer_sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 25px 0;
    background: linear-gradient(to bottom, #6A9731 0%, #1B5838 100%);
}

.EXTRAoil_footer_sns a img {
    width: clamp(25px, calc(16.2px + 2.35vw), 50px);
    height: auto;
}

.EXTRAoil_fotter_copy {
    background-color: #1B5838;
    padding-bottom: 15px;
}

.EXTRAoil_fotter_copy p {
    color: #fff;
    font-size: 12px;
    line-height: 2;
}

@media screen and (max-width: 1700px) {
    .EXTRAoil_chef::after {
        right: 0;
        top: 0;
    }

    .EXTRAoil_chef::before {
        left: 0;
        top: auto;
        bottom: 0;
    }
    .EXTRAoil_article {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1400px) {
    .EXTRAoil_fresh_badge {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .EXTRAoil_fresh_bottom img {
        margin-bottom: -5.2vw;
    }
}

@media screen and (max-width: 1000px) {
    .KV_img {
        content: url(../img/smart.png);
    }

    .EXTRAoil_header__logo {
        padding-top: clamp(5px, calc(0.8px + 1.12vw), 12px);
        padding-left: clamp(40px, calc(1px + 10.4vw), 105px);
    }

    .EXTRAoil_colom2 {
        flex-direction: column;
        margin-bottom: 2.8%;
    }

    .EXTRAoil_colom2_img {
        width: 90%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .EXTRAoil_fresh_list {
        width: 100%;
        padding: 10px;
    }

    .EXTRAoil_fresh_title {
        margin-bottom: 4.8%;
    }

    .EXTRAoil_fresh_txt {
        margin-bottom: 2.3%;
        text-align: center;
    }

    .EXTRAoil_fresh_list li::before {
        line-height: 4.8;
    }

    .EXTRAoil_fresh,
    .EXTRAoil_recipecontent,
    .EXTRAoil_chefcontent {
        width: 95%;
        margin: 0 auto;
    }

    .EXTRAoil_fresh_badge {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        flex-direction: column;
        padding: 2%;
    }

    .EXTRAoil_fresh_badge_img {
        margin-right: 0;
    }


    .EXTRAoil_fresh_badge_area {
        overflow: visible;
    }

    .EXTRAoil_fresh_bottom {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .EXTRAoil_fresh_bottom img {
        margin-bottom: 0;
        width: 100%;
        clip-path: inset(0 0 5.2vw 0);
    }

    .EXTRAoil_chef {
        margin-top: -5.1vw;
    }

    .EXTRAoil_chef::before {
        height: 35.5vw;
    }

    .EXTRAoil_article {
        padding: 0 2%;
    }

    .EXTRAoil_title {
        padding-bottom: 2.8%;
    }

    .chef_colom2 {
        flex-direction: column;
        gap: 3%;
        max-height: none;
        padding-bottom: 2.5%;
    }

    .chef_colom2:last-child {
        padding-bottom: 150px;
    }

    .chef_colom2_img,
    .chef_colom2_img_first {
        height: auto;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .chef_colom2_img {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: auto;
        overflow: visible;
        align-self: center;
    }

    .chef_colom2_img_first {
        width: min(210px, 100%);
        max-width: 210px;
        height: auto;
        aspect-ratio: auto;
        overflow: visible;
        align-self: center;
    }

    .chef_colom2:last-child .chef_colom2_img {
        order: 2;
    }

    .chef_colom2:last-child .chef_caption {
        order: 1;
    }

    .small_caption {
        margin-bottom: 0.7%;
    }

    .big_caption {
        margin-top: 0;
    }

    .chef_txt {
        margin: 20px 0;
    }

    .chef_colom2:not(.chef_gap90) .small_caption,
    .chef_colom2:not(.chef_gap90) .medium_caption,
    .chef_colom2:not(.chef_gap90) .big_caption,
    .chef_colom2.chef_gap90 .big_caption {
        text-align: center;
    }

    .chef_colom2:not(.chef_gap90) .chef_txt {
        margin-top: 2%;
    }

    .EXTRAoil_recipecontent {
        margin: 30px auto;
    }

    .EXTRAoil_fresh {
        margin-top: 30px;
    }

    .recipe_colom2 {
        flex-direction: column;
    }

    .recipe_colom2_img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }

    .recipe_material {
        width: 100%;
    }

    .recipe_materials .medium_captionbold {
        padding-top: 3%;
    }

    .recipe_smalltxt {
        text-align: center;
    }

    .recipe_caption .medium_captionbold {
        text-align: center;
    }

    .recipe_item {
        padding-top: 2.5%;
    }

    .recipe_txt {
        padding: 2%;
    }

    .recipe_detail {
        padding-top: 2.5%;
    }

    .recipe_steps ol li {
        padding: 1.5% 0;
    }

    .recipe_close,
    .recipe_more {
        padding: 1.5% 0 2.5% 0;
    }

    .recipe_more_link {
        padding-top: 30px;
        margin-bottom: 4%;
    }

    .EXTRAoil_movie {
        padding: 6.5% 0;
    }

    .EXTRAoil_movietitle {
        margin-bottom: 5%;
        padding: 0 2%;
    }

    .EXTRAoil_movie_colom2 {
        flex-direction: column;
        align-items: center;
        padding: 0 2%;
    }



    .EXTRAoil_footer_sns {
        padding: 1.3% 0;
    }

    div.chef_img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .chef_img_small {
        width: 100%;
        height: auto;
    }
    .EXTRAoil_fotter_copy {
    background-color: #1B5838;
    padding: 10px 0;
    }
}
