@charset "utf-8";


/************************************************************
共通
************************************************************/

body {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a,
a img
{
  transition: .3s;
}

.txt-hiddden {
  display: none;
}

#container {
  position: relative;
}
#container::before,
#container::after
{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 26px;
  height: 100%;
  margin: auto 0;
}
#container::before {
  left: 0;
  background-color: #f6ab00;
}
#container::after {
  right: 0;
  background-color: #d0c700;
}

@media screen and (max-width: 750px) {

  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  #container::before,
  #container::after
  {
    width: 8px;
  }

}

/* .inner
  ---------------------------------------------------------- */
  .inner {
    width: 70.278%;
    min-width: 660px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

@media screen and (max-width: 750px) {


  /* .inner
  ---------------------------------------------------------- */
  .inner {
    width: 88%;
    min-width: unset;
    min-width: initial;
  }
  
}


/* .btn-block
  ---------------------------------------------------------- */
.btn-block {
  position: relative;
  margin: 145px 0 0;
  padding: 10px 0 0;
  background-color: #fff;
}
.btn-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 82px;
  margin: -82px auto 0;
  background: url(../images/resipe/bg_pattern.png) no-repeat center;
  background-size: 100% 82px;
}
.btn {
  position: relative;
  display: block;
  width: 410px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  text-align: center;
  border: 1px solid #53230a;
  border-radius: 30px;
  background-color: #fff;
  color: #53230a;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 0;
  margin: auto 34px auto 0;
  padding-top: 13px;
  background: url(../images/resipe/icon_button.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {

.btn-block {
  margin: 24.2% 0 0;
  padding: 6.666% 0 0;
}
.btn-block::before {
  height: 0;
  margin: -10.4% auto 0;
  padding-top: 10.4%;
  background: url(../images/bg_pattern_sp.png) no-repeat center;
  background-size: cover;
}
.btn {
  width: 410px;
  padding: 16px 0;
  font-size: 15px;
}
.btn::before {
  width: 8px;
  margin: auto 34px auto 0;
  padding-top: 13px;
  background: url(../images/resipe/icon_button.png) no-repeat center;
  background-size: contain;
}

}

@media screen and (max-width: 750px) {

.btn {
  width: 88%;
}

}

/* .pagetop
  ---------------------------------------------------------- */
.pagetop {
  width: 40px;
  height: 40px;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url(../images/common/icon_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #5c2f15;
}
.pagetop a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {

.pagetop {
  width: 28px;
  height: 28px;
}
.pagetop a {
  background-size: 12px 7px;
}
.pagetop a:hover {
  opacity: 1;
}

}

/************************************************************************************************************************
footer
************************************************************************************************************************/
footer {
  background-color: #fff;
}
footer .copy {
  padding: 46px 0 38px;
  color: #53230a;
  font-size: 12px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {

footer .copy {
  font-size: 10px;
}

}

/************************************************************************************************************************
header
************************************************************************************************************************/
header {
  position: relative;
  border: 0;
}
header .logo {
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 26px 0 0 70px;
}
@media screen and (max-width: 750px) {

header .logo {
  width: 24.666%;
  margin: 3.466% 0 0 4.5%;
}

}

/************************************************************************************************************************
.mainVisual
************************************************************************************************************************/

/* .mainVisual__top
  ---------------------------------------------------------- */
.mainVisual__top {
  position: relative;
  padding-top: 57.393%;
  background-image: url(../images/mainVisual/bg_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_fork {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 25.622%;
  height: 0;
  margin: 20.601% 20.481% 0 0;
  padding-top: 30.746%;
  background: url(../images/mainVisual/bg_fork.png) no-repeat center;
  background-size: contain;
}
.bg_fork_txt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 15.446%;
  height: 0;
  margin: 25.402% 11.346% 0 0;
  padding-top: 18.74%;
  background: url(../images/mainVisual/bg_fork_txt.png) no-repeat center;
  background-size: contain;
}
.bg_soy_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 24.158%;
  height: 0;
  margin: 0 0 -6.295% 0;
  padding-top: 31.478%;
  background: url(../images/mainVisual/bg_01.png) no-repeat center;
  background-size: contain;
}
.bg_soy_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 29.209%;
  height: 0;
  margin: 0 0 -43.997% 0;
  padding-top: 35.139%;
  background: url(../images/mainVisual/bg_02.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {

.mainVisual {
  background-color: #fcd775;
}
.mainVisual__top {
  padding-top: 109.333%;
  background-image: url(../images/mainVisual/bg_main_sp.jpg);
}
.bg_fork_txt {
  width: 24%;
  margin: 84% 6.133% 0 0;
  padding-top: 21.866%;
  background: url(../images/mainVisual/bg_fork_txt_sp.png) no-repeat center;
  background-size: contain;
}
.bg_soy_1 {
  width: 50.666%;
  margin: 0 0 -27.733% -16%;
  padding-top: 50.666%;
  background: url(../images/mainVisual/bg_01_sp.png) no-repeat center;
  background-size: contain;
}
.bg_soy_2 {
  width: 50.666%;
  margin: 0 -12.266% -10.7% 0;
  padding-top: 50.666%;
  background: url(../images/mainVisual/bg_02_sp.png) no-repeat center;
  background-size: contain;
}

}


/* .mainVisual__bottom
  ---------------------------------------------------------- */
.mainVisual__bottom {
  position: relative;
  background-color: #fff;
}
.mainVisual__bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  margin: -240px auto 0;
  padding-top: 253px;
  background: url(../images/mainVisual/bg_wave_top.png) no-repeat center;
  background-size: 100% 253px;
}
.mainVisual__bottom__inner {
  position: relative;
}
.mainVisual__bottom__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  margin: 0 auto -110px;
  background: url(../images/mainVisual/bg_wave_bottom.png) no-repeat center;
  background-size: 100% 130px;
}
@media screen and (max-width: 750px) {

.mainVisual__bottom::before {
  width: 100%;
  margin: -8.8% auto 0;
  padding-top: 9.6%;
  background: url(../images/mainVisual/bg_wave_top_sp.png) no-repeat center;
  background-size: 100% 85%;
}
.mainVisual__bottom__inner::before {
  height: 0;
  padding-top: 10%;
  margin: 0 auto -0.5%;
  background-size: 100% 144%;
}

}


/* .mainVisual__item
  ---------------------------------------------------------- */
.mainVisual__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: -24.158% auto 0;
}
.mainVisual__item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mainVisual__item-list .list__item {
  width: 13.177%;
  max-width: 180px;
  text-align: center;
}
@media screen and (max-width: 750px) {

.mainVisual__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: -46.133% auto 0;
}
.mainVisual__item-list .list__item {
  width: 22.666%;
}

}


/* .mainVisual-listWrap
  ---------------------------------------------------------- */
.mainVisual-listWrap.mushidaizu {
  background-color: #fff;
}
.mainVisual-listWrap.mushidaizu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 327px;
  margin: auto 0;
  background: url(../images/mainVisual/border.png) repeat-y center;
}
.mainVisual__contents {
  position: relative;
  padding: 0 0 14px;
}
.mainVisual__contents::after {
  content: "";
  display: block;
  clear: both;
}
.mainVisual-listWrap {
  position: relative;
  width: 50%;
  float: left;
  margin-top: -5%;
}
.mainVisual-list-tit {
  position: relative;
  z-index: 1;
  text-align: center;
}
.mainVisual-list-tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 22.917%;
  margin: 0 0 0 45.835%;
  padding-top: 21.875%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mainVisual-listWrap.mushidaizu .mainVisual-list-tit::before {
  background-image: url(../images/mainVisual/icon_daizu_orange.png);
}
.mainVisual-listWrap.mixed_beans .mainVisual-list-tit::before {
  background-image: url(../images/mainVisual/icon_daizu_green.png);
}
.mainVisual-list {
  position: relative;
  z-index: 1;
  margin-top: 8.333%;
}
.mainVisual-listWrap.mushidaizu .mainVisual-list {
  margin-left: 12.5%;
  padding-right: 20px;
}
.mainVisual-listWrap.mixed_beans .mainVisual-list {
  margin-left: 27.917%;
}
.mainVisual-list .item__link {
  position: relative;
  color: #53230a;
  font-size: 18px;
  line-height: 1.65;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.mainVisual-list .item__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #f6aa00;
}
.mixed_beans .mainVisual-list .item__link::before {
  background-color: #d0c700;
}

