@charset "utf-8";
/* レイアウトのためのCSS */

body{
 font-family: 'Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    background-color: #FFF;
}

body {
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.7;
 transition: 0.5s;
}

#header h1 {
  margin: 0;
}

#header {
  position: fixed;
  top: 0; /* 追加 */
  left: 0; /* 追加 */
  /* その他のスタイル */
}


.pcimg{
 width: 100%;
 display: flex;
 justify-content: center;
 margin: 20px 0 0 0 ;
}

.spimg{
    display: none;
}


@media screen and (max-width:768px) {
.pcimg{
    display: none;
}
.spimg{
  display: flex;
 justify-content: center;
}
}

/* パララックス設定 */

/*　Parallax ----------------------------- */

.parallax {
    min-height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
}
.content {
    padding: 60px;
    background-color: #FFF;
}
.parallax.bg-01 {
    background-image: url("../img/images/images_04.png");
}

.parallax.bg-02 {
    background-image: url("../img/images/images_04.png");
}

.spbg{
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1420px){
    
.parallax.bg-01 {
    background-image: url("../img/images/images_04-2.png");
}

.parallax.bg-02 {
    background-image: url("../img/images/images_04-2.png");
}

.spbg{
  display: none; 
}
}


@media screen and (max-width:1024px) {
    
.parallax{
  display: none;
}
    
.spbg{
  display: block;
  width: 100%;
  height: auto;
    line-height: 0;
}
    
}



@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #68ad2e;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    color: #FFF;
}

/* openbtn */

@media screen and (min-width:1200px) {
    .openbtn{
        display: none;
    }
}




/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#68ad2e;
}


@media screen and (max-width:1200px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    font-size: 1.5rem;
    position: absolute;
    top: 30%;
    left: 3%;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #FFF;
}

@media screen and (max-width:990px) {
    h1 img{
        width: 160px;
    }
}


h1 a{
    color:#FFF;
}

h2{
    font-size: 3rem;
}

@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom:10%;
    left:5%;
    font-size:3rem;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before{
    background:#FFF;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:100%;
    margin:0 auto;
    padding: 0 0;
    background-color: #FFF;
}




/* about */

#about{
 width: 100%;
 margin: 0 0 0 0;
 display: flex;
 justify-content: center;
}


.aboutimg01{
    width: 31%;
}
.aboutimg02{
    width: 1000px;
}

.aboutsub01{
 font-size: 24px;
 line-height: 32px;
 font-weight: 600;
 color:#006c5a;
 display:inline-block;
 margin: 10px 0 10px 0;
}
.aboutsub02{
 font-size: 22px;
 font-weight: 600;
 color:#006c5a;
 margin: 5px 0 10px 0;
}

.kihonbox{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
}

.kihonimg_tit{
 margin: 40px 20px 15px 20px;
 text-align: center;
}
.kihonimg_tit img{
 width: 700px;
}
.kihontxt{
    width: 1000px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 0 0 30px 0;
 border-radius: 35px;
}

.kihontxt2{
    width: 1300px;
 display: flex;
 
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 0 0 30px 0;
 border-radius: 35px;
}
.kihonleft{
 width: 1000px;
}
.kihonright{
 margin: 10px 0 0 20px;
}
.kihonright img{
 width: 250px;
 height: auto;
 border-radius: 15px;
 border: #FFF solid 4px
}


.kihon01{
 font-size: 30px;
 padding: 10px 20px 10px 20px ;
 font-weight: 600;
 color:#006c5a;
 margin: 10px 0 10px 0;
 background-color: #f2cf68;
 border-radius: 15px;
}

.kihon02{
 margin: 0 0 0 10px;
 font-size: 1.0rem;
 line-height: 1.4rem;
}
.recomend{
 background-color: #f2cf68;
 padding: 8px 5px 5px 5px;
 line-height: 1.0rem;
 display: inline-block;
 font-size: 0.9rem;
 margin: 5px 5px 10px 10px ;
 border-radius: 5px;
}
.aboutimg03{
 margin: 0 0 0 20px;
 border-radius: 15px;
}
.aboutimg03 img{
 width: 250px;
 height: auto;
 border-radius: 35px;
}

