@charset "UTF-8";

/* Scss Document */
img {
    max-width: 100%;
}

.edamame-wrap {
    background: #A4C764;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .edamame-wrap {
        border-left: solid 5px #A4C764;
        border-right: solid 5px #A4C764;
    }
}

.edamame-wrap #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .edamame-wrap #pageTop {
        right: 10px;
        bottom: 10px;
        text-align: right;
    }

    .edamame-wrap #pageTop img {
        width: 50%;
    }
}

.edamame-wrap ul {
    list-style: none;
}

.edamame-wrap .l-section__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.edamame-wrap .l-section__main h1 {
    text-align: center;
    padding: 20px;
}

.edamame-wrap .l-section__nav {
    margin: 0 0 20px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__nav {
        margin: 10px 0;
    }
}

.edamame-wrap .l-section__nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__nav ul {
        flex-wrap: wrap;
        align-items: center;
    }
}

.edamame-wrap .l-section__nav ul li {
    margin: 0 20px;
}

.edamame-wrap .l-section__nav ul li a {
    position: relative;
    display: block;
}

.edamame-wrap .l-section__nav ul li a .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.edamame-wrap .l-section__nav ul li a:hover .active {
    opacity: 1;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__nav ul li {
        width: 30%;
        margin: 5px 20px;
    }

    .edamame-wrap .l-section__nav ul li:nth-child(4) {
        width: 40%;
    }
}

.edamame-wrap .l-section__1 {
    text-align: center;
    padding-top: 100px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1 {
        padding-top: 20px;
    }
}

.edamame-wrap .l-section__1 h2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1 h2 {
        margin-bottom: 10px;
    }
}

.edamame-wrap .l-section__1 h3 {
    margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1 h3 {
        margin-bottom: 10px;
    }
}

.edamame-wrap .l-section__1>p {
    margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1>p {
        margin-bottom: 10px;
    }
}

.edamame-wrap .l-section__1 div.-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1 div.-box {
        display: block;
    }
}

.edamame-wrap .l-section__1 div.-box p {
    text-align: center;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__1 div.-box p {
        width: 100%;
    }
}

.edamame-wrap .l-section__2 {
    text-align: center;
    padding-top: 100px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__2 {
        padding-top: 20px;
    }
}

.edamame-wrap .l-section__2 h2 {
    margin-bottom: 20px;
}

.edamame-wrap .l-section__2 div.-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__2 div.-box {
        display: block;
    }
}

.edamame-wrap .l-section__2 div.-box div {
    width: 48%;
    text-align: center;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__2 div.-box div {
        width: 100%;
    }
}

.edamame-wrap .l-section__3 {
    text-align: center;
    padding-top: 100px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__3 {
        padding-top: 20px;
    }
}

.edamame-wrap .l-section__3 h2 {
    margin-bottom: 20px;
}

.edamame-wrap .l-section__3 div.-box {
    margin-top: -60px;
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__3 div.-box {
        margin-top: -40px;
    }
}

.edamame-wrap .l-section__3 div.-box div {
    margin-bottom: 0;
}

.edamame-wrap .l-section__3 div.-box div p {
    margin-bottom: 0;
}

.edamame-wrap .l-section__4 {
    padding: 50px 0;
}

.edamame-wrap .l-section__4 .l-section__inner {
    max-width: 1200px;
}

.edamame-wrap .l-section__4 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.edamame-wrap .l-section__4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    background: url("../img/recipe_bg.png") no-repeat;
    background-position: bottom 10px right 10px;
}

@media screen and (max-width: 1100px) {
    .edamame-wrap .l-section__4 ul {
        justify-content: space-around;
    }
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__4 ul {
        display: block;
        background-image: url("../img/recipe_bg-sp.png");
        background-position: bottom center;
    }
}

.edamame-wrap .l-section__4 ul li {
    margin-bottom: 60px;
    width: 33%;
    text-align: center;
    z-index: 20;
}

@media screen and (max-width: 1100px) {
    .edamame-wrap .l-section__4 ul li {
        width: 40%;
    }
}

@media screen and (max-width: 799px) {
    .edamame-wrap .l-section__4 ul li {
        width: 100%;
    }
}

.edamame-wrap .l-section__4 ul li.-new a {
    position: relative;
    display: inline-block;
}

.edamame-wrap .l-section__4 ul li.-new a::after {
    position: absolute;
    content: "";
    display: block;
    width: 20%;
    height: 20%;
    background: url("../img/recipe-icon-new.png") no-repeat;
    background-size: contain;
    left: -20px;
    top: -20px;
    z-index: 31;
}

.edamame-wrap .l-section__4 ul li.-university a {
    position: relative;
    display: inline-block;
}

