@charset "utf-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/*body*/

body {
    color: #5a5a5a;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.inner {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*link*/

a:link,
a:visited,
a:active {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

input:hover,
a:hover img {
    outline: 0;
    opacity: 0.8;
}


/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background-image: url(../images/bg01.webp), url(../images/bg03.webp);
    background-size: 100%, cover;
    background-position: center bottom, center;
    background-repeat: no-repeat, no-repeat;
}

.mv .inner {
    padding: 200px 0 100px;
    position: relative;
}

.mv .inner .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv .inner .layout .img {
    width: 48%;
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
    padding: 100px 0;
}

.section .section_title {
    text-align: center;
}

/* ----------------------------------------------------------
about
---------------------------------------------------------- */

.about {
    color: #fff;
    background-color: #40220f;
}

.about .layout {
    display: flex;
    justify-content: space-between;
}

.about .layout .box {
    width: 46%;
}

.about .layout .box .title {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 30px;
}

.about .layout .box .text {
    margin-top: 20px;
}

/* ----------------------------------------------------------
oil
---------------------------------------------------------- */
.oil {
    background-image: url(../images/bg02.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.oil .layout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.oil .layout .img,
.oil .layout .box {
    width: 50%;
}

.oil .layout.layout01 .box {
    padding: 0 150px 0 50px;
    box-sizing: border-box;
}

.oil .layout.layout02 .box {
    padding: 0 50px 0 150px;
    box-sizing: border-box;
}

.oil .layout .box .title {
    color: #710527;
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

.oil .layout .box .text {
    margin-top: 20px;
}

/* ----------------------------------------------------------
movie
---------------------------------------------------------- */

.movie {
    background-image: url(../images/bg03.webp);
    background-size: cover;
}

.movie .title {
    color: #004628;
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    margin-top: 50px;
}

.movie .oil_type {
    color: #40220f;
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}

.movie .video {
    width: 750px;
    margin: 50px auto 0;
}

.movie .video video,
.movie .video img {
    width: 100%;
}

.movie .video .notes {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
}

/* ----------------------------------------------------------
recipe
---------------------------------------------------------- */

.recipe .inner .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.recipe .inner .layout .box {
    position: relative;
    width: calc((100% - 40px) / 2);
    border: 3px solid;
    border-radius: 8px;
    color: #004628;
    box-sizing: border-box;
}

.recipe .inner .layout .box::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon01.webp);
    background-color: #fff;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    width: 40px;
    height: 60px;
}

.recipe .inner .layout .box .title {
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.recipe .inner .layout .box .title span {
    font-size: 75%;
}

.recipe .inner .layout .box h4 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 12px;
}

.recipe .inner .layout .box h4.mt20 {
    margin-top: 20px;
}

.recipe .layout .box .wrap {
    padding: 65px 40px 50px 40px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    z-index: 2;
}

.recipe .layout .box dl img {
    width: 30px;
    height: auto;
}

.recipe .layout .box:first-child dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #004628;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.recipe .layout .box:first-child dl dt {
    text-align: left;
    font-weight: bold;
}

.recipe .layout .box:first-child dl dt span {
    margin-left: 4px;
    font-size: 85%;
}

.recipe .layout .box:last-child dl {
    display: flex;
    margin-bottom: 12px;
}


.recipe .layout .box:last-child dl dt {
    margin-right: 10px;
    width: 30px;
}

.recipe .layout .box:last-child dl dd {
    padding-top: 3px;
    text-align: left;
    line-height: 1.5;
    color: #004628;
    font-size: 15px;
    width: calc(100% - 40px);
}

.recipe .recipe-point {
    padding: 0px 12px 17px;
    border: 1px solid #004628;
    border-radius: 5px;
    margin: 8px 0 20px;
}

.recipe .recipe-point-ttl {
    display: inline-block;
    color: #f1b333;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    padding: 0 15px;
    transform: translateY(-10px);
}

.recipe .recipe-point p {
    font-size: 14px;
    line-height: 1.5;
}

.recipe .print {
    width: 100%;
    max-width: 400px;
    margin: 100px auto 0 auto;
    text-align: center;
}

.recipe .print input {
    width: 100%;
}

.recipe .print a img {
    width: 100%;
    height: auto;
}

.asterisk {
    display: flex;
}

.asterisk p {
    font-weight: bold;
}

.asterisk .a_sozai {
    position: relative;
    margin-left: 20px;
    width: 100%;
}

.asterisk .a_sozai::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 120px;
    background-image: url(../images/asterisk.webp);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: -15px;
    background-repeat: no-repeat;
}

.recipe_box02 .asterisk .a_sozai::before {
    height: 155px;
    background-size: 100% 100%;
}


.recipe .point {
    position: relative;
    border: 3px solid #fcbe00;
    border-radius: 8px;
    margin-top: 100px;
    padding: 40px 40px 20px 40px;
}

.recipe .point::before {
    content: "POINT";
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    color: #fcbe00;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 170px;
    padding-left: 10px;
}

.recipe .point .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recipe .point .list li {
    color: #004628;
    font-size: 1.6rem;
    font-weight: bold;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-left: 1em;
    text-indent: -1em;
}

.recipe .point .list li span {
    color: #fcbe00;
    margin-right: 5px;
}

.recipe .recipe_title {
    text-align: center;
    margin-top: 150px;
}

.recipe .recipe_img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 150px;
}


/* ----------------------------------------------------------
profile
---------------------------------------------------------- */

.profile {
    padding-bottom: 20px;
}

.profile h2 {
    font-size: 40px;
    letter-spacing: 0.4em;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-weight: bold;
}

.profile .profile-content {
    color: #710527;
    position: relative;
    width: 95%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 60px;
    border: 3px solid #710527;
    border-radius: 8px;
    box-sizing: border-box;
}

.profile .profile-content::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon02.webp);
    background-color: #fff;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    width: 40px;
    height: 60px;
}


.profile .profile-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.profile .profile-img {
    width: 30%;
}

.profile .profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile .profile-txt {
    width: calc(70% - 24px);
}

.profile .profile-name {
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "Zen Maru Gothic", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-weight: 700;
    font-size: 30px;
}

.profile .profile-name a img {
    width: 25px;
    height: auto;
}

.profile .profile-txt h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 24px;
}

.profile .profile-txt p {
    font-size: 15px;
    line-height: 1.4;
}

.profile .profile-txt p:not(:last-child) {
    margin-bottom: 20px;
}

.breadcrumb {
    background: none;
    height: 21px;
    width: 100%;
    margin: 100px auto 0;
    font-weight: 400;
    line-height: 21px;
    box-sizing: border-box;
    color: #333333;
}

.breadcrumb li {
    margin: 0px 5px 0px 0px;
    float: left;
    font-size: 11px;
}

.breadcrumb li a {
    color: #333333;
}


/* ----------------------------------------------------------
print
---------------------------------------------------------- */

.print_header {
    position: static;
}

.mv.print_mv .inner {
    padding: 100px 30px 100px;
}

.print_btn {
    cursor: pointer;
}

@media only screen and (max-width: 1400px) {

    .inner {
        padding: 0 30px;
    }

    .mv .inner {
        padding: 200px 30px 100px;
    }

    .movie .video {
        width: 100%;
    }

    .oil .layout.layout01 .box {
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .oil .layout.layout02 .box {
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {

    body {
        font-size: 1.6rem;
    }

    .inner {
        width: 85%;
        padding: 0;
    }

    .mv .inner {
        padding: 25vw 0 50px;
        position: relative;
    }

    .mv .layout.pc {
        display: none;
    }


    /* ----------------------------------------------------------
section
---------------------------------------------------------- */
    .section {
        padding: 100px 0;
    }

    .section .section_title {
        text-align: center;
    }

    /* ----------------------------------------------------------
about
---------------------------------------------------------- */

    .about .layout {
        display: block;
    }

    .about .layout .box {
        width: 100%;
    }

    .about .layout .box .title {
        font-size: 2.4rem;
    }

    .about .layout .box:last-of-type {
        margin-top: 50px;
    }

    /* ----------------------------------------------------------
oil
---------------------------------------------------------- */

    .oil .section_title img {
        width: 90%;
    }

    .oil .layout {
        display: flex;
        flex-direction: column;
    }

    .oil .layout .img,
    .oil .layout .box {
        width: 100%;
    }

    .oil .layout .img {
        order: 0;
    }

    .oil .layout .box {
        order: 1;
        margin-top: 30px;
    }

    .oil .layout.layout01 .box {
        padding: 0;
    }

    .oil .layout.layout02 .box {
        padding: 0;
    }

    .oil .layout .box .title {
        font-size: 2.4rem;
    }

    /* ----------------------------------------------------------
movie
---------------------------------------------------------- */

    .movie {
        background-size: cover;
    }

    .movie .section_title img {
        width: 90%;
    }

    .movie .title {
        font-size: 2.4rem;
    }

    .movie .oil_type {
        font-size: 1.6rem;
    }

    .movie .video {
        width: 100%;
    }

    .movie .video .notes {
        font-size: 1.2rem;
        text-align: left;
    }

    /* ----------------------------------------------------------
recipe
---------------------------------------------------------- */

    .recipe .inner .layout {
        gap: 100px;
    }

    .recipe .inner .layout .box {
        width: 100%;
    }

    .recipe .layout .box .wrap {
        padding: 24px;
    }

    .recipe .inner.fukusai {
        margin-top: 100px;
    }

    .recipe .inner.fukusai h3 {
        font-size: 8vw;
    }

    .recipe .point {
        padding: 40px 30px 10px 30px;
    }

    .recipe .point .list li {
        font-size: 1.5rem;
        width: 100%;
    }

    .profile .profile-txt p {
        padding-bottom: 0;
    }

    .profile .profile-content {
        padding: 24px;
    }

    .profile h2 {
        font-size: 7vw;
    }

    .profile .profile-img {
        width: 100%;
    }

    .profile .profile-txt {
        width: 100%;
    }

    .profile .profile-txt h3 {
        font-size: 16px;
    }

    .profile .profile-txt p {
        font-size: 13px;
    }

    /* ----------------------------------------------------------
print
---------------------------------------------------------- */

    .mv.print_mv .inner {
        padding: 10vw 0 50px;
    }

}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/