@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    min-width: 1140px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    body {
        min-width: 0;
    }
}
@media screen and (max-width: 768px) {
    main {
        font-size: 14px;
    }
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
    img {
        width: 100%;
        height: auto;
    }
}
a:hover {
    opacity: 0.6;
  }

/* keyvisual area */
.kv_area {
    margin-bottom: 40px;
    background: url(/products/special/kokumaro/images/recipe/kv-bg_pc.jpg)center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
    .kv_area {
        margin-bottom: 25px;
        background: url(/products/special/kokumaro/images/recipe/kv-bg_sp.jpg)center center/cover no-repeat;
        padding: 6.7% 0 5%;
    }
}

.kv_area img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 43px 0 21px;
}
@media screen and (max-width: 768px) {
    .kv_area img {
        width: 92.93%;
    }
}

.page_link_wrap {
    list-style: none;
    background-color: #eaf1ed;
    padding: 24px 0 20px;
    display: flex;
    justify-content: center;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .page_link_wrap {
        flex-wrap: wrap;
        padding: 20px 0 22px;
        margin-bottom: 25px;
    }
    .page_link_wrap li{
        width: 44%;
    }
}

.page_link_wrap li + li {
    margin-left: 30px;
}
@media screen and (max-width: 768px) {
    .page_link_wrap li + li {
        margin-left: 0;
    }
    .page_link_wrap li:nth-child(2n){
        margin-left: 15px;
    }
    .page_link_wrap li:nth-child(n+3){
        margin-top: 20px;
    }
}

.content01 {
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .content01 {
        width: 100%;
        padding: 0 3.33%;
    }
}

.content01_inner {
    padding: 0 55px;
}
@media screen and (max-width: 768px) {
    .content01_inner {
        padding: 0;
    }
}

.recipe_list01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.recipe_list02 {
    display: flex;
    justify-content: center;
    width: 510px;
}
.recipe_list03 {
    display: flex;
    margin-top: 30px;
}
.recipe_list04 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .recipe_list01 {
        flex-direction: column;
        margin-top: 30px;
    }
    .recipe_list02 {
        flex-direction: column;
        width: 100%;
    }
    .recipe_list03 {
        flex-direction: column;
    }
    .recipe_list04 {
        flex-direction: column;
    }
}

.recipe_list01_item {
    width: 400px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .recipe_list01_item {
        width: 100%;
    }
}

.recipe_list01_item:nth-child(even) {
    margin-left: 40px;
}
@media screen and (max-width: 768px) {
    .recipe_list01_item:nth-child(even) {
        margin-left: 0;
        margin-top: 40px;
    }
}

.recipe_list01_item:nth-child(n+3) {
    margin-top: 60px;
}

.recipe_list01_img {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .recipe_list01_img {
        width: 71.42%;
        margin: 0 auto 20px;
    }
}

.recipe_list01_name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .recipe_list01_name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .recipe_list01_link {
        width: 71.42%;
        margin: 0 auto 0;
        display: block;
    }
}

.use_item {
    display: flex;
    width: 343px;
    height: 80px;
    margin: 25px auto 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #877443;
}
@media screen and (max-width: 768px) {
    .use_item {
        width: 71.42%;
        margin: 13px auto 0;
        border: 1px solid #877443;
        border-radius: 5px;
        height: auto;
        padding: 5px 0;
    }
}

.use_item > p {
    color: #877443;
    font-size: 18px;
    font-weight: bold;
    margin-right: 35px;
}
@media screen and (max-width: 768px) {
    .use_item > p {
        font-size: 13px;
        margin-right: 23px;
    }
    .use_item > div {
        width: 36%;
    }
}

.page_top_link {
    margin-top: 10px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .page_top_link {
        width: 64.28%;
        margin-left: auto;
        margin-top: 33px;
    }
}

.flex_wrap01 {
    display: flex;
}
@media screen and (max-width: 768px) {
    .flex_wrap01 {
        flex-direction: column;
    }
}

#section01 {
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    #section01 {
        margin-bottom: 60px;
    }
}
#section02 {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    #section02 {
        margin-bottom: 60px;
    }
}
#section03 {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #section03 {
        margin-bottom: 70px;
    }
}

#section02 .flex_wrap01 {
    margin-top: 30px;
}
#section04 .flex_wrap01 {
    margin-top: 38px;
}
#section04 .flex_wrap01:nth-of-type(2) {
    margin-top: 66px;
}
#section04 > section {
    margin-top: 66px;
}

#section02 > section:nth-of-type(1) {
    margin-top: 30px;
}
#section02 > section:nth-of-type(2) {
    margin-top: 40px;
}
#section02 > section:nth-of-type(3) {
    margin-top: 70px;
}

.flex_wrap01 section + section {
    margin-left: 40px;
}
@media screen and (max-width: 768px) {
    .flex_wrap01 section + section {
        margin-left: 0;
        margin-top: 40px;
    }
}


@media screen and (max-width: 768px) {
    .heading02 {
        width: 85.71%;
        margin: 0 auto;
    }
}
.butter {
    width: 345px;
    height: 272px;
    background-image: url(/products/special/kokumaro/images/recipe/butter_bg_img_pc.png);
    background-repeat: no-repeat;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .butter {
        background-image: url(/products/special/kokumaro/images/recipe/butter_bg_img_sp.png);
        background-size: 100% auto;
        width: 71.57%;
        margin: 50px auto 0;
        padding: 3.98% 5.98% 9.96%;
        height: auto;
    }
}

.butter_txt {
    margin-bottom: 30px;
    color: #551900;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .butter_txt {
        margin-bottom: 5.98%;
        font-size: 4.533vw;
    }
}

.butter_img_wrap {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .butter_img_wrap {
        width: 59.1%;
        margin: 0 auto 9.96%;
    }
}

.brand_top {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #dddddd;
    margin-top: 50px;
    margin-bottom: -85px;
}
@media screen and (max-width: 768px) {
    .brand_top  {
        margin-top: 73px;
    }
    .brand_top img{
        width: 82.66%;
        margin-right: auto;
        margin-left: auto;
    }
}
