@charset "utf-8";

/*!* ---------------------------------------------------------------------------------------------
    フォント設定
--------------------------------------------------------------------------------------------- *!*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/************************************************************
共通
************************************************************/

body {
  font-family: 'Noto Sans Japanese', sans-serif, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a,
a img {
  transition: .3s;
}

img {
  max-width: 100%;
  width: auto;
}
.u-hide-txt {
  display: none;
}

#container {
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {

  #container {
    overflow-x: initial;
  }

}

/* .inner
  ---------------------------------------------------------- */
.inner {
  width: 79.062%;
  min-width: 720px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {

  /* .inner
  ---------------------------------------------------------- */
  .inner {
    width: 92%;
    min-width: auto;
    min-width: initial;
  }

}




/* .pagetop
  ---------------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 13px;
  bottom: 30px;
  width: 71px;
  height: 71px;
  z-index: 100;
}

.pagetop a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/common/icon/icon_pagetop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pagetop a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {

  .pagetop {
    right: 2.1%;
    width: 50px;
    height: 50px;
    z-index: 3;
  }

  .pagetop a:hover {
    opacity: 1;
  }

}

/* c-btn
  ---------------------------------------------------------- */
.c-btn {
  width: 370px;
  margin: 0 auto;
}

.c-btn-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 16px rgba(115, 62, 33, 0.12);
}

.c-btn--orange .c-btn-link {
  background-color: #ed9800;
}

.c-btn--brown .c-btn-link {
  background-color: #733e21;
}

.c-btn-link__txt {
  color: #fff;
  font-size: 20px;
}

.c-btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  padding-top: 20px;
  margin: auto 20px auto 0;
  border-radius: 100%;
  background-color: #fff;
}

.c-btn .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 0;
  padding-top: 10px;
  margin: auto;
  background-image: url(../img/common/icon/icon_btn_right_orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-btn.c-btn--brown .icon::before {
  background-image: url(../img/common/icon/icon_btn_right_brown.svg);
}

@media screen and (max-width: 750px) {

  .c-btn {
    width: 100%;
  }

  .recommendedRecipe .c-btn-link {
    width: 73.333%;
    margin: 0 auto;
    padding: 17px 0;
  }

  .recommendedRecipe .c-btn-link__txt {
    font-size: 14px;
  }

}

/************************************************************************************************************************
c-head
************************************************************************************************************************/

/* .c-head-lv2
  ---------------------------------------------------------- */
.c-head {
  position: relative;
  z-index: 1;
}

.c-head-lv2 {
  position: relative;
  text-align: center;
}

.c-head-lv2::before {
  content: "";
  display: block;
  width: 50px;
  height: 0;
  margin: 0 auto;
  padding-top: 45px;
  background-image: url(../img/common/icon/icon_head.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .c-head-lv2::before {
    width: 7.246%;
    padding-top: 6.521%;
  }

}

/************************************************************************************************************************
footer
************************************************************************************************************************/

@media screen and (max-width: 750px) {}

/************************************************************************************************************************
header
************************************************************************************************************************/
.header-wrap {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 24px 0 0;
}

.header-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.is-headerFix .header-wrap {
  margin-top: 0;
}

.header-wrap__inner {}

.is-headerFix .header-wrap__inner {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header-wrap__inner::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  width: 184px;
  float: left;
  /*margin: 30px 0 0;*/
  margin-top: 7px;
  padding: 0 0 0 23px;
  border-bottom: 0;
  background-color: transparent;
}

.header-logo {
  position: relative;
  width: 158px;
  padding-top: 42px;
}

.header-logo .logo__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/common/header/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .header-wrap {
    margin: 9px 0 0;
  }

  .header {
    width: 100%;
    margin: 0;
    padding-bottom: 19px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  .is-navi-open .header {
    position: fixed;
    right: 0;
    background-color: #fff;
  }

  .header-logo {
    width: 95px;
    margin: 11px 0 0 4%;
    padding-top: 26px;
  }

  .header-logo .logo__link {
    background-image: url(../img/common/header/logo_sp.png);
  }

  html.is-navi-open,
  .is-navi-open body {
    overflow: hidden;
  }

}

/************************************************************************************************************************
g-nav
************************************************************************************************************************/
.g-NaviWrap {
  position: absolute;
  position: relative;
  top: 0;
  right: 0;
  width: 700px;
  float: right;
  margin: 0 23px 0 0;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(115, 62, 33, 0.12);
}

.g-nav {
  width: 100%;
}

.g-nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
}

.g-nav .list__item {
  margin-left: 42px;
}

.g-nav .list__item:first-child {
  margin-left: 44px;
}

.g-nav .item__link {
  position: relative;
  padding-left: 19px;
  color: #733e21;
  font-size: 14px;
}

.g-nav .item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 17px;
  height: 0;
  margin: auto 0;
  padding-top: 16px;
  background-image: url(../img/common/icon/icon_g-navi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.g-nav .current .item__link::before {
  background-image: url(../img/common/icon/icon_g-navi_current.svg);
}

@media screen and (min-width: 751px) {

  .g-NaviWrap {
    display: block !important;
  }

}

@media screen and (max-width: 930px) {

  .g-NaviWrap {
    width: 520px;
  }

  .g-nav .list__item {
    margin-left: 22px;
  }

  .g-nav .list__item:first-child {
    margin-left: 24px;
  }

  .g-nav .item__link {
    padding-left: 19px;
    font-size: 11px;
  }

}

@media screen and (max-width: 750px) {

  .g-NaviWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    background-color: #ed9800;
  }

  .g-nav {
    position: relative;
    width: 92%;
    margin: 0 auto;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .g-nav-list {
    display: block;
    margin: 55px 0 0;
  }

  .g-nav-list .list__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }

  .g-nav-list .list__item:first-child {
    margin: 0;
    padding: 0;
  }

  .g-nav-list .item__link {
    display: block;
    padding: 18px 0 18px 27px;
    color: #fffefe;
    font-size: 15px;
  }

  .g-nav .item__link::before {
    width: 16px;
    padding-top: 15px;
  }

  .g-nav .current .item__link::before {
    background-image: url(../img/common/icon/icon_g-navi.svg);
  }

}

/*!* ---------------------------------------------------------------------------------------------
    .btn-trigger
--------------------------------------------------------------------------------------------- *!*/
.btn-trigger-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 46px;
  height: 46px;
  margin: 0 4% 0 0;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(115, 62, 33, 0.12);
}

