@charset "UTF-8";
#delicious-effects {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
#delicious-effects .contents {
  overflow: hidden;
  background: url(/pc/special/delicious-effects/data/images/pattern-bgi.png);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
#delicious-effects .contents p, #delicious-effects .contents h1, #delicious-effects .contents h2, #delicious-effects .contents h3, #delicious-effects .contents h4, #delicious-effects .contents h5, #delicious-effects .contents h6, #delicious-effects .contents a, #delicious-effects .contents li, #delicious-effects .contents caption, #delicious-effects .contents td, #delicious-effects .contents th, #delicious-effects .contents dt, #delicious-effects .contents dd, #delicious-effects .contents input, #delicious-effects .contents textarea, #delicious-effects .contents select, #delicious-effects .contents address {
  font-family: "Noto Sans JP", sans-serif;
}
#delicious-effects .contents a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
#delicious-effects .contents a:hover {
  opacity: 0.7;
}
#delicious-effects .contents img {
  max-width: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
#delicious-effects .contents img[src$=svg] {
  max-width: 100%;
}
#delicious-effects .contents .inner {
  margin: 0 auto;
  width: 1000px;
}
#delicious-effects .contents .anchor, #delicious-effects .contents .anchor_external {
  display: block;
  position: absolute;
  top: -59px;
}
#delicious-effects .contents .flexbox {
  display: flex;
}
#delicious-effects .contents .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#delicious-effects .contents .lead + .lead {
  margin-top: 27px;
}
#delicious-effects .contents .notice {
  display: table;
  font-size: 12px;
  line-height: 1.1666666667;
}
#delicious-effects .contents .notice:before {
  display: table-cell;
  content: "※";
}
#delicious-effects #kv {
  position: relative;
  height: 435px;
  background: url(/pc/special/delicious-effects/data/images/kv-bgi.jpg?2022) no-repeat center;
  background-size: cover;
}
#delicious-effects #kv .inner {
  position: relative;
  height: 100%;
}
#delicious-effects #kv .kv-ttl {
  position: absolute;
  top: 60px;
  left: 0;
}
#delicious-effects #kv .kv-ttl > img {
  width: 602px;
  height: auto;
}
#delicious-effects #kv .kv-lead {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
#delicious-effects #kv .kv-lead > img {
  width: 294px;
  height: auto;
}
#delicious-effects #kv .kv-products {
  margin: 0 0 -97px -106px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#delicious-effects #lead-section {
  padding: 140px 0 76px;
  text-align: center;
}
#delicious-effects .lead-ttl {
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 838px;
  height: 79px;
  color: #922727;
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
#delicious-effects .lead-ttl .lead-logo {
  margin: 0 4px;
  position: relative;
  left: -9px;
}
#delicious-effects #local_navi_wrap {
  position: relative;
  background: #fff;
}
#delicious-effects #local_navi_wrap:before {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(0, 173, 227, 0.5);
  pointer-events: none;
  content: "";
}
#delicious-effects .local_navi {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 120px;
  background: #fff;
}
#delicious-effects .local_navi li {
  border-left: solid 1px #e5e5e5;
  display: block;
  width: 1666.6666666667%;
  height: 80px;
}
#delicious-effects .local_navi li:last-child {
  border-right: solid 1px #e5e5e5;
}
#delicious-effects .local_navi a {
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.333333;
  text-align: center;
}
#delicious-effects .local_navi a:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 7px;
  background: url(/pc/special/delicious-effects/data/images/arrow-carrot_down_black.svg) no-repeat center;
  background-size: contain;
  content: "";
}
#delicious-effects #local_navi_wrap.fix {
  position: fixed;
  top: 131px;
  z-index: 900;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
}
#delicious-effects #local_navi_wrap.fix .local_navi {
  padding: 0;
  height: 60px;
  max-height: 0;
  background: transparent;
  animation: fixnav 0.3s 0s both;
}
@keyframes fixnav {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 90px;
  }
}
#delicious-effects #local_navi_wrap.fix .local_navi li {
  border-color: rgba(255, 255, 255, 0.3);
  height: 100%;
}
#delicious-effects #local_navi_wrap.fix .local_navi a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
#delicious-effects #local_navi_wrap.fix .local_navi a:after {
  content: none;
}
#delicious-effects #local_navi_wrap.fix ~ #karaage-section {
  margin-top: 131px;
}
#delicious-effects .verify-section {
  padding: 300px 0 80px;
  position: relative;
}
#delicious-effects .verify-section:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  content: "";
}
#delicious-effects #karaage-section:before {
  background: url(/pc/special/delicious-effects/data/images/karaage-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects .verify-box {
  padding: 60px 54px;
  position: relative;
  z-index: 80;
  background: url(/pc/special/delicious-effects/data/images/verify-pattern.png);
  background-position-y: 16px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
#delicious-effects .verify-ttl {
  padding: 26.5px;
  border-radius: 5px;
  position: relative;
  color: #fff;
  background: #001a6d;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3175;
  text-align: center;
  letter-spacing: -0.05em;
}
#delicious-effects .verify-ttl .icon-verify {
  position: absolute;
  top: -139px;
  left: -44px;
}
#delicious-effects .verify-ttl + .lead {
  margin-top: 15px;
  text-align: left;
}
#delicious-effects .verify-analysis {
  margin-top: 60px;
  padding-bottom: 16px;
  border-bottom: solid 2px #ccc;
  position: relative;
}
#delicious-effects .verify-analysis .left_area {
  padding-top: 104px;
  text-align: justify;
  text-justify: distribute;
}
#delicious-effects .verify-analysis .verify-ttl-analysis {
  width: 376px;
  text-align: center;
}
#delicious-effects .verify-analysis .verify-ttl-analysis > img {
  width: auto;
  height: 63px;
}
#delicious-effects .verify-analysis dl {
  width: 376px;
}
#delicious-effects .verify-analysis .verify-label {
  margin: 27px 0 15px;
  padding-left: 0.5em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  background: #c00;
  font-size: 24px;
  font-weight: 500;
}
#delicious-effects .verify-analysis .right_area {
  position: absolute;
  top: 0;
  right: -28px;
}
#delicious-effects .verify-analysis .notice_area {
  margin-top: 111px;
}
#delicious-effects .verify-analysis .notice_area p {
  color: #666;
  font-size: 14px;
}
#delicious-effects .verify-analysis.-texture {
  margin-top: 40px;
}
#delicious-effects .verify-analysis.-texture .left_area {
  padding-top: 51px;
}
#delicious-effects .verify-analysis.-texture .verify-ttl-analysis, #delicious-effects .verify-analysis.-texture dl {
  width: 380px;
}
#delicious-effects .verify-analysis.-texture .right_area {
  right: 5px;
}
#delicious-effects .verify-analysis.-texture .notice_area {
  margin-top: 56px;
}
#delicious-effects .recipe_area {
  margin-top: 43px;
}
#delicious-effects .recipe_area .recipe_area-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#delicious-effects .recipe_area .recipe_area-ttl span {
  position: relative;
}
#delicious-effects .recipe_area .recipe_area-ttl span:before, #delicious-effects .recipe_area .recipe_area-ttl span:after {
  display: block;
  position: absolute;
  top: 2px;
  width: 20px;
  height: 31px;
  content: "";
}
#delicious-effects .recipe_area .recipe_area-ttl span:before {
  left: -38px;
  background: url(/pc/special/delicious-effects/data/images/icon-ttl-left.svg) no-repeat;
  background-size: contain;
}
#delicious-effects .recipe_area .recipe_area-ttl span:after {
  right: -38px;
  background: url(/pc/special/delicious-effects/data/images/icon-ttl-right.svg) no-repeat;
  background-size: contain;
}
#delicious-effects .recipe_area .recipebox {
  margin-top: 19px;
  padding: 28px 28px 32px;
  border: solid 4px #001a6d;
  display: flex;
  align-items: flex-start;
}
#delicious-effects .recipe_area .img_area {
  flex-shrink: 0;
  width: 344px;
}
#delicious-effects .recipe_area .img_area img {
  width: 100%;
  height: auto;
}
#delicious-effects .recipe_area .text_area {
  margin-left: 70px;
  padding-top: 20px;
  width: 360px;
}
#delicious-effects .recipe_area h4 {
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.5);
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
#delicious-effects .recipe_area li {
  margin-top: 13px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
}
#delicious-effects .recipe_area li:before {
  margin-right: 5px;
  display: block;
  width: 18px;
  height: 23px;
  content: "";
}
#delicious-effects .recipe_area li + li {
  margin-top: 0;
}
#delicious-effects .recipe_area .time:before {
  background: url(/pc/special/delicious-effects/data/images/icon-clock.png) no-repeat;
  background-size: contain;
}
#delicious-effects .recipe_area .calorie:before {
  background: url(/pc/special/delicious-effects/data/images/icon-burn.png) no-repeat;
  background-size: contain;
}
#delicious-effects .recipe_area p {
  margin-top: 10px;
  text-align: justify;
  text-justify: distribute;
}
#delicious-effects .btn_recipe {
  margin-top: 16px;
  padding-right: 40px;
  border: 1px solid;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 226px;
  height: 36px;
  font-size: 14px;
  font-feature-settings: "palt";
}
#delicious-effects .btn_recipe::after {
  display: inline-block;
  position: absolute;
  top: 37%;
  right: 0px;
  transform: translateY(-50%);
  width: 66px;
  height: 20px;
  background: url(/pc/special/bannouwaza/data/images/icon-arrow-normal.svg) no-repeat;
  background-size: cover;
  content: "";
}
#delicious-effects #beef-section:before {
  background: url(/pc/special/delicious-effects/data/images/beef-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects #beef-section .verify-analysis {
  margin-top: 33px;
}
#delicious-effects #beef-section .verify-analysis .left_area {
  padding-top: 84px;
}
#delicious-effects #beef-section .verify-analysis .right_area {
  right: -17px;
}
#delicious-effects #beef-section .verify-analysis .notice_area {
  margin-top: 98px;
}
#delicious-effects #beef-section .verify-analysis.-texture {
  margin-top: 21px;
}
#delicious-effects #beef-section .verify-analysis.-texture .right_area {
  top: 19px;
  right: 5px;
}
#delicious-effects #beef-section .verify-analysis.-texture .notice_area {
  margin-top: 72px;
}
#delicious-effects #beef-section .recipe_area .text_area {
  padding-top: 8px;
}
#delicious-effects #curry-section:before {
  background: url(/pc/special/delicious-effects/data/images/curry-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects #curry-section .verify-analysis {
  margin-top: 31px;
}
#delicious-effects #curry-section .verify-analysis .left_area {
  padding-top: 116px;
}
#delicious-effects #curry-section .verify-analysis .notice_area {
  margin-top: 120px;
}
#delicious-effects #curry-section .recipe_area .text_area {
  padding-top: 8px;
}
#delicious-effects #kimuchi-section:before {
  background: url(/pc/special/delicious-effects/data/images/kimuchi-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects #kimuchi-section .verify-analysis {
  margin-top: 31px;
}
#delicious-effects #kimuchi-section .verify-analysis .left_area {
  padding-top: 116px;
}
#delicious-effects #kimuchi-section .verify-analysis .notice_area {
  margin-top: 120px;
}
#delicious-effects #tomato-section:before {
  background: url(/pc/special/delicious-effects/data/images/tomato-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects #tomato-section .verify-analysis {
  margin-top: 31px;
}
#delicious-effects #tomato-section .verify-analysis .left_area {
  padding-top: 116px;
}
#delicious-effects #tomato-section .verify-analysis .notice_area {
  margin-top: 120px;
}
#delicious-effects #millefeuille-section:before {
  background: url(/pc/special/delicious-effects/data/images/millefeuille-bgi.jpg) no-repeat center;
  background-size: cover;
}
#delicious-effects #millefeuille-section .verify-analysis {
  margin-top: 36px;
}
#delicious-effects #millefeuille-section .verify-analysis .left_area {
  padding-top: 118px;
}
#delicious-effects #millefeuille-section .verify-analysis .notice_area {
  margin-top: 120px;
}
#delicious-effects #millefeuille-section .verify-analysis.-odor {
  margin-top: 40px;
}
#delicious-effects #millefeuille-section .verify-analysis.-odor .left_area {
  padding-top: 31px;
}
#delicious-effects #millefeuille-section .verify-analysis.-odor .right_area {
  right: 27px;
}
#delicious-effects #millefeuille-section .verify-analysis.-odor .notice_area {
  margin-top: 56px;
}
#delicious-effects #millefeuille-section .recipe_area .text_area {
  padding-top: 8px;
}
#delicious-effects #survey-section {
  padding: 80px 0;
  background: #fff;
}
#delicious-effects .survey-ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#delicious-effects .survey-lead {
  margin-top: 43px;
  padding: 20px 0;
  border-top: solid 2px #4373c5;
  border-bottom: solid 2px #4373c5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#delicious-effects .survey-lead .lead-logo {
  margin-right: -5px;
  position: relative;
  left: -14px;
}
#delicious-effects .survey-txt {
  margin-top: 27px;
}
#delicious-effects .survey-txt + .survey-contents {
  margin-top: 34px;
}
#delicious-effects .survey-contents + .survey-contents {
  margin-top: 33px;
}
#delicious-effects .survey-contents.-col2 {
  display: flex;
  justify-content: space-between;
}
#delicious-effects .survey-contents.-col2 > .survey-item {
  width: calc(50% - 16px);
}
#delicious-effects .survey-contents h3 {
  padding: 12px 0;
  color: #fff;
  background: #4373c5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
#delicious-effects .survey-contents h3 + dl {
  margin-top: 18px;
}
#delicious-effects .survey-contents dl + dl {
  margin-top: 25px;
}
#delicious-effects .survey-contents dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
#delicious-effects .survey-contents dt:before {
  margin-right: 15px;
  display: block;
  width: 7px;
  height: 29px;
  background: #4373c5;
  content: "";
}
#delicious-effects .survey-contents dd {
  margin-top: 16px;
  padding-left: 2px;
}
#delicious-effects .survey-contents dd p + p {
  margin-top: 1.5em;
}
#delicious-effects #recommend-section {
  padding-bottom: 60px;
  color: #fff;
  background: url(/pc/special/delicious-effects/data/images/recommend-bgi.png) no-repeat center bottom #001a6d;
  background-size: 1366px auto;
}
#delicious-effects #recommend-section .inner {
  display: flex;
}
#delicious-effects #recommend-section .img_area {
  margin: -44px -19px 0;
  flex-shrink: 0;
}
#delicious-effects #recommend-section .text_area {
  padding: 74px 60px 0 77px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#delicious-effects #recommend-section .text_area h2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333;
}
#delicious-effects #recommend-section .notice {
  margin-top: 0.25em;
  font-size: 14px;
}
#delicious-effects #recommend-section .btn_recipe {
  margin-top: 40px;
  padding-right: 55px;
  border: 1px solid #c7c7c7;
  color: #333;
  background: #fff;
}
#delicious-effects #recommend-section .btn_recipe::after {
  display: inline-block;
  position: absolute;
  top: 37%;
  right: 0px;
  transform: translateY(-50%);
  width: 66px;
  height: 20px;
  background: url(/pc/special/bannouwaza/data/images/icon-arrow-normal.svg) no-repeat;
  background-size: cover;
  content: "";
}
#delicious-effects #bnr-section {
  padding: 80px 0 100px;
}
#delicious-effects #bnr-section h2 {
  margin: 0 auto;
  width: 950px;
}
#delicious-effects #bnr-section .bnr_wrap {
  margin-top: 29px;
  text-align: center;
}
#delicious-effects {
  padding-top: 0;
}
#delicious-effects #header_anchor + #js-header ~ .fix ~ #kv {
  padding-top: 131px;
}
#delicious-effects #js-header img, #delicious-effects #js-footer img {
  vertical-align: middle;
}
#delicious-effects #js-footer a {
  color: #666;
}