@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');

html,body{margin:0;}
article{
	padding:0 0 80px;
	min-width:1012px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:16px;
	line-height:1.6;
	color:#471c07;
	text-align:center;
}
article#top{
	background:#f5e1e1 url(../images/bg.png)no-repeat center top;
	background-attachment: fixed;
  background-size:100% auto;
}
article#item{
	background:#dfe9f2 url(../images/bg.png)no-repeat center top;
	background-attachment: fixed;
}
article#okashi{
	background:#f7edd7 url(../images/bg.png)no-repeat center top;
	background-attachment: fixed;
}


@media only screen and (max-width:1364px){
  article#top,
  article#item,
  article#okashi{
    background-size:auto;
  }
}
@media only screen and (min-width:1920px){
  article#top,
  article#item,
  article#okashi{
    background-size:1920px auto;
  }
}


.zen{
	font-family: 'Zen Maru Gothic', sans-serif;
}

.only_smart,
.only_smart_i{
	display:none !important;
}
article img{
	max-width:100%;
}
article a {
	color:#fff;
  text-decoration:none;
}
article ul{
	margin:0;
	padding:0;
}
article ul li{
	list-style:none;
}
article h1{
}


#mv{
  padding-bottom:25px;
  background-color:#fff;
}
#mv h1{
	margin:0;
	background:url(../images/h1_bg.jpg)no-repeat center top;
}
#mv ul.nav{
  width:680px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mv ul.nav li{
	width:330px;
}
#mv ul.nav li:nth-child(3){
	width:100%;
}


/* #cont0 */
#cont0{
  padding:50px 0 50px;
  background:url(../images/mv_bottom.png)repeat-x center top;
}
#cont0 h2{
  margin-bottom:0;
}
#cont0 p{
  line-height:1.9;
  margin:0;
  padding:80px 0;
  font-size:22px;
  font-weight:bold;
  background:url(../images/cont0_bg.png)no-repeat center top;
}
#cont0 p.item{
  padding:40px 0 20px;
}
#cont0 p .red{
  color:#b0250e;
}
#cont0 p .green{
  color:#156936;
}
#cont0 p .blue{
  color:#337ad2;
}
#cont0 p .pink{
  color:#ff81b6;
}
#cont0 p .orange{
  color:#fc930a;
}



/* .recipe */
.recipe{
  width:1012px;
  margin:200px auto 0;
  padding:0 0 60px;
  background:url(../images/cont_bg.png)no-repeat center center;
  background-size:100% 100%;
}
.recipe h3{
  display:inline-block;
  margin:-160px 0 0;
}
.recipe > ul{
  max-width:930px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recipe > ul li{
  width:290px;
  margin:30px 0 0;
}
.recipe > ul li a{
  display:block;
}
.recipe > ul li a figure{
  margin:0;
  padding:0;
}
.recipe > ul li a figure figcaption{
  line-height:1.3;
  margin-top:0.3em;
  font-size:20px;
  font-weight:bold;
  color:#b50d0d;
}
.recipe .more{
  display:inline-block;
  width:440px;
  line-height:56px;
  font-size:20px;
  font-weight:bold;
  background-color:#b50d0d;
  border-radius:28px;
}

/* #cont1 */
#cont1{
  margin-top:120px;
}
#cont1 section{
  margin-bottom:1em;
}
#cont1 section h4{
  margin:0.5em 0 0.5em;
  font-size:26px;
  color:#b50d0d;
}



/* #cont2 */
#cont2 {
}
#cont2 section{
  width:900px;
  margin:30px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont2 section > div:first-child{
  width:450px;
}
#cont2 section > div:first-child h4{
  margin:0;
  line-height:60px;
  font-size:20px;
  color:#fff;
  background:url(../images/cont2_h4_bg.png)no-repeat center center;
  background-size:100% 100%;
}
#cont2 section > div:first-child img{
  margin:1em 0;
}
#cont2 section > div:first-child .more{
  width:400px;
}

