a:hover {
    text-decoration: none !important;
    opacity: 0.8
}

#contents img {
    width: 100%;
}

.clearfix:after,
ul:after {
    content: " ";
    display: block;
    clear: both;
}

.pc_none {
    display: block
}

.sp_none {
    display: none
}

.txt-round {
    font-family: "Rounded Mplus 1c"
}

.txt-bold {
    font-weight: bold
}

.txt-red {
    color: #ff0606
}

.txt-mincho {
    font-family: "Sawarabi Mincho";
}

.talign-c {
    text-align: center;
}

@media screen and (min-width: 769px) {
    #contents img {
        width: auto;
    }

    .pc_none {
        display: none
    }

    .sp_none {
        display: block
    }
}

#contents {
    width: 100%;
    color: #553a06;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#contents * {
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

.section {
    padding: 0;
}

#mv {
    position: relative;
    width: 100%;
}

#mv .btn-lineup {
    position: absolute;
    top: 5.5%;
    right: 0;
}

#mv .btn-lineup a {
    background: #e60012;
    color: #fff !important;
    text-decoration: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

#recipe ul {
    width: 80%;
    margin: 0 auto;
}

#recipe ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

#recipe ul li a {
    color: #553a06;
    text-decoration: none;
}

#recipe ul li img {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
}

#recipe .bnr_area{
    width:100%;
    text-align: center;
}

#recipe .bnr_area {
    margin: 45px 0 0;
}

#recipe .bnr_area img {
    width: 300px;
    margin: 0 0 10px;
}

#recipe .bnr_area p {
    font-size: 16px;
    color: #c30d23;
}


@media screen and (min-width: 769px) {
    #contents {
        width: 950px;
        margin: 0 auto;
        font-size: 16px;
    }

    #mv {
        margin: 0 auto 30px;
    }

    #mv .btn-lineup {
        display: none;
    }

    .section {
        margin: 0 auto 60px;
    }

    #recipe ul {
        display: flex;
        flex-flow: row;
        align-items: flex-start;
        width: 1000px;
        margin: 0 auto;
    }

    #recipe ul li {
        width: 33%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
    }

    #recipe ul li a {
        color: #553a06
    }

    #recipe ul li img {
        width: 100%;
        border-radius: 10px;
        margin: 0 auto 20px;
    }

    #recipe ul {
        display: flex;
        flex-flow: row;
        align-items: flex-start;
        width: 1000px;
        margin: 0 auto;
    }

    #recipe ul li {
        width: 33%;
        padding: 0 20px;
    }

    #recipe ul li img {
        width: 100%;
    }


}

.lead-txt {
    padding: 20px 0;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}

.lead-txt span {
    font-size: 18px;
    font-weight: 600;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

@media screen and (min-width: 769px) {
    .lead-txt {
        font-size: 18px;
    }

    .lead-txt span {
        font-size: 22px;
    }

    .lead-txt,
    .img-sizzle {

        vertical-align: middle;
    }

}

.border-top-blue {
    margin: 0;
    border-top: 6px solid #1d2088;
}

.border-top-red {
    margin: 3px 0 0;
    border-top: 6px solid #ff0000;
}

.bg-yellow {
    background: #fcfbd9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfbd9 0%, #ffffff 63%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fcfbd9 0%, #ffffff 63%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfbd9 0%, #ffffff 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfbd9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.ttl-bold {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #870f0f;
    padding: 20px 0;
}

.list-feature li {
    padding: 0 0 20px;
}

.list-feature .ttl-feature {
    text-align: center;
}

#contents .list-feature .ttl-feature img {
    width: 70%;
}

.list-feature .txt-feature {
    text-align: center;
    padding: 10px 0;
}

@media screen and (min-width: 769px) {
    .border-top-blue {
        margin: 50px 0 0;
    }

    .ttl-bold {
        font-size: 34px;
    }

    .list-feature li {
        width: 33%;
        float: left;
    }

    #contents .list-feature .ttl-feature img {
        width: 80%;
    }

    .list-feature .txt-feature {
        text-align: center;
        padding: 20px 0;
    }

}

.frame-border {
    padding: 20px 3%;
    border-top: 2px dotted #410404;
    border-bottom: 2px dotted #410404;
    background: #fffbdd;
}

.ttl-red {
    padding: 15px 0;
    color: #ff0000;
    font-size: 16px;
    text-align: center;
}

.txt-cache {
    text-align: center;
    margin: 0 0 10px;
}

@media screen and (min-width: 769px) {
    .frame-border {
        width: 850px;
        margin: 50px auto 0;
        padding: 20px 3%;
        border: 2px dotted #410404;
        border-radius: 20px;
    }

    .ttl-red {
        font-size: 20px;
    }

}

.ttl-label-brown {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    background: #4d161b;
    color: #eac80a;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 15px;
}

.list-pdt {
    width: 94%;
    margin: 0 auto;
}

.list-pdt li {
    width: 48%;
    margin: 0 3% 3% 0;
    float: left;
}

.list-pdt li:nth-of-type(2n) {
    margin: 0 0 3% 0;
}

.list-pdt .img-pdt,
.list-pdt .txt-pdt {
    text-align: center;
}

.list-pdt .icon-new {
    display: block;
    width: 50%;
    margin: 0 auto 5px;
    line-height: 1.8;
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
}

.btn-pink a {
    text-align: center;
    width: 80%;
    display: block;
    margin: 20px auto 40px;
    padding: 15px 0;
    background: #f29c9f;
    color: #fff !important;
    text-decoration: none;
    border-radius: 15px;
}

.btn-pink a i {
    padding: 0 0 0 10px;
}

@media screen and (min-width: 769px) {
    .ttl-label-brown {
        width: 70%;
        font-size: 24px;
        padding: 5px 20px;
        border-radius: 25px;
        margin: 40px auto;
    }

    .list-pdt {
        width: 950px;
    }

    .list-pdt li {
        width: 31%;
        margin: 0 3% 3% 0;
    }

    .list-pdt li:nth-of-type(2n) {
        margin: 0 3% 3% 0;
    }

    .list-pdt li:nth-of-type(3n) {
        margin: 0 0 3% 0;
    }

    #contents .list-pdt .img-pdt img {
        width: 90%;
    }

    .list-pdt .icon-new {
        width: 30%;
        font-size: 16px;
    }

    .btn-pink a {
        width: 300px;
        font-size: 18px;
        padding: 10px 0;
        border-radius: 20px;
    }

}

#contents .img-pizza {
    margin: 20px 0 20px;
}

@media screen and (min-width: 769px) {

    .img-illust,
    .img-pizza {
        display: table-cell;
        vertical-align: middle;
    }

    #contents .img-illust,
    #contents .img-illust img {
        width: 400px;
    }

    #contents .img-pizza,
    #contents.img-pizza img {
        width: 550px;
    }
}

.bnr-recipe a {
    margin: 0 3%;
    display: block;
    text-align: center;
    color: #d31302 !important;
    line-height: 2;
    text-decoration: underline !important;
}

@media screen and (min-width: 769px) {
    .bnr-recipe a {
        margin: 30px 0;
    }

    #contents .bnr-recipe a img {
        width: 450px;
    }
}


@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }

    .item-box {
        margin-left: 315px !important;
    }

}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

}

/* 共通 */


#footer {
    margin-top: 0;
    background-image: none;
}