.btn-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 16px;
  margin: auto;
  cursor: pointer;
}

.btn-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn-trigger.active span:nth-of-type(1) {
  top: -14px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.btn-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.btn-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ed9800;
}

.btn-trigger,
.btn-trigger span {
  display: none;
  transition: all .5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 6px;
}

.btn-trigger span:nth-of-type(3) {
  top: 12px;
}

@media all and (max-width:750px) {

  .btn-trigger-wrap {
    display: block;
  }

  .btn-trigger {
    display: block;
  }

  .btn-trigger span {
    display: inline-block;
  }

  .btn-trigger__txt {
    display: block;
  }

}

/************************************************************************************************************************
以下TOPCSS
************************************************************************************************************************/

/************************************************************
.mainVisual
************************************************************/
.mainVisual {
  width: 100%;
  padding-top: 54.831%;
  background-image: url(../img/top/mainVisual/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {

  .mainVisual {
    padding-top: 161.333%;
    background-image: url(../img/top/mainVisual/bg_sp.png);
  }

}


/************************************************************
itemArea
************************************************************/
.itemArea {
  position: relative;
  width: 100%;
  margin-top: 17px;
  padding: 200px 0 100px;
  background-image: url(../img/common/itemArea/bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

.itemArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: -110px auto 0;
  padding-top: 178px;
  background-image: url(../img/common/itemArea/bg_wave.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 178px;
}

.itemArea-block {
  width: 75.37%;
  min-width: 700px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.itemArea-block .block__contets {
  position: relative;
}

.itemArea-block .contets__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 191px;
  width: 23.465%;
  margin: -80px 0 0 81px;
  margin: -9.828% 0 0 9.951%;
  padding-top: 377px;
  padding-top: 46.316%;
  background-image: url(../img/common/itemArea/item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.itemArea-block .contets__txt {
  width: 430px;
  width: 52.827%;
  margin: 0 7.3712% 0 auto;
  padding-top: 43px;
}

.itemArea-block .txt__tag {
  width: 21.861%;
  padding-top: 9.302%;
  background-image: url(../img/common/itemArea/item_tag.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.itemArea-block .txt__tit {
  margin-top: 5px;
  color: #733e21;
  font-size: 30px;
  font-size: 2.196vw;
}

@media screen and (max-width: 750px) {

  .itemArea {
    margin-top: 0;
    padding: 29.066% 0 13.333%;
    background-image: url(../img/common/itemArea/bg_sp.jpg);
    background-repeat: no-repeat;
  }

  .itemArea::before {
    margin: -32px auto 0;
    padding-top: 49px;
    background-image: url(../img/common/itemArea/bg_wave_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 49px;
  }

  .itemArea-block {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }

  .itemArea-block .block__contets {
    width: 82.608%;
    margin: 0 auto;
  }

  .itemArea-block .contets__img {
    width: 30.177%;
    margin: -24.563% 0 0 6.316%;
    padding-top: 56.319%;
    background-image: url(../img/common/itemArea/item_sp.png);
  }

  .itemArea-block .contets__txt {
    width: 58.6%;
    margin: 0 0 0 auto;
    padding-top: 6.14%;
  }

  .itemArea-block .txt__tag {
    width: 28.143%;
    padding-top: 11.976%;
  }

  .itemArea-block .txt__tit {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.424;
  }

}

@media screen and (max-width: 640px) {

  .itemArea-block .txt__tit {
    font-size: 14px;
  }

}

@media screen and (min-width: 1366px) {

  .itemArea-block .txt__tit {
    font-size: 30px;
  }

}

/* .itemArea-bnr
---------------------------------------------------------- */
.itemArea-bnr {
  width: 430px;
  width: 52.827%;
  margin: 14px 8.3712% 0 auto;
  padding-bottom: 31px;
}

.itemArea-bnr .list__item {
  max-width: 390px;
  margin-top: -6px;
}

.itemArea-bnr .list__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {

  .itemArea-bnr {
    width: 100%;
    margin: 3.509% auto 0;
    padding-bottom: 6.316%;
  }

  .itemArea-bnr .list__item {
    margin-top: 0;
  }

}

/************************************************************
footer
************************************************************/

#footerWrapper {
  padding: 0 35px 72px;
  background-color: #733e21;
}

footer {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {

  #footerWrapper {
    padding: 0 0 22px;
  }

  footer {
    width: 81.333%;
    min-width: 296px;
    margin: 0 auto;
  }

}

/* .footerTop
---------------------------------------------------------- */
.footerTop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #6f534b;
}

.footerTop .footer__companyName {
  width: 260px;
  padding-top: 33px;
  font-size: 24px;
}

.footerTop .footer__companyName a {
  color: #fff;
}

.footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 173px;
  margin-top: 14px;
}

.footer__share .share__txt {
  position: relative;
  width: 65px;
  padding: 6px 0 5px;
  color: #fff;
  font-size: 14px;
}

.footer__share .share__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 32px;
  margin: auto 0;
  background-color: #fff;
}

@media screen and (max-width: 750px) {

  .footerTop {
    display: block;
    padding-bottom: 18px;
  }

  .footerTop .footer__companyName {
    width: 100%;
    padding-top: 34px;
    font-size: 15px;
    text-align: center;
  }

  .footer__share {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
  }

  .footer__share .share__txt {
    width: 65px;
    padding: 6px 0 5px;
    font-size: 12px;
  }

  .footer__share .share__txt::before {
    width: 1px;
    height: 20px;
  }

}

/* .snsList
---------------------------------------------------------- */
.footer__share .snsList {
  width: 84px;
  margin-left: 24px;
}

.footer__share .snsList::after {
  content: "";
  display: block;
  clear: both;
}

.footer__share .snsList .list__item {
  float: left;
  margin-left: 18px;
}

.footer__share .snsList .list__item:first-child {
  margin-left: 0;
}

.footer__share .snsList .list__item.twitter {
  width: 33px;
}

.footer__share .snsList .list__item.facebook {
  width: 33px;
}

@media screen and (max-width: 750px) {

  .footer__share .snsList {
    width: 22.396%;
    margin-left: 9.344%;
  }

  .footer__share .snsList .list__item {
    margin-left: 21.536%;
  }

  .footer__share .snsList .list__item.twitter {
    width: 38.04%;
  }

  .footer__share .snsList .list__item.facebook {
    width: 38.04%;
  }

}


/* .footerBottom
---------------------------------------------------------- */
.footerBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #fff;
}

.footer__list .list__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}

.footer__list .list__item:first-child {
  margin-left: 0;
}

.footer__list a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 750px) {

  .footerBottom {
    justify-content: center;
    padding-top: 10px;
  }

  .footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer__list .list__item {
    margin-left: 0;
  }

  .footer__list a {
    font-size: 10px;
  }

  .copyright {
    margin: 21px 0 0;
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
  }

}



/************************************************************
feature
************************************************************/
.feature {
  margin-top: 70px;
  padding-bottom: 126px;
  overflow-x: hidden;
}

.feature-list {
  margin: 56px 0 50px;
}

.feature-list .list__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.feature-list .list__item:nth-child(2) {
  margin-top: 23px;
}

.feature-list .list__item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 27.963%;
  height: 0;
  margin: 0 -23.518% -9% 0;
  padding-top: 16.666%;
  background-image: url(../img/top/feature/bg_daizu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-list .item__img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.feature-list .list__item:first-child .item__img {
  right: 0;
  width: 562px;
  width: 52.037%;
}

.feature-list .list__item:nth-child(2) .item__img {
  left: 0;
  width: 636px;
  width: 58.888%;
}

.feature .feature-list .item__img.item__img--02 {
  right: 0;
  width: 24.537%;
  margin-top: 45.74%;
}

.feature-list .item__txtWap {
  position: relative;
  z-index: 1;
  width: 56.481%;
  padding: 42px 0;
  border-radius: 5px;
  background-color: #fff;
}

.feature .feature-list .item__txtWap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto auto auto auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.feature .feature-list .list__item--01 .item__txtWap::before {
  margin: 20px 0 0 29px;
  background-image: url(../img/top/feature/bg_border_01.png);
}

.feature .feature-list .list__item--02 .item__txtWap::before {
  margin: 18px 0 0 -19px;
  background-image: url(../img/top/feature/bg_border_02.png);
}

.feature-list .list__item:first-child .item__txtWap {
  margin-top: 44px;
}

.feature-list .list__item:nth-child(2) .item__txtWap {
  margin: 160px 0 0 auto;
}

.feature-list .item__txt-tit {
  margin-bottom: 17px;
  color: #733e21;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.583;
}

.feature-list .item__txt-tit--02 {
  margin-top: 30px;
}

.feature-list .item__txtWap__inner {
  width: 80.658%;
  margin: 0 auto;
}

.feature-list .item__txt-txt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
}

.feature-list .item__txt-tit+.item__txt-txt {
  margin-top: 0;
}

.feature-list .item__txt-txt--strong {
  color: #ed9800;
}

@media screen and (max-width: 750px) {

  .feature {
    margin-top: 15px;
    padding-bottom: 0;
    overflow-x: initial;
  }

  .feature-list {
    margin: 30px 0 43px;
  }

  .feature-list .list__item:nth-child(2) {
    margin-top: 14.492%;
  }

  .feature-list .list__item:nth-child(2)::before {
    display: none;
  }

  .feature-list .item__img {
    position: relative;
  }

  .feature-list .list__item:first-child .item__img {
    width: 100%;
  }

  .feature .feature-list .item__img.item__img--02 {
    margin-top: 0;
  }

  .feature-list .list__item:first-child .item__img.item__img--02 {
    width: 65.217%;
    margin-left: 8.115%;
  }

  .feature-list .list__item:nth-child(2) .item__img {
    width: 100%;
  }

  .feature-list .item__txtWap {
    width: 91.304%;
    padding: 42px 0;
  }

  .feature-list .list__item:first-child .item__txtWap {
    margin-top: -20px;
    padding: 20px 0;
  }

  .feature-list .list__item:nth-child(2) .item__txtWap {
    margin: -22px 0 0 auto;
    padding: 20px 0;
  }

  .feature .feature-list .item__txtWap::before {
    width: 96.831%;
    height: 0;
    padding-top: 81.116%;
  }

  .feature .feature-list .list__item--01 .item__txtWap::before {
    margin: -2.539% 0 0 5.714%;
    background-image: url(../img/top/feature/bg_border_01_sp.png);
  }

  .feature .feature-list .list__item--02 .item__txtWap::before {
    margin: -2.539% 0 0 4.762%;
    background-image: url(../img/top/feature/bg_border_01_sp.png);
  }

  .feature-list .item__txt-tit {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.823;
  }

  .feature-list .item__txt-tit--02 {
    margin-top: 15px;
  }

  .feature-list .item__txtWap__inner {
    width: 82.862%;
  }

  .feature-list .item__txt-txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.857;
  }

  .feature .c-btn {
    position: relative;
  }

  .feature .bg_daizu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 15.942%;
    height: 0;
    margin: 0 -4.347% -23.478% 0;
    padding-top: 22.608%;
    background-image: url(../img/top/feature/bg_daizu_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

}

/************************************************************
recipe
************************************************************/
.recipe {
  position: relative;
  margin: 70px auto 0;
  padding: 35px 0 110px;
  background-color: #f9f4eb;
}

.recipe::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: -110px auto 0;
  padding-top: 178px;
  background-image: url(../img/top/recipe/bg_wave.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 178px;
}

@media screen and (max-width: 750px) {

  .recipe {
    margin: 121px auto 0;
    padding: 7px 0 63px;
  }

  .recipe::before {
    margin: -50px auto 0;
    padding-top: 50px;
    background-image: url(../img/top/recipe/bg_wave_sp.png);
    background-size: 100% 50px;
  }

}

/* recipe-list
---------------------------------------------------------- */
.recipe-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}

.recipe-list .list__item {
  position: relative;
  width: 29.814%;
  margin: 0 0 0 5.185%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(115, 62, 33, 0.12);
}

.recipe-list .list__item:nth-child(3n + 1) {
  margin-left: 0;
}

.recipe-list .list__item:nth-child(n + 4) {
  margin-top: 48px;
}

.recipe-list .item__link {
  display: block;
  width: 100%;
  transition: .3s;
}

.recipe-list .item__link--movie {
  position: relative;
}

.recipe-list .item__link--movie::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 105px;
  height: 108px;
  margin-top: -28px;
  margin-left: -24px;
  background: url(../img/top/recipe/label_movie.png) no-repeat center center;
  background-size: contain;
}

.recipe-list .item__link:hover {
  opacity: .8;
}

.recipe-list .item__img {
  width: 100%;
}

.recipe-list .item__link:hover .item__img img {
  opacity: 1;
}

.recipe-list .item__link:hover .item__icon {
  background-color: #ed9800;
}

.recipe-list .item__txtWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 30px 42px;
}

.recipe-list .item__name {
  color: #292928;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.666;
  text-align: center;
}

.recipe-list .item__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 0;
  margin: auto 26px auto 0;
  padding-top: 19px;
  border-radius: 100%;
  background-color: #733e21;
  transition: .3s;
}

.recipe-list .item__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 0;
  margin: auto auto auto auto;
  padding-top: 10px;
  background-image: url(../img/common/icon/icon_btn_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .recipe-list .list__item {
    width: 48.182%;
    margin: 0;
  }

  .recipe-list .list__item:nth-child(2n) {
    margin-left: 3.623%;
  }

  .recipe-list .list__item:nth-child(n + 4) {
    margin-top: 0;
  }

  .recipe-list .list__item:nth-child(n + 3) {
    margin-top: 24px;
  }

  .recipe-list .item__txtWrap {
    width: 100%;
    padding: 11.43% 10%;
  }

  .recipe-list .item__name {
    font-size: 11px;
    line-height: 1.636;
  }

  .recipe-list .item__icon {
    width: 10px;
    height: 0;
    margin: auto 5.72% auto 0;
    padding-top: 10px;
  }

  .recipe-list .item__icon::before {
    left: 1.6px;
    width: 4px;
    padding-top: 5px;
  }

  .recipe-list .item__link--movie::before {
    width: 75px;
    height: 77.142px;
    margin-top: -20px;
    margin-left: -10px;
  }

}

/* TOP movie
---------------------------------------------------------- */
.movie {
  max-width: 768px;
  margin: 0px auto 50px;
}

.recipieMovie {
  margin: 30px auto 60px;
}

.movie iframe {
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #733e21;
}

@media screen and (max-width: 750px) {

  .movie iframe {
    width: 100%;
    height: calc((9 * 92vw) /16);
  }

  .recipieMovie {
    margin: 15px auto 28px;
  }

  .recipieMovie iframe {
    height: calc((9 * 82vw) /16);
  }
}

/************************************************************************************************************************
以下レシピブロックCSS
************************************************************************************************************************/

.recommendedRecipe .container__inner {
  background-color: #f9f4eb;
}

.recommendedRecipe-container {
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  padding-top: 116px;
}

.recommendedRecipe-container__inner {
  width: 79.062%;
  min-width: 720px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 16px rgba(115, 62, 33, 0.12);
  border-radius: 0 0 5px 5px;
}

.recommendedRecipe-container .inner {
  width: 100%;
}

.recommendedRecipe .itemArea-wrap {
  margin-top: 164px;
}

@media screen and (max-width: 750px) {

  .recommendedRecipe-container {
    margin-bottom: 52px;
    padding-top: 72px;
  }

  .recommendedRecipe-container__inner {
    width: 92%;
    min-width: auto;
    min-width: initial;
  }

  .recommendedRecipe .itemArea-wrap {
    margin-top: 53px;
  }

}

/************************************************************
recommendedRecipe mainVisual
************************************************************/

.recommendedRecipe .mainVisual {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: none;
}

.recommendedRecipe .mainVisual .inner {
  position: relative;
}

.recommendedRecipe .mainVisual__item {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20.555%;
  margin: 0 1.851% -7.87% 0;
  padding-top: 18.148%;
  background-image: url(../img/recommendedRecipe/mainVisual/item/img_item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .recommendedRecipe .mainVisual__item {
    width: 29.565%;
    margin: 0 .579% -5.507% 0;
    padding-top: 23.188%;
    background-image: url(../img/recommendedRecipe/mainVisual/item/img_item_sp.png);
  }

}

/************************************************************
breadcrumb
************************************************************/
#breadcrumb {
  padding: 18px 0;
  background-color: #fff;
}

#breadcrumb ul {
  display: flex;
  padding: 0 34px;
}

#breadcrumb ul li {
  margin-right: 15px;
  font-size: 14px;
}

#breadcrumb ul li:first-child a {
  margin-right: 15px;
  color: #ed9800;
}

@media screen and (max-width: 750px) {

  #breadcrumb {
    display: none;
  }

}

/************************************************************
recipeInfo
************************************************************/
.recipeInfo {
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.recipeInfo .inner {
  padding-bottom: 78px;
}

/* recipeInfo-contents
---------------------------------------------------------- */
.recipeInfo-contents {
  position: relative;
  width: 78.703%;
  max-width: 850px;
  margin: 0 auto;
}

.recipeInfo-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 35.53%;
  margin: 1.829% 0 0 -40%;
  padding-top: 21.176%;
  background-image: url(../img/recommendedRecipe/bg_daizu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recipeInfo-remarks {
  margin-top: 32px;
  font-size: 1.171vw;
}

.remarks-list {
  width: 78.7%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}


.remarks-list__item {
  position: relative;
}

.remarks-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.756vw;
  height: 1.756vw;
  background-image: url(../img/recommendedRecipe/icon_kcal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.time::before {
  background-image: url(../img/recommendedRecipe/icon_time.svg);
}

.solt::before {
  background-image: url(../img/recommendedRecipe/icon_solt.svg);
}

@media screen and (max-width: 750px) {

  .recipeInfo .inner {
    padding-bottom: 36px;
  }

  .recipeInfo-contents {
    width: 88.405%;
  }

  .recipeInfo-contents::before {
    width: 30.493%;
    margin: 26.887% 0 0 -11.476%;
    padding-top: 30.493%;
    background-image: url(../img/recommendedRecipe/bg_daizu_sp.png);
  }

  .recipeInfo-remarks {
    margin-top: 22.5px;
    font-size: 11px;
  }

  .remarks-list {
    width: 87.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .remarks-list__item {
    margin-top: 12.5px;
  }

  .remarks-list__item::before {
    width: 15px;
    height: 15px;
  }
}

/*　recipeInfo-ingredient 20210701update
--------------------------------------------------------- */

@media screen and (min-width: 640px) {

  .recipeInfo-ingredient {
    background-color: #fdfaf3;
    border-radius: 10px;
    font-size: 0.9vw;
    width: 85%;
    margin: 30px auto 0;
    color: #733e21;
    padding: 0 5px;
  }

  .recipeInfo-ingredient__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 1.7vw 2vw;
  }

  .ingredient-list__ttl_box {
    width: 8.5vw;
    height: 4vw;
    border-right: 1.7px solid #733e21;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .ingredient-list__ttl {
    width: 100%;
    text-align: center;
  }

  .ingredient-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
  }

  .ingredient-list__item {
    min-width: 30%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }

  .pc-top {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1.3px dashed #733e21;
  }

}

.remarks-list {
  min-width: 45%;
  max-width: 60%;
}

@media screen and (min-width: 640px) {

  .remarks-list {
    justify-content: space-around;
  }
}


@media screen and (max-width: 640px) {

  .recipeInfo-ingredient {
    background-color: #fdfaf3;
    border-radius: 10px;
    font-size: 11px;
    width: 100%;
    margin: 30px auto 0;
    color: #733e21;
    padding: 0 5px;
  }

  .recipeInfo-ingredient__inner {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 1.7vw 2vw;
  }

  .ingredient-list__ttl_box {
    min-height: 3em;
    max-height: 5em;
    width: 90%;
    border-bottom: 1.7px solid #733e21;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 3vw;
  }

  .ingredient-list__ttl {
    width: 100%;
    text-align: center;
  }

  .ingredient-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
  }

  .ingredient-list__item {
    min-width: 45%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    border-bottom: 1.3px dashed #733e21;
  }

  .sp-bottom {
    border: none;
  }

  .remarks-list {
    max-width: 70%;
  }


}


@media (min-width: 640px) and (max-width: 950px) {
  .ingredient-list__ttl_box {
    width: 20%;
  }
}


@media screen and (max-width: 450px) {
  .remarks-list {
    display: block;
    margin-right: 1vw;
  }
}

.latte-btn {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {

  .latte-btn {
    margin-top: 52px;
  }
}

/* recipeInfo-name
---------------------------------------------------------- */
.recipeInfo-name {
  margin: 33px 0 0;
  text-align: center;
}

.recipeInfo-name .name__txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 45px;
  color: #733e21;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.666;
}

.recipeInfo-name .name__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 32px;
  margin: 15px 0 0;
  padding-top: 28px;
  background-image: url(../img/common/icon/icon_tit_daizu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .recipeInfo-name {
    margin: 0;
    padding-top: 36px;
  }

  .recipeInfo-name .name__txt {
    padding: 0 0 0 30px;
    font-size: 18px;
  }

  .recipeInfo-name .name__txt::before {
    width: 18px;
    margin: 9px 0 0;
    padding-top: 15px;
  }

}

/* recipeInfo-description
---------------------------------------------------------- */
.recipeInfo-description {
  margin-top: 27px;
}

.recipeInfo-description .description__txt {
  color: #292928;
  font-size: 18px;
  line-height: 1.777;
  text-align: center;
}

@media screen and (max-width: 750px) {

  .recipeInfo-description {
    margin-top: 24px;
  }

  .recipeInfo-description .description__txt {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }

}

/* recipeInfo-block
---------------------------------------------------------- */
.recipeInfo-blockWrap .recipeInfo-block {
  position: relative;
  margin: 80px 0 0;
}

.recipeInfo-blockWrap .recipeInfo-block:first-child {
  margin: 73px 0 0;
}

@media screen and (max-width: 750px) {

  .recipeInfo-blockWrap .recipeInfo-block {
    margin: 29px 0 0;
  }

  .recipeInfo-blockWrap .recipeInfo-block:first-child {
    margin: 32px 0 0;
  }

}

/* recipeInfo-block block__category
---------------------------------------------------------- */
.recipeInfo-block .block__category {
  text-align: center;
}

.recipeInfo-block .block__category-tit {
  display: inline-block;
  min-width: 280px;
  padding: 14px 26px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.65;
  border-radius: 5px;
  background-color: #733e21;
}

.recipeInfo-block .block__category-tit--s {
  font-size: 20px;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__category-tit {
    min-width: 174px;
    padding: 9px 26px;
    font-size: 14px;
  }

  .recipeInfo-block .block__category-tit--s {
    font-size: 12px;
  }

}

/* recipeInfo-block block__stepTit
---------------------------------------------------------- */
.recipeInfo-block .block__stepTit {
  margin: 50px 0 0;
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 2px solid #733e21;
}

.recipeInfo-block .block__category+.block__stepTit {
  margin-top: 56px;
}

.recipeInfo-block .block__stepTit-name {
  display: inline-block;
  position: relative;
  padding: 0 0 0 32px;
  color: #733e21;
  font-size: 22px;
}

.recipeInfo-block .block__stepTit-name::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 21px;
  height: 0;
  margin: auto 0;
  padding-top: 19px;
  background-image: url(../img/common/icon/icon_daizu_step_tit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__stepTit {
    margin: -5px 0 0;
    padding: 0 0 3px;
    border-width: 1px;
  }

  .recipeInfo-block .block__category+.block__stepTit {
    margin-top: 24px;
  }

  .recipeInfo-block .block__stepTit-name {
    padding: 0 0 0 20px;
    font-size: 14px;
  }

  .recipeInfo-block .block__stepTit-name::before {
    width: 16px;
    padding-top: 14px;
  }

}

/* recipeInfo-block block__step-list
---------------------------------------------------------- */
.recipeInfo-block .block__step-list {}

.recipeInfo-block .block__step-list .list__item {
  position: relative;
  margin-top: 33px;
}

.recipeInfo-block .block__step-list .list__item:first-child {
  margin-top: 21px;
}

.recipeInfo-block .block__step-list .item__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 3px 0 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  background-color: #ed9800;
}

.recipeInfo-block .block__step-list .item__description {
  padding: 0 0 0 39px;
  color: #292928;
  font-size: 18px;
  line-height: 1.777;
}

.recipeInfo-block .block__step-list .item__description.item__description-note {
  font-size: 14px;
  padding-top: 1em;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__step-list .list__item {
    margin-top: 20px;
  }

  .recipeInfo-block .block__step-list .list__item:first-child {
    margin-top: 10px;
  }

  .recipeInfo-block .block__step-list .item__num {
    width: 14px;
    height: 14px;
    margin: 4px 0 0;
    font-size: 10px;
    line-height: 14px;
  }

  .recipeInfo-block .block__step-list .item__description {
    padding: 0 0 0 18px;
    font-size: 13px;
    line-height: 1.615;
  }

  .recipeInfo-block .block__step-list .item__description.item__description-note {
    font-size: 11px;
  }
}

/* recipeInfo-block block__step-imgList
---------------------------------------------------------- */
.recipeInfo-block .block__step-imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
}

.recipeInfo-block .block__step-imgList .list__item {
  position: relative;
  width: 46.118%;
}

.recipeInfo-block .block__step-imgList .list__item:nth-child(2n) {
  margin-left: 0;
}

.recipeInfo-block .block__step-imgList .list__item:nth-child(n + 3) {
  margin-top: 36px;
}

.recipeInfo-block .block__step-imgList .item__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 3px 0 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  background-color: #ed9800;
}

.recipeInfo-block .block__step-imgList .item__description {
  padding: 0 0 0 39px;
  color: #292928;
  font-size: 18px;
  line-height: 1.777;
}

.recipeInfo-block .block__step-imgList .item__img {
  width: 89.29%;
  margin: 17px 0 0 auto;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__step-imgList {
    display: block;
    margin-top: 10px;
  }

  .recipeInfo-block .block__step-imgList .list__item {
    width: 100%;
    margin-top: 11px;
  }

  .recipeInfo-block .block__step-imgList .list__item:first-child {
    margin-top: 0;
  }

  .recipeInfo-block .block__step-imgList .list__item:nth-child(n + 3) {
    margin-top: 11px;
  }

  .recipeInfo-block .block__step-imgList .item__num {
    width: 14px;
    height: 14px;
    margin: 4px 0 0;
    font-size: 10px;
    line-height: 14px;
  }

  .recipeInfo-block .block__step-imgList .item__description {
    padding: 0 0 0 18px;
    font-size: 13px;
    line-height: 1.615;
  }

  .recipeInfo-block .block__step-imgList .item__img {
    width: 57.38%;
    margin: 7px auto 0;
  }

}

/* recipeInfo-block block__material-list-block
---------------------------------------------------------- */
.block__material-list-blockWrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
}

.block__material-list-blockWrap--bg_daizu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 35.53%;
  padding-top: 21.176%;
  background-image: url(../img/recommendedRecipe/bg_daizu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.block__material-list-blockWrap--bg_daizu_01::before {
  right: 0;
  bottom: 0;
  margin: 0 -38.471% -12% 0;
}

.block__material-list-block {
  width: 44.706%;
}

.block__material-list-blockWrap .block__material-list-block:nth-child(2n) {
  margin-left: 10.588%;
}

.block__material-list-block .block__material-list-block__inner {
  margin-top: 65px;
}

.block__material-list-block .block__material-list-block__inner:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {

  .block__material-list-blockWrap {
    display: block;
    margin-top: 24px;
  }

  .block__material-list-block {
    width: 100%;
    margin-top: 25px;
  }

  .block__material-list-blockWrap .block__material-list-block:first-child {
    margin-top: 0;
  }

  .block__material-list-blockWrap .block__material-list-block:nth-child(2n) {
    margin-left: 0;
  }

  .block__material-list-block .block__material-list-block__inner {
    margin-top: 25px;
  }

}

/* recipeInfo-block block__material-list-block__tit
---------------------------------------------------------- */
.recipeInfo-block .block__material-list-block__tit {
  padding-bottom: 16px;
  color: #733e21;
  font-size: 18px;
  border-bottom: 2px solid #733e21;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__material-list-block__tit {
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    border-width: 1px;
  }

}