#cont2 section > div:last-child{
  width:400px;
}
#cont2 section > div:last-child figure{
  width:160px;
  margin:auto;
}
#cont2 section > div:last-child figure figcaption{
  font-size:20px;
  font-weight:bold;
  color:#b50d0d;
}
#cont2 section > div:last-child p{
  text-align: justify;
	text-justify: inter-ideograph;
}
#cont2 section > div:last-child a{
  display:inline-block;
  width:380px;
  line-height:56px;
  font-size:18px;
  font-weight:bold;
  background-color:#fa7878;
  border-radius:28px;
  position:relative;
}
#cont2 section > div:last-child a img:first-of-type{
  width:64px;
  position:absolute;
  left:0;
  top:50%;
  transform:translate(-20%,-50%);
}
#cont2 section > div:last-child a img:last-of-type{
  width:64px;
  position:absolute;
  right:0;
  top:50%;
  transform:translate(20%,-50%);
}


/* #cont3 */
#cont3 {
}


/* #cont4 */
#cont4 {
}
#cont4 ul li figure figcaption{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont4 ul li figure figcaption img{
  margin-left:0.3em;
}


/* #cont5 */
#cont5 {
}


/* #cont6 */
#cont6 {
}


/* #cont7 */
#cont7 {
  margin-bottom:30px;
}


/* .cont */
.cont{
  width:1012px;
  margin:50px auto 0;
}
.cont h3{
  margin-bottom:20px;
}
.cont .inner{
  padding:40px 0 30px;
  background:url(../images/cont_bg2.png)no-repeat center center;
  background-size:100% 100%;
}
.cont .inner > ul.list{
  max-width:920px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cont .inner > ul.list > li{
  width:200px;
  margin:25px 0;
}
.cont .inner > ul.list > li figure{
  margin:0;
}
.cont .inner > ul.list > li figure figcaption{
  font-size:18px;
  font-weight:bold;
  color:#4b850a;
}
.cont .inner > ul.list > li figure figcaption.flex{
  height:3.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont .inner > ul.list > li ul{
  margin:0.5em 0 0.8em;
  text-align:left;
  white-space:nowrap;
}
.cont .more{
  display:inline-block;
  max-width:240px;
  width:100%;
  line-height:48px;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  background-color:#176915;
  border-radius:24px;
}
.cont .more.large{
  max-width:510px;
  width:100%;
  line-height:60px;
  font-size:22px;
  border-radius:30px;
}



/* #cont8 */
#cont8 {
  margin-top:-50px;
}

/* #cont8_1 */
#cont8_1{
  padding-top:50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position:relative;
}
#cont8_1 > div:first-child{
  width:400px;
  padding-right:30px;
  text-align:left;
}
#cont8_1 > div:first-child h4{
  margin:0;
  font-size:22px;
  color:#4b850a;
}
#cont8_1 > div:first-child h4 span{
  line-height:1.2;
  margin-left:0.3em;
  padding:0 0.3em;
  display:inline-block;
  font-size:20px;
  color:#b0250e;
  background-color:#ffd43c;
}
#cont8_1 > div:first-child p{
  margin:0.5em 0 1em;
  font-size:18px;
}
#cont8_1 > div:first-child figure{
  margin:0;
}
#cont8_1 > div:first-child dl dd{
  margin:0.5em 0;
}
#cont8_1 > div:first-child dl dd.indent{
  padding-left:1em;
  text-indent:-1em;
}
#cont8_1 > div:first-child dl dd span{
  display:inline-block;
  text-indent:0;
}
#cont8_1 > div:last-child{
  width:442px;
}
#cont8_1 > div:last-child figure{
  margin:0;
}
#cont8_1 > div:last-child figure + a{
  display:inline-block;
  margin-bottom:0.5em;
}
#cont8_1 > div:last-child > img{
  position:absolute;
  right:0px;
  bottom:0px;
}

