body,
.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  width: 80%;
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #505050;
}

.body img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*ヘッダー------------*/
/*レシピのリスト---------------*/
.recipeWrap {
  background-color: #fcd9e0;
  background-repeat: repeat;
}

.recipeWrap>div {
  background: url();
  background-size: contain;
  background-repeat: repeat-y;
  padding: 200px 0 80px;
}

.recipeList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0%;
}

.recipeItem {
  background: #fff;
  width: 30%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(33% - 30px);
  width: calc(33% - 30px);
  padding: 30px 10px 20px;
  margin-bottom: 50px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  position: relative;
}

.recipeItem::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220218/sakura.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.recipeItem div{position: relative;}
.recipeItem div::after{
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20211007/icon-idea.png);
  background-size: contain;
  position: absolute;
  top: 3%;
  left: 3%;
}

.recipeItem:last-of-type div::after{
  content: "";
  display: none;
}


.recipeList:after {
  content: "";
  display: block;
  width: 30%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(33% - 30px);
  width: calc(33% - 9px);
}

.recipeItem h3 {
  margin: 0 auto 15px;
  padding: 5px 0 10px;
  width: 90%;
  position: relative;
  background: none;
  color: #000;
  text-shadow: none;
  font-size: 1.1rem;
}

.recipeItem h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.recipeItem:nth-of-type(odd) h3:after {
  background-color: #6fba2c;
}

.recipeItem:nth-of-type(even) h3:after {
  background-color: #ec6d81;
}

.recipeItem h3 span {
  display: block;
}
.recipeItem img{
  border-radius: 10px;
}

.recipeDl,
.recipeJump {
  display: block;
}

.recipeDl,
.recipeJump {
  padding: 10px 20px 10px 10px;
  font-size: 0.8rem;
  margin: 5px auto 10px;
  border-radius: 5px;
  position: relative;
}

.recipeDl {
  color: #e60044 !important;
  border: solid 1px #ec6d81;
}

.recipeDl:hover {
  background: #fbd0d1;
}

.recipeJump {
  color: #22AC38 !important;
  border: solid 1px #22AC38;
}

.recipeJump:hover {
  background: #CCE198;
}

.recipeDl:after,
.recipeJump:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.recipeDl:after {
  right: 3%;
  content: "\f019";
}

.recipeJump:after {
  right: 4%;
  content: "\f103";
}

/*アイコンの説明*/
.icon-setsumei {
  display: flex;
  justify-content: space-around;
  background: #fcf5d9;
  padding: 40px 40px 20px;
}

.icon-setsumei a {
  display: block;
  width: 30%;
}

.icon-setsumei a:hover {
  opacity: 0.7;
}

.noclick {
  pointer-events: none;
}

.noclick:hover {
  opacity: 1 !important;
}

/*商品掲載*/
.productGrp .productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #fff;
  padding: 30px 0 0;
}

.productGrp .productH2 {
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin: 5% auto 0;
  padding: 10px 10px 5px;
  width: 90%;
  max-width: 500px;
  text-shadow: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.productGrp .productH2 span{
  display: block;
  color: #fff!important;
}

.productList:nth-of-type(odd) {
  border: solid 2px #6fba2c;
}

.productH2:nth-of-type(odd) {
  background: #6fba2c;
}

.productList:nth-of-type(odd) a.procdbtn {
  background: #6fba2c;
}

.productList:nth-of-type(even) {
  border: solid 2px #ec6d81;
}

.productH2:nth-of-type(even) {
  background: #ec6d81;
}

.productList:nth-of-type(even) a.procdbtn {
  background: #ec6d81;
}


.productList:nth-of-type(2):after,
.productList:nth-of-type(3):after{
  content: "";
    display: block;
    width: 50%;
}

.productList:nth-of-type(7):after{
  content: "";
    display: block;
    width: 25%;
}

/*ダウンロード*/
.footGrp {
  background: #ec6d81;
}

.dlGrp {
  padding: 3% 0;
}

.dlWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dlText, .dl_img {
  width: 48%;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.dlText_h5 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: none;
}

.dlText_h5 span {
  display: inline-block;
  color: #fff !important;
}

.dlText_a {
  background: #fff;
  color: #ec6d81 !important;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin-top: 7%;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1150px) {

  /*------------------------------------------- */
  .recipeItem {
    width: 45%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .center {
    width: 90%;
  }
}

@media (max-width: 870px) {

  /*------------------------------------------- */

  .icon-setsumei {
    padding: 20px 20px 10px;
  }

  .dlWrap {
    flex-direction: column;
  }

  .dlText, .dl_img {
    width: 100%;
  }
}

@media (max-width: 780px) {

  /*------------------------------------------- */
  .recipeWrap>div {
    padding: 50px 0;
  }

  .dlText_h5 {
    margin-top: 7%;
    font-size: 7vw;
  }

  .dlText_a {
    font-size: 6.5vw;
    margin-bottom: 7%;
  }

  .recipeDl,
  .recipeJump {
    margin: 10px auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media (max-width: 710px) {

  /*------------------------------------------- */
  .recipeWrap>div {
    background: url();
    background-size: contain;
    padding: 50px 0;
  }

  .recipeItem {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .recipeDl, .recipeJump {
    font-size: 4.2vw;
  }

  .icon-setsumei {
    padding: 30px 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .icon-setsumei a {
    width: 100%;
    border-bottom: dotted 1px #776151;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .icon-setsumei a:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .productGrp .productList {
    border-radius: 0 0 10px;
  }

  .productGrp .productH2 {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 5px;
    margin: 10% auto 0;
    font-size: 5vw;
  }
}

/*EC-CUBE対策*/
#contentInner {
  width: auto;
  padding: 0;
}

#loginBar {
  display: none;
}