.abouttxt{
    width: 98%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 10px;
 border-radius: 35px;
}

.abouttxt a{
    color: #FFF;
    text-decoration:underline;
    text-decoration-color:#CCC;
}



figure {
	float: right;
	margin: 0 15px 15px 0;
	width: 30%;
}
figure img {
	max-width: 100%;
 border-radius: 15px;
}
.yumgoimg{
 display: none;
}

/* quality */

#quality{
    display: flex;
    justify-content: center;
}

.qualityimg01{
    width: 1300px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.qualitytxt{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 0 100px 0;
    margin: 0 auto;
    color: #FFF;
}

.qualitytxt a{
    color: #FFF;
    text-decoration:underline;
    text-decoration-color:#CCC;
}



/* product */

#product{
    width: 100%;
    margin: 0 auto;
}

.productimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #FFF
}

.productimg01 img{
    width: 500px;

}


.productimg02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    background-color: #fff3d8;
    background-repeat: repeat-x;
}
.productimg03{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.productbox{
    width: 550px;
    display: flex;
    padding: 50px 0 50px 0;
}
.productimage{
    width: 180px;
}
.productimage img{
    width: 180px;
}

.producttxt{
    width: 300px;
}
.producttxt01{
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4rem;
    font-weight: 800;
    padding: 0 0 0 0 ;
}

.producttxt02{
    font-size: 1.0rem;
    line-height: 1.4rem;
    text-align: left;
    padding: 20px 0 10px 0 ;
}

.producttxt02::before{
    content: "";
    display: block;
    width: 300px;
    height: 0;
    border-bottom: 1px solid #999;
    position: relative;
    top: -10px;
}
.producttxt03{
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: left;
    padding: 10px 0 20px 0 ;
}
.producttxt03::before{
    content: "";
    display: block;
    width: 300px;
    height: 0;
    border-bottom: 1px solid #999;
    position: relative;
    top: -10px;
}



/* recipe */

#recipe{
     background-image: url("../img/about_bg.png");
    background-repeat: repeat;
    width: 100%;
}

.recipeimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #FFF
}
.recipeimg01 img{
    width: 500px;
    }

.recipeimg02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
}
.recipeimg03{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}



.recipebox{
    width: 400px;
    display: flex;
 margin: 50px 10px 30px 10px ;
}


.recipeimage{
    width: 150px;
}
.recipeimage img{
    width: 150px;
 border-radius: 15px
}




.recipetxt{
    width: 230px;
}
.recipetxt01{
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 800;
    padding: 10px;
 margin: 0 5px 5px 10px;
  border-radius: 10px;
    background-color: #eee;
}

.recipetxt02{
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: left;
    padding: 10px 0 0 0 ;
  margin: 5px 5px 0 10px;
}


.recipetxt03{
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: left;
    margin: 10px 5px 0 10px;
 padding: 10px 0 10px 5px;
 border-top: solid 1px #999;
}

.recipebtm{
 margin: 5px 0 0 10px;
 padding: 0;

}
.recipebtm img{
 
 width: 119px;
}









/* movie */

#movie{
    width: 100%;
    background-color: #fbcb34;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}

.movirimg_tit{
    display: flex;
    justify-content: center;
    width: 400px;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #fbcb34
}
.movirimg_tit img{
 width: 700px;
}

.movieimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 ;
    padding: 0;
    line-height: 0;
    background-color: #fbcb34;
}
.movieimg01 img{
    width: 200px;
}

/* QA */


.faqimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.faqimg01 img{
    width: 800px;
}



/* faq */

#faq{
    margin:0 0 0 0;
    line-height: 0;
}

#faq h2{
    text-align: center;
    margin:0 0 100px 0;
}


#faq h2 span.bgLRextend::before{
    background:#FFF;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url("../img/images/images_20.html") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#d0f2b9;
    z-index: -1;
}

@media screen and (max-width:768px) {

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
}




/* footer */

#footer{
    padding:  30px;
    text-align: center;
    background: #68ad2e;
    position: relative;
}

#footer .footer-logo{
    margin: 0 0 10px 0;
    color: #fff;
}

#footer .footer-logo img{
    width: 800px;
}

#footer small{
     color:#fff;
}