/* #cont8_2 */
#cont8_2{
  margin:30px 0 90px;
  padding-top:50px;
}
#cont8_2 > p{
  line-height:1.8;
  margin:0;
  font-size:20px;
  font-weight:bold;
}

/* #cont8 section > ul */
#cont8 > section > ul{
  width:870px;
  margin:auto;
}
#cont8 > section > ul > li{
  margin-top:50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont8 > section > ul > li:nth-child(even){
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont8 > section > ul > li section{
  width:410px;
  text-align:left;
}
#cont8 > section > ul > li section h4,
#cont8 > section > ul > li section h5{
  margin:0;
  font-size:22px;
  color:#4b850a;
}
#cont8 > section > ul > li section figure{
  margin:1em 0 0.5em;
}
#cont8 > section > ul > li section dl dd{
  margin:0 0 0.5em;
}
#cont8 > section > ul > li div{
  width:440px;
}
#cont8 > section > ul > li div .youtube{
  display:inline-block;
  margin:0 0 0.5em;
}
#cont8 > section > ul > li div figure{
  margin:0 0 0.5em;
}

/* #cont8_3 */
#cont8_3{
}
#cont8_3.inner{
  padding:0 0 30px;
  background:url(../images/cont8_3_bg.png)no-repeat center center;
  background-size:100% 100%;
}
#cont8_3.inner h4{
  display:inline-block;
  margin-top:-6%;
}
#cont8_3.inner > ul > li{
  -webkit-align-items: center;
  align-items: center;
  
}
#cont8_3.inner > ul > li:first-child{
  margin-top:0;
}
#cont8_3.inner > ul li section h5 span{
  line-height:1.2;
  margin-left:0.3em;
  padding:0 0.3em;
  display:inline-block;
  font-size:20px;
  color:#b0250e;
  background-color:#ffd43c;
}
#cont8_3.inner > ul > li div .copyright{
  margin-top:50px;
  font-size:14px;
  text-align:left;
}


/* #cont9 */
#cont9 {
}


/* #cont10 */
#cont10 .inner > ul > li:nth-child(-n+2) {
  width:440px;
  padding-left:180px;
  box-sizing:border-box;
  text-align:left;
  position:relative;
}
#cont10 .inner > ul > li:nth-child(-n+2) figure img{
  width:200px;
  position:absolute;
  left:-20px;
  top:50%;
  transform:translateY(-50%);
}
#cont10 .inner > ul > li:first-child figure img{
  width:230px;
}
#cont10 .inner > ul > li:nth-child(-n+2) .more{
  width:200px;
}


/* #cont11 */
#cont11 {
}


/* #cont12 */
#cont12 {
}


/* #cont13 */
#cont13{
}
#cont13 .inner{
  padding-bottom:60px;
}


/* #cont14 */
#cont14{
}

/* #cont14_2 */
#cont14_2{
  margin-top:30px;
  padding:60px 0;
  background:
    url(../images/cont14_bottom.png)no-repeat center bottom 30px,
    url(../images/cont_bg2.png)no-repeat center center;
  background-size:auto,100% 100%;
}
#cont14_2 > ul{
  max-width:920px;
  margin:auto;
}
#cont14_2 > ul > li{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#cont14_2 > ul > li:first-child figure{
  width:667px;
  margin:0;
}
#cont14_2 > ul > li:first-child section{
  width:200px;
  text-align:left;
}
#cont14_2 > ul > li:last-child{
  width:610px;
  margin:50px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#cont14_2 > ul > li:last-child figure{
  width:158px;
  margin:0;
}
#cont14_2 > ul > li:last-child section{
  width:440px;
  text-align:left;
}
#cont14_2 > ul > li section h4{
  margin:0;
  font-size:18px;
  color:#4b850a;
}
#cont14_2 > ul > li section p{
  margin:0.5em 0; 
}


/* #nav */
#nav{
  padding:0px 0 50px;
  background:url(../images/mv_bottom.png)repeat-x center top;
}
#nav h2{
  margin:0 0 30px;
}
#nav nav ul{
  width:1012px;
  margin:auto;
}
#nav nav ul li{
  width:296px;
  display:inline-block;
  margin:5px 8px;
}


