@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* 冷凍うどんができるまで */

/* common setting */

/* 画像リンク */
#main a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    transition:0.5;
    transition-duration:0.3s;
}

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

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

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


/* common setting END */


/* PCレイアウト */
/*-------------------------------------------*/
#contents {
    background-color: #9fd9f6;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:1.8;
    font-size:1.4em;
    font-weight: 400;
    color:#000000;
}
#contents img {
    max-width:100%;
    height:auto;
}

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

.sp {display:none;}

section.blue {
    background-color: #83c9e9;
}
section#process01 {
    background-color: #70bee0;
}



section#bottom {
    position: relative;
    margin-bottom: 60px;
}
section#bottom img {
    position: relative;
    z-index: 1;
}
section#bottom .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url("../images/bg_bottom.png");
    background-size: contain;
    z-index: 0;
}

#contents h1 {
    width:100%;
    max-width: 950px;
    margin: 0 auto;
}

section .inner {
    position: relative;
    width:100%;
    max-width: 950px;
    margin: 0 auto;
}

section .inner h3 {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 56%;
    max-width: 532px;
    margin: auto;
}

.video {
    position: absolute;
    width: 15.263%;
}
.video a {
    display: block;
    width:100%;
    height:100%;
    text-indent: -9999px;
    transition: all .3s ease;
    z-index: 2;
}
.video a:hover {
    background-color: rgba(255,255,255,0.5);
}
#process02 .video {
    top: 33.3%;
    left: 50%;
    height: 9.2%;
}
#process04 .video {
    top: 42.3%;
    left: 50%;
    height: 13.1%;
}
#process05 .video {
    top: 46.3%;
    left: 50%;
    height: 14.5%;
}
#process06 .video {
    top: 44.7%;
    left: 50%;
    height: 13.9%;
}
#process07 .video {
    top: 34.1%;
    left: 50%;
    height: 10.6%;
}
#process08 .video {
    top: 59.4%;
    left: 42.4%;
    height: 11.9%;
}


/* イラスト */
.illust {
    position: absolute;
    z-index: 2;
}
section#process00 .illust {
    right: 0;
    bottom: -7%;
    width: 28.95%;
}
section#process09 .illust {
    right: 0;
    bottom: -9%;
    width: 100%;
}

/* 前へ戻る */
section#bottom .btn-prev {
    position: absolute;
    left: 6.3%;
    top: 46%;
    width: 30.842%;
}



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

/* common setting */

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

#navHeader {
    height:20px;
}

.pagetop_sp {z-index:9999;} 

/* common setting END */

#contents {
    font-size:1.2em;
}

section#bottom .bg {
    display: none;
}



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



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

/* common setting */

#navHeader {
    height:1.5em;
}

.pagetop_sp {z-index:9999;}

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

/* common setting END */


section .inner h3 {
    top: -1.2rem;
}


section#bottom {
    margin-bottom: 16%;
}


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



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

#navHeader {
    height:4.5em;
}

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



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

#navHeader {
    height:5.5em;
}

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