@media screen and (max-width: 750px) {

.mainVisual-listWrap.mushidaizu::before {
  display: none;
}
.mainVisual__contents {
  padding: 12.121% 0 21.333%;
}
.mainVisual-list-tit::before {
  width: 20.454%;
  margin: 0 0 0 45.835%;
  padding-top: 19.696%;
}
.mainVisual-listWrap.mushidaizu .mainVisual-list-tit::before {
  background-image: url(../images/mainVisual/icon_daizu_orange_sp.png);
}
.mainVisual-listWrap.mixed_beans .mainVisual-list-tit::before {
  background-image: url(../images/mainVisual/icon_daizu_green_sp.png);
}
.mainVisual-listWrap {
  width: 100%;
  float: none;
  margin-top: 0;
}
.mainVisual-listWrap.mixed_beans {
  margin: 12.727% 0 0;
}
.mainVisual-list .item__link {
  font-size: 15px;
}
.mainVisual-list .item__link::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
}
.mainVisual-listWrap.mushidaizu .mainVisual-list {
  margin-left: 0;
  padding-right: 0;
}
.mainVisual-listWrap.mixed_beans .mainVisual-list {
  margin-left: 0;
  padding-right: 0;
}

}


/************************************************************************************************************************
以下レシピブロックCSS
************************************************************************************************************************/
.resipe {
  background-color: #dfe8ae;
}
.resipe .inner {
  width: 80.527%;
  max-width: 1100px;
}
.resipe p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.resipe-wrapper + .resipe-wrapper {
  position: relative;
  padding-top: 58px;
}
.mushidaizu {
  background-color: #fcd775;
}
.resipe-wrapper + .resipe-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: url(../images/resipe/border_l.png) repeat-x center;
}
@media screen and (max-width: 750px) {

.resipe .inner {
  width: 90.666%;
}
.resipe-wrapper + .resipe-wrapper {
  background-color: #dfe8ae;
}
.resipe-wrapper + .resipe-wrapper::before {
  width: 100%;
  height: 1px;
  background: url(../images/border_sp.png) repeat-x center;
}
 
}