/* .okashi */
.okashi{
  width:1012px;
  margin:200px auto 0;
  padding:0 0 60px;
  background:url(../images/cont_bg.png)no-repeat center center;
  background-size:100% 100%;
}
.okashi h3{
  display:inline-block;
  margin:-170px 0 0;
}


/* #cont15 */
#cont15{
  background:
    url(../images/cont15_bg.png)no-repeat 60px 280px,
    url(../images/cont_bg.png)no-repeat center center;
  background-size:auto, 100% 100%;
}
#cont15 video{
  width:590px;
  margin-top:20px;
}

/* #cont16 */
#cont16{
  background:
    url(../images/cont16_bg.png)no-repeat right 50px bottom 50px,
    url(../images/cont_bg.png)no-repeat center center;
  background-size:auto, 100% 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont16 h3{
  margin-bottom:20px;
}
#cont16 div:first-of-type{
  width:300px;
  margin-left:30px;
}
#cont16 div:first-of-type figure{
  margin:0;
}
#cont16 div:first-of-type dl{
  line-height:1.8;
  margin:0;
  font-weight:bold;
  text-align:left;
}
#cont16 div:first-of-type dl dd{
  margin:0;
}
#cont16 div:last-of-type{
  width:440px;
}
#cont16 div:last-of-type a{
  display:inline-block;
  margin-top:1em;
  width:290px;
}


/* #cont17 */
#cont17{
  margin-top:80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont17 h3{
  margin:-50px 0 15px;
}
#cont17 > section{
  width:48%;
  padding:0 25px;
  box-sizing:border-box;
}
#cont17 > section h4{
  margin:0 0 0.5em;
  padding:0.4em 0;
  line-height:1.2;
  font-size:23px;
  color:#fff;
}
#cont17 > section h4 span{
  display:block;
  font-size:18px;
}
#cont17 > section:first-of-type h4{
  background:url(../images/cont17_tit1.png)no-repeat center center;
  background-size:400px auto;
}
#cont17 > section:last-of-type h4{
  background:url(../images/cont17_tit2.png)no-repeat center center;
  background-size:400px auto;
}
#cont17 > section p{
  line-height:2;
  margin:0;
  font-weight:bold;
}
#cont17 > section figure{
  margin:0;
  padding:0;
}
#cont17 > section figure figcaption{
  width:340px;
  line-height:2.4;
  margin:0.5em auto 0;
  font-size:18px;
  font-weight:bold;
  position:relative;
  border-radius:1.2em;
  background-color:#fbb0ba;
}
#cont17 > section figure figcaption:before{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.8em 0.8em 0.8em;
  border-color: transparent transparent #fbb0ba transparent;
  position:absolute;
  bottom:100%;
  left:50%;
  transform:translateX(-50%);
}
#cont17 > section:last-of-type figure figcaption{
  background-color:#bde06a;
}
#cont17 > section:last-of-type figure figcaption:before{
  border-color: transparent transparent #bde06a transparent;
}

#cont17 > section dl{
  margin-top:30px;
  font-weight:bold;
}
#cont17 > section dl dt{
  margin-bottom:-0.5em;
  font-size:20px;
  color:#b67401;
  border-top:2px solid #b67401;
}
#cont17 > section dl dt span{
  display:inline-block;
  padding:0 1em;
  background-color:#fff;
  transform:translateY(-50%);
}
#cont17 > section dl dd{
  margin:0.3em 0;
  padding-left:1em;
  text-indent:-1em;
  text-align:left;
}
#cont17 > section .recipe_btn{
  width:290px;
  margin:0.5em 0;
}