.footertext01{
width: 100%;
}
.footertext01 img{
width: 400px;
}

.footertext02{
    font-size: 0.9rem;
    font-weight: 100;
    color: #FFF;
}
.footertext03{
    font-size: 0.9rem;
 line-height: 1.2rem;
    font-weight: 100;
    color: #FFF;
}

.footertext03 a {
 color: #FFF;
}

/**********************************　tablet設定　****************************************************************/

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

.kihonbox{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
}

.kihonimg_tit{
 margin: 40px 20px 15px 20px;
 text-align: center;
}
.kihonimg_tit img{
 width: 700px;
}
.kihontxt{
    width: 1000px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 0 0 30px 0;
 border-radius: 35px;
}

.kihontxt2{
    width: 100%;
 display: flex;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 0 0 30px 0;
 border-radius: 35px;
}
.kihonleft{
 width: 75%;
}
.kihonright{
 width: 25%;
 margin: 10px 0 0 20px;
}
.kihonright img{
 width: 100%;
 height: auto;
 border-radius: 15px;
 border: #FFF solid 4px
}


.kihon01{
 font-size: 30px;
 padding: 10px 20px 10px 20px ;
 font-weight: 600;
 color:#006c5a;
 margin: 10px 0 10px 0;
 background-color: #f2cf68;
 border-radius: 15px;
}

.kihon02{
 margin: 0 0 0 10px;
 font-size: 1.0rem;
 line-height: 1.4rem;
}

}

/**********************************　SP設定　****************************************************************/


@media screen and (max-width:768px) {
 
 #page-top{
  display: none;
 }

/* about */

#about{
 width: 100%;
    margin: 0 0 0 0;
    display: flex;
}

.aboutimg01{
    width: 30%;
    padding: 30px 0 0 0;
}
.aboutimg02{
    width: 95%;
}

.abouttxt{
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.6rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 10px 0 20px 0 ;
 border-radius: 15px;
}

.abouttxt a{
    color: #FFF;
    text-decoration:underline;
    text-decoration-color:#CCC;
}
 
figure {
	display: none;
}
 
.yumgoimg{
 display: block;
 width: 100%;
 text-align: center;
 margin: 15px 0 0 0;
}
.yumgoimg img{
 width: 70%;
 border-radius: 15px;
}


/* history */

#history{
    display: flex;
}

.historyimg01{
    width: 70%;
}
.historyimg02{
    width: 30%;
}

.historytxt{
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 5px 5px 5px 15px;
    color: #000;
}

.historytxt a{
    color: #FFF;
    text-decoration:underline;
    text-decoration-color:#CCC;
}


/* quality */

#quality{
    display: flex;
    justify-content: center;
}

.qualityimg01{
    width: 100%;
    margin: 0 auto;
}
.qualityimg01 img{
    width: 100%;
}
.qualitytxt{
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 20px 0 50px 0;
    margin: 0 auto;
    color: #FFF;
}

.qualitytxt a{
    color: #FFF;
    text-decoration:underline;
    text-decoration-color:#CCC;
}

 
 /* kihon */
 
 .kihonbox{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
}

.kihonimg_tit{
 width: 100%;
 margin: 10px 0 10px 0;
 text-align: center;
}
.kihonimg_tit img{
 width: 90%;
}
.kihontxt{
    width: 1000px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 0 0 30px 0;
 border-radius: 35px;
}

.kihontxt2{
 display: flex;
 flex-direction: column;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.6rem;
    padding: 20px 30px 20px 30px;
    color: #000;
    background-image: url(../img/about_bg.png);
    background-repeat:repeat;
 margin: 10px 0 20px 0 ;
 border-radius: 15px;
}
.kihonleft{
 width: 100%;
}
.kihonright{
 margin: 10px 0 0 20px;
}
.kihonright img{
 width: 250px;
 height: auto;
 border-radius: 15px;
 border: #FFF solid 4px
}


.kihon01{
 font-size: 1.2rem;
 padding: 15px 20px 10px 20px ;
 font-weight: 600;
 color:#006c5a;
 margin: 10px 0 25px 0;
 background-color: #f2cf68;
 border-radius: 15px;
}

