@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 9, ../sass/_reset/_html5reset-1.6.1.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, ../sass/_reset/_html5reset-1.6.1.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/_reset/_html5reset-1.6.1.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, ../sass/_reset/_html5reset-1.6.1.scss */
nav ul {
  list-style: none;
}

/* line 43, ../sass/_reset/_html5reset-1.6.1.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../sass/_reset/_html5reset-1.6.1.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, ../sass/_reset/_html5reset-1.6.1.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, ../sass/_reset/_html5reset-1.6.1.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, ../sass/_reset/_html5reset-1.6.1.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, ../sass/_reset/_html5reset-1.6.1.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../sass/_reset/_html5reset-1.6.1.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../sass/_reset/_html5reset-1.6.1.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, ../sass/_reset/_html5reset-1.6.1.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, ../sass/_reset/_html5reset-1.6.1.scss */
input, select {
  vertical-align: middle;
}


@media screen and (min-width: 641px) {

/*----------------------------------------------------------
シャドウ
----------------------------------------------------------*/
/**
 * Base Style
 */
/* line 5, ../sass/_base/_base.scss */
html {
  font-size: 62.5%;
}

/* line 13, ../sass/_base/_base.scss */
ul, ol {
  list-style: none;
}

/* line 17, ../sass/_base/_base.scss */
a {
  text-decoration: none;
}

/* line 21, ../sass/_base/_base.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 26, ../sass/_base/_base.scss */
p {
  line-height: 1.7em;
}

/**
 * Header Style
 */
/**
 * フッター
 */
/* line 1, ../sass/_module/_section.scss */
.l-main {
	display: block;
  width: 100%;
  padding-bottom: 80px;
  /*position: relative;*/
  background-color: #ffffff;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  min-width: 980px;
  background: url(../img/contents_bg.jpg);
}

/* line 14, ../sass/_module/_section.scss */
section.cover {
  width: 100%;
  height: 710px;
  margin-bottom: 100px;
  background: url(../img/cover_bg.jpg) center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
/* line 21, ../sass/_module/_section.scss */
section.cover .wrap {
  width: 100%;
  height: 710px;
  background: url(../img/cover_bg_top.png) center top repeat-x;
}
/* line 25, ../sass/_module/_section.scss */
section.cover .wrap .inner {
  width: 980px;
  height: 710px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
/* line 32, ../sass/_module/_section.scss */
section.cover .wrap .inner .tit1 {
  position: absolute;
  top: 50px;
  right: 30px;
}
/* line 37, ../sass/_module/_section.scss */
section.cover .wrap .inner .tit2 {
  position: absolute;
  top: 70px;
  left: 260px;
}
/* line 42, ../sass/_module/_section.scss */
section.cover .wrap .inner .tit3 {
  position: absolute;
  top: 70px;
  left: 180px;
}
/* line 47, ../sass/_module/_section.scss */
section.cover .wrap .inner .tit4 {
  position: absolute;
  top: 70px;
  left: 40px;
}
/* line 52, ../sass/_module/_section.scss */
section.cover .wrap .inner .product {
  position: absolute;
  top: 380px;
  left: 30px;
}

/* line 62, ../sass/_module/_section.scss */
.contentsWrap {
  position: relative;
}

/* line 67, ../sass/_module/_section.scss */
.contentsWrap section {
  width: 862px;
  margin: 0 auto 75px;
  background: url(../img/section_top.png) center top no-repeat #ffffff;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
/* line 74, ../sass/_module/_section.scss */
.contentsWrap section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
/* line 82, ../sass/_module/_section.scss */
.contentsWrap section h2 {
  text-align: center;
}
/* line 85, ../sass/_module/_section.scss */
.contentsWrap section h3 {
  text-align: center;
}

/* line 91, ../sass/_module/_section.scss */
.section1::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWViZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #daebe1));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #daebe1);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #daebe1);
  background: linear-gradient(rgba(255, 255, 255, 0), #daebe1);
}
/* line 94, ../sass/_module/_section.scss */
.section1 h2 {
  padding-top: 10px;
}
/* line 97, ../sass/_module/_section.scss */
.section1 ol {
  margin: -5px 0 0 100px;
}
/* line 2, ../sass/_base/_mixins.scss */
.section1 ol:after {
  content: "";
  display: table;
  clear: both;
}
/* line 100, ../sass/_module/_section.scss */
.section1 ol li {
  width: 230px;
  float: left;
}
/* line 104, ../sass/_module/_section.scss */
.section1 ol li p.image {
  height: 250px;
  z-index: 1000;
  position: relative;
}
/* line 108, ../sass/_module/_section.scss */
.section1 ol li p.image img {
  padding-top: 20px;
}
/* line 112, ../sass/_module/_section.scss */
.section1 ol li p.text {
  width: 186px;
  padding-top: 20px;
  font-size: 14px;
  border-top: 2px #00b3ed dashed;
  z-index: 1000;
  position: relative;
}
/* line 121, ../sass/_module/_section.scss */
.section1 ol li:last-child {
  width: 290px;
}
/* line 124, ../sass/_module/_section.scss */
.section1 ol li:last-child p.image img {
  padding-top: 0;
}
/* line 132, ../sass/_module/_section.scss */
.section1 p.titProduct {
  text-align: center;
  width: 650px;
  margin: 0 auto;
  padding-top: 50px;
  z-index: 1000;
  position: relative;
}

/* line 143, ../sass/_module/_section.scss */
.section2::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWQ3ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e9d7e5));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #e9d7e5);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e9d7e5);
  background: linear-gradient(rgba(255, 255, 255, 0), #e9d7e5);
}
/* line 146, ../sass/_module/_section.scss */
.section2 h2 {
  padding-top: 10px;
}
/* line 149, ../sass/_module/_section.scss */
.section2 ul {
  margin: 30px 0 0 90px;
}
/* line 2, ../sass/_base/_mixins.scss */
.section2 ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 152, ../sass/_module/_section.scss */
.section2 ul li {
  width: 234px;
  margin-right: 10px;
  float: left;
  position: relative;
}
/* line 157, ../sass/_module/_section.scss */
.section2 ul li span {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../img/section2_check.png) left top no-repeat;
}
/* line 165, ../sass/_module/_section.scss */
.section2 ul li::after {
  content: "";
  width: 44px;
  height: 43px;
  position: absolute;
  top: 50px;
  right: 0;
  background: url(../img/section2_plus.png) left top no-repeat;
}
/* line 174, ../sass/_module/_section.scss */
.section2 ul li.image1 span {
  top: -12px;
  left: 9px;
}
/* line 178, ../sass/_module/_section.scss */
.section2 ul li.image2 span {
  top: -12px;
  left: -7px;
}
/* line 183, ../sass/_module/_section.scss */
.section2 ul li.image3 span {
  top: -12px;
  left: 4px;
}
/* line 187, ../sass/_module/_section.scss */
.section2 ul li.image3::after {
  background: none;
}
/* line 194, ../sass/_module/_section.scss */
.section2 p.titProduct {
  text-align: center;
  width: 650px;
  padding-top: 50px;
}
/* line 199, ../sass/_module/_section.scss */
.section2 p {
  width: 650px;
  margin: 0 auto;
  font-size: 14px;
  z-index: 1000;
  position: relative;
}

/* line 208, ../sass/_module/_section.scss */
.section3::after {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVmYzAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffefc0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffefc0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffefc0);
  background: linear-gradient(rgba(255, 255, 255, 0), #ffefc0);
}
/* line 211, ../sass/_module/_section.scss */
.section3 h2 {
  padding-top: 80px;
  margin-bottom: 80px;
}
/* line 215, ../sass/_module/_section.scss */
.section3 h3 {
  padding-top: 20px;
  margin-bottom: 30px;
}
/* line 219, ../sass/_module/_section.scss */
.section3 .inner {
  width: 744px;
  height: auto;
  margin-left: 70px;
}
/* line 2, ../sass/_base/_mixins.scss */
.section3 .inner:after {
  content: "";
  display: table;
  clear: both;
}
/* line 224, ../sass/_module/_section.scss */
.section3 .inner .recipe {
  width: 372px;
  float: left;
  position: relative;
  margin-bottom: 60px;
  z-index: 1000;
}
/* line 230, ../sass/_module/_section.scss */
.section3 .inner .recipe.recipe3 {
  height: 770px;
}
/* line 233, ../sass/_module/_section.scss */
.section3 .inner .recipe.recipe4 {
  height: 770px;
}
/* line 236, ../sass/_module/_section.scss */
.section3 .inner .recipe.recipe5 {
  margin-bottom: 0px;
}
/* line 239, ../sass/_module/_section.scss */
.section3 .inner .recipe.tsuketemo::before {
  content: "";
  width: 150px;
  height: 99px;
  position: absolute;
  top: -46px;
  right: -10px;
  z-index: 1200;
  background: url(../img/section3_tsuketemo.png) left top no-repeat;
}
/* line 249, ../sass/_module/_section.scss */
.section3 .inner .recipe.aetemo::before {
  content: "";
  width: 150px;
  height: 99px;
  position: absolute;
  top: -46px;
  right: -10px;
  z-index: 1000;
  background: url(../img/section3_aetemo.png) left top no-repeat;
}
/* line 261, ../sass/_module/_section.scss */
.section3 .inner .recipe h4 {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 268, ../sass/_module/_section.scss */
.section3 .inner .recipe h4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 277, ../sass/_module/_section.scss */
.section3 .inner .recipe h5 {
  margin-left: 20px;
  margin-bottom: 10px;
}
/* line 281, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo, .section3 .inner .recipe .tsukurikata, .section3 .inner .recipe .check {
  margin-left: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 286, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo {
  width: 300px;
  overflow: hidden;
  /*floatしたので高さ確保*/
  font-size: 14px;
}
/* line 289, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dt {
  width: 210px;
  height: 24px;
  float: left;
  position: relative;
}
/* line 294, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 100%;
  border-top: 1px #000 dashed;
}
/* line 303, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dt span {
  display: block;
  position: absolute;
  padding-right: 5px;
  background-color: #fff;
  z-index: 2;
}
/* line 311, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd {
  width: 85px;
  padding-left: 5px;
  float: left;
}
/* line 316, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd:after {
  clear: both;
  /*1段ずつfloat解除する設定(いらない？)*/
}
/* line 320, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dt.yakumi {
  width: 100%;
  clear: both;
}
/* line 323, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dt.yakumi::after {
  border-top: none;
}
/* line 327, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd.yakumi {
  padding: 0;
  clear: both;
  width: 100%;
}
/* line 331, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd.yakumi dl {
  width: 300px;
  overflow: hidden;
}
/* line 334, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd.yakumi dl dt {
  width: 210px;
  float: left;
  text-indent: 1em;
}
/* line 339, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.zairyo dd.yakumi dl dd {
  width: 85px;
}
/* line 346, ../sass/_module/_section.scss */
.section3 .inner .recipe .tsukurikata {
  width: 300px;
}
/* line 348, ../sass/_module/_section.scss */
.section3 .inner .recipe .tsukurikata ul {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 351, ../sass/_module/_section.scss */
.section3 .inner .recipe .tsukurikata .supplement {
  font-size: 12px;
}
/* line 356, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check {
  width: 300px;
  overflow: hidden;
  /*floatしたので高さ確保*/
}
/* line 359, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check dt {
  width: 160px;
  height: 14px;
  float: left;
  position: relative;
  font-size: 12px;
}
/* line 365, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 100%;
  border-top: 1px #000 dashed;
}
/* line 374, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check dt span {
  display: block;
  position: absolute;
  padding: 0 5px 0 18px;
  background-color: #fff;
  z-index: 2;
  background: url(../img/section3_check.png) #fff left top no-repeat;
}
/* line 383, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check dd {
  width: 60px;
  padding-left: 5px;
  float: left;
  color: #ed6d00;
  font-size: 14px;
  font-weight: bold;
}
/* line 390, ../sass/_module/_section.scss */
.section3 .inner .recipe dl.check dd:after {
  clear: both;
  /*1段ずつfloat解除する設定(いらない？)*/
}
/* line 396, ../sass/_module/_section.scss */
.section3 .inner .tsuketemo {
  z-index: 1200;
}

