@charset "UTF-8";
.recipe-under-search{
  display: none;
}
/* .ttle-page-name{
  display: none!important;
} */
.box-main-theme{
  display: none;
}

.box-main-theme+.contents-inner {
  width: 100%;
  max-width: inherit;
  margin: 0;
}
.d-inline{
  display: inline-block;
}
.area-details{
  display: none;
}
.content-inner{
  width: 96%;
  max-width: 1080px;
  margin: auto;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
/* キービジュアル */
.mainvisual .mainvisualImage picture{
  display: block;
  width: 100%;
}
.mainvisual .mainvisualImage picture img{
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.mainvisual  .notis {
  text-align: right;
  margin-top: 20px;
}


.sectionAnchor {
padding-bottom: 50px;
}

.sectionAnchor .sectionAnchor-ttl {
  width: 796px;
  margin-inline: auto;
  margin-top: 52px;
}

.sectionAnchor .anchorList {
  display: flex;
  column-gap: 30px;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 31px;
}

.sectionAnchor .anchorList .anchorList-item {
  width: 340px;
  position: relative;
}
.anchorList-item-symbol {
  width: 120px;
  position: absolute;
  top: 0;
  left: -25px;
  transform: rotate(-20deg);
}
.sectionAnchor .anchorList .anchorList-item .anchorList-item-num {
  width: 120px;
  margin-inline: auto;
  display: block;
  padding-bottom: 25px;
}
.sectionAnchor .anchorList .anchorList-item a:hover {
  opacity: 0.8;
}
.sectionAnchor .anchorList .anchorList-item a img:hover {
  opacity: 1;
}


/* レシピ */
.sectionRecipe{
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
  background-color: #f4db36;
  background-image: radial-gradient(circle, #f7e468 20px, transparent 20px), radial-gradient(circle, #f7e468 20px, transparent 20px);
  background-position: 0 0, 45px 60px;
  background-size: 90px 120px;
}
.recipe__bg {
  position: absolute;
    top: 0;
    left: 0;
}
.sectionRecipe-ttl{
  width: 100%;
  max-width: 440px;
  margin: auto;
}
.sectionRecipe-ttl img{
  display: block;
  width: 100%;
  height: auto;
}
.sectionRecipe-nav{
  padding: 64px 28px 22px;
  margin-top: -34px;
  border-radius: 24px;
  background-color: #F7EDD7;
}
.sectionRecipe-nav-text{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.sectionRecipe-nav-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 14px;
}
.sectionRecipe-nav-list-link{
  display: block;
  width: 100%;
  text-decoration: none;
}
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-image{
  width: 100%;
  position: relative;
} 
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-image::after{
  content: '';
  position: absolute;
  top: 19.7px;
  left: 16px;
  background-image: url('../img/recipe_nav_hover_left.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42.39px;
  height: 47.46px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-image::before{
  content: '';
  position: absolute;
  bottom: 22.7px;
  right: 24px;
  background-image: url('../img/recipe_nav_hover_right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37.15px;
  height: 41.59px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-image img{
  display: block;
  width: 94.375%;
  margin: auto;
  height: auto;
  transition: transform 0.2s ease-in;
} 
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-btn{
  margin-top: 12px;
  border-radius: 10px;
  background-color: #C68C00;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  padding: 7px 0 43px;
  position: relative;
  color: #FFFFFF;
  margin-top: -8px;
  transition: opacity 0.4s ease-in;
} 
.sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-btn::after{
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #896204;
  background-image: url('../img/recipe_nav_arrow.png');
  background-size: 17px 10px;
  background-repeat: no-repeat;
  background-position: center top 11px;
}
.sectionRecipe-nav-list-link:hover{
  text-decoration: none;
}
.sectionRecipe-nav-list-link:hover .sectionRecipe-nav-list-link-image::before, .sectionRecipe-nav-list-link:hover .sectionRecipe-nav-list-link-image::after{
  opacity: 1;
 
}
.sectionRecipe-nav-list-link:hover .sectionRecipe-nav-list-link-image img{
  transform: scale(1.1);
  opacity: 1;
}
.sectionRecipe-nav-list-link:hover .sectionRecipe-nav-list-link-btn{
  opacity: 0.5;
}
.sectionRecipe-main{
  padding-top: 40px;
  margin-top: 40px;
}
.sectionRecipe-main-column{
  border: 5px solid #C68C00;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.sectionRecipe-main.is-space{
  margin-top: 60px;
}
.sectionRecipe-main-ttl{
  border-radius: 24px 24px 0 0;
  background-color: #C68C00;
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}
.sectionRecipe-main-ttl-left{

}
.sectionRecipe-main-ttl-left-image{
  width: 180px;
  transform: rotate(-20deg);
  position: absolute;
  top: -26px;
  left: 6px;
}
/* .sectionRecipe-main-ttl-left-image img{
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: auto;
  display: block;
} */
.sectionRecipe-main-ttl-left-text{
  font-size: 43px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  margin-left: 20px;
  line-height: 45px;
}
.sectionRecipe-main-ttl-left-text.indent {
  text-indent: 2em;
}
.sectionRecipe-main-ttl-right{
  width: 165px;
  margin-top: 29px;
  margin-right: 31px;
}
.sectionRecipe-main-ttl-right-icon{
  width: 31.65px;
  margin: auto;
}
.sectionRecipe-main-ttl-right-icon img{
  display: block;
  width: 100%;
  height: auto;
}
.sectionRecipe-main-ttl-right-text{
  font-size: 20px;
  font-weight: 700;
  margin-top: 15.5px;
  text-align: center;
  color: #FFFFFF;
}
.sectionRecipe-main-inner{
  padding: 40px 35px 45px;
}
.sectionRecipe-main-detail{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.83;
}
.sectionRecipe-main-image{
  width: 100%;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 20px;
}
.sectionRecipe-main-image img{
  display: block;
  width: 100%;
  height: auto;
}
.sectionRecipe-main-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
.sectionRecipe-main-wrap-left{
  width: calc(50% - 20px);
}
.sectionRecipe-main-wrap-right{
  width: calc(50% - 20px);
}
.sectionRecipe-main-wrap-ttl{
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
}
.sectionRecipe-main-wrap-ttl img{
  display: block;
  height: auto;
}
.sectionRecipe-main-wrap-ttl img.material{
  width: 20.64px;
  margin-right: 17.4px;
}
.sectionRecipe-main-wrap-ttl img.cooking{
  width: 33.89px;
  margin-right: 8.3px;
}
.sectionRecipe-main-wrap-ttl-text{
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
}
.sectionRecipe-main-wrap-left-list{
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.sectionRecipe-main-wrap-left-list-item{
  padding-bottom: 16px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sectionRecipe-main-wrap-left-list-item.isNone{
  height: 39.5px;
  border: none;
}
.sectionRecipe-main-wrap-left-list-item:nth-child(n + 2){
  margin-top: 16px;
}
.sectionRecipe-main-wrap-left-list-ttl{
  margin-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.sectionRecipe-main-wrap-left-list-item-ttl.heading {
  font-weight: bold;
  font-size: 18px;
}

.sectionRecipe-main-wrap-left-list-item-text{
  font-size: 15px;
}
.sectionRecipe-main-wrap-right-list{
  margin: 0;
  margin-top: 16px;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
.sectionRecipe-main-wrap-right-list-item{
  padding-left: 41px;
  position: relative;
  font-size: 15px;
  line-height: 2;
  counter-increment: number;
}
.sectionRecipe-main-wrap-right-list-item:nth-child(n + 2){
  margin-top: 21px;
}
.sectionRecipe-main-wrap-right-list-item::before{
  content: counter(number);
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background-color: #C68C00;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 27px;
}
.sectionRecipe-main-wrap-right-text{
  margin-top: 24px;
  position: relative;
  font-size: 15px;
  line-height: 2;
}




.sectionResult-recipeBtn {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .sectionResult-recipeBtn {
    max-width: none;
  }
}


.timeBox {
  display: flex;
  column-gap: 10px;
  align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
    margin-right: 20px;
}
.time__img {
  width: 30px;
  display: inline-block;
}
.timeBox p {
  font-size: 20px;
}

.sectionRecipe-main-wrap-itemBox {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 32px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.sectionRecipe-main-wrap-ttl.package{
    margin-top: 40px;
    position: relative;
}
.sectionRecipe-main-wrap-ttl.package:after {
  content: "";
  background-image: url(/recipe/cla_theme/Jobtunecollaboration/img/recipe_icon04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 12px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);

}
.sectionRecipe-main-wrap-itemBox-imgBox {
  width: 200px;
  margin-inline: auto;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
}
.sectionRecipe-main-wrap-itemBox-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
}
.sectionRecipe-main-wrap-itemBox-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 44px;
}
.sectionRecipe-main-wrap-itemBox-bottom-btn {
  display: block;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 14px;
  position: relative;
}
.sectionRecipe-main-wrap-itemBox-bottom-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 12px;
}



/* レシピ　カラー別 */
/* 濃厚みそ鍋 */
.miso .sectionRecipe-main-column{
  border-color: #E95413;
}
.miso .sectionRecipe-main-ttl {
  background-color: #E95413;
}
.miso .sectionRecipe-main-wrap-ttl {
  background-color: #E95413;
}
.miso .sectionRecipe-main-wrap-right-list-item::before {
  background-color: #E95413;
}
.miso .time__img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(913%) hue-rotate(351deg) brightness(104%) contrast(97%);
}
.miso .sectionRecipe-main-wrap-itemBox {
    background-color: #FDEDE7;
}
.miso .sectionRecipe-main-wrap-ttl.package:after {
  filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(913%) hue-rotate(351deg) brightness(104%) contrast(97%);
}
.miso .sectionRecipe-main-wrap-itemBox-bottom-btn {
  border-color: #E95413;
}
.miso .sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  color: #E95413;
}


/* 豆乳ごま鍋 */
.tounyu .sectionRecipe-main-column{
  border-color: #BA8A00;
}
.tounyu .sectionRecipe-main-ttl {
  background-color: #BA8A00;
}
.tounyu .sectionRecipe-main-wrap-ttl {
  background-color: #BA8A00;
}
.tounyu .sectionRecipe-main-wrap-right-list-item::before {
  background-color: #BA8A00;
}
.tounyu .time__img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(836%) hue-rotate(18deg) brightness(91%) contrast(101%);
}
.tounyu .sectionRecipe-main-wrap-itemBox {
    background-color: #F7F2E4;
}
.tounyu .sectionRecipe-main-wrap-ttl.package:after {
  filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(836%) hue-rotate(18deg) brightness(91%) contrast(101%);
}
.tounyu .sectionRecipe-main-wrap-itemBox-bottom-btn {
  border-color: #BA8A00;
}
.tounyu .sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  color: #BA8A00;
}


/* 柑橘醤油つゆ */
.kankitsu .sectionRecipe-main-column{
  border-color: #58B531;
}
.kankitsu .sectionRecipe-main-ttl {
  background-color: #58B531;
}
.kankitsu .sectionRecipe-main-wrap-ttl {
  background-color: #58B531;
}
.kankitsu .sectionRecipe-main-wrap-right-list-item::before {
  background-color: #58B531;
}
.kankitsu .time__img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(20%) saturate(1390%) hue-rotate(58deg) brightness(105%) contrast(94%);
}
.kankitsu .sectionRecipe-main-wrap-itemBox {
    background-color: #EEF8EA;
}
.kankitsu .sectionRecipe-main-wrap-ttl.package:after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(20%) saturate(1390%) hue-rotate(58deg) brightness(105%) contrast(94%);
}
.kankitsu .sectionRecipe-main-wrap-itemBox-bottom-btn {
  border-color: #58B531;
}
.kankitsu .sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  color: #58B531;
}

/* キムチの素 */
.kimuchi .sectionRecipe-main-column{
  border-color: #E60013;
}
.kimuchi .sectionRecipe-main-ttl {
  background-color: #E60013;
}
.kimuchi .sectionRecipe-main-wrap-ttl {
  background-color: #E60013;
}
.kimuchi .sectionRecipe-main-wrap-right-list-item::before {
  background-color: #E60013;
}
.kimuchi .time__img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5865%) hue-rotate(349deg) brightness(85%) contrast(110%);
}
.kimuchi .sectionRecipe-main-wrap-itemBox {
    background-color: #FDE5E7;
}
.kimuchi .sectionRecipe-main-wrap-ttl.package:after {
  filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5865%) hue-rotate(349deg) brightness(85%) contrast(110%);
}
.kimuchi .sectionRecipe-main-wrap-itemBox-bottom-btn {
  border-color: #E60013;
}
.kimuchi .sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  color: #E60013;
}