.kihon02{
 margin: 0 0 0 10px;
 font-size: 1.0rem;
 line-height: 1.4rem;
}


/* product */

#product{
    width: 100%;
    margin: 0 auto;
}

.productimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #FFF
}
.productimg01 img{
    width: 300px;

}

.productimg02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    background-color: #fff3d8;
    background-repeat: repeat-x;
}
.productimg03{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.productbox{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}
.productimage{
    width: 25%;
    text-align: center;
    margin: 0 auto;
}
.productimage img{
    width: 100px;
}

.producttxt{
    width:75%;
}
.producttxt01{
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4rem;
    font-weight: 800;
    padding: 0 20px 0 0 ;
}

.producttxt02{
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 20px 20px 15px 0 ;
}

.producttxt02::before{
    content: "";
    display: block;
    height: 0;
    width: 250px;
    border-bottom: 1px solid #999;
    position: relative;
    top: -10px;
}
.producttxt03{
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 10px 0 20px 0 ;
}
.producttxt03::before{
    content: "";
    display: block;
    width: 250px;
    height: 0;
    border-bottom: 1px solid #999;
    position: relative;
    top: -10px;
}



/* recipe */

#recipe{
    background-color: aqua;
    width: 100%;
}

.recipeimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #FFF
}
.recipeimg01 img{
    width: 300px;
    }


.recipeimg02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
     background-image: url("../img/about_bg.png");
    background-repeat: repeat;
}
.recipeimg03{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.recipeimage00{
    width: 140px;
    padding: 30px 0 0 0;
}
.recipeimage00 img{
    width: 140px;
}

.recipebox{
    width: 100%;
    display: flex;
    padding: 0 0 0 0;
}


.recipeimage{
    width: 30%;
    text-align: left;
}
.recipeimage img{
    width: 100px;
}




.recipetxt{
    width: 70%;
 margin: 0 0 0 5px;
}
.recipetxt01{
    font-size: 1.0rem;
    text-align: left;
    line-height: 1.2rem;
    font-weight: 800;
    padding: 10px ;
    background-color: #eee;
    margin: 0 10px 0 0 ;
}

.recipetxt02{
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 20px 0 10px 0 ;
}


.recipetxt03{
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 10px 20px 20px 0 ;
}
.recipetxt03::before{

}





/* day */

#day{
    
}

.dayimg01{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    line-height: 0;
    margin: 0 auto;
}

.dayimg01 img{
    width: 100%;
    padding: 50px 10px 0 10px;
    line-height: 0;
}


/* shop */

#shop{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.shopbox{
    width: 100%;
    margin: 10px;
    text-align: center;
    padding: 10px 10px 50px 10px;
}
.shoptitle{
    margin: auto 0;
    padding: 10px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
}
.shopbg{
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 5px;
    margin: auto 0;
}

.shoplist{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px 0 15px 0;
}

.shop01{
    width: 40%;
    color: #000;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-decoration:underline;
    margin: 0 0 5px 0;
}

.shop01b{
    width: 40%;
    color: #000;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0 0 5px 0;
}
.shop02{
    width: 55%;
    color: #000;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0 0 5px 0;
}
.shop03{
    width: 35%;
    color: #000;
    text-align: left;
    margin: 0 0 5px 0;
}




/* movie */

#movie{
    
}

.movieimg01{
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* QA */


.faqimg01{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.faqimg01 img{
    width: 100%;
}

.movirimg_tit{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #fbcb34
}
 
.movirimg_tit img{
    width: 70%;
}




/* footer */

#footer{
    padding:  20px;
    border-top:1px solid #68ad2e;
    text-align: center;
    background: #68ad2e;
    position: relative;
}

#footer .footer-logo{
    width: 100%;
    margin: 0 0 10px 0;
    color: #666;
}

#footer .footer-logo img{
    width: 100%;
}
 
.footertext01{
width: 100%;
}
.footertext01 img{
width: 300px;
}
.footertext02{
    font-size: 0.8rem;
    font-weight: 100;
    color: #FFF;
}
.footertext03{
    font-size: 0.8rem;
 line-height: 1.0rem;
    font-weight: 100;
    color: #FFF;
}




}






@media screen and (max-width:550px) {
#faq{
    margin:0 0 0 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}
