@charset "UTF-8";
/* CSS Document */
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cm-mv {
  background-image: url("../../images/new-sell/recipe/mv.jpg");
}
.cm-mv > .txt {
  color: #333333;
}

.cm-table01 th {
  white-space: nowrap;
}

.cm-recipe {
  padding: 8rem 0;
  background-color: #fffde5;
}
.cm-recipe .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-recipe-item {
  border: 6px solid #e60012;
  padding: 3.5rem;
  background-color: #ffffff;
  margin-bottom: 6rem;
}
.cm-recipe-item:last-child {
  margin-bottom: 0;
}
.cm-recipe-item-ttl {
  text-align: center;
  color: #e60012;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cm-recipe-item-ttl .material-symbols-outlined {
  margin-right: 1.5rem;
  font-size: 4rem;
}
.cm-recipe-item .sub-ttl {
  margin-bottom: 5rem;
}
.cm-recipe-item2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px dotted #333333;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.cm-recipe-item2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cm-recipe-item2 .item {
  width: 76%;
}
.cm-recipe-item2 .item:nth-child(1) {
  width: 20%;
}
.cm-recipe-item2 .item:nth-child(1) img {
  width: 100%;
}
.cm-recipe-item2-ttl {
  font-size: 2.2rem;
  color: #e60012;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.cm-recipe-item2-ttl .material-symbols-outlined {
  margin-right: 1rem;
  font-size: 3rem;
}
.cm-recipe-explanation {
  justify-content: space-between;
  margin-bottom: 5rem;
}
.cm-recipe-explanation .item {
  width: 48%;
}
.cm-recipe-explanation .item:nth-child(1) img {
  height: 100%;
  object-fit: cover;
}

.cm-recipe_support {
  background-color: #fff5f6;
  padding: 8rem 0;
}
.cm-recipe_support .lwrap {
  max-width: 82rem;
}
.cm-recipe_support .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-recipe_support .sub-ttl {
  margin: 3rem 0;
}

