@charset "UTF-8";
main {
  background-color: #fff;
  color: #4d4d4d;
  font-feature-settings: "palt";
}
main p,
main h1 {
  margin: 0;
}
main img {
  width: 100%;
}

/* -----------------------------------------------
common
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .con_heading {
    text-align: center;
  }
  .con_heading h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .con_heading strong {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: normal;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .con_heading {
    text-align: center;
  }
  .con_heading h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .con_heading strong {
    margin-top: 9px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: normal;
    display: block;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .mv_wrap {
    width: 100%;
    height: 129px;
    background-image: url(../img/gourmeal_recipe/common/recipe_mv_sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mv_wrap .inner_wrap {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mv_wrap .text {
    text-align: center;
  }
  .mv_wrap span {
    margin-top: 14px;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .mv_wrap span::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_wrap h1 {
    margin-top: 16px;
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    width: 100%;
    height: 320px;
    background-image: url(../img/gourmeal_recipe/common/recipe_mv_pc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mv_wrap .inner_wrap {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mv_wrap .text {
    text-align: center;
  }
  .mv_wrap span {
    margin-top: 14px;
    padding-bottom: 17px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .mv_wrap span::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_wrap h1 {
    margin-top: 25px;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
}

/* -----------------------------------------------
recipe_list
----------------------------------------------- */
.recipe_list li {
  display: flex;
  flex-direction: column;
}
.recipe_list li a {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .recipe_list {
    margin-top: 35px;
  }
  .recipe_list .con_wrap {
    margin-top: 21px;
  }
  .recipe_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .recipe_list li {
    width: 48.33%;
    margin-right: 3.33%;
  }
  .recipe_list li:nth-child(2n) {
    margin-right: 0;
  }
  .recipe_list li:nth-child(n + 3) {
    margin-top: 36px;
  }
  .recipe_list li strong {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.12em;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  .recipe_list li a {
    width: 100%;
    height: 38px;
    border: 1px solid #4d4d4d;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .recipe_list li a::after {
    content: '';
    width: 10px;
    height: 13px;
    background-image: url(../img/gourmeal_recipe/common/icon_pdf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .recipe_list li a span {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #bb341a;
  }
}

@media screen and (min-width: 768px) {
  .recipe_list {
    margin-top: 94px;
  }
  .recipe_list .con_wrap {
    margin-top: 58px;
  }
  .recipe_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .recipe_list li {
    width: 31.25%;
    margin-right: 3.12%;
  }
  .recipe_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recipe_list li:nth-child(n + 4) {
    margin-top: 100px;
  }
  .recipe_list li strong {
    margin-top: 9px;
    margin-bottom: 31px;
    font-size: 26px;
    line-height: 1.53;
    letter-spacing: 0.12em;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  .recipe_list li a {
    width: 100%;
    height: 60px;
    border: 1px solid #4d4d4d;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .recipe_list li a::after {
    content: '';
    width: 16px;
    height: 20px;
    background-image: url(../img/gourmeal_recipe/common/icon_pdf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .recipe_list li a span {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #bb341a;
  }
}

/* -----------------------------------------------
buy_wrap
----------------------------------------------- */
.cmn_btn {
  background: rgb(194,0,18);
  background: linear-gradient(270deg, rgba(234,28,36,1) 0%, rgba(194,0,18,1) 100%);
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin: 100px auto 0;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 530px;
  height: 80px;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.cmn_btn::after {
  background-image: url(../img/gour_meal_new/buy_arrow.png);
  background-repeat: no-repeat;
  background-size: 60px 5px;
  content: '';
  height: 5px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 60px;
}
.cmn_btn:hover::after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .cmn_btn {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin: 56px 0 0;
    width: 100%;
    height: 84px;
  }
  .cmn_btn::after {
    right: 30px;
  }
  .buy_wrap .text {
    margin-top: 15px;
  }
  .buy_wrap .text p {
    font-size: 13px;
    line-height: 1.71;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .buy_wrap .text {
    margin-top: 21px;
  }
  .buy_wrap .text p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
}

/* -----------------------------------------------
other_wrap
----------------------------------------------- */
.other_wrap {
  background-color: #ebebeb;
}

@media screen and (max-width: 767px) {
  .other_wrap {
    margin-top: 51px;
    padding: 54px 0 55px;
  }
  .other_wrap .fx_wrap {
    margin-top: 22px;
  }
  .other_wrap .fx_item {
    width: 100%;
    position: relative;
  }
  .other_wrap .fx_item + .fx_item {
    margin-top: 20px;
  }
  .other_wrap .text {
    width: 88.88%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .other_wrap .text strong {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: block;
  }
  .other_wrap .text a {
    margin: 24px auto 0;
    width: 100%;
    height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
  }
  .other_wrap .text a::after {
    background-image: url(../img/gour_meal_new/buy_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .other_wrap .text a span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    padding-right: 36px;
  }
}

@media screen and (max-width: 374px) {
  .other_wrap .text a::after {
    right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .other_wrap {
    margin-top: 150px;
    padding: 94px 0 100px;
  }
  .other_wrap .fx_wrap {
    margin-top: 57px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .other_wrap .fx_item {
    width: 48.43%;
    position: relative;
  }
  .other_wrap .text {
    margin-top: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
  }
  .other_wrap .text strong {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: block;
  }
  .other_wrap .text a {
    margin: 40px auto 0;
    width: 400px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
  }
  .other_wrap .text a:hover {
    opacity: 1;
  }
  .other_wrap .text a::after {
    background-image: url(../img/gour_meal_new/buy_arrow.png);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .other_wrap .text a:hover::after {
    right: 30px;
  }
  .other_wrap .text a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}

/* -----------------------------------------------
btn_wrap
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 37px 0 74px;
  }
  .btn_wrap li + li {
    margin-top: 20px;
  }
  .btn_wrap a {
    width: 100%;
    height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #4d4d4d;
    position: relative;
  }
  .btn_wrap a::after {
    background-image: url(../img/gourmeal_recipe/common/arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .btn_wrap a span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #4d4d4d;
    padding-right: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn_wrap a::after {
    right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .btn_wrap {
    margin: 99px 0 160px;
  }
  .btn_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .btn_wrap li {
    width: 560px;
  }
  .btn_wrap li + li {
    margin-left: 40px;
  }
  .btn_wrap a {
    width: 100%;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #4d4d4d;
    position: relative;
  }
  .btn_wrap a:hover {
    opacity: 1;
  }
  .btn_wrap a::after {
    background-image: url(../img/gourmeal_recipe/common/arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: 60px 5px;
    content: '';
    height: 5px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .btn_wrap a:hover::after {
    right: 30px;
  }
  .btn_wrap a span {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #4d4d4d;
  }
}