/* line 402, ../sass/_module/_section.scss */
span.g {
  font-family: Century;
}

/* line 407, ../sass/_module/_section.scss */
.productBtn {
  width: 306px;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  z-index: 1200;
  position: relative;
}
/* line 414, ../sass/_module/_section.scss */
.productBtn a {
  display: block;
  width: 306px;
  z-index: 1200;
  position: relative;
  height: auto;
}

/* line 2, ../sass/_module/_decoration.scss */
.tomatoWrap {
  position: absolute;
  width: 100%;
  height: 5000px;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 100;
}
/* line 2, ../sass/_base/_mixins.scss */
.tomatoWrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, ../sass/_module/_decoration.scss */
.tomatoWrap .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
/* line 15, ../sass/_module/_decoration.scss */
.tomatoWrap .inner .tomato {
  position: absolute;
  width: 400px;
  height: 400px;
  z-index: 100;
}
/* line 20, ../sass/_module/_decoration.scss */
.tomatoWrap .inner .tomato::before {
  content: "";
  display: block;
  width: 318px;
  height: 300px;
  background: url(../img/tomato.png) left top no-repeat;
  position: absolute;
  z-index: 2;
}
/* line 29, ../sass/_module/_decoration.scss */
.tomatoWrap .inner .tomato::after {
  content: "";
  display: block;
  width: 205px;
  height: 240px;
  background: url(../img/tomato_leaf.png) left top no-repeat;
  position: absolute;
  z-index: 1;
}
/* line 38, ../sass/_module/_decoration.scss */
.tomatoWrap .inner .tomato .flower {
  width: 144px;
  height: 123px;
  background: url(../img/tomato_flower.png) left top no-repeat;
  position: absolute;
  z-index: 3;
}