/* .resipe__tit
  ---------------------------------------------------------- */
  .resipe__tit {
    text-align: center;
  }
  .resipe-wrapper.mushidaizu .resipe__tit {
    padding-top: 140px;
  }
  @media screen and (max-width: 750px) {
  
  .resipe-wrapper.mushidaizu .resipe__tit {
    padding-top: 13.333%;
  }
  
  }


/* .resipe-block__contents
  ---------------------------------------------------------- */
.resipe-block__contents {
  padding-top: 32px;
}
.resipe-block__contents::after {
  content: "";
  display: block;
  clear: both;
}
.resipe-block__img {
  width: 41.667%;
  float: left;
  margin-left: 1.354%;
}
.resipe-block__txt {
  width: 49.479%;
  float: left;
  margin-left: 5.729%;
}
.inner .resipe-block:nth-child(odd) .resipe-block__txt {
  margin-left: 1.041%;
}
@media screen and (max-width: 750px) {

  .resipe-block__contents {
    width: 92.652%;
    margin: 0 auto;
    padding-top: 5.09%;
  }
  .resipe-block__img {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .resipe-block__img img {
    margin-left: auto;
    margin-right: auto;
  }
  .resipe-block__txt .txt__inner {
    width: 100%;
  }

}

/* .resipe-block
  ---------------------------------------------------------- */
.resipe-block {
  position: relative;
  margin: 50px 0 0;
}
.resipe-block.bg_soy_01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.636%;
  margin: 0 0 -7.363% -13.182%;
  padding-top: 23.636%;
  background: url(../images/resipe/bg_soy_01.png) no-repeat center;
  background-size: contain;
}
.resipe-block.bg_soy_02::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.818%;
  margin: 0 -11.636% -3.454% 0;
  padding-top: 14.545%;
  background: url(../images/resipe/bg_soy_02.png) no-repeat center;
  background-size: contain;
}
.resipe-block.bg_soy_03::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.818%;
  margin: 0 -11.818% -7.909% 0;
  padding-top: 21.818%;
  background: url(../images/resipe/bg_soy_03.png) no-repeat center;
  background-size: contain;
}
.resipe-block.bg_soy_04::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.818%;
  margin: 0 0 -4.909% -13.636%;
  padding-top: 14.545%;
  background: url(../images/resipe/bg_soy_02.png) no-repeat center;
  background-size: contain;
}
.resipe-block.bg_soy_05::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.818%;
  margin: 0 -13.272% -6.545% 0;
  padding-top: 14.545%;
  background: url(../images/resipe/bg_soy_02.png) no-repeat center;
  background-size: contain;
}
.resipe-block.bg_soy_06::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27.273%;
  margin: 0 0 -3% -9.909%;
  padding-top: 18.182%;
  background: url(../images/resipe/bg_soy_04.png) no-repeat center;
  background-size: contain;
}
.resipe__tit + .resipe-block {
  margin: 72px 0 0;
}
.mushidaizu .resipe-block:last-child {
  padding-bottom: 100px;
}
.resipe-block__inner {
  padding: 0 6.363% 48px;
  border-radius: 30px;
  background-color: #fff;
}
.inner .resipe-block:nth-child(odd) .resipe-block__img {
  float: right;
  margin-left: 0;
}
.resipe-wrapper .resipe-block:last-child::before {
  display: none;
}
.resipe-block__tit-wrap {
  padding-top: 48px;
}
.resipe-block__tit {
  position: relative;
  z-index: 0;
  padding: 0 0 0 27px;
  color: #53230a;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.411;
}
.resipe-block__tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 7.083%;
  margin: -8px 0 0;
  padding-top: 6.77%;
  background: url(../images/resipe/icon_daizu_orange.png) no-repeat center;
  background-size: contain;
}
.resipe-wrapper.mixed_beans .resipe-block__tit::before {
  background: url(../images/resipe/icon_daizu_green.png) no-repeat center;
  background-size: contain;
}
.resipe-block .txt__tit {
  position: relative;
  color: #53230a;
  font-size: 20px;
  line-height: 1.7;
}
.resipe-block .txt__tit::before,
.resipe-block .txt__tit::after
{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.resipe-block .txt__tit::before {
  bottom: 0;
  background-color: #8c5b46;
}
.resipe-block .txt__tit::after {
  bottom: -1px;
  background-color: #c0a59a;
}

@media screen and (max-width: 750px) {

.resipe-block {
  margin: 11.765% 0 0;
}
.resipe__tit + .resipe-block {
  margin: 11.765% 0 0;
}
.mushidaizu .resipe-block:last-child {
  padding-bottom: 15.883%;
}
.resipe-block.bg_soy_01::before,
.resipe-block.bg_soy_02::before,
.resipe-block.bg_soy_03::before,
.resipe-block.bg_soy_04::before,
.resipe-block.bg_soy_05::before,
.resipe-block.bg_soy_06::before
{
  display: none;
}
.resipe-block__inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 15px;
}
.resipe-block__tit-wrap {
  text-align: center;
}
.resipe-block__tit {
  display: inline-block;
  padding: 0 0 0 0;
  font-size: 22px;
  line-height: 1.363;
  text-align: center;
}
.resipe-block__tit::before {
  width: 50px;
  margin: -17px 0 0 -10px;
  padding-top: 48px;
  background: url(../images/resipe/icon_daizu_orange_sp.png) no-repeat center;
  background-size: contain;
}
.resipe-wrapper.mixed_beans .resipe-block__tit::before {
  background: url(../images/resipe/icon_daizu_green_sp.png) no-repeat center;
  background-size: contain;
}
.resipe-block::before {
  height: 1px;
  background: url(../images/border_sp.png) repeat-x center;
}
.inner .resipe-block:nth-child(odd) .resipe-block__img {
  float: none;
}
.resipe-block__txt {
  width: 100%;
  float: none;
  margin: 7.575% auto 0;
}
.resipe-block .txt__tit {
  padding-top: 0px;
  font-size: 16px;
  line-height: 1.7;
}

}

