/* お助け夏うどんレシピ */

/* common setting */

/* 画像リンク */
#contents a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:all .3s ease;
}

body {
    position:relative;
    overflow-x:hidden;
}

#navHeader {
    margin-bottom:0 !important;
    z-index:100;
}



/* common setting END */



/* PCレイアウト */
/*-------------------------------------------*/
#contents {
    position:relative;
    line-height:1.8;
    font-size:1.4em;
    color:#000000;
}
#contents img {
    max-width:100%;
    height:auto;
}

#contents *,
section * {box-sizing:border-box;}

.pc {}
.sp {display:none;}

section img {
    max-width:100%;
    height:auto;
}

/* main visual */
#contents h1 {
    width:100%;
    height:1000px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/main_2000.jpg");
    margin:0 auto;
    text-indent:-9999px;
}
@media only screen and (max-width: 1280px) {
    #contents h1 {
        height: 0;
        background-image: url("../images/main_1280.jpg");
        background-size: contain;
        padding-top: 78.125%;
    }
}
@media only screen and (max-width: 750px) {
    #contents h1 {
        background-image: url("../images/main_750.jpg");
        padding-top: 159.6%;
    }
}


/* problems */
#problems h2 {
    width: 100%;
    max-width: 950px;
    height: 520px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/lead_img_pc.png");
    margin:0 auto;
    text-indent:-9999px;
}
@media only screen and (max-width: 950px) {
    #problems h2 {
        height: 0;
        background-size: contain;
        padding-top: 54.736%;
    }
}
@media only screen and (max-width: 750px) {
    #problems h2 {
        background-image: url("../images/lead_img_sp.png");
        padding-top: 64%;
    }
}

#problems ul li {
    position: relative;
}
#problems ul li:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 255px;
    background-repeat: repeat-x;
    background-image: url("../images/problems_img_bg.png");
    z-index: -1;
    content: "";
}
#problems ul li:nth-child(1) {
    transform: translateX(-260px);
}
#problems ul li:nth-child(1):after {
    left: 0;
    transform: translateX(-60%);
}
#problems ul li:nth-child(2) {
    margin-top: -340px;
    transform: translateX(240px);
}
#problems ul li:nth-child(2):after {
    right: 0;
    transform: translateX(60%);
}
#problems ul li:nth-child(3) {
    margin-top: -140px;
    transform: translateX(-40px);
}
#problems ul li:nth-child(3):after {
    left: 0;
    transform: translateX(-60%);
}
@media only screen and (max-width: 950px) {
    #problems ul li:after {
        display: none;
    }
    #problems ul li:nth-child(1) {
        width: 54.736%;
        margin-right: auto;
        transform: none;
    }
    #problems ul li:nth-child(2) {
        width: 58.947%;
        margin-top: -24vw;
        margin-left: auto;
        text-align: right;
        transform: none;
    }
    #problems ul li:nth-child(3) {
        width: 96.842%;
        margin-top: -10vw;
        margin-right: auto;
        transform: none;
    }
}
@media only screen and (max-width: 750px) {
    #problems ul li:nth-child(1) {
        width: 100%;
    }
    #problems ul li:nth-child(2) {
        width: 100%;
        margin-top: 0;
    }
    #problems ul li:nth-child(3) {
        width: 100%;
        margin-top: 0;
    }
}

/* anchor */
#anchor {
    width: 90%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
#anchor ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
#anchor ul li {
    margin-bottom: 15px;
}
#anchor ul li:nth-child(1) {
    width: 48.42%;
}
#anchor ul li:nth-child(2) {
    width: 50.525%;
}
#anchor ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
    #anchor {
        overflow-x: hidden;
        width: 110%;
        padding-top: 12vw;
        padding-bottom: 6vw;
        transform: translateX(-3%);
    }
    #anchor ul li {
        margin-bottom: 2vw;
    }
}


/* recipe button */
@media only screen and (max-width: 750px) {
    section p.btn {
        width: 32.533%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* yamamoto */
#yamamoto .inner {
    background-color: #fffeee;
}
#yamamoto h2 {
    width: 100%;
    height: 380px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/yamamoto_title_pc.png");
    margin:0 auto;
    text-indent:-9999px;
}
@media only screen and (max-width: 950px) {
    #yamamoto h2 {
        height: 0;
        background-size: cover;
        padding-top: 40%;
    }
}
@media only screen and (max-width: 750px) {
    #yamamoto h2 {
        background-image: url("../images/yamamoto_title_sp.png");
        padding-top: 38.666%;
    }
}

#yamamoto .image {
    margin-bottom: 30px;
}
#yamamoto .image img.pc2 {display: none;}
#yamamoto .image p {
    width: 32em;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    transform: translateX(30px);
}
@media only screen and (max-width: 1090px) {
    #yamamoto .image img.pc1 {display: none;}
    #yamamoto .image img.pc2 {display: block;}
    #yamamoto .image p {
        margin-top: -9vw;
        font-size: 2.2vw;
        transform: translateX(6%);
    }
