/* CSS Document */

/*page01*/

section{display:block; padding:0; position:relative;}

#sec01 {position:relative;}
#sec01 img{width:100%;}


#sec02{width:100%; position:relative; padding:0; box-sizing:border-box; margin:0 auto; padding:1.5%; box-sizing: border-box; background-image:url(../images/p01/bg-cover.png),url(../images/p01/bg.jpg); background-position:20px 140px,top; background-repeat:no-repeat,repeat;}
#sec02 div#flex-box{display:flex; flex-wrap:wrap; justify-content: space-between;}
#sec02 div:not(#flex-box){max-width:325px; color:#fff; font-size:14.5px;}
#sec02 div:not(#flex-box) img{margin-bottom:5px;}
#sec02 div:not(#flex-box) p{margin-bottom:20px;}


#sec03{width:100%; position:relative; padding:0; box-sizing:border-box; margin:0 auto; padding:1.5%; box-sizing: border-box; background-image:url(../images/p01/bg02.jpg); background-position:; background-repeat:no-repeat;}
#sec03 img:not(#spec){max-width:100%; margin-left:auto; margin-right:auto; display:block;}
#spec{width:100%; position:absolute; top:90px; left:0; right:-20px; margin:auto; display:block;}
#ramen{margin-bottom:-35px;}
.spec-txt{font-size:14.5px; position:absolute;}
#sp01{top:180px; left:25px; width:200px;}
#sp02{top:180px; right:20px; width:200px;}
#sp03{top:420px; left:25px; width:200px;}
#sp04{top:420px; right:20px; width:200px;}

div#attention{margin-top:-10px;}
div#attention p{font-size:12px; color:#fff; text-align: center;}

.pink{color:pink;}
.yellow{color:yellow;}
.strong{font-size:16.5px;}