/* .resipe-block .txt__material-block_wrap
  ---------------------------------------------------------- */
.resipe-block .txt__material-block_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resipe-block .txt__material-block {
  width: 45.894%;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {

.resipe-block .txt__material-block_wrap {
  display: block;
}
.resipe-block .txt__material-block {
  width: 100%;
  margin-top: 0;
}

}

/* .material-block__list
  ---------------------------------------------------------- */
.material-block__list .list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 11px 0 0;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 1px dotted #795340;
}
.material-block__list .item__name,
.material-block__list .item__quantity
{
  color: #53230a;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
}
.material-block__list .item__name {
  position: relative;
  margin-left: -4px;
}
@media screen and (max-width: 750px) {

.material-block__list .item__name,
.material-block__list .item__quantity
{
  font-size: 13px;
  line-height: 1.65;
}
.material-block__list .item__name {
  margin-left: 0;
}

}

/* .resipe__step
  ---------------------------------------------------------- */
.step__list {
  margin-top: 38px;
}
.resipe__step li {
  position: relative;
  margin: 8px 0 0;
  color: #53230a;
  font-size: 15px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.65;
}
.resipe__step li:first-child {
  margin-top: 0;
}
.resipe__step .num {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  margin-right: 4px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  background-color: #53230a;
}
.resipe__step .des {
  display: inline-block;
  width: calc(100% - 36px);
}
@media screen and (max-width: 750px) {
.step__list {
  margin-top: 10.575%;
}
.resipe__step li {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.583;
}
.resipe__step .num {
  width: auto;
  margin-right: 4px;
  padding: 2px 4px;
  line-height: 12px;
}

}

.resipe-block__lead-txt {
  color: #53230a;
  font-size: 16px;
  margin-bottom: 1.5em;
  margin-left: 1.354%;
}
@media screen and (max-width: 750px) {
  .resipe-block__lead-txt {
    font-size: 14px;
    margin-left: 0;
  }
}