/* 担々ごま鍋の素 */
.tantan .sectionRecipe-main-column{
  border-color: #930A83;
}
.tantan .sectionRecipe-main-ttl {
  background-color: #930A83;
}
.tantan .sectionRecipe-main-wrap-ttl {
  background-color: #930A83;
}
.tantan .sectionRecipe-main-wrap-right-list-item::before {
  background-color: #930A83;
}
.tantan .time__img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(3697%) hue-rotate(296deg) brightness(86%) contrast(103%);
}
.tantan .sectionRecipe-main-wrap-itemBox {
    background-color: #F4E6F2;
}
.tantan .sectionRecipe-main-wrap-ttl.package:after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(3697%) hue-rotate(296deg) brightness(86%) contrast(103%);
}
.tantan .sectionRecipe-main-wrap-itemBox-bottom-btn {
  border-color: #930A83;
}
.tantan .sectionRecipe-main-wrap-itemBox-bottom-btn:after {
  color: #930A83;
}






@media screen and (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .content-inner{
    width: 100%;
    padding: 0 15px;
  }
  /* 黄金マヨとは？ */
  .sectionAbout{
    padding-top: 42px;
  }
  .sectionAbout-nav{
    padding: 10px 12px;
    background-color: #C68C00;
    border-radius: 18px;
    box-shadow: 0 10px 0 #483300;
  }
  .sectionAbout-nav::after{
    content: '';
    position: absolute;
    right: 20px;
    top: -32px;
    width: 123px;
    height: 96px;
  }
  .sectionAbout-nav.is-end::after{
    background-image: url('../img/about_nav_accent_end.png');
  }
  .sectionAbout-nav.is-result::after{
    background-image: url('../img/about_nav_accent_result.png');
  }
  .sectionAbout-nav picture{
    margin: auto;
    max-width: 248px;
    width: 90%;
  }
  .sectionAbout-nav .sectionAbout-nav-arrow{
    position: relative;
    width: 100%;
    padding: 4.75px;
    border-radius: 9px;
    font-size: 15px;
    margin-top: 4px;
  }
  .sectionAbout-nav .sectionAbout-nav-arrow::after{
    content: '';
    position: absolute;
    width: 42px;
    height: 23px;
  }
  .sectionAbout-wrap{
    margin-top: 0px;
    /* background-image: url('../img/about_sp_back.png'); */
    margin: 130px 0 134px;
  }
  .sectionAbout-wrap::after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -98px;
    width: 100%;
    height: 164px;
    background-image: url('../img/about_back_top.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sectionAbout-wrap::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -124px;
    background-image: url('../img/about_back_bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 124px;
  }
  .sectionAbout-ttl{
    width: 176px;
    margin: auto;
  }
  .sectionAbout-ttl img{
    width: 100%;
    height: auto;
    display: block;
  }
  .sectionAbout-wrap-image{
    margin-top: 28px;
  }
  /* レシピ */
  .sectionRecipe{
    margin-top: 20px;
  }
  .sectionRecipe-ttl{
    max-width: 297px;
  }
  .sectionRecipe-nav{
    padding: 44px 12px 22px;
    margin-top: -21px;
    border-radius: 18px;
  }
  .sectionRecipe-nav-text{
    font-size: 22px;
    line-height: 30px;
  }
  .sectionRecipe-nav-list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .sectionRecipe-nav-list .sectionRecipe-nav-list-link:nth-child(2){
    margin-top: 12px;
  }
  .sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-image img{
    display: block;
    width: 94.375%;
    margin: auto;
    height: auto;
  } 
  .sectionRecipe-nav-list-link .sectionRecipe-nav-list-link-btn{
    margin-top: 12px;
  } 
  .sectionRecipe-nav-list-link:hover{
    text-decoration: none;
  }
  
  .sectionAnchor .anchorList .anchorList-item {
  width: 100%;
  position: relative;
}
  
  .sectionRecipe-main{
    padding-top: 50px;
    margin-top: 0px; 
  }



  .sectionRecipe-main-column{
    border: 3px solid #C68C00;
    border-radius: 16px;
  }
  .sectionRecipe-main.is-space{
    padding-top: 40px;
    margin-top: 24px; 
  }
  .sectionRecipe-main-ttl{
    border-radius: 12px 12px 0 0;
    position: relative;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .sectionRecipe-main-ttl-left{
    display: flex;
    align-items: center;
  }
  .sectionRecipe-main-ttl-left-image{
    position: absolute;
    left: -9px;
    top: -6px;
    width: 64px;
    height: auto;
  }
  .sectionRecipe-main-ttl-left-image img{
    position: static;
    width: 100%;
  }
  .sectionRecipe-main-ttl-left-text{
    font-size: 20px;
    margin-left: 0;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .sectionRecipe-main-ttl-left-text.indent {
    text-indent: 0;
  }
  .sectionRecipe-main-ttl-right{
    width: 100px;
    margin-top: 0px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sectionRecipe-main-ttl-right-icon{
    width: 24.65px;
    margin: 0;
  }
  .sectionRecipe-main-ttl-right-text{
    font-size: 12px;
    margin-top: 8px;
  }
  .sectionRecipe-main-inner{
    padding: 20px 12px 15px;
  }
  .sectionRecipe-main-detail{
    font-size: 16px;
    line-height: 1.5;
  }
  .sectionRecipe-main-image{
    margin-top: 18px;
    border-radius: 12px;
  }
  .sectionRecipe-main-wrap{
    margin-top: 11px;
    flex-direction: column;
  }
  .sectionRecipe-main-wrap-left{
    width: 100%;
  }
  .sectionRecipe-main-wrap-right{
    width: 100%;
    margin-top: 37px;
  }
  .sectionRecipe-main-wrap-ttl{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 12px;
    height: 40px;
  }
  .sectionRecipe-main-wrap-ttl img.material{
    width: 16px;
    margin-right: 16px;
  }
  .sectionRecipe-main-wrap-ttl img.cooking{
    width: 24px;
    margin-right: 8px;
  }
  .sectionRecipe-main-wrap-ttl-text{
    font-size: 18px;
  }
  .sectionRecipe-main-wrap-left-list{
    margin-top: 10px;
  }
  .sectionRecipe-main-wrap-left-list-item{
    padding-bottom: 12px;
  }
  .sectionRecipe-main-wrap-left-list-item.isNone{
    height: 35.5px;
  }
  .sectionRecipe-main-wrap-left-list-item:nth-child(n + 2){
    margin-top: 12px;
  }
  .sectionRecipe-main-wrap-left-list-ttl{
    margin-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .sectionRecipe-main-wrap-right-list{
    margin-top: 12px;
  }
  .sectionRecipe-main-wrap-right-list-item{
    padding-left: 41px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    counter-increment: number;
  }
  .sectionRecipe-main-wrap-right-list-item:nth-child(n + 2){
    margin-top: 18px;
  }
  .sectionRecipe-main-wrap-right-text{
    margin-top: 18px;
  }
  /* キャンペーン */
  .sectionCampaign{
    margin-top: 48px;
  }
  .sectionCampaign-lead{
    padding: 27px 0 63px;
  }
  .sectionCampaign-ttl{
    max-width: 325px;
  } 
  .sectionCampaign-sub{
    max-width: 325px;
    margin: 16px auto 0;
  }
  .sectionCampaign-sub-line{
    height: 3px;
  }
  .sectionCampaign-sub-text{
    font-size: 20px;
    padding: 0 12px;
  }
  .sectionCampaign-inner{
    padding-bottom: 56px;
  }
  .sectionCampaign-data{
    margin: -52px auto 0;
    padding: 16px 24px;
    width: fit-content;
    font-size: 20px;
    border: 3px solid #DAB65B;
    border-radius: 60px;
    text-align: center;
  }
  .sectionCampaign-data.campaignEnd{
    padding: 16px 12px;
    margin: -39px auto 0;
  }
  .sectionCampaign-content{
    border-radius: 16px;
    border: 3px solid #C68C00;
    margin-top: 40px;
    padding: 32px 12px 48px;
  }
  .sectionCampaign-content-lead{
    flex-direction: column;
  }
  .sectionCampaign-content-lead-left{
    width: 100%;
  }
  .sectionCampaign-content-lead-left-ttl{
    font-size: 24px;
    line-height: 40px;
  }
  .sectionCampaign-content-lead-left-image{
    margin: 24px auto 0;
  }
  .sectionCampaign-content-lead-left-image img{
    width: 100%;
    display: block;
    height: auto;
  }
  .sectionCampaign-content-lead-arrow{
    width: 48px;
    margin: 8px auto;
  }
  .sectionCampaign-content-lead-arrow img{
    transform: rotate(90deg);
  }
  .sectionCampaign-content-lead-right{
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .sectionCampaign-content-lead-right-ttl{
    padding-left: 8px;
    width: 100%;
    max-width: 441.5px;
  }
  .sectionCampaign-content-lead-right-image {
    width: 100%;
    margin-top: 12px;
  }
  .sectionCampaign-content-lead-right-image img{
    display: block;
    height: auto;
    width: 100%;
  }
  .sectionCampaign-content-way{
    margin-top: 60px;
  }
  .sectionCampaign-content-way-ttl{
    padding: 10px;
    border-radius: 24px;
    font-size: 22px;
  }
  .sectionCampaign-content-way-detail{
    font-size: 16px;
    margin-top: 24px;
  }
  .sectionCampaign-content-way-wrap{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    margin-top: 26px;
  }
  .sectionCampaign-content-way-wrap-column{
    width: 100%;
    margin: auto;
  }
  .sectionCampaign-content-way-wrap-column-image{
    width: 100%;
    min-height: inherit;
    display: flex;
    flex-direction: column;
  }
  .sectionCampaign-content-way-wrap-column-image img{
    width: 100%;
    display: block;
    height: auto;
  }
  .sectionCampaign-content-way-wrap-column-detail{
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
    min-height: inherit;
  }
  .sectionCampaign-content-way-wrap-arrow{
    height: auto;
    width: 32px;
    margin: 16px auto;
  }
  .sectionCampaign-content-way-wrap-arrow img{
    transform: rotate(90deg);
  }
  .sectionCampaign-content-way-wrap div:nth-child(6){
    margin: 16px auto;
  }
  .sectionCampaign-content-way-wrap-one{
    max-width: inherit;
  }
  .sectionCampaign-content-way-wrap-two{
    max-width: inherit;
  }
  .sectionCampaign-content-way-wrap-three{
    max-width: inherit;
  }
  .sectionCampaign-content-way-wrap-four{
    max-width: inherit;
  }
  .sectionCampaign-content-way-wrap-one .sectionCampaign-content-way-wrap-column-image{
    padding-top: 0px;
  }
  .sectionCampaign-content-way-wrap-two .sectionCampaign-content-way-wrap-column-image{
    padding-top: 0px;
  }
  .sectionCampaign-content-way-wrap-three .sectionCampaign-content-way-wrap-column-image{
    padding-top: 0px;
  }
  .sectionCampaign-content-way-wrap-four .sectionCampaign-content-way-wrap-column-detail{
    padding-left: 0;
  }
  .sectionCampaign-content-way-btns{
    flex-direction: column;
    margin: 20px auto 0;
  }
  .sectionCampaign-content-way-btn{
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 10px 18.5px 10px 12px;
    max-width: 470px;
    margin: 20px auto 0;
  }
  .sectionCampaign-content-way-btn-kewpie{
    width: 64px;
    margin-right: 12px;
  }
  .sectionCampaign-content-way-btn-ebara{
    width: 54px;
    margin-right: 24px;
  }
  .sectionCampaign-content-way-btn-icon{
    width: 30px;
    margin-right: 12px;
  }
  .sectionCampaign-content-way-btn-text{
    font-size: 14px;
  }
  .sectionCampaign-content-way-btn-arrow{
    width: 11px;
    display: block;
    height: auto;
    margin-left: auto;
  }
  .sectionCampaign-content-way-btn:hover{
    text-decoration: none;
    opacity: 0.5;
  }
  /* 応募規約 */
  .sectionCampaign-rule{
    border-radius: 16px;
    border: 3px solid #C68C00;
    margin-top: 40px;
    padding: 40px 12px;
  }
  .sectionCampaign-rule-ttl{
    font-size: 24px;
    margin-bottom: 24px;
  }
  .sectionCampaign-rule-inner::-webkit-scrollbar {
    width: 6px;
  }
  
  .sectionCampaign-rule-inner::-webkit-scrollbar-thumb {
    width: 6px;
  }
  .sectionCampaign-rule-detail{
    font-size: 15px;
    line-height: 26px;
  }
  .sectionCampaign-rule-block{
    margin-top: 16px;
  }
  .sectionCampaign-rule-block-ttl{
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 16px;
  }
  .sectionCampaign-rule-block-detail{
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
  }
  .sectionCampaign-rule-block-detail li{
    font-size: 14px;
    line-height: 24.5px;
    padding-left: 14px;
  }
  .sectionCampaign-rule-block-detail ul.is-space{
    margin-top: 14px;
  }
  .sectionCampaign-rule-block-detail ul li:before{
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24.5px;
  }
  .sectionCampaign-rule-block-detail ol{
    margin-top: 14px;
  }
  .sectionCampaign-rule-block-detail ol li{
    padding-left: 26px;
  }
  .sectionCampaign-rule-block-detail ol li span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 24.5px;
  }
  /* バナー */
  .sectionBanner{
    margin-top: 40px;
    margin-bottom: 56px;
  }
  .sectionBanner-detail{
    font-size: 16px;
    line-height: 30px;
  }
  .sectionBanner-wrap{
    margin-top: 32px;
  }
  /* 結果ページ */
  .sectionResult{
    background-image: url('../img/result_back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 56px 0;
  }
  .sectionResult .sectionResult-ttl{
    width: 100%;
    max-width: 345px;
    margin: auto;
    background-image: url('../img/result_ttl_back.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sectionResult-ttl-main{
    max-width: 108px;
    margin-top: -4px;
  }
  .sectionResult-ttl-sub{
    margin-top: 8px;
    font-size: 20px;
  }
  .sectionResult-name{
    margin-top: 32px;
    font-size: 24px;
  }
  .sectionResult-image{
    margin-top: 24px;
  }
  .sectionResult-detail{
    margin-top: 24px;
    font-size: 14px;
  }
  .sectionResult-end{
    margin-top: 24px;
    font-size: 24px;
  }


  .mainvisual  .notis {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
  }
  .sectionAnchor .anchorList {
    row-gap: 11px;
    margin-top: 37px;
  }
  .sectionAnchor .sectionAnchor-ttl {
    width: 100%;
    margin-top: 38px;
  }
  .sectionAnchor .anchorList .anchorList-item .anchorList-item-num {
    width: 60px;
    padding-bottom: 5px;
  }

  .anchorList-item-symbol {
    width: 56px;
    left: -15px;
    z-index: 1;
  }
  .sectionAnchor {
    padding-bottom: 20px;
  }
  .sectionRecipe {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .sectionRecipe-main .timeBox {
    column-gap: 10px;
    margin-top: 15px;
    margin-right: 0;
  }
  .sectionRecipe-main .time__img {
    width: 21px;
    display: inline-block;
  }
  .sectionRecipe-main .timeBox p {
    font-size: 16px;
  }

  .miso .sectionRecipe-main-wrap-ttl.package:after {
    width: 16px;
    height: 8px;
  }

.sectionRecipe-main-wrap-itemBox-imgBox {
  width: 160PX;
}

  .sectionRecipe-main-wrap-itemBox-ttl {
    margin-top: 20px;
    line-height: 1.3;
  }

  .sectionRecipe-main-wrap-itemBox {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .sectionRecipe-main-wrap-itemBox-bottom-btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sectionRecipe-main-wrap-itemBox-bottom {
    margin-top: 33px;
    row-gap: 10px;
  }

}

/* 251130 */
.ico-h3.ico-h3-3,
.contents-inner.box-recently {
  display: none;
}