@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #000;
  background: url(../img/bg02.png);
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: calc(100% - 37rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    -webkit-transition: none;
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  background: #FFF;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2rem;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .inner .logo {
  width: 31.8rem;
}
header .inner .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .inner .menu {
    position: fixed;
    z-index: 999;
    background: #FFF;
    width: 100%;
    top: 9rem;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4%;
  }
}
header .inner .menu a {
  width: 11rem;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 768px) {
  header .inner .menu a {
    width: 49%;
    margin: 4% 0 0;
  }
  header .inner .menu a:nth-child(2n) {
    margin-right: 2%;
  }
}
header .inner .menu a.insta {
  width: 18rem;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 768px) {
  header .inner .menu a.insta {
    width: 100%;
    text-align: center;
    padding: 0 0 4%;
  }
  header .inner .menu a.insta img {
    width: 7rem;
  }
}
header .inner .menu_sub {
  padding: 4% 0;
}
header .inner .menu_sub a {
  display: block;
  margin: 0 auto;
  width: 60%;
  padding: 3% 0;
}
header .inner .menu_sub a:nth-child(2n) {
  margin: 0 auto;
}
header .menu_search {
  text-align: right;
}
@media screen and (max-width: 768px) {
  header .menu_search {
    text-align: center;
    margin-top: 1.2rem;
  }
}
header .menu_search form {
  display: inline-block;
  position: relative;
}
header .menu_search form .text {
  width: 42rem;
  height: 3rem;
  font-size: 1.4rem;
  padding: 0.3rem 0.4rem;
  border: 1px solid #c3c3c3;
  background-color: #f5f5f5;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header .menu_search form .text {
    width: 58rem;
    height: 6.5rem;
    font-size: 3.2rem;
    padding: 0.6rem 0.8rem;
    padding-left: 6rem;
    background-image: url(../img/search_icon_g.svg);
    background-repeat: no-repeat;
    background-size: 58% 58%;
    background-position: -13.7rem 60%;
  }
}
header .menu_search form .text:after {
  content: "";
  width: 2.55rem;
  height: 2.55rem;
  padding: 10px;
  vertical-align: bottom;
  border: none;
  background-color: #c3c3c3;
  background-image: url(../img/search_icon_w.svg);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: 50% 50%;
  position: relative;
  right: 0.3rem;
}
header .menu_search form .text::-webkit-input-placeholder {
  color: #c3c3c3;
}
header .menu_search form .text::-moz-placeholder {
  color: #c3c3c3;
}
header .menu_search form .text:-ms-input-placeholder {
  color: #c3c3c3;
}
header .menu_search form .text::-ms-input-placeholder {
  color: #c3c3c3;
}
header .menu_search form .text::placeholder {
  color: #c3c3c3;
}
header .menu_search form .text:focus {
  outline: none;
}
header .menu_search form .submit {
  width: 2.55rem;
  height: 2.55rem;
  padding: 10px;
  vertical-align: bottom;
  border: none;
  background-color: #c3c3c3;
  background-image: url(../img/search_icon_w.svg);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: 50% 50%;
  position: relative;
  right: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header .menu_search form .submit {
    display: none;
  }
}
header .menu_search form #sbtn {
  height: 3rem;
  width: 3rem;
  padding: 0.1rem 0.6rem;
  position: absolute;
  left: 39rem;
  top: 0;
  background-color: #c3c3c3;
  color: #fff;
  border: none;
}
header .menu_search form .btn_img {
  position: relative;
  bottom: 0.3rem;
}

.hamburger {
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 25%;
}
.hamburger.active span:nth-child(1) {
  top: 1.6rem;
  left: 0.6rem;
  background: #a28300;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 1.6rem;
  background: #a28300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0.6rem;
  background: #a28300;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 1.5rem;
}
.hamburger span:nth-child(3) {
  top: 2.8rem;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  position: relative;
  background: #FFF;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4rem 0 2rem;
  }
}
footer .box .copy {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.25rem;
}
footer .box .logo {
  display: block;
  position: absolute;
  left: 10rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.4rem;
}
@media screen and (max-width: 768px) {
  footer .box .logo {
    position: static;
    display: block;
    width: 30%;
    margin: 0 auto;
  }
}

#fixed {
  display: none;
  position: fixed;
  z-index: 999;
  width: 8.2rem;
  right: 5.3rem;
  bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  #fixed {
    width: 15%;
    bottom: 1%;
    right: 2%;
  }
}

/* ======================================================================
 main
====================================================================== */
@media screen and (max-width: 768px) {
  #menu {
    display: none;
  }
}
#menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto 0;
}
#menu .inner a {
  width: 19.8rem;
  margin: 0 1rem;
}

#boso {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #boso {
    padding-bottom: 4rem;
  }
}
#boso .img {
  position: relative;
  margin: 5rem auto;
  width: 109rem;
}
@media screen and (max-width: 768px) {
  #boso .img {
    width: 100%;
  }
}
#boso .img .more {
  position: absolute;
  bottom: 4rem;
  right: 31.5rem;
  width: 11.8rem;
}
@media screen and (max-width: 768px) {
  #boso .img .more {
    display: block;
    position: static;
    width: 40%;
    margin: 4rem auto 0;
  }
}

#amani {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #amani {
    padding-bottom: 4rem;
  }
}
#amani .img {
  position: relative;
  margin: 5rem auto 4rem;
  width: 107.4rem;
}
@media screen and (max-width: 768px) {
  #amani .img {
    width: 100%;
  }
}

#lineup {
  position: relative;
  z-index: 1;
  background: #f9f2e1;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  #lineup {
    margin-top: 0;
  }
}
#lineup:before {
  content: "";
  display: block;
  background: url(../img/bg01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -10.5rem;
  width: 100%;
  height: 10.5rem;
}
@media screen and (max-width: 768px) {
  #lineup:before {
    height: 5.25rem;
    top: -5.25rem;
  }
}
#lineup .sec_ttl {
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #lineup .sec_ttl {
    overflow: hidden;
  }
  #lineup .sec_ttl img {
    width: 150%;
    margin-left: -25%;
  }
}
#lineup .list {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#lineup .list .boso {
  width: 57%;
}
@media screen and (max-width: 768px) {
  #lineup .list .boso {
    width: 100%;
  }
}
#lineup .list .amani {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #lineup .list .amani {
    width: 100%;
  }
}

#recipe {
  background: #f9f2e1;
}
#recipe.recipe {
  position: relative;
  z-index: 1;
  background: #f9f2e1;
  margin-top: 10rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  #recipe.recipe {
    margin-top: 0;
    padding-bottom: 10rem;
  }
}
#recipe.recipe:before {
  content: "";
  display: block;
  background: url(../img/bg01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -10.5rem;
  width: 100%;
  height: 10.5rem;
}
@media screen and (max-width: 768px) {
  #recipe.recipe:before {
    height: 5.25rem;
    top: -5.25rem;
  }
}
#recipe .sec_ttl {
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #recipe .sec_ttl {
    overflow: hidden;
  }
  #recipe .sec_ttl img {
    width: 150%;
    margin-left: -25%;
  }
}
#recipe .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recipe .list {
    width: 100%;
  }
}
#recipe .list a {
  width: 24.25%;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  #recipe .list a {
    width: 32.66%;
  }
}
#recipe .list a:not(:nth-child(4n)) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  #recipe .list a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #recipe .list a:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}

#insta {
  background: #f9f2e1;
  padding: 17rem 0 10.5rem;
}
#insta .sec_ttl {
  margin: 0 auto 2rem;
  width: 43.6rem;
}
#insta .sec_txt {
  width: 16.3rem;
  margin-left: 8.5rem;
}
@media screen and (max-width: 768px) {
  #insta .sec_txt {
    margin-left: 0;
  }
}
#insta .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #insta .list {
    width: 100%;
  }
}
#insta .list .box {
  width: 24.25%;
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  #insta .list .box {
    width: 32.66%;
  }
}
#insta .list .box:not(:nth-child(4n)) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  #insta .list .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #insta .list .box:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}

#collaboration {
  position: relative;
  z-index: 1;
  background: #f9f2e1;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  #collaboration {
    padding-bottom: 10rem;
  }
}
#collaboration:before {
  content: "";
  display: block;
  background: url(../img/bg01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -10.5rem;
  width: 100%;
  height: 10.5rem;
}
@media screen and (max-width: 768px) {
  #collaboration:before {
    height: 5.25rem;
    top: -5.25rem;
  }
}
#collaboration .sec_ttl {
  padding: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  #collaboration .sec_ttl {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  #collaboration .sec_ttl img {
    width: 150%;
    margin-left: -25%;
  }
}
#collaboration .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 83rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #collaboration .profile {
    width: 100%;
    display: block;
  }
}
#collaboration .profile .img {
  width: 23%;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 768px) {
  #collaboration .profile .img {
    margin: 0 auto;
    width: 40%;
  }
}
#collaboration .profile .desc {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #collaboration .profile .desc {
    width: 100%;
  }
}
#collaboration .profile .desc .name {
  margin-bottom: 1.5rem;
  width: 21.1rem;
}
@media screen and (max-width: 768px) {
  #collaboration .profile .desc .name {
    width: 50%;
    margin: 4% auto;
  }
}
#collaboration .profile .desc .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.26;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #collaboration .profile .desc .ttl {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
#collaboration .profile .desc .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  #collaboration .profile .desc .txt {
    font-size: 2.2rem;
    padding: 2rem;
  }
}
#collaboration .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 6rem auto 0;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  #collaboration .list {
    width: 100%;
    margin: 4rem auto 0;
  }
}
#collaboration .list a {
  background: #FFF;
  width: 24.25%;
  margin-bottom: 1%;
  -webkit-box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
          box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
}
@media screen and (max-width: 768px) {
  #collaboration .list a {
    width: 49%;
    margin-bottom: 4%;
  }
}
#collaboration .list a:not(:nth-child(4n)) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  #collaboration .list a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #collaboration .list a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#collaboration .list a .box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #a88521;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #collaboration .list a .box .ttl {
    font-size: 2.2rem;
  }
}
#collaboration .list a .box .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 768px) {
  #collaboration .list a .box .txt {
    font-size: 2rem;
    padding: 0;
  }
}

#recipe_kv {
  position: relative;
  background: url(../img/recipe_bg.png) no-repeat 0 0;
  background-size: 100%;
  height: 74rem;
}
@media screen and (max-width: 768px) {
  #recipe_kv {
    height: 50rem;
    background: url(../img/recipe_bg_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}
#recipe_kv .ttl {
  margin: 0 auto;
  padding-top: 8rem;
  width: 45rem;
}
@media screen and (max-width: 768px) {
  #recipe_kv .ttl {
    padding-top: 10%;
    width: 40%;
  }
}
#recipe_kv .txt {
  margin: 0 auto;
  padding-top: 5rem;
  width: 65rem;
}
@media screen and (max-width: 768px) {
  #recipe_kv .txt {
    padding-top: 4%;
    width: 92%;
  }
}
#recipe_kv.archive {
  height: 20rem;
}
@media screen and (max-width: 768px) {
  #recipe_kv.archive {
    height: 15rem;
  }
}

#recipe_list {
  margin-top: -28rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  #recipe_list {
    margin-top: -7rem;
  }
}
#recipe_list.search {
  margin-top: -60rem;
}
@media screen and (max-width: 768px) {
  #recipe_list.search {
    margin-top: -42rem;
  }
}
#recipe_list .search_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .search_ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
#recipe_list .inner {
  margin: 0 auto;
}
#recipe_list .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/sort_bg.png) no-repeat;
  background-size: 100%;
  width: 18rem;
  height: 4.7rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .sort {
    width: 50%;
    height: 9rem;
    margin: 0 auto;
  }
}
#recipe_list .sort li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recipe_list .sort li:not(:last-child):after {
  color: #FFF;
  content: "|";
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li:not(:last-child):after {
    margin: 0 2rem;
  }
}
#recipe_list .sort li.active {
  margin-left: -1.5rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li.active {
    margin-left: -2rem;
  }
}
#recipe_list .sort li.active:before {
  content: url(../img/sort_arw.png);
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  margin-right: -1rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li.active:before {
    margin-right: -2rem;
  }
}
#recipe_list .sort li .sort_btn {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  font-size: 0;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li .sort_btn {
    height: 3rem;
  }
}
#recipe_list .sort li .sort_btn.new {
  width: 3.5rem;
  background-image: url(../img/sort_new.png);
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li .sort_btn.new {
    width: 7rem;
  }
}
#recipe_list .sort li .sort_btn.rank {
  width: 6.7rem;
  background-image: url(../img/sort_rank.png);
}
@media screen and (max-width: 768px) {
  #recipe_list .sort li .sort_btn.rank {
    width: 12.5rem;
  }
}
#recipe_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .list {
    margin-top: 4rem;
  }
}
#recipe_list .list a {
  background: #FFF;
  width: 24%;
  margin-bottom: 2%;
  -webkit-box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
          box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
}
@media screen and (max-width: 768px) {
  #recipe_list .list a {
    width: 49%;
    margin-bottom: 4%;
  }
}
#recipe_list .list a:not(:nth-child(4n)) {
  margin-right: 1.33%;
}
@media screen and (max-width: 768px) {
  #recipe_list .list a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #recipe_list .list a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#recipe_list .list a .box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #a88521;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #recipe_list .list a .box .ttl {
    font-size: 2.2rem;
  }
}
#recipe_list .list a .box .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .list a .box .txt {
    font-size: 2rem;
    padding: 0;
  }
}
#recipe_list .more {
  display: block;
  margin: 2rem auto 0;
  width: 14.5rem;
}
@media screen and (max-width: 768px) {
  #recipe_list .more {
    width: 40%;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  #recipe_list.archive {
    display: none;
  }
}

#recipe_detail {
  padding: 7rem 0 15rem;
  background-image: url(../img/recipe_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #recipe_detail {
    padding-bottom: 10rem;
  }
}
#recipe_detail .top {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #recipe_detail .top {
    display: block;
  }
}
#recipe_detail .top .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recipe_detail .top .img {
    width: 100%;
  }
}
#recipe_detail .top .img .pic {
  -webkit-box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
          box-shadow: 3px 3px 0px 0px rgb(200, 200, 201);
}
#recipe_detail .top .desc {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .top .desc {
    width: 100%;
    padding: 0;
  }
}
#recipe_detail .top .desc > .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  padding: 4rem 0 2rem;
  border-bottom: 1px solid;
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .top .desc > .ttl {
    margin: 0 0 5rem;
  }
}
#recipe_detail .top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .top .box {
    margin: 3rem 0 0 0;
  }
}
#recipe_detail .top .box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
#recipe_detail .top .box li .ico {
  width: 3.4rem;
  margin-right: 0.5rem;
}
#recipe_detail .top .box li .txt {
  font-weight: bold;
  color: #a28300;
  font-size: 1.9rem;
}
#recipe_detail .name {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .name {
    text-align: right;
    margin-top: 2rem;
  }
}
#recipe_detail .btm .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/recipe_line02.png) repeat-y 50% 0;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .btm .box {
    display: block;
    background: none;
    margin-top: 7rem;
  }
}
#recipe_detail .btm .box > * {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .btm .box > * {
    width: 100%;
    padding: 0;
  }
}
#recipe_detail .btm .box > * .ttl {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
#recipe_detail .btm .box .ingredients .list {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
#recipe_detail .btm .box .ingredients .list.sub {
  width: 90%;
  margin-left: 10%;
}
#recipe_detail .btm .box .ingredients .list.sub li {
  position: relative;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  height: 100%;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl:before, #recipe_detail .btm .box .ingredients .list.sub li.ttl:after {
  content: "";
  background: #000;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 50%;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl:before {
  top: 15%;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl:after {
  bottom: 15%;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl span {
  color: #FFF;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
}
#recipe_detail .btm .box .ingredients .list.sub li.ttl span:before {
  content: "";
  background: #000;
  width: 1px;
  height: 70%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 15%;
}
#recipe_detail .btm .box .ingredients .list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  font-size: 1.7rem;
}
#recipe_detail .btm .box .ingredients .list li .line {
  border: none;
  background: radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  background: -ms-radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 7px;
  margin: 0 1rem;
}
#recipe_detail .btm .box .ingredients .list li span {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #recipe_detail .btm .box .howto {
    background: url(../img/recipe_line01.png) no-repeat top;
    background-size: 100%;
    padding: 4rem 0 0;
  }
}
#recipe_detail .btm .box .howto .txt {
  font-size: 1.7rem;
  line-height: 2;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
#recipe_detail .memo .ttl {
  width: 12.1rem;
}
#recipe_detail .memo .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #a28300;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  #recipe_detail .memo .txt {
    font-size: 2.4rem;
    margin-left: 0;
  }
}

#ttl {
  background: #FFF;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #ttl {
    overflow: hidden;
  }
  #ttl img {
    width: 150%;
    margin-left: -25%;
  }
}

#kv {
  -webkit-mask-image: url(../img/slider_mask.png);
          mask-image: url(../img/slider_mask.png);
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.noka_bg01 {
  background: url(../img/noka/bg01.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .noka_bg01 {
    background: url(../img/noka/bg01_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}
.noka_ttl01 {
  width: 80rem;
  margin: 15rem auto 0;
}
@media screen and (max-width: 768px) {
  .noka_ttl01 {
    width: 100%;
    margin: 5rem auto 0;
  }
}
.noka_box01 {
  border: 2px solid #82a836;
  background: #FFF;
  border-radius: 20px;
  margin: 8rem 0 10rem;
  padding: 0 10rem 5rem;
}
@media screen and (max-width: 768px) {
  .noka_box01 {
    padding: 0 2rem 3rem;
    border-radius: 10px;
    margin: 5rem 0;
  }
}
.noka_box01._archive {
  margin-bottom: 0;
}
.noka_box01._closed {
  position: relative;
}
.noka_box01._closed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background-color: rgba(77, 77, 77, 0.6);
}
@media screen and (max-width: 768px) {
  .noka_box01._closed::before {
    border-radius: 9px;
  }
}
.noka_box01_ttl {
  width: 70rem;
  margin: -3rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .noka_box01_ttl {
    width: 80%;
    margin: -3.7rem auto;
  }
}
.noka_box01_ttl02 {
  width: 78rem;
  margin: 4rem auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .noka_box01_ttl02 {
    width: 83%;
    margin: 4rem auto -4rem;
  }
}
.noka_box01_img._02 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .noka_box01_img {
    padding-top: 5rem;
  }
}
.noka_box01_txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .noka_box01_txt {
    font-size: 2.6rem;
    font-size: 2.6rem;
  }
}
.noka_box01_txt ._c01 {
  background: #d2e0b7;
}
.noka_box01_txt ._c02 {
  background: #f4dca3;
}
.noka_box01_txt ._c03 {
  background: #b9a4cc;
}
.noka_box01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .noka_box01_list {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noka_box01_list._02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.noka_box01_list_box {
  text-align: center;
  width: 32%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .noka_box01_list_box {
    width: 100%;
    margin-top: 3rem;
  }
}
.noka_box01_list_box:nth-child(n+4) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .noka_box01_list_box:nth-child(n+4) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .noka_box01_list_box._02 {
    width: 48.5%;
  }
}
.noka_box01_list_box img {
  margin-bottom: 1rem;
  border-radius: 10px;
}
.noka_cv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #82a836;
  color: #FFF;
  font-weight: bold;
  font-size: 2.8rem;
  border-radius: 10px;
  width: 60rem;
  height: 7rem;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .noka_cv {
    width: 90%;
    height: 8rem;
    font-size: 3.2rem;
  }
}
.noka_cv img {
  position: absolute;
  right: 2rem;
  top: -5rem;
  z-index: 1;
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .noka_cv img {
    right: -4rem;
    top: -9rem;
    width: 14rem;
  }
}
.noka_ttl02 {
  margin: 12rem auto 0;
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .noka_ttl02 {
    width: 90%;
  }
}
.noka_list01_box {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .noka_list01_box {
    margin: 10rem 0 5rem;
  }
}
.noka_list01_ttl {
  color: #82a836;
  text-align: center;
  border-bottom: 2px solid #82a836;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .noka_list01_ttl {
    font-size: 3.4rem;
  }
}
.noka_list01_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .noka_list01_img {
    display: block;
  }
}
.noka_list01_img._col02 img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .noka_list01_img._col02 img {
    width: 100%;
  }
}
.noka_list01_img img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .noka_list01_img img {
    width: 100%;
    margin-top: 5rem;
  }
}
.noka_list01_txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .noka_list01_txt {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.noka_list01_txt span {
  background: #ffff00;
}
.noka_bg02 {
  background: url(../img/noka/bg02.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .noka_bg02 {
    background: url(../img/noka/bg02_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}
.noka_list02 {
  padding: 15rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .noka_list02 {
    padding: 0;
  }
}
.noka_list02_box {
  position: relative;
  padding-bottom: 7rem;
}
.noka_list02_txt {
  color: #5f3c13;
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .noka_list02_txt {
    font-size: 3rem;
    top: 25rem;
  }
}
.noka_list02_txt span {
  background: #ffff00;
}
.noka_bg03 {
  background: #FFF;
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .noka_bg03 {
    padding-bottom: 15rem;
  }
}
.noka_ttl03 {
  margin: 0 auto 5rem;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .noka_ttl03 {
    margin-bottom: 10rem;
  }
}
.noka_ttl04 {
  margin: 7rem auto 3rem;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .noka_ttl04 {
    width: 35rem;
    margin-top: 10rem;
  }
}
.noka_list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .noka_list03 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.noka_list03_box {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .noka_list03_box {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.noka_list03_box:last-child .noka_list03_txt {
  padding: 1rem 2rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .noka_list03_box:last-child .noka_list03_txt {
    padding: 1rem 4rem 0;
  }
}
.noka_list03_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .noka_list03_txt {
    font-size: 2.8rem;
  }
}
.noka_furifuru {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background: #00b0e0;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 5rem;
  width: 38rem;
  height: 4.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .noka_furifuru {
    width: 90%;
    height: 8rem;
    font-size: 2.8rem;
  }
}
.noka_furifuru::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
  border-color: transparent transparent transparent #FFF;
  right: 4rem;
  top: 50%;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .noka_furifuru::after {
    border-width: 2rem 0 2rem 3rem;
    margin-top: -2rem;
    right: 8rem;
  }
}
.noka_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .noka_sns {
    margin-top: 5rem;
  }
}
.noka_sns_btn {
  width: 4rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .noka_sns_btn {
    width: 7rem;
    margin: 0 3rem;
  }
}
.noka_bg04 {
  position: relative;
  background: #f9f2e1;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .noka_bg04 {
    padding-bottom: 10rem;
  }
}
.noka_ttl05 {
  position: relative;
  margin: 0 auto;
  width: 80%;
  top: -8rem;
}
@media screen and (max-width: 768px) {
  .noka_ttl05 {
    width: 104%;
    left: -4%;
    top: -10rem;
  }
}
.noka_list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin: -5rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .noka_list04 {
    width: 100%;
    display: block;
    margin: -3rem auto 5rem;
  }
}
@media screen and (max-width: 768px) {
  .noka_list04._02 {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .noka_list04._02 .noka_list04_box {
    width: 49%;
  }
}
.noka_list04_box {
  width: 33.33%;
}
.noka_gototop {
  position: fixed;
  width: 5rem;
  z-index: 999;
  right: 6rem;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .noka_gototop {
    width: 7rem;
    right: 2%;
  }
}
.noka_bg05 {
  position: relative;
  background: #FFF;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .noka_bg05 {
    padding-bottom: 10rem;
  }
}
.noka_archive_btn {
  width: 40rem;
  margin: 3rem auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .noka_archive_btn {
    width: 70%;
  }
}
.noka_archive_btn .on_btn {
  width: 100%;
}
.noka_archive_btn .off_btn {
  display: none;
  width: 100%;
}
.noka_archive_btn._active .on_btn {
  display: none;
}
.noka_archive_btn._active .off_btn {
  display: block;
}
.noka_archive_wrap {
  display: none;
}