/* #cont18 */
#cont18{
  background-image:none;
}
#cont18 > ul{
  margin-top:20px;
  background:url(../images/cont18_line.png)no-repeat center 180px;
}
#cont18 > ul > li{
  width:1010px;
  margin:auto;
  position:relative;
  box-sizing:border-box;
}
#cont18 > ul > li:first-child{
  padding-right:260px;
}
#cont18 > ul > li:nth-child(2){
  margin:25px 0;
  padding-left:260px;
}
#cont18 > ul > li section{
  padding:30px 40px 30px;
}
#cont18 > ul > li:first-child section{
  background:url(../images/cont18_bg1.png)no-repeat center top;
}
#cont18 > ul > li:nth-child(2) section{
  background:url(../images/cont18_bg2.png)no-repeat center top;
}
#cont18 > ul > li:last-child section{
  padding-right:20px;
  background:url(../images/cont18_bg3.png)no-repeat center top;
}
#cont18 > ul > li section h4{
  margin:0;
  line-height:2.8;
  font-size:20px;
  color:#fff;
  background:url(../images/cont18_tit.png)no-repeat center center;
}
#cont18 > ul > li section ul{
  padding:5px 0 20px;
  text-align:left;
}
#cont18 > ul > li:last-child section ul{
  padding-right:200px;
  background:url(../images/cont18_3.png)no-repeat right top;
}
#cont18 > ul > li ul li{
  margin-top:1.2em;
}
#cont18 > ul > li ul li h5{
  margin:0;
  font-size:18px;
}
#cont18 > ul > li ul li h5 span{
  background:linear-gradient(transparent 60%, #ffc296 60%);
}
#cont18 > ul > li ul li p{
  margin:0.5em 0 0;
  padding-top:0.5em;
  border-top:1px solid;
}
#cont18 > ul > li:first-child > img{
  position:absolute;
  right:50px;
  top:120px;
}
#cont18 > ul > li:nth-child(2) > img{
  position:absolute;
  left:0;
  top:20px;
}


/* #cont19 */
#cont19{
  margin-top:150px;
}
#cont19 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background:url(../images/cont19_bg.png)no-repeat center 170px;
}
#cont19 ul li{
  margin:20px 20px 0;
}
#cont19 ul li:first-child{
  margin-right:120px;
}
#cont19 figure{
  margin:0;
}
#cont19 figure img{
  vertical-align:bottom;
}
#cont19 figure figcaption{
  line-height:3;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  background:url(../images/cont19_tit.png)no-repeat center center;
  transform:translateY(-50%);
  position:relative;
}
#cont19 ul li figure figcaption{
  margin-top:-0.5em;
}
#cont19 ul li:last-child figure figcaption{
  margin-top:0;
  background-image:none;
  color:#471c07;
}
#cont19 > img{
  margin-right:20px;
  vertical-align:middle;
}
#cont19 > a{
  display:inline-block;
  vertical-align:middle;
  border:1px solid;
}


/* #cont20 */
#cont20{
  margin-top:80px;
  background:url(../images/cont20_bg.png)no-repeat center center;
}
#cont20 h3{
  margin:-60px 0 15px;
  display:inline-block;
}
#cont20 ul{
  padding:25px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#cont20 ul li{
  margin:0 10px;
}


/* #cont21 */
#cont21{
}
#cont21 p{
  margin:10px 0 0;
  padding:30px 0;
  font-size:20px;
  font-weight:bold;
  background:url(../images/cont21_bg.png)no-repeat center center;
}
#cont21 p span{
  background:linear-gradient(transparent 60%, #ffcbd2 60%);
}



/* #bottom_banner */
#bottom_banner{
  margin-top:50px;
}
#bottom_banner li{
  margin:40px 0;
  font-size:30px;
  font-weight:bold;
}
#bottom_banner li:first-child{
  padding:60px 0;
  background:url(../images/sale.png)no-repeat center center;
}

article > a{
  display:inline-block;
  margin-top:60px;
  
}


/* #topbtn */
#topbtn {
  display:block;
  width:96px;
	position:fixed;
	z-index:99;
	right:20px;
	bottom:-200px;
	-webkit-transition: bottom 0.5s;
	transition: bottom 0.5s;
}