@media only screen and (max-width: 750px) {
    #yamamoto .image {
        margin-bottom: 3vw;
    }
    #yamamoto .image img.pc2 {display: none;}
    #yamamoto .image img.sp {display: block;}
    #yamamoto .image p {
        width: 90%;
        margin-top: -10vw;
        line-height: 1.6;
        font-size: 3.2vw;
        transform: none;
    }
}
}

#yamamoto .bottom {
    width: 100%;
    height: 98px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/yamamoto_bottom_pc.png");
    margin:0 auto;
    text-indent:-9999px;
}
@media only screen and (max-width: 950px) {
    #yamamoto .bottom {
        height: 0;
        background-size: cover;
        padding-top: 10.315%;
    }
}
@media only screen and (max-width: 750px) {
    #yamamoto .bottom {
        background-image: url("../images/yamamoto_bottom_sp.png");
        padding-top: 9.333%;
    }
}

/* collabo */
#collabo {
    width: 98%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
#collabo h2 {
    width: 100%;
    height: 0;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/collabo_title_pc.jpg");
    background-size: contain;
    margin:0 auto;
    padding-top: 54.34%;
    text-indent:-9999px;
}
@media only screen and (max-width: 750px) {
    #collabo {
        width: 100%;
    }
    #collabo h2 {
        background-image:url("../images/collabo_title_sp.jpg");
        padding-top: 60.533%;
    }
}

#collabo .collabo-wrap {
    margin-bottom: 50px;
}
#collabo .collabo-wrap .text {
    width: 54%;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
}
#collabo .collabo-wrap .btn {
    width: 23%;
    margin-left: auto;
    margin-right: auto;
}

#collabo .collabo-wrap#collabo01 {
    margin-top: -11.8%;
}
#collabo .collabo-wrap#collabo01 .text {
    margin-top: -1em;
    margin-left: 38.5%;
}
#collabo .collabo-wrap#collabo02 .text {
    margin-top: -1.5em;
    margin-left: 8%;
}
#collabo .collabo-wrap#collabo03 .text {
    margin-top: -1.5em;
    margin-left: 38.5%;
}

@media only screen and (max-width: 750px) {
    #collabo .collabo-wrap {
        margin-bottom: 10vw;
    }
    #collabo .collabo-wrap .image .pc {
        display: none;
    }
    #collabo .collabo-wrap .image .sp {
        display: block;
    }
    #collabo .collabo-wrap#collabo01 {
        margin-top: 0;
    }
    #collabo .collabo-wrap .btn {
        width: 34%;
    }
    #collabo .collabo-wrap .text {
        width: 60%;
        margin-bottom: 0.5em;
        font-size: 3.0vw;
    }
    #collabo .collabo-wrap#collabo01 .text {
        margin-top: -0.5em;
        margin-left: 36%;
    }
    #collabo .collabo-wrap#collabo02 .text {
        margin-top: -2em;
        margin-left: 6%;
    }
    #collabo .collabo-wrap#collabo03 .text {
        margin-top: 0;
        margin-left: 36%;
    }
}


/* recipe */
#recipe {
    padding-top: 100px;
}
#recipe h2 {
    width: 100%;
    max-width: 950px;
    height: 320px;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url("../images/recipe_title_pc.png");
    margin:0 auto;
    text-indent:-9999px;
}
@media only screen and (max-width: 950px) {
    #recipe {
        padding-top: 10.5vw;
    }
    #recipe h2 {
        height: 0;
        background-size: cover;
        padding-top: 33.684%;
    }
}
@media only screen and (max-width: 750px) {
    #recipe h2 {
        background-image: url("../images/recipe_title_sp.png");
        padding-top: 44.666%;
    }
}

#recipe .recipe-wrap {
    padding-bottom: 50px;
}
#recipe #recipe02,
#recipe #recipe04,
#recipe #recipe06 {
    background-color: #e0ffff;
}
#recipe .recipe-wrap .text {
    text-align: left;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    #recipe .recipe-wrap .text {
        width: 90%;
        margin-bottom: 1em;
        line-height: 1.6;
        font-size: 3.2vw;
    }
}

#recipe .image {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#recipe #recipe01 .image,
#recipe #recipe03 .image,
#recipe #recipe05 .image {
    transform: translateX(45px);
}
#recipe #recipe02 .image {
    width: 990px;
    transform: translateX(-45px);
}
#recipe #recipe04 .image {
    transform: translateX(-35px);
}
@media only screen and (max-width: 950px) {
    #recipe #recipe01 .image,
    #recipe #recipe02 .image,
    #recipe #recipe03 .image,
    #recipe #recipe04 .image,
    #recipe #recipe05 .image,
    #recipe #recipe06 .image {
        width: 100%;
    }
    #recipe #recipe01 .image,
    #recipe #recipe03 .image,
    #recipe #recipe05 .image {
        transform: translateX(-40px);
    }
    #recipe #recipe02 .image,
    #recipe #recipe04 .image {
        transform: translateX(40px);
    }
}
@media only screen and (max-width: 750px) {
    #recipe #recipe01 .image,
    #recipe #recipe02 .image,
    #recipe #recipe03 .image,
    #recipe #recipe04 .image,
    #recipe #recipe05 .image {
        transform: none;
    }
}

#recipe .text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#recipe #recipe01 .text {
    width: 24em;
    transform: translateX(1em);
}
#recipe #recipe02 .text {
    width: 28em;
    margin-top: 1em;
    transform: translateX(-5em);
}
#recipe #recipe03 .text {
    width: 21em;
}
#recipe #recipe04 .text {
    width: 27em;
    margin-top: 1em;
    transform: translateX(-6em);
}
#recipe #recipe05 .text {
    width: 27em;
    margin-top: 1em;
    transform: translateX(3em);
}
@media only screen and (max-width: 950px) {
    #recipe #recipe01 .text  {
        transform: translateX(0);
    }
    #recipe #recipe02 .text  {
        transform: translateX(-2em);
    }
    #recipe #recipe04 .text  {
        transform: translateX(-2em);
    }
    #recipe #recipe05 .text  {
        transform: translateX(2em);
    }
}
@media only screen and (max-width: 750px) {
    #recipe #recipe01 .text  {
        margin-top: 1em;
        transform: translateX(0);
    }
    #recipe #recipe02 .text  {
        transform: translateX(0);
    }
    #recipe #recipe03 .text  {
        margin-top: 1em;
        transform: translateX(-1.5em);
    }
    #recipe #recipe04 .text  {
        transform: translateX(0);
    }
    #recipe #recipe05 .text  {
        transform: translateX(1.5em);
    }
}

#recipe #recipe06 {
    margin-bottom: 100px;
}
#recipe #recipe06 .text {
    width: 32em;
    margin-top: 1em;
    transform: translateX(-4em);
}
@media only screen and (max-width: 950px) {
    #recipe #recipe06 .text {
        width: 90%;
        margin-left: 4%;
        transform: none;
    }
}
@media only screen and (max-width: 750px) {
    #recipe #recipe06 {
        margin-bottom: 12vw;
    }
    #recipe #recipe06 .text {
        width: 80%;
        margin-left: 10%;
    }
}



/* 100recipe */
#recipe100 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/100recipe_bg_pc.jpg");
    background-size: cover;
    margin: 0 auto;
    padding-top: 15px;
}
#recipe100 h3 {
    background-color: rgba(255,255,255,0.7);
    text-align:center;
}
#recipe100 h3 img {
    width: 540px;
    margin: auto;
}

#recipe100 h2 {
    width: 540px;
    margin: auto;
}
#recipe100 ul {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    width:600px;
    margin:0 auto;
    padding-bottom: 30px;
    text-align:center;
}
#recipe100 ul li {
    width:calc(50% - 18px);
    margin:0 9px 14px;
}
#recipe100 ul li img {
    width:100%;
}
@media only screen and (max-width: 750px) {
    #recipe100 {
        background-image: url("../images/100recipe_bg_sp.jpg");
        background-size: cover;
        margin: 0 auto;
    }
    #recipe100 h3 img {
    width: 100%;
    }
    #recipe100 h2 {
        width: 100%;
    }
    #recipe100 ul {
        width:90%;
        padding-bottom: 30px;
    }
    #recipe100 ul li {
        width:47%;
        margin:0 1.5% 3%;
    }
}

/* campaign */
#campaign {
    padding: 60px 0 80px;
}
@media only screen and (max-width: 750px) {
    #campaign {
        padding: 13vw 0;
    }
}

/* brand */
#brand {
    padding-top: 90px;
    padding-bottom: 120px;
}
#brand h2 {
    width: 100%;
    max-width: 950px;
    background-color: #62bde6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75em;
    padding: 0.75em;
    font-size: 36px;
    color: #ffffff;
}
@media only screen and (max-width: 750px) {
    #brand {
        padding: 12vw 0 14vw;
    }
    #brand h2 {
        font-size: 4.8vw;
    }
}




/* 949px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 949px) {

/* common setting */

img, object, embed, video {
    max-width:100%;
    height:auto;
}

#navHeader {
    height:20px;
}


/* common setting END */


/* キャンペーン終了
#banner .pc {display:none; }
#banner .sp {display:block; }

#banner {
    left:0;
    bottom:3%;
    width:100%;
    margin-left:0;
    z-index:9999;
}
#banner.posfix {
    position:fixed;
    bottom:0;
    top:auto;
}
#banner .bnr_close {
    top:-1%;
    left:4%;
    font-size:0.8em;
}*/





}
/*-------------------------------------------*/
/* 949px以下 END */



/* 768px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 768px) {




}
/*-------------------------------------------*/
/* 768px以下 END */



/* 750px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 750px) {



}
/*-------------------------------------------*/
/* 750px以下 END */



/* 640px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 640px) {

/* common setting */

#navHeader {
    height:auto;
}

.pagetop_sp {z-index:9999;}


/* common setting END */

.pc {display:none;}
.sp {display:block;}





}
/*-------------------------------------------*/
/* 640px以下 END */



/* 480px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 480px) {


/* キャンペーン終了
#banner .bnr_close {
    top:-1.5em;
}*/





}
/*-------------------------------------------*/
/* 480px以下 END */