/* line 49, ../sass/_module/_decoration.scss */
.left1 {
  top: 690px;
  left: -215px;
}
/* line 52, ../sass/_module/_decoration.scss */
.left1::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 57, ../sass/_module/_decoration.scss */
.left1::after {
  top: 132px;
  left: 124px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 64, ../sass/_module/_decoration.scss */
.left2 {
  top: 1716px;
  left: -170px;
}
/* line 67, ../sass/_module/_decoration.scss */
.left2::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
/* line 72, ../sass/_module/_decoration.scss */
.left2::after {
  top: -146px;
  left: 15px;
  -moz-transform: rotate(170deg);
  -ms-transform: rotate(170deg);
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg);
}
/* line 77, ../sass/_module/_decoration.scss */
.left2 .flower {
  top: -63px;
  left: 125px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 84, ../sass/_module/_decoration.scss */
.left3 {
  top: 2260px;
  left: -215px;
}
/* line 87, ../sass/_module/_decoration.scss */
.left3::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 92, ../sass/_module/_decoration.scss */
.left3::after {
  top: -120px;
  left: 124px;
  -moz-transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
  -webkit-transform: rotate(-108deg);
  transform: rotate(-108deg);
}

/* line 99, ../sass/_module/_decoration.scss */
.left4 {
  top: 3466px;
  left: -170px;
}
/* line 102, ../sass/_module/_decoration.scss */
.left4::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 107, ../sass/_module/_decoration.scss */
.left4::after {
  top: -146px;
  left: 15px;
  -moz-transform: rotate(170deg);
  -ms-transform: rotate(170deg);
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg);
}
/* line 112, ../sass/_module/_decoration.scss */
.left4 .flower {
  top: -63px;
  left: 112px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 119, ../sass/_module/_decoration.scss */
.right1 {
  top: 1000px;
  right: -364px;
  float: right;
}
/* line 123, ../sass/_module/_decoration.scss */
.right1::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
/* line 128, ../sass/_module/_decoration.scss */
.right1::after {
  top: -138px;
  left: -55px;
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}
/* line 133, ../sass/_module/_decoration.scss */
.right1 .flower {
  top: -50px;
  left: 0px;
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/* line 140, ../sass/_module/_decoration.scss */
.right2 {
  top: 2668px;
  right: -302px;
  float: right;
}
/* line 144, ../sass/_module/_decoration.scss */
.right2::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
/* line 149, ../sass/_module/_decoration.scss */
.right2::after {
  top: -146px;
  left: 0px;
  -moz-transform: rotate(175deg);
  -ms-transform: rotate(175deg);
  -webkit-transform: rotate(175deg);
  transform: rotate(175deg);
}
/* line 154, ../sass/_module/_decoration.scss */
.right2 .flower {
  top: -45px;
  left: 52px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 161, ../sass/_module/_decoration.scss */
.right3 {
  top: 4160px;
  right: -300px;
  float: right;
}
/* line 165, ../sass/_module/_decoration.scss */
.right3::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* line 170, ../sass/_module/_decoration.scss */
.right3::after {
  top: 360px;
  left: -55px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 177, ../sass/_module/_decoration.scss */
.right4 {
  top: 4352px;
  right: -175px;
  float: right;
}
/* line 181, ../sass/_module/_decoration.scss */
.right4::before {
  top: 0;
  left: 0;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
/* line 186, ../sass/_module/_decoration.scss */
.right4::after {
  top: -138px;
  left: -55px;
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}
/* line 191, ../sass/_module/_decoration.scss */
.right4 .flower {
  top: -50px;
  left: -27px;
  -moz-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

/* line 198, ../sass/_module/_decoration.scss */
.tomato_right_3 {
  position: absolute;
  width: 450px;
  height: 540px;
  z-index: 100;
  top: 4200px;
  right: -220px;
  background: url(../img/tomato_right_3.png) left top no-repeat;
}

/* line 208, ../sass/_module/_decoration.scss */
.fanWrap {
  position: absolute;
  width: 100%;
  height: 5000px;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 2, ../sass/_base/_mixins.scss */
.fanWrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 217, ../sass/_module/_decoration.scss */
.fanWrap .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
/* line 221, ../sass/_module/_decoration.scss */
.fanWrap .inner div {
  width: 691px;
  height: 954px;
  position: absolute;
  background: url(../img/fan.png) 0 0 no-repeat;
}

/* line 230, ../sass/_module/_decoration.scss */
.fan1 {
  top: 880px;
  left: -340px;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* line 235, ../sass/_module/_decoration.scss */
.fan2 {
  top: 1384px;
  right: -340px;
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

/* line 240, ../sass/_module/_decoration.scss */
.fan3 {
  top: 2440px;
  left: -340px;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/* line 245, ../sass/_module/_decoration.scss */
.fan4 {
  top: 3080px;
  right: -420px;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/*# sourceMappingURL=style.css.map */



}