body,
.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  width: 90%;
  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;
}

.product_jump{
  background: #fff;
  padding-top: 110px;
}
.back-col01{
  background: #e88900!important;
}
.back-col02{
  background: #e84621!important;
}
.back-col03{
  background: #44ccbb!important;
}
.back-col04{
  background: #4656cc!important;
}
.back-col05{
  background: #e25293!important;
}
.back-col06{
  background: #90de00!important;
}
.back-col07{
  background: #8751f9!important;
}
.bor-col01{
  border-color: #e88900!important;
}
.bor-col02{
  border-color: #e84621!important;
}
.bor-col03{
  border-color: #44ccbb!important;
}
.bor-col04{
  border-color: #4656cc!important;
}
.bor-col05{
  border-color: #e25293!important;
}
.bor-col06{
  border-color: #90de00!important;
}
.bor-col07{
  border-color: #8751f9!important;
}
.fnt-col01{
  color: #e88900!important;
}
.fnt-col02{
  color: #e84621!important;
}
.fnt-col03{
  color: #44ccbb!important;
}
.fnt-col04{
  color: #4656cc!important;
}
.fnt-col05{
  color: #e25293!important;
}
.fnt-col06{
  color: #90de00!important;
}
.fnt-col07{
  color: #8751f9!important;
}
#product01 a.procdbtn {
  background:#e88900;
}
#product02 a.procdbtn {
  background:#e84621;
}
#product03 a.procdbtn {
  background:#44ccbb;
}
#product04 a.procdbtn {
  background:#4656cc;
}
#product05 a.procdbtn {
  background:#e25293;
}
#product06 a.procdbtn {
  background:#90de00;
}
#product07 a.procdbtn {
  background:#8751f9;
}
.pa-right{
  padding-right: 0.5em;
}

@media (max-width: 780px) {
  .pa-right{
    padding-right: 0em;
  }
}
/*ヘッダー------------*/
/*レシピのリスト---------------*/

.recipeGrp .center{
  background: #fff;
}

.recipeWrap {
  background-image: linear-gradient(90deg, #e8f8ff 8.33%, #ffffff 8.33%, #ffffff 50%, #e8f8ff 50%, #e8f8ff 58.33%, #ffffff 58.33%, #ffffff 100%);
  background-size: 24px 24px;
  background-repeat: repeat;
}

.recipeWrap>div {
  /*background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20211007/haikei.png);
  background-size: contain;
  background-repeat: repeat-y;*/
  padding: 0px 0 80px;
}

.recipeList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px 20px 0;
}

.recipeItem {
  width: calc(33% - 50px);
  padding: 30px 10px 0px;
  margin-bottom: 50px;
  /*background: #fff;
  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/20211007/star.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: calc(33% - 30px);
}

.recipeItem h3 {
  margin: 0 auto 15px;
  padding: 5px 0 10px;
  width: 90%;
  /*position: relative;*/
  background: none;
  color: #000;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.5rem;
}

/*
.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: #e50012;
}

.recipeItem:nth-of-type(even) h3:after {
  background-color: #00b8ee;
}
*/
.recipeItem h3 span {
  display: block;
}

.recipeItem img {
  max-width: 234px;
  margin: auto;
}

.recipeBtnList {
  display: flex;
  justify-content: space-between;
}

.recipeBtn {
  display: block;
  width: 48%;
  padding: 10px;
  font-size: 12px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}

.recipeJump {
  color: #fff!important;
  font-weight:bold;
}

.recipeJump:hover {
}
.recipeDl {
  background: #fff;
  font-weight: bold;
}

.recipeItem01 .recipeDl:hover {
  background: #fff2de;
}
.recipeItem02 .recipeDl:hover {
  background: #ffe4de;
}
.recipeItem03 .recipeDl:hover {
  background: #defff7;
}
.recipeItem04 .recipeDl:hover {
  background: #e7e6ff;
}
.recipeItem05 .recipeDl:hover {
  background: #fcdeff;
}


/*
.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 {
  margin-top: 8px;
  background: #bae2f8;
  padding: 0 0 120px;
}

.icon-setsumei .center {
  display: flex;
  justify-content: space-around;
}

.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: 80px 0 0;
}

.productGrp .productH2 {
    /* border-radius: 10px 10px 0 0; */
    color: #fff;
    margin: 0 auto 0;
    padding: 0.75em 0;
    width: 100%;
    /* max-width: 500px; */
    text-shadow: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.productGrp .productH2 span {
  display: inline-block;
  color: #fff !important;
}



/*ダウンロード*/
.footGrp {
  background: #83d3ff;
}

.dlGrp {
  padding: 3% 0 5%;
}

.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: 30px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: none;
}

.dlText_h5 span {
  display: inline-block;
  color: #fff !important;
}

.dlText_a {
  max-width: 400px;
  background: #fff;
  color: #83d3ff!important;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin: 7% auto 0;
  transition: all 0.3s ease 0s;
}
.dlText_a:hover{
  opacity: 0.8;
}
@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 100px;
  }

  .dlWrap {
    flex-direction: column;
  }

  .dlText, .dl_img {
    width: 100%;
  }
}

@media (max-width: 780px) {

  /*------------------------------------------- */

  .recipeItem{
    width: 100%;
    padding: 0;
  }
  .recipeItem h3{
    margin-bottom: 0;
    font-size: 5vw;
  }
  .recipeBtnList{
    flex-direction: column;
  }
  .recipeBtn{
    width: calc(100% - 26px);
  }
  .icon-setsumei {
    padding: 0;
  }
  .icon-setsumei .center{
    margin-bottom: 0;
  }

  .product_jump{
    padding-top: 0;
  }
  .productGrp .productList{
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .dlText_h5 {
    margin-top: 7%;
    font-size: 5vw;
  }

  .dlText_a {
    font-size: 5vw;
    margin-bottom: 7%;
  }

  .recipeDl,
  .recipeJump {
    margin: 10px auto 5px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .dlGrp {
    padding: 3% 0 8%;
  }
}

@media (max-width: 710px) {

  /*------------------------------------------- */


  .recipeDl, .recipeJump {
    font-size: 4.2vw;
  }

  .icon-setsumei .center{
    flex-direction: column;
  }

  .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%;
    font-size: 5vw;
  }
}


/*EC-CUBE*/
.l-container{
  width: 1200px;
}
#fil{
width: 1200px;
margin: auto;
}
.c-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#contentInner{padding-bottom: 0;}
#contentInner,
#wide_main_contents{width: 100%;}