/* recipeInfo-block block__material-list
---------------------------------------------------------- */
.recipeInfo-block .block__material-list {
  position: relative;
  margin-top: 12px;
}

.recipeInfo-block .block__material-list .list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 14px;
  border-bottom: 2px dashed #733e21;
}

.recipeInfo-block .block__material-list .list__item:first-child {
  margin-top: 0;
}

.recipeInfo-block .block__material-list .item__name {
  position: relative;
  padding: 0 0 0 22px;
  color: #292928;
  font-size: 16px;
  font-size: 1.171vw;
  line-height: 1.65;
}

.recipeInfo-block .block__material-list .item__name::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  border-radius: 100%;
  background-color: #ed9800;
}

.recipeInfo-block .block__material-list .item__amount {
  color: #292928;
  font-size: 16px;
  font-size: 1.171vw;
  line-height: 1.65;
}

.item__name-note {
  font-size: 0.7em;
}

@media screen and (max-width: 750px) {

  .recipeInfo-block .block__material-list .list__item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
  }

  .recipeInfo-block .block__material-list .item__name {
    padding: 0 0 0 17px;
    font-size: 12px;
  }

  .recipeInfo-block .block__material-list .item__name::before {
    width: 10px;
    height: 10px;
  }

  .recipeInfo-block .block__material-list .item__amount {
    font-size: 12px;
  }
}

@media screen and (min-width: 1366px) {

  .recipeInfo-block .block__material-list .item__name {
    font-size: 16px;
  }

  .recipeInfo-block .block__material-list .item__amount {
    font-size: 16px;
  }

}


/************************************************************
各レシピページの大豆の画像
************************************************************/


/* 共通設定
---------------------------------------------------------- */

.recommendedRecipe .bg_daizu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 35.53%;
  height: 0;
  padding-top: 21.176%;
  background-image: url(../img/recommendedRecipe/bg_daizu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recommendedRecipe .bg_daizu--01::before {
  right: 0;
  bottom: 0;
  margin: 0 -38.471% -12% 0;
}

.recommendedRecipe .bg_daizu--02::before {
  left: 0;
  bottom: 0;
  margin: 0 0 -9.188% -41.177%;
}

.recommendedRecipe .bg_daizu--03::before {
  right: 0;
  bottom: 0;
  margin: 0 -37.53% 15.765% 0;
}

@media screen and (max-width: 750px) {

  .recommendedRecipe .bg_daizu::before {
    width: 30.493%;
    padding-top: 30.493%;
  }

  .recommendedRecipe .bg_daizu--01::before {
    margin: 0 -11.476% -11.804% 0;
  }

  .recommendedRecipe .bg_daizu--02::before {
    top: 0;
    bottom: auto;
    margin: -7.869% 0 0 -11.476%;
    background-image: url(../img/recommendedRecipe/bg_daizu_02_sp.png);
  }

  .recommendedRecipe .bg_daizu--03::before {
    top: 0;
    bottom: -6px;
    margin: auto -11.476% auto 0;
    background-image: url(../img/recommendedRecipe/bg_daizu_03_sp.png);
  }

}

/* 豆乳カッテージチーズのベイクドチーズケーキ
---------------------------------------------------------- */
.somilkCottageCheeseBakedCheesecake .bg_daizu--01::before {
  right: 0;
  bottom: 0;
  margin: 0 -38.471% -12% 0;
}

.somilkCottageCheeseBakedCheesecake .bg_daizu--02::before {
  left: 0;
  bottom: 0;
  margin: 0 0 -9.188% -41.177%;
}

.somilkCottageCheeseBakedCheesecake .bg_daizu--03::before {
  right: 0;
  bottom: 0;
  margin: 0 -37.53% 15.765% 0;
}

@media screen and (max-width: 750px) {

  .somilkCottageCheeseBakedCheesecake .bg_daizu--01::before {
    margin: 0 -11.476% -11.804% 0;
  }

  .somilkCottageCheeseBakedCheesecake .bg_daizu--02::before {
    top: 0;
    bottom: auto;
    margin: -7.869% 0 0 -11.476%;
  }

  .somilkCottageCheeseBakedCheesecake .bg_daizu--03::before {
    top: 0;
    bottom: -6px;
    margin: auto -11.476% auto 0;
  }

}