@charset "UTF-8";
/* --- Common Rules --- */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-weight: 300;
  color: #231815;
  list-style: none;
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: fot-matisse-pron, sans-serif;
}

html,
body {
  overflow-x: hidden;
  width: 100vw;
}

a,
button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
}

img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.shrink {
  letter-spacing: -1.5px;
}

.scrollAnime {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.downUp {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mbNone,
.hide {
  display: block;
}

.pcNone,
.show {
  display: none;
}

.content {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .pcBreak {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }
  .flex.mbBreak {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex.mbBreak > * {
    width: 100% !important;
  }
  .title02 span {
    display: block;
  }
  span.brBreak {
    display: block;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background: #595757;
  margin: 0.5em 0 1em;
}

.divider02 {
  width: 100%;
  height: 1px;
  margin: 0.5em 0 1em;
  background-color: #fff;
  background-size: 10px 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#595757), color-stop(50%, #595757), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #595757, #595757 50%, transparent 50%, transparent);
}

p {
  margin-bottom: 1.5em;
}

.leaf03,
.leaf04,
.leaf05,
.leaf06,
.leaf07 {
  position: absolute;
}

.leaf03 {
  width: 8%;
  right: 0;
  top: 30%;
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
}

.leaf04 {
  width: 12%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.leaf05 {
  display: none;
}

.leaf06 {
  width: 10%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, -10%);
          transform: translate(50%, -10%);
}

.leaf07 {
  display: none;
}

.main {
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/main.png) no-repeat 50%/cover;
  position: relative;
}

.main .main-content {
  text-align: center;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.7));
}

.main .main-content p {
  margin-bottom: 0;
}

.main .main-content p,
.main .main-content span {
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.main .main-content p span::first-letter {
  font-size: 1.5em;
}

.main .main-content p::after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: url(../img/main-line.png) no-repeat 100%/cover;
}

.main .main-content h1 {
  color: #fff;
}

.main .leaf01 {
  height: 25vh;
  position: absolute;
  bottom: 1vh;
  right: 0;
  -webkit-transform: translate(20%, 0);
          transform: translate(20%, 0);
}

.paste {
  position: relative;
  padding: 3.2em 5% 5%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.paste p {
  color: #595757;
  line-height: 2;
}

.paste img {
  position: absolute;
}

.paste .title {
  position: relative;
}

.paste .title h2 {
  color: #549B35;
  font-size: 2.3em;
}

.paste .title .img02 {
  right: 50%;
  top: 50%;
  -webkit-transform: translate(16em, -50%);
          transform: translate(16em, -50%);
  width: 7em;
}

.paste .img01 {
  top: 0;
  right: 0;
  -webkit-transform: translate(10%, -20%);
          transform: translate(10%, -20%);
  width: 40%;
  z-index: -1;
}

.paste .leaf02 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
  width: 40%;
  z-index: -1;
}

.title02 h2 {
  font-size: 3em;
  display: inline-block;
  background: #fff;
  color: #549B35;
  position: relative;
  padding-right: 0.5em;
}

.title02 h2::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #549B35;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.title02 p,
.title02 span {
  color: #549B35;
}

.title02 p {
  font-size: 1.2em;
}

.title03 h3 {
  color: #549B35;
  font-size: 2.3em;
  position: relative;
  display: inline-block;
}

.title03 h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 800px;
  background: #549B35;
  position: absolute;
  bottom: 0;
  right: 0;
}

.recipe {
  padding: 3.2em 0 5%;
}

.recipe .recipeList {
  position: relative;
  padding: 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recipe .recipeList li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 2em;
}

.recipe .recipeList li .imgWrapper {
  padding-bottom: 1em;
}

.recipe .recipeList li img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  width: 100%;
  height: 300px;
}

.recipe .recipeList h4 {
  color: #549B35;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

.recipe .recipeList .flex.mbBreak {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recipe .recipeList .flex.mbBreak div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.recipe .recipeList .ingredients,
.recipe .recipeList .subIngredients {
  padding-bottom: 1em;
}

.recipe .recipeList .ingredients h5::before,
.recipe .recipeList .subIngredients h5::before {
  content: "■";
  display: inline-block;
  margin-right: 0.2em;
}

.recipe .recipeList .subIngredients h5::before {
  content: "●";
}

.recipe .recipeList dl {
  font-size: 0.85em;
}

.recipe .recipeList dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.recipe .recipeList dl dt,
.recipe .recipeList dl dd {
  display: inline-block;
  background: #fff;
  font-size: 0.85em;
}

.recipe .recipeList dl dt {
  position: relative;
  padding-right: 2.5em;
}

.recipe .recipeList dl dd {
  text-align: right;
  padding-left: 2.5em;
  margin-left: auto;
  position: relative;
}

.recipe .recipeList dl dd::before {
  content: "";
  height: 8px;
  width: 100vw;
  display: block;
  background-color: #fff;
  background-size: 8px 8px;
  background-image: radial-gradient(#231815, #231815 25%, transparent 25%, transparent);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.profile {
  padding: 0.5em;
  background: #F6F9ED;
}

.profile .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile .flex .block {
  width: 83%;
}

.profile .flex .imgWrapper {
  width: 17%;
  text-align: center;
}

.profile .flex .imgWrapper img {
  max-width: 100%;
}

.profile h2 {
  color: #549B35;
  font-size: 1.2em;
}

.profile p, .profile a {
  font-size: 0.8rem;
  margin-bottom: 1em;
}

footer {
  margin: 5em 0;
  position: relative;
}

footer .flex {
  max-width: 600px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .imgWrapper {
  max-width: 250px;
  margin: 0 auto 1em;
}

footer img {
  max-width: 100%;
}

footer .block {
  width: 45%;
}

@media screen and (min-width: 769px) {
  .main {
    height: 800px;
  }
  .main .leaf01 {
    height: 500px;
  }
  .main .main-content h1 {
    font-size: 2.5em;
  }
  .main .main-content span {
    font-size: 3em;
  }
  .paste .img01 {
    -webkit-transform: translate(75%, -25%);
            transform: translate(75%, -25%);
  }
  .paste .title .img02 {
    width: 10em;
    -webkit-transform: translate(20em, -50%);
            transform: translate(20em, -50%);
  }
  .paste .leaf02 {
    width: 50%;
    -webkit-transform: translate(-100%, 10%);
            transform: translate(-100%, 10%);
  }
  .recipe .recipeList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recipe .recipeList li {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
  .recipe .recipeList dl dt {
    position: relative;
    padding-right: 0.5em;
  }
  .recipe .recipeList dl dd {
    text-align: right;
    padding-left: 0.5em;
  }
  .leaf05 {
    display: block;
    width: 7%;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .leaf07 {
    display: block;
    width: 15%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .profile .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile .flex .imgWrapper {
    margin-left: 1em;
  }
  .profile .flex p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .img01 {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */