@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
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; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 767px) {
  body {
    min-width: inherit; } }

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none; }

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

a:hover {
  color: #000;
  text-decoration: underline; }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
#contents {
  display: block; }
  .clearfix:after,
  .fbox:after,
  #contents:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
/* header
   ========================================================================== */
header {
  margin: 0 auto;
  position: relative;
  width: 1100px; }

.head-logo {
  left: 0;
  position: absolute;
  top: 30px;
  z-index: 5; }

@media screen and (max-width: 767px) {
  header {
    padding-left: 15px;
    padding-top: 35px;
    width: 100%; }
    header.menu-open {
      height: 100vh; }
  .head-logo {
    position: relative;
    height: 38px;
    left: inherit;
    top: inherit;
    width: 140px; } }

/* navigation
   ========================================================================== */
#gnav-wrap {
  padding-bottom: 45px;
  padding-top: 40px;
  text-align: right; }

#gnav {
  display: inline-table; }
#toppage .menu-open #gnav li.top_news_link{
	display:none;
}
  #gnav li {
    display: table-cell;
    line-height: 1;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  #gnav-wrap {
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    display: none;
    z-index: 50;
    width: 100%;
    background-color: #FFF; }
  #gnav {
    border-top: 1px solid #dadada;
    display: block; }
    #gnav li {
      border-bottom: 1px solid #dadada;
      display: block;
      padding-left: 0; }
    #gnav span {
      display: block;
      padding: 20px 10px; }
  #btn-spmenu {
    height: 45px;
    position: absolute;
    right: 35px;
    top: 31px;
    width: 45px;
    z-index: 110; }
  #panel-btn {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-decoration: none; }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 45px;
    height: 3px;
    margin: 0;
    background: #005c3f;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #005c3f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #panel-btn-icon:before {
    margin-top: -10px; }
  #panel-btn-icon:after {
    margin-top: 7px; }
  #panel-btn.close #panel-btn-icon {
    background: transparent;
    left: 5px; }
  #panel-btn.close #panel-btn-icon:before, #panel-btn.close #panel-btn-icon:after {
    margin-top: 0;
    width: 34px; }
  #panel-btn.close #panel-btn-icon:before {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  #panel-btn.close #panel-btn-icon:after {
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg); }
  .menu-text {
    bottom: 0;
    left: 4px;
    position: absolute;
    width: 36px; } }

/* side
   ========================================================================== */
/* footer
   ========================================================================== */
footer {
  padding-bottom: 105px;
  background-color: #fff; }
  footer .foot-inner {
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    width: 1100px; }

.foot-sns-list {
  position: absolute;
  left: 100px;
  bottom: 33px; }
  .foot-sns-list li {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top; }
    .foot-sns-list li:last-child {
      padding-right: 0; }

.foot-logo {
  position: absolute;
  right: 0;
  top: 50px; }

.foot-character {
  position: absolute;
  bottom: 7px; }

.fnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 134px;
  text-align: right;
  width: 100%;
  letter-spacing: -.40em; }
  .fnav li {
    border-right: 1px solid #c5c5c5;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .fnav li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

.copyright {
  color: #777;
  margin-top: 30px;
  text-align: right; }

.bt-gotop {
  bottom: 120px;
  position: fixed;
  right: 20px;
  z-index: 50; }

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 50px; }
    footer .foot-inner {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 30px;
      text-align: center;
      width: 100%; }
  .foot-sns-list {
    display: inline-table;
    position: relative;
    top: inherit;
    left: 0;
    bottom: -10px; }
  .foot-character {
    position: static; }
  .foot-logo {
    display: none; }
  .fnav {
    display: inline-table;
    margin-top: 15px;
    padding-right: 0;
    text-align: center;
    width: 100%; }
    .fnav li {
      display: table-cell;
      padding-left: 7px;
      padding-right: 7px;
      text-align: right;
      width: 50%;
      font-size: 13px;
      font-size: 1.3rem; }
      .fnav li:last-child {
        text-align: left; }
  .copyright {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem; }
  .bt-gotop {
    bottom: 30px;
    right: 15px; }
    .bt-gotop img {
      width: 40px;
      height: 40px; } }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* 共通 */
.main-block {
  margin: 0 auto;
  width: 1100px; }

@media screen and (max-width: 767px) {
  .main-block {
    width: 100%; } }

/* レシピ一覧ボックス */
/* ボタン
   ========================================================================== */
