@charset "UTF-8";
/* Vars
--------------------- */
/*
Noto Sans Japanese Weight
100	Thin
200	Light
300	DemiLight
400	Regular
500	Medium
700	Bold
900	Black

Fontawesome
&#x;
300 LIGHT   線が細いもの                   fal
400 REGULAR アウトラインをとったようなもの    far
400 BRANDS  Twitterなどのブランドロゴ       fab
900 SOLID   通常アイコン、白抜きのもの       fas
*/
/* ソースサイズ */
/* Mixin
--------------------- */
/* Media Queries */
/* Vendor Prefix */
/* Extend
--------------------- */
/* Clearfix */
/* Ellipsis */
/* PseudoTable */
/* Inner */
/* .recipe-search */
.recipe-search {
  background: #EFDCCD;
  padding: 25px 16px 35px;
}

.meet_part_box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: baseline;
}
.meet_part_boxTitle {
  background-color: #d66437;
  color: #ffffff;
  padding: 0 1em;
  width: 150px;
  min-width: 149px;
  height: 30px;
  text-align: center;
  margin-right: 3%;
  line-height: 1.8;
}
.meet_part_box_list {
  width: 85%;
}
.meet_part_box_list a{
  display: inline-block;
  color: #d66437;
  line-height: 2;
  font-size: 1.6rem;
  margin-right: 3%;
}
.recipe-search input,
.recipe-search select {
  background: #EFDCCD;
  border: 0;
  color: #666666;
  display: block;
  font-size: 1.6rem;
  height: 40px;
  padding: 0 16px;
}
.recipe-search input {
  width: 100%;
  min-width: 350px;
}
.recipe-search select {
  flex-shrink: 0;
  width: 400px;
}
.recipe-search input::-moz-placeholder {
  color: #666666;
}
.recipe-search input:-ms-input-placeholder {
  color: #666666;
}
.recipe-search input::placeholder {
  color: #666666;
}
.recipe-search input:-ms-input-placeholder {
  color: #666666;
}
.recipe-search input::-ms-input-placeholder {
  color: #666666;
}
.recipe-search--inner-box{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
}
.recipe-search--inner {
  border: 2px solid #666666;
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
  max-width: 568px;
}

.recipe-search--btn {
  height: 40px;
  flex-shrink: 0;
  width: 40px;
  background-color: #666666;
}
.recipe-search--btn button {
  border-left: 2px solid #666666;
  color: #efdccd;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.7rem;
  height: 40px;
  width: 40px;
}
.meat-description {
  background-color: #d66437;
}
.meat-descriptionInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
.meat-descriptionTitle {
  font-size: 1.9rem;
  min-width: 305px;
  font-weight: 700;
  background-color: #ffffff;
  color: #d66437;
  padding: 1.5em 1em;
}
.meat-descriptionTxt{
  padding: 0 2em;
}
.meat-descriptionTxt p{
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (min-width: 1200px){
  .meet_part_box.meet-sp {
    display: none;
}
}
@media screen and (280px <= width < 1199px) {
  .meet_part_box.meet-pc {
    display: none;
}
}
@media screen and (max-width: 1200px) {
  .meat-descriptionInner{
    flex-wrap: wrap;
    padding: 0;
  }
  .meat-descriptionTitle{
    padding: 1em 0.8em;
  }
  .meat-descriptionTxt{
    padding: 2em 2em 2.5em;
  }
  .meet_part_box{
    padding: 0;
  }
  .meet_part_box select{
    background-color: #d66437;
    color: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 3em;
    padding: 0 1em;
    text-align: center;
  }
  .meet_part_box.meet-sp > div {
    width: 48%;
    margin: 0 2%;
    border: none;
  }
  .recipe-search--inner-box .recipe-search--inner:nth-child(2){
    display: none;
  }
  .recipe-search--inner-box .recipe-search--inner{
    width: 100%;
    max-width: 100%;
  }
  .recipe-search input {
    width: 100%;
    min-width: 88%;
  }
}
/* .recipe-hd1 */
.recipe-hd1 {
  margin-bottom: 40px;
}
.recipe-hd1 img {
  display: block;
  max-width: 700px;
}

/* .recipe-items */
.recipe-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
}
@media screen and (max-width: 768px) {
  .recipe-items {
    flex-direction: column;
    margin-bottom: -24px;
  }
}

.recipe__item {
  margin: 0 5% 2% 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recipe__item {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
.recipe__item:nth-child(3n) {
  margin-right: 0;
}
.recipe__item figure{
  border-radius: 1em;
      overflow: hidden;
}
.recipe__item figure img {
  width: 100%;
}

.recipe__item__content {
  padding: 16px 0;
}
.recipe__item__content p {
  margin-bottom: 0;
}
.recipe__item__content a {
  color: #232323;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.new-recipe{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DD0026;
  color: #ffffff;
  padding: 0.2em 1.2em;
  border-radius: 0.5em;
  font-size: 16px;
}
/*recipe cat */
.recipe__item__category {
  margin: 15px 0 10px;
}
.recipe__item__content .rec-category-label{
  color: #DD0026;
  border: 1px solid #DD0026;
  padding: 3px 0.9em;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 1em;
  font-size: 1.5rem;
}
/* .recipe-sg */
.recipe-sg-ambassador {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.recipe-sg-ambassador > div {
  background: url("../img/recipe/ambassador_img_02.svg") 0% 50% no-repeat, url("../img/recipe/ambassador_img_03.svg") 100% 50% no-repeat;
  background-size: auto 50px;
  padding: 0 110px;
  display: inline-block;
  position: relative;
}

.recipe-sg-ambassador > div > div {
  border-bottom: 1px solid #9A7E2D;
  border-top: 1px solid #9A7E2D;
  padding: 14px 20px;
}

.recipe-sg-ambassador br {
  display: none;
}

.recipe-sg-ambassador__hd {
  background: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -100px;
  padding: 0 10px;
  width: 200px;
}

.recipe-sg-ambassador__hd img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-ambassador {
    font-size: 16px;
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }

  .recipe-sg-ambassador > div {
    background-size: auto 25px;
    padding: 0 55px;
  }

  .recipe-sg-ambassador > div > div {
    padding: 14px;
  }

  .recipe-sg-ambassador__hd {
    margin-left: -85px;
    width: 170px;
  }

  .recipe-sg-ambassador br {
    display: inline;
  }
}
.recipe-sg-super-recipe-contest {
  margin-bottom: 40px;
  text-align: center;
}
.recipe-sg-super-recipe-contest img {
  max-width: 498px;
  width: 100%;
}

.recipe-sg-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-title {
    font-size: 20px;
  }
}
.recipe-sg-material {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}

.recipe-sg-material--col1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recipe-sg-material--col1 {
    margin-bottom: 24px;
  }
}
.recipe-sg-material--col1 figure img {
  width: 100%;
}

.recipe-sg-material--col2 {
  padding-left: 40px;
  width: 600px;
}

.recipe-sg-material--col2 dl {
  border-bottom: 1px dotted #000;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.recipe-sg-material--col2d dd {
  width: 100px;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-material {
    flex-direction: column;
    margin: 0 -7.5vw;
    width: calc(100% + 15vw);
  }

  .recipe-sg-material--col2 {
    margin: 0 auto;
    padding-left: 0;
    width: 85%;
  }
}
.recipe-sg-hr {
  border: 0;
  border-bottom: 2px solid #FF1E00;
  margin-top: 40px;
}

.recipe-sg-sec {
  margin-top: 40px;
}

.recipe-sg-sec p {
  line-height: 2;
}

.recipe-sg-hd {
  border-left: 8px solid #FF1E00;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 5px 0 5px 44px;
}

.recipe-sg-hd__material {
  background: url("../img/recipe/recipe_ico_material.png") 10px 50% no-repeat;
}

.recipe-sg-hd__time {
  background: url("../img/recipe/recipe_ico_time.png") 10px 50% no-repeat;
}

.recipe-sg-hd__howto {
  background: url("../img/recipe/recipe_ico_howto.png") 10px 50% no-repeat;
}

.recipe-sg-hd__tips {
  background: url("../img/recipe/recipe_ico_tips.png") 10px 50% no-repeat;
}

.recipe-sg-hd__profile {
  background: url("../img/recipe/recipe_ico_profile.png") 10px 50% no-repeat;
}

.recipe-sg-hd__related {
  background: url("../img/recipe/recipe_ico_related.png") 10px 50% no-repeat;
}

.recipe-sg-howto {
  background: #F2F2F2;
  padding: 20px 20px 10px;
}

.recipe-sg-howto dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.recipe-sg-howto dt {
  background: #FF1E00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  width: 32px;
}

.recipe-sg-howto dd {
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  width: 100%;
}

.recipe-sg-howto--cols {
  display: flex;
  justify-content: space-between;
}

.recipe-sg-howto--col1 {
  width: 100%;
}

.recipe-sg-howto--col2 {
  padding-left: 40px;
  width: 350px;
}

.recipe-sg-howto--col2 img {
  width: 100%;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-howto {
    background: 0;
    padding: 0;
  }

  .recipe-sg-howto--cols {
    flex-direction: column;
  }

  .recipe-sg-howto--col2 {
    padding-left: 0;
    width: 100%;
  }

  .recipe-sg-howto--col2 {
    margin-bottom: 1em;
  }
}
.recipe-sg-tips {
  background: #F8E288;
  padding: 20px 20px 10px;
}

.recipe-sg-tips ul {
  list-style-type: disc;
  padding-left: 20px;
}

.recipe-sg-tips li {
  line-height: 2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-tips {
    margin: 0 -7.5vw;
    width: calc(100% + 15vw);
  }
}
.recipe-sg-profile {
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.recipe-sg-profile--col1 {
  padding-right: 40px;
  width: 400px;
}

.recipe-sg-profile--col1 figure {
  padding-top: 25px;
  position: relative;
}

.recipe-sg-profile--col1 figure::after {
  background: url("../img/recipe/recipe_ico_ambassador.svg") 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 80px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 104.78px;
}

.recipe-sg-profile--col1 img {
  width: 100%;
}

.recipe-sg-profile--col2 {
  padding-top: 25px;
  width: 100%;
}

.recipe-sg-profile--col2 p {
  line-height: 2;
}

.recipe-sg-profile--hd {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 989px) {
  .recipe-sg-profile {
    flex-direction: column;
    margin: 0 -7.5vw;
    width: calc(100% + 15vw);
  }

  .recipe-sg-profile--col1 {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }

  .recipe-sg-profile--col2 {
    padding-top: 0;
  }

  .recipe-sg-profile--hd {
    font-size: 20px;
  }
}
.recipe-sg-btn-archive {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recipe-sg-btn-archive {
    margin-top: 40px;
  }
}

.recipe-sg-btns {
  margin: 80px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .recipe-sg-btns {
    margin-top: 40px;
  }
}
.recipe-sg-btns ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recipe-sg-btns ul {
    flex-direction: column;
  }
}
.recipe-sg-btns li {
  width: 400px;
}
@media screen and (max-width: 1168px) {
  .recipe-sg-btns li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .recipe-sg-btns li {
    margin-bottom: 24px;
    width: 100%;
  }
  .recipe-sg-btns li:last-child {
    margin-bottom: 0;
  }
}
.recipe-sg-btns li img {
  width: 100%;
}

/* .recipe-sg-slider */
.recipe-sg-slider {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .recipe-sg-slider {
    margin-bottom: 40px;
  }
}
.recipe-sg-slider .visual-animate__layer ul {
  height: auto;
}
.recipe-sg-slider .visual-animate__layer ul > li {
  margin-right: 26px;
  margin-right: 24px;
}
.recipe-sg-slider .visual-animate__layer ul > li a {
  display: block;
  text-decoration: none;
}
.recipe-sg-slider .visual-animate__layer ul > li figure {
  display: block;
}
.recipe-sg-slider .visual-animate__layer ul > li figure img {
  width: 100%;
}
.recipe-sg-slider .visual-animate__bg__layer {
  background: #FFF;
  border: 1px solid #232323;
  border-radius: 4px;
}
.recipe-sg-slider .visual-animate__layer__inner {
  overflow: visible;
  max-width: 262px;
}
@media screen and (max-width: 768px) {
  .recipe-sg-slider .visual-animate__layer__inner {
    max-width: 100%;
  }
}
.recipe-sg-slider .visual-animate__bg__layer__inner {
  text-align: left;
  vertical-align: top;
}
.recipe-sg-slider .visual-animate__btn-next {
  right: -20px;
}
@media screen and (max-width: 768px) {
  .recipe-sg-slider .visual-animate__btn-next {
    right: -3.2vw;
  }
}
.recipe-sg-slider .visual-animate__btn-prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .recipe-sg-slider .visual-animate__btn-prev {
    left: -3.2vw;
  }
}

.recipe-sg-slider__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 24px;
}

.visual-animate__overlay--left,
.visual-animate__overlay--right {
  width: calc((100% - 828px) / 2);
}