.cm-recipevoice {
  padding: 8rem 0 6rem;
}
.cm-recipevoice .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-recipevoice .cm-ribbon-ttl .catch {
  display: inline-block;
  position: relative;
}
.cm-recipevoice .cm-ribbon-ttl .catch::before, .cm-recipevoice .cm-ribbon-ttl .catch::after {
  content: "";
  display: inline-block;
  width: .2rem;
  height: 8rem;
  background-color: #e60012;
  position: absolute;
  bottom: 1rem;
}
.cm-recipevoice .cm-ribbon-ttl .catch::before {
  transform: rotate(-18deg);
  left: -6rem;
}
.cm-recipevoice .cm-ribbon-ttl .catch::after {
  transform: rotate(18deg);
  right: -6rem;
}
.cm-recipevoice > .lwrap {
  position: relative;
}
.cm-recipevoice .abimg {
  position: absolute;
  left: -4rem;
  bottom: 0;
  width: 22rem;
}
.cm-recipevoice-flex {
  flex-wrap: wrap;
  gap: 3rem;
  padding: 0 3rem;
  max-width: 140rem;
  margin: auto;
}
.cm-recipevoice .slick-track {
  display: flex;
  margin-bottom: 2rem;
}
.cm-recipevoice .slick-track .slick-slide {
  height: auto;
}
.cm-recipevoice .slick-prev, .cm-recipevoice .slick-next {
  background-color: #e60012;
  color: #ffffff;
  z-index: 3;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
.cm-recipevoice .slick-prev:hover, .cm-recipevoice .slick-prev:focus, .cm-recipevoice .slick-next:hover, .cm-recipevoice .slick-next:focus {
  color: #ffffff;
  outline: none;
  background-color: #e60012;
}
.cm-recipevoice .slick-prev {
  left: 3rem;
}
.cm-recipevoice .slick-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 2rem;
}
.cm-recipevoice .slick-next {
  right: 3rem;
}
.cm-recipevoice .slick-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
}
.cm-recipevoice-item {
  width: calc((100% / 3) - 2rem);
  margin-top: 1rem !important;
  background-color: #ffffff;
  padding: 3rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  position: relative;
}
.cm-recipevoice-item::before {
  font-size: 1.6rem;
  content: "VOICE ";
  position: absolute;
  left: -1rem;
  top: 0;
  background-color: #e60012;
  color: #ffffff;
  text-align: center;
  padding: .5rem 1.5rem;
  transform: rotate(-15deg);
}
.cm-recipevoice-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cm-recipevoice-item-heading h3 {
  font-weight: 500;
  width: calc(100% - 7rem);
  line-height: 1.35;
}
.cm-recipevoice-item-heading .img {
  width: 6rem;
  height: 6rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.2rem solid #e60012;
  border-radius: 100%;
}
.cm-recipevoice-item-heading .img img {
  width: 80%;
}
.cm-recipevoice-item-content dl:first-child dt {
  margin-top: 0;
}
.cm-recipevoice-item-content dl:last-child dd {
  padding-bottom: 0;
}
.cm-recipevoice-item-content dt {
  font-size: 1.3rem;
  border-left: 0.2rem solid #e60012;
  padding: .3rem 0 .3rem 1rem;
}
.cm-recipevoice-item-content dd {
  font-size: 1.3rem;
  line-height: 1.65;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 1030px) {
  .cm-recipevoice .slick-prev {
    left: 1.5rem;
  }
  .cm-recipevoice .slick-next {
    right: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .cm-recipevoice .cm-ribbon-ttl .catch::before {
    left: -3rem;
  }
  .cm-recipevoice .cm-ribbon-ttl .catch::after {
    right: -3rem;
  }
  .cm-recipevoice .abimg {
    width: 20vw;
    left: -3vw;
  }
  .cm-recipevoice-item-heading h3 {
    width: calc(100% - 5.5rem);
  }
  .cm-recipevoice-item-heading .img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 850px) {
  .cm-recipevoice .abimg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cm-recipevoice-flex {
    padding: 0;
  }
  .cm-recipevoice-item {
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-recipevoice {
    overflow: hidden;
  }
  .cm-recipevoice .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
  .cm-recipevoice .cm-ribbon-ttl .catch {
    font-size: 2.8rem;
  }
  .cm-recipevoice .cm-ribbon-ttl .catch::before, .cm-recipevoice .cm-ribbon-ttl .catch::after {
    height: 6rem;
    bottom: 0rem;
  }
  .cm-recipevoice-flex {
    gap: 3rem;
  }
  .cm-recipevoice-item {
    width: 100%;
  }
  .cm-recipevoice-item::before {
    font-size: 1.4rem;
  }
  .cm-recipevoice-item-content dt {
    font-size: 1.6rem;
  }
  .cm-recipevoice-item-content dd {
    font-size: 1.6rem;
  }
}

@media (min-width: 769px) and (max-width: 860px) {
  .cm-recipe_support .cm-ribbon-ttl .catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1084px) {
  .cm-recipe_support .lwrap {
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .cm-recipe-explanation {
    flex-wrap: wrap;
  }
  .cm-recipe-explanation .item {
    width: 100%;
  }
  .cm-recipe-explanation .item:nth-child(1) {
    height: 30rem;
  }
  .cm-recipe-explanation .item:nth-child(1) img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .cm-recipe_support .lwrap {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-recipe .cm-ribbon-ttl {
    margin-bottom: 5rem;
  }
  .cm-recipe-item {
    border-width: .6rem;
    padding: 3.5rem 1.5rem;
  }
  .cm-recipe-explanation .item:nth-child(1) {
    height: 26rem;
  }
  .cm-recipe-item2-ttl {
    line-height: 1.35;
  }
  .cm-recipe-item2 .item {
    width: 66%;
  }
  .cm-recipe-item2 .item:nth-child(1) {
    width: 30%;
  }

  .cm-recipe_support .lwrap {
    margin: 0 2rem;
  }
}
.fixbnr {
  position: fixed;
  bottom: 9rem;
  right: 8rem;
  z-index: 9;
  text-align: center;
}
.fixbnr .closebtn {
  background-color: #ffffff;
  border: 0.2rem solid #333333;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: -3rem;
}
.fixbnr .closebtn span {
  display: inline-block;
  width: 1.2rem;
  height: .2rem;
  background-color: #333333;
  position: absolute;
  left: .7rem;
  top: 1.2rem;
}
.fixbnr .closebtn span:nth-child(1) {
  transform: rotate(45deg);
}
.fixbnr .closebtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.fixbnr-voice {
  margin-bottom: .6rem;
}
.fixbnr-voice a {
  background-color: #ff9020;
  color: #ffffff;
  display: block;
  border-radius: 3rem;
  padding: 1rem 0;
  width: 16rem;
  transition: .3s;
}
.fixbnr-voice a:hover {
  opacity: .7;
}
.fixbnr-recipe a {
  background-color: #e60012;
  color: #ffffff;
  display: block;
  border-radius: 3rem;
  padding: .5rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
  width: 16rem;
  transition: .3s;
}
.fixbnr-recipe a .small {
  font-size: 1.2rem;
}
.fixbnr-recipe a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .fixbnr {
    bottom: 12rem;
    right: 1.5rem;
  }
  .fixbnr-voice {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .fixbnr-voice a {
    width: 20rem;
  }
  .fixbnr-recipe {
    display: inline-block;
    vertical-align: bottom;
  }
  .fixbnr-recipe a {
    width: 20rem;
  }
  .fixbnr-recipe a .small {
    font-size: 1.4rem;
  }
}