/*
.btn01 {
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #dadada;
  display: inline-block;
  font-family: $font-yumincho;
  @include transition(.5s);

  &:hover{
    text-decoration: none;
    border-radius: 20px;
  }
  &.no-anim{
    &:hover{
      border-radius: 4px;
    }
  }
}
*/
.btn01 {
  background-color: rgba(255, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid #000;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  padding: 5px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn01:hover {
    opacity: 0.4;
    text-decoration: none; }
  .btn01.no-anim:hover {
    border-radius: 4px; }

/*
.btn02 {
  background: rgba(158,132,79,.75);
  border-radius: 4px;
  border: 1px solid #e0cc9d;
  color: #FFF;
  display: inline-block;
  font-family: $font-yumincho;
}
*/
.btn02 {
  background-color: rgba(255, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  padding: 5px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn02:hover {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none; }
  .btn02.no-anim:hover {
    border-radius: 4px; }

.btn03 {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #dadada;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  padding: 5px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn03:hover {
    opacity: 0.4;
    text-decoration: none; }
  .btn03.no-anim:hover {
    border-radius: 4px; }

.btn-arrow,
.btn-arrow-w,
.btn-arrow-rev {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 150px;
  padding: 5px 34px 5px 36px; }
  .btn-arrow:before,
  .btn-arrow-w:before,
  .btn-arrow-rev:before {
    background: url(img/btn_arrow.png) no-repeat left top;
    background-size: 20px auto;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle; }

.btn-arrow-w:before {
  background: url(img/btn_arrow_white.png) no-repeat left top;
  background-size: 20px auto; }

.btn-arrow-rev:before {
  background: url(img/btn_arrow_reverse.png) no-repeat left top;
  background-size: 20px auto; }

.btn-blank {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 150px;
  padding: 5px 34px; }
  .btn-blank:after {
    background: url(img/icon_blank.png) no-repeat left top;
    background-size: 12px auto;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    width: 12px;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .btn-arrow {
    min-width: inherit;
    padding: 5px 10px; }
  .btn-blank {
    padding: 5px 10px; } }

/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
/* リスト
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
.animateme {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.inview-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 1s ease .2s, -webkit-filter 1s ease .5s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease .2s, -webkit-filter 1s ease .5s, -webkit-transform 1s ease 0s;
  -o-transition: filter 1s ease .5s, opacity 1s ease .2s, transform 1s ease 0s;
  transition: filter 1s ease .5s, opacity 1s ease .2s, transform 1s ease 0s;
  transition: filter 1s ease .5s, opacity 1s ease .2s, transform 1s ease 0s, -webkit-filter 1s ease .5s, -webkit-transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .inview-target.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-filter: none;
    filter: none; }

@media screen and (max-width: 767px) {
  -webkit-transition: 15s;
  -o-transition: 15s;
  transition: 15s; }

/* レシピ共通
   ========================================================================== */
/* レシピエリア */
.recipe-area {
  background: url(img/bg_recipe_pc.png) no-repeat center top, url(img/bg_recipe_detail_loop.png) repeat-y center top; }
  .recipe-area .main-block {
    padding-bottom: 96px;
    padding-top: 100px;
    position: relative; }

.recipe-ttl {
  background: url(img/recipe_ttl.png) no-repeat left top;
  background-size: 100% auto;
  margin: 0 auto;
  height: 82px;
  width: 117px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1; }

@media screen and (max-width: 767px) {
  .recipe-area .main-block {
    padding-bottom: 65px;
    padding-top: 70px; }
  .recipe-ttl {
    height: 88px;
    width: 125px; } }

/* レシピ一覧
   ========================================================================== */
/* レシピ検索 */
.recipe-srch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 940px;
  height: 65px;
  margin: 80px auto 0;
  background: rgba(234, 221, 191, 0.7);
  border-radius: 8px;
  position: relative;
  z-index: 5; }

.recipe-srch-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 65px;
  position: relative;
  padding: 0 30px;
  border-left: 2px dotted #fff; }
  .recipe-srch-keyword dt {
    position: absolute;
    top: -22px;
    left: 30px; }
  .recipe-srch-keyword dd {
    position: relative; }

.recipe-srch-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(225, 217, 204, 0.5);
  box-shadow: inset 0px 0px 3px 0px rgba(225, 217, 204, 0.5);
  border: none;
  width: 253px;
  height: 35px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .recipe-srch-input::-webkit-input-placeholder {
    color: #d4d4d4; }
  .recipe-srch-input:-ms-input-placeholder {
    color: #d4d4d4; }
  .recipe-srch-input::placeholder {
    color: #d4d4d4; }

.recipe-srch-submit {
  position: absolute;
  right: 10px;
  top: 8px; }

.recipe-srch-category {
  position: relative;
  padding: 0 30px; }
  .recipe-srch-category dt {
    position: absolute;
    top: -45px;
    left: 30px; }
  .recipe-srch-category dd {
    display: inline-block;
    text-align: center;
    width: 130px;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    .recipe-srch-category dd:last-child {
      margin-right: 0; }
  .recipe-srch-category .recipe-cat {
    border-radius: 12px;
    color: #FFF;
    display: inline-block;
    width: 130px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .recipe-srch-category .recipe-cat:hover {
      opacity: 0.6;
      text-decoration: none; }
  .recipe-srch-category .cat-sweets {
    background-color: #d48f48; }
  .recipe-srch-category .cat-rice {
    background-color: #d4c248; }
  .recipe-srch-category .cat-sidedish {
    background-color: #aec550; }
  .recipe-srch-category .cat-other {
    background-color: #69ba8d; }

/* レシピ一覧ボックス */
.recipe-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto -60px;
  padding-top: 100px;
  width: 940px; }

.recipe-box {
  margin-bottom: 60px;
  margin-right: 68px;
  padding-bottom: 60px;
  position: relative;
  width: 268px;
  z-index: 2; }
  .recipe-box:nth-child(3n) {
    margin-right: 0; }
  .recipe-box .recipe-cat-name {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    display: inline-block;
    width: 110px;
    text-decoration: none;
    text-align: center;
    padding: 2px 0;
    z-index: 1; }
  .recipe-box .cat-sweets {
    background-color: #d48f48; }
  .recipe-box .cat-rice {
    background-color: #d4c248; }
  .recipe-box .cat-sidedish {
    background-color: #aec550; }
  .recipe-box .cat-other {
    background-color: #69ba8d; }

.recipe-box-number {
  display: block;
  position: absolute; }
  .recipe-box-number.number01 {
    right: -36px;
    top: -50px; }
  .recipe-box-number.number02 {
    right: -47px;
    top: -50px; }
  .recipe-box-number.number03 {
    right: -37px;
    top: -50px; }

.recipe-box-thumb {
  background-color: #FFF;
  border-radius: 2px;
  -webkit-box-shadow: 7px 7px 10px 0 rgba(227, 223, 199, 0.7);
  box-shadow: 7px 7px 10px 0 rgba(227, 223, 199, 0.7);
  max-height: 215px;
  padding: 4px;
  position: relative;
  z-index: 5; }
  .recipe-box-thumb img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 215px, 0 215px);
    clip-path: polygon(0 0, 100% 0, 100% 215px, 0 215px); }

.recipe-box-ttl {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }

.recipe-box-lead {
  line-height: 1.875; }

.recipe-box-btn {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.recipe-item {
  display: block;
  position: absolute; }
  .recipe-item.item01 {
    height: 215px;
    left: -65px;
    top: 2px;
    width: 264px; }
  .recipe-item.item02 {
    height: 329px;
    left: -25px;
    top: 12px;
    width: 362px; }
  .recipe-item.item03 {
    height: 204px;
    right: -15px;
    top: 5px;
    width: 209px; }
  .recipe-item.item04 {
    bottom: -1px;
    height: 349px;
    right: -180px;
    width: 484px; }

@media screen and (max-width: 767px) {
  .recipe-area .main-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16%;
    padding-right: 16%; }
  /* レシピ一覧ボックス */
  .recipe-box-wrap {
    display: block;
    margin: 0 auto;
    padding-top: 29px;
    width: 100%; }
  .recipe-box {
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 0;
    width: 100%; }
  /* レシピ検索 */
  .recipe-srch {
    display: block;
    width: auto;
    height: auto;
    margin: 75px auto 0; }
  .recipe-srch-keyword {
    display: block;
    height: auto;
    padding: 35px 15px 15px;
    border-left: none;
    border-top: 2px dotted #fff; }
    .recipe-srch-keyword dt {
      position: absolute;
      top: 5px;
      left: 15px; }
    .recipe-srch-keyword dd {
      position: relative; }
  .recipe-srch-input {
    width: 100%; }
  .recipe-srch-category {
    padding: 25px 15px 15px; }
    .recipe-srch-category dt {
      top: -20px;
      left: 15px; }
    .recipe-srch-category dd {
      display: block;
      text-align: center;
      width: auto;
      margin: 0 0 10px; }
    .recipe-srch-category .recipe-cat {
      display: block;
      width: auto; }
  .recipe-box-number {
    width: 80px; }
    .recipe-box-number.number01 {
      top: -40px; }
    .recipe-box-number.number02 {
      top: -17px; }
    .recipe-box-number.number03 {
      top: -23px; }
  .recipe-box-ttl {
    font-size: 18px;
    font-size: 1.8rem; }
  .recipe-box-lead {
    font-size: 12px;
    font-size: 1.2rem; }
  .recipe-box-btn {
    margin-top: 25px;
    position: relative; }
  .recipe-item.item01 {
    height: 107px;
    left: -50px;
    top: -2px;
    width: 120px; }
  .recipe-item.item02 {
    height: 165px;
    left: -75px;
    top: 55px;
    width: 181px; }
  .recipe-item.item03 {
    height: 45px;
    right: 0;
    top: 0;
    width: 100px; }
  .recipe-item.item04 {
    bottom: 20px;
    height: 118px;
    right: -20px;
    width: 192px; } }

/* テーブル
   ========================================================================== */
/* タイトル
   ========================================================================== */
/* Webフォント
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1.0;
  max-width: 100%;
  vertical-align: bottom; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }
