@charset "utf-8";
/* ===========================================
共通
=========================================== */
#recipe-spring2023 {
    margin: 0 auto 30px;
    width: 1180px;
    line-height: 1.6;
}
#recipe-spring2023 a {
    transition: opacity .3s;
}
#recipe-spring2023 a:hover {
    opacity: 0.7;
}

#recipe-spring2023 ul {
    margin: 0;
    padding: 0;
}
#recipe-spring2023 li {
    list-style: none;
}

/* ===========================================
fv
=========================================== */
.recipe-spring2023_btn {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 85px;
}
.recipe-spring2023_btn.-other {
    padding-top: 30px;
    padding-bottom: 0;
}
.recipe-spring2023_btn a {
    color: #42210b;
    background-color: #f1e5b2;
    box-shadow: 4px 4px 7px 1px rgba(237,173,153,0.7);
    border-radius: 0px;
    text-decoration: none;
    font-size: 32px;
    font-family: "游明朝","Yu Mincho",YuMincho;
    font-weight: 600;
    margin: 0 15px;
    padding: 25px;
    line-height: 1;
    width: 300px;
    outline: 1px solid rgb(66, 33, 11);
    outline-offset: -6px;
    position: relative;
    display: flex;
    align-items: center;
}
.recipe-spring2023_btn.-other a {
    width: 430px;
}
.recipe-spring2023_btn a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 2px solid #42210b;
    border-right: 2px solid #42210b;
    transform: translateX(-3px) rotate(135deg);
    top: 38%;
    right: 20px;
}
.recipe-spring2023_btn.-other a::before {
    transform: translateX(-3px) rotate(45deg);
}
.recipe-spring2023_btn span {
    font-size: 20px;
}

/* ===========================================
recipe-spring2023_example
=========================================== */
.recipe-spring2023_example {
    width: 930px;
    margin: 0 auto 100px;
}
.recipe-spring2023_example .example_ttl {
    text-align: center;
    margin-bottom: 25px;
}
.recipe-spring2023_example .example_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recipe-spring2023_example .example_box a {
    display: block;
}
.recipe-spring2023_example .example_box .btn {
    display: block;
    font-size: 23px;
    text-decoration: underline;
    color: #42210b;
    padding-top: 10px;
    align-items: center;
    line-height: 1.2;
}
.recipe-spring2023_example .example_box .btn img {
    vertical-align: initial;
    margin-left: 10px;
}
.recipe-spring2023_example .example_box_small .btn {
    font-size: 15px;
    line-height: 1.6;
}
.recipe-spring2023_example .example_box_small .btn img {
    margin-left: 10px;
}

/* ===========================================
recipe-spring_bg
=========================================== */
#yasai {
    position: relative;
}
#yasai::before {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg01.png);
    background-repeat: no-repeat;
    width: 109px;
    height: 84px;
    left: -13%;
    top: -4%;
    position: absolute;
}
#yasai::after {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg02.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 59px;
    right: -10%;
    bottom: 28%;
    position: absolute;
}
#fish {
    position: relative;
}
#fish::before {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg03.png);
    background-repeat: no-repeat;
    width: 116px;
    height: 99px;
    left: -10%;
    top: -6%;
    position: absolute;
}
#stock {
    position: relative;
    margin-bottom: 155px;
}
#stock::before {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg04.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 62px;
    right: -3%;
    top: -5%;
    position: absolute;
}
#stock::after {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg05.png);
    background-repeat: no-repeat;
    width: 49px;
    height: 54px;
    left: -10%;
    top: 42%;
    position: absolute;
}
.recipe-spring2023_other::before {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg06.png);
    background-repeat: no-repeat;
    width: 116px;
    height: 99px;
    right: -70px;
    top: -100px;
    position: absolute;
}
.recipe-spring2023_other::after {
    content: "";
    background-image: url(/lpparts_pc/recipe-spring2023/img/recipe-spring_bg07.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 59px;
    left: -5%;
    bottom: 12%;
    position: absolute;
}

/* ===========================================
recipe-spring2023_other
=========================================== */
.recipe-spring2023_other {
    width: 930px;
    margin: 0 auto;
    padding: 40px 75px;
    background-color: #f8f2e7;
    border-radius: 22px;
    position: relative;
}
.recipe-spring2023_other ul {
    display: flex;
    justify-content: space-between;

}