@charset "UTF-8";
main {
  background-color: #fff;
  color: #4d4d4d;
  font-feature-settings: "palt";
}
main p,
main h1 {
  margin: 0;
}

/* -----------------------------------------------
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;
  }
}

/* -----------------------------------------------
lead_text
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .lead_text {
    padding: 34px 0 26px;
  }
  .lead_text p {
    font-size: 13px;
    line-height: 1.71;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .lead_text {
    padding: 91px 0 74px;
  }
  .lead_text p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
}

/* -----------------------------------------------
cat_list
----------------------------------------------- */

@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;
  }
  .cat_list {
    padding-top: 40px;
  }
  .cat_list .con_wrap {
    margin-top: 24px;
  }
  .cat_list .con_item {
    width: 100%;
    height: 281px;
    padding: 26px 0 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cat_list .con_item + .con_item {
    margin-top: 3px;
  }
  .cat_list .con_item_01 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_01_sp.jpg);
  }
  .cat_list .con_item_02 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_02_sp.jpg);
  }
  .cat_list .con_item_03 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_03_sp.jpg);
  }
  .cat_list .con_item .inner_wrap {
    height: 100%;
    position: relative;
  }
  .cat_list .text {
    color: #fff;
  }
  .cat_list .text h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .cat_list .text p {
    margin-top: 26px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .cat_list .text a {
    margin-top: 42px;
    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: absolute;
    bottom: 0;
    left: 0;
  }
  .cat_list .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: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .cat_list .text a span {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}

@media screen and (max-width: 374px) {
  .cat_list .text a::after {
    right: 5px;
  }
}

@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;
  }
  .cat_list {
    padding-top: 73px;
  }
  .cat_list .con_wrap {
    margin-top: 59px;
  }
  .cat_list .con_item {
    width: 100%;
    height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cat_list .con_item_01 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_01_pc.jpg);
  }
  .cat_list .con_item_02 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_02_pc.jpg);
  }
  .cat_list .con_item_03 {
    background-image: url(../img/gourmeal_recipe/cat/recipe_cat_03_pc.jpg);
  }
  .cat_list .con_item .inner_wrap {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cat_list .con_item:nth-child(odd) .inner_wrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .cat_list .con_item:nth-child(even) .inner_wrap {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cat_list .text {
    width: 500px;
    color: #fff;
  }
  .cat_list .text h3 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .cat_list .text p {
    margin-top: 46px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .cat_list .text a {
    margin-top: 42px;
    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;
  }
  .cat_list .text a:hover {
    opacity: 1;
  }
  .cat_list .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;
  }
  .cat_list .text a:hover::after {
    right: 30px;
  }
  .cat_list .text a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
  }
}

/* -----------------------------------------------
to_lp
----------------------------------------------- */

@media screen and (max-width: 767px) {
  .to_lp a {
    margin: 27px 0 77px;
    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;
  }
  .to_lp 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: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 60px;
  }
  .to_lp a span {
    padding-right: 44px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #4d4d4d;
  }
}

@media screen and (max-width: 374px) {
  .to_lp a::after {
    right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .to_lp a {
    margin: 80px auto 160px;
    width: 560px;
    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;
  }
  .to_lp a:hover {
    opacity: 1;
  }
  .to_lp 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;
  }
  .to_lp a:hover::after {
    right: 30px;
  }
  .to_lp a span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #4d4d4d;
  }
}