.edamame-wrap .l-section__4 ul li.-university a::before {
    position: absolute;
    content: "";
    display: block;
    width: 63%;
    height: 12%;
    background: url("../img/recipe-icon-university.png") no-repeat;
    background-size: contain;
    right: -10px;
    top: -10px;
    z-index: 30;
}

.edamame-wrap .l-section__4 p.sponsored-text {
    margin: 40px 0 20px 0;
    text-align: right;
}

/****　　　レシピページ　　　******/
.other-wrap {
    overflow: hidden;
    background: #A4C764;
}

@media screen and (max-width: 1199px) {
    .other-wrap {
        border-left: 5px solid #A4C764;
        border-right: 5px solid #A4C764;
    }
}

.other-wrap ul {
    list-style: none;
}

.other-wrap .l-section__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.other-wrap .l-section__main {
    background: #ffffff url(../img/bg_circle.png) no-repeat bottom center/cover;
    padding: 40px 0 100px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__main {
        padding: 40px 0 40px;
    }
}

.other-wrap .l-section__main h1, .other-wrap .l-section__main h2 {
    text-align: center;
}


.other-wrap .l-section__1 {
    /*　一覧へ戻る　*/
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.other-wrap .l-section__1 p.-point {
    text-align: center;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 p.-point {
        padding: 0 20px;
        margin-bottom: 0;
    }
}

.other-wrap .l-section__1 .-box {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    /*材料・作り方*/
    /*使用商品ボタン*/
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__1 {
        padding: 0 20px;
        display: block;
    }
}

.other-wrap .l-section__1 .-box__1 .-university {
    order: 2;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__1 .-university {
        width: 75%;
        margin: 0 0 0 auto;
    }
}

.other-wrap .l-section__1 .-box__1 .-time {
    order: 1;
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__1 .-time {
        align-items: center;
        padding: 10px 0;
    }
}

.other-wrap .l-section__1 .-box__1 .-time span {
    color: #1E6E32;
    font-size: 1.6em;
    display: inline-block;
    padding: 0 0 20px 20px;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__1 .-time img{
        width: 30%;
    }
    .other-wrap .l-section__1 .-box__1 .-time span {
        padding: 10px 0 10px 10px;
        font-size: 1.2em;
    }
}

.other-wrap .l-section__1 .-box__2 {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 {
        display: block;
    }
    .other-wrap .l-section__1 .-box__2 h3{
        width: 60%;
    }
}

.other-wrap .l-section__1 .-box__2 div {
    width: 46%;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 div {
        width: 100%;
        padding: 0 20px;
    }
}

.other-wrap .l-section__1 .-box__2 div dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 30px;
    font-size: 1.3em;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 div dl {
        font-size: 1.2em;
    }
}

.other-wrap .l-section__1 .-box__2 div dl dt {
    width: 60%;
    background: none;
    border: none;
}

.other-wrap .l-section__1 .-box__2 div dl dd {
    width: 40%;
    text-align: right;
}

.other-wrap .l-section__1 .-box__2 div p {
    margin-bottom: 0;
    font-size: 1.4em;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 div p {
        font-size: 1.2em;
    }
}

.other-wrap .l-section__1 .-box__2 div ol li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 1.4em;
    margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 div ol li {
        font-size: 1.2em;
    }
}

.other-wrap .l-section__1 .-box__2 div ol li::before {
    content: "1";
    display: block;
    width: 20px;
    height: 20px;
    background: #6EB92D;
    position: absolute;
    top: 10px;
    left: -20px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 0.8em;
    font-weight: bold;
}
@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .-box__2 div ol li::before {
        top: 1.2vw;
    }
}

.other-wrap .l-section__1 .-box__2 div ol li:nth-child(2)::before {
    content: "2";
}

.other-wrap .l-section__1 .-box__2 div ol li:nth-child(3)::before {
    content: "3";
}

.other-wrap .l-section__1 .-box__2 div ol li:nth-child(4)::before {
    content: "4";
}

.other-wrap .l-section__1 .-box__2 div ol li:nth-child(5)::before {
    content: "5";
}

.other-wrap .l-section__1 .-box__2 div ol li:nth-child(6)::before {
    content: "6";
}

.other-wrap .l-section__1 .-box__3 {
    justify-content: center;
    margin: 20px 0;
}

.other-wrap .l-section__1 .back-btn {
    margin: 0 0 40px 0;
    text-align: center;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .back-btn {
        padding: 0 20px;
    }
}

.other-wrap .l-section__1 .ice_box {
    margin: 20px 0;
    text-align: center;
}

@media screen and (max-width: 799px) {
    .other-wrap .l-section__1 .ice_box {
        padding: 0 20px;
    }
}

.edamame-bg {
    background-color: #D1DB7D;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}