/*---------- RecipeMain ----------*/
.RecipeMain {
  background: url(../images/recipe/img_recipe_main.jpg) no-repeat center center;
  background-size: cover;
  height: 495px;
  position: relative;
  margin-bottom: 30px; }
  .RecipeMain_campaign {
    position: absolute;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 80px;
    bottom: 50px; }
  .RecipeMain_campaignLink {
    display: block;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 25px; }
  .RecipeMain_campaignLead {
    font-size: 1.4375rem;
    text-align: center;
    margin-bottom: 3px; }
  .RecipeMain_campaignLeadEn {
    text-align: center;
    margin-bottom: 20px;
    width: 200px; }
  .RecipeMain_campaignLeadEnImg {
    width: 100%;
    height: auto; }
  .RecipeMain_campaignImgArea {
    text-align: center; }

/*---------- RecipePopular ----------*/
.RecipePopular {
  max-width: 1000px;
  margin: 0 auto; }
  .RecipePopular_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .RecipePopular_mainImgArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    width: 72.5%; }
  .RecipePopular_mainImg {
    border-radius: 20px;
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  .RecipePopular_mainTxtArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px; }
  .RecipePopular_mainLead, .RecipePopular_lead {
    margin-bottom: 10px;
    text-align: center; }
  .RecipePopular_mainTitle, .RecipePopular_title {
    color: #65301d;
    font-size: 1.25rem;
    margin: 0 0 25px;
    text-align: center;
    line-height: 1.4em; }
  .RecipePopular_mainTxt, .RecipePopular_txt {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.6em; }
  .RecipePopular_mainBtnArea, .RecipePopular_btnArea {
    max-width: 210px;
    margin: 30px auto 0; }
  .RecipePopular_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .RecipePopular_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .RecipePopular_item:nth-child(n+3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .RecipePopular_txtArea {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .RecipePopular_imgArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    width: 54%; }
  .RecipePopular_img {
    border-radius: 20px;
    vertical-align: bottom;
    width: 100%;
    height: auto; }

/*---------- RecipeDetail ----------*/
.RecipeDetail {
  max-width: 1010px;
  margin: 30px auto 100px; }
  .RecipeDetail_titleArea {
    background: url(../images/common/bg_title.png) repeat-x 0 bottom;
    position: relative;
    padding: 0 20px 20px;
    margin-bottom: 25px; }
    .RecipeDetail_titleArea::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url(../images/common/bg_title_l.png) no-repeat 0 0;
      position: absolute;
      bottom: 0;
      left: 0; }
    .RecipeDetail_titleArea::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url(../images/common/bg_title_r.png) no-repeat 0 0;
      position: absolute;
      bottom: 0;
      right: 0; }
  .RecipeDetail_titleLead {
    font-size: 0.9375rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .RecipeDetail_title {
    margin: 0;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.4em; }
  .RecipeDetail_imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px; }
  .RecipeDetail_imgBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    width: 63%; }
  .RecipeDetail_img {
    border-radius: 10px;
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  .RecipeDetail_dataBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.6%;
    flex: 0 0 33.6%;
    width: 33.6%; }
  .RecipeDetail_dataShop {
    font-size: 0.9375rem;
    line-height: 1.4em;
    margin-bottom: 10px; }
  .RecipeDetail_dataChef {
    font-size: 1.375rem;
    margin-bottom: 15px; }
  .RecipeDetail_overview {
    font-size: 1.125rem;
    color: #65301d;
    line-height: 1.4em;
    margin-bottom: 30px; }
  .RecipeDetail_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px; }
  .RecipeDetail_shareItem {
    margin-right: 15px;
    min-width: 62px; }
    .RecipeDetail_shareItem:last-child {
      margin-right: 0; }
  .RecipeDetail_section {
    margin-bottom: 65px; }
  .RecipeDetail_h2Title {
    font-size: 1.5625rem;
    font-weight: normal;
    border-bottom: solid 1px #000;
    padding-bottom: 15px;
    margin: 0 0 20px; }
  .RecipeDetail_h2SubTitle {
    font-size: 1rem;
    margin-left: 20px; }
  .RecipeDetail_columnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .RecipeDetail_leftColumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .RecipeDetail_leftColumn p {
      font-size: 1rem;
      line-height: 2.0em; }
  .RecipeDetail_list {
    margin-bottom: 20px; }
    .RecipeDetail_list:last-child {
      margin-bottom: 0; }
    .RecipeDetail_list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: solid 1px #e2e2e2;
      padding: 12px 0; }
      .RecipeDetail_list li p {
        font-size: 0.875rem; }
  .RecipeDetail_flow {
    margin-bottom: 20px; }
    .RecipeDetail_flow:last-child {
      margin-bottom: 0; }
    .RecipeDetail_flow li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: solid 1px #e2e2e2;
      padding: 15px 0; }
      .RecipeDetail_flow li p {
        font-size: 0.875rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        .RecipeDetail_flow li p:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
          flex: 0 0 200px; }
  .RecipeDetail_rightColumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .RecipeDetail_rightColumn p {
      font-size: 1rem;
      line-height: 2.0em; }
  .RecipeDetail_material {
    padding: 15px 0 0; }
  .RecipeDetail_sectionBlock {
    margin-bottom: 65px; }
  .RecipeDetail_txtBlock p {
    font-size: 1rem;
    line-height: 2.0em;
    margin-bottom: 15px; }
  .RecipeDetail_step {
    margin-bottom: 30px; }
    .RecipeDetail_step li {
      font-size: 1rem;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
      line-height: 1.4em; }
      .RecipeDetail_step li::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #65301d;
        color: #fff;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 0.75rem; }
      .RecipeDetail_step li:nth-of-type(1)::before {
        content: '1'; }
      .RecipeDetail_step li:nth-of-type(2)::before {
        content: '2'; }
      .RecipeDetail_step li:nth-of-type(3)::before {
        content: '3'; }
      .RecipeDetail_step li:nth-of-type(4)::before {
        content: '4'; }
      .RecipeDetail_step li:nth-of-type(5)::before {
        content: '5'; }
      .RecipeDetail_step li:nth-of-type(6)::before {
        content: '6'; }
      .RecipeDetail_step li:nth-of-type(7)::before {
        content: '7'; }
      .RecipeDetail_step li:nth-of-type(8)::before {
        content: '8'; }
      .RecipeDetail_step li:nth-of-type(9)::before {
        content: '9'; }
      .RecipeDetail_step li:nth-of-type(10)::before {
        content: '10'; }
      .RecipeDetail_step li:nth-of-type(11)::before {
        content: '11'; }
      .RecipeDetail_step li:nth-of-type(12)::before {
        content: '12'; }
      .RecipeDetail_step li:nth-of-type(13)::before {
        content: '13'; }
      .RecipeDetail_step li:nth-of-type(14)::before {
        content: '14'; }
      .RecipeDetail_step li:nth-of-type(15)::before {
        content: '15'; }
      .RecipeDetail_step li:nth-of-type(16)::before {
        content: '16'; }
      .RecipeDetail_step li:nth-of-type(17)::before {
        content: '17'; }
      .RecipeDetail_step li:nth-of-type(18)::before {
        content: '18'; }
      .RecipeDetail_step li:nth-of-type(19)::before {
        content: '19'; }
      .RecipeDetail_step li:nth-of-type(20)::before {
        content: '20'; }
  .RecipeDetail_subData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 100px; }
  .RecipeDetail_subDataItem {
    padding: 30px 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .RecipeDetail_subDataItem-memo {
      border: solid 1px #65301d; }
      .RecipeDetail_subDataItem-memo .RecipeDetail_subDataTitle {
        background-color: #65301d;
        color: #fff; }
    .RecipeDetail_subDataItem-nutrition {
      border: solid 1px #fdbb30; }
      .RecipeDetail_subDataItem-nutrition .RecipeDetail_subDataTitle {
        background-color: #fdbb30; }
        .RecipeDetail_subDataItem-nutrition .RecipeDetail_subDataTitle::before {
          background: url(../images/common/motif_tl_l_sml_blk.png) no-repeat 0 0; }
        .RecipeDetail_subDataItem-nutrition .RecipeDetail_subDataTitle::after {
          background: url(../images/common/motif_tl_r_sml_blk.png) no-repeat 0 0; }
  .RecipeDetail_subDataTitle {
    max-width: 250px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: normal;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .RecipeDetail_subDataTitle::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 5px;
      margin-right: 10px;
      background: url(../images/common/motif_tl_l_sml_wht.png) no-repeat 0 0; }
    .RecipeDetail_subDataTitle::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 5px;
      margin-left: 10px;
      background: url(../images/common/motif_tl_r_sml_wht.png) no-repeat 0 0; }
  .RecipeDetail_subDataTxt {
    font-size: 0.875rem;
    line-height: 1.8em; }

/*---------- RecipeCategoryMain ----------*/
.RecipeCategoryMain {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1010px;
  height: 380px;
  margin: 60px auto 45px; }
  .RecipeCategoryMain-bread {
    background-image: url(../images/recipe/kv_bread.jpg); }
  .RecipeCategoryMain-sweets {
    background-image: url(../images/recipe/kv_sweets.jpg); }
  .RecipeCategoryMain-salad {
    background-image: url(../images/recipe/kv_salad.jpg); }
  .RecipeCategoryMain-noodles_pasta {
    background-image: url(../images/recipe/kv_noodles_pasta.jpg); }
  .RecipeCategoryMain-vegetarian {
    background-image: url(../images/recipe/kv_vegetarian.jpg); }
  .RecipeCategoryMain_inner {
    background-color: rgba(255, 255, 255, 0.7);
    width: 432px;
    height: 340px;
    margin: 20px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding-top: 40px; }
  .RecipeCategoryMain_lead {
    text-align: center; }
  .RecipeCategoryMain_title {
    text-align: center;
    font-size: 1.25rem;
    color: #65301d;
    font-weight: normal; }
  .RecipeCategoryMain_txt {
    font-size: 0.875rem;
    text-align: center;
    font-weight: normal;
    line-height: 2.0em;
    padding: 0 20px; }

/*========================================================================================================== Breakpoint 1024px */
/*========================================================================================================== Breakpoint 736px */
@media only screen and (max-width: 736px) {
  /*---------- RecipeMain ----------*/
  .RecipeMain {
    height: 245px;
    margin-bottom: 0;
    background-image: url(../images/recipe/img_recipe_main_sp.jpg); }
    .RecipeMain_campaign {
      position: relative;
      bottom: 0;
      right: 0;
      margin: 20px;
      height: auto; }
    .RecipeMain_campaignLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      max-width: 350px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px;
      border: solid 1px #ccc; }
    .RecipeMain_campaignTxtArea {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0 15px; }
    .RecipeMain_campaignLead {
      font-size: 1.25rem; }
    .RecipeMain_campaignLeadEn {
      margin: 0 auto;
      width: 100%; }
    .RecipeMain_campaignLeadEnImg {
      width: 100%;
      height: auto; }
    .RecipeMain_campaignImgArea {
      text-align: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .RecipeMain_campaignImg {
      max-width: 100px;
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .RecipeMain_campaignBtnArea {
      text-align: center; }
  /*---------- RecipePopular ----------*/
  .RecipePopular {
    padding: 0 15px; }
    .RecipePopular_main {
      display: block;
      margin-bottom: 25px; }
    .RecipePopular_mainImgArea {
      width: 100%;
      margin-bottom: 10px; }
    .RecipePopular_mainTxtArea {
      position: relative; }
    .RecipePopular_mainTitle {
      width: 50%;
      font-size: 0.75rem;
      margin-bottom: 15px; }
    .RecipePopular_mainLead {
      width: 50%;
      margin-bottom: 5px; }
      .RecipePopular_mainLead .RecipePopular_leadImg {
        height: 30px; }
    .RecipePopular_mainBtnArea {
      width: 50%;
      margin: 0;
      text-align: center; }
      .RecipePopular_mainBtnArea .Btn {
        max-width: 120px; }
    .RecipePopular_leadImg {
      height: 21px;
      width: auto; }
    .RecipePopular_title {
      font-size: 0.75rem;
      margin: 0 0 15px; }
    .RecipePopular_mainTxt {
      position: absolute;
      width: 50%;
      right: 0;
      top: 0;
      font-size: 0.75rem;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .RecipePopular_txt {
      font-size: 0.75rem;
      line-height: 1.4em; }
    .RecipePopular_btnArea {
      max-width: 210px;
      margin: 20px auto 0; }
    .RecipePopular_list {
      display: block; }
    .RecipePopular_item {
      width: 100%; }
      .RecipePopular_item:nth-child(n+3) {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit; }
      .RecipePopular_item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .RecipePopular_txtArea {
      padding: 0 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .RecipePopular_imgArea {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
      flex: 0 0 54%;
      width: 54%; }
    .RecipePopular_img {
      border-radius: 20px;
      vertical-align: bottom;
      width: 100%;
      height: auto; }
  /*---------- RecipeDetail ----------*/
  .RecipeDetail {
    margin: 20px auto 0; }
    .RecipeDetail_titleArea {
      padding: 0 10px 20px;
      margin: 0 10px 20px; }
    .RecipeDetail_titleLead {
      font-size: 0.875rem;
      margin-bottom: 5px; }
    .RecipeDetail_title {
      margin: 0;
      font-size: 1.5rem; }
    .RecipeDetail_imgArea {
      display: block;
      margin-bottom: 40px;
      padding: 0 10px; }
    .RecipeDetail_imgBlock {
      width: 100%; }
      .RecipeDetail_imgBlock iframe {
        height: 240px; }
    .RecipeDetail_dataBlock {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 10px; }
    .RecipeDetail_dataShop {
      font-size: 0.875rem; }
    .RecipeDetail_dataChef {
      font-size: 1.25rem; }
    .RecipeDetail_overview {
      font-size: 1rem;
      margin-bottom: 20px; }
    .RecipeDetail_printBtnArea {
      text-align: center; }
    .RecipeDetail_section {
      margin: 0 10px 50px; }
    .RecipeDetail_h2Title {
      font-size: 1.375rem;
      padding-bottom: 10px;
      margin: 0 0 15px; }
    .RecipeDetail_h2SubTitle {
      font-size: 0.875rem; }
    .RecipeDetail_columnBlock {
      display: block; }
    .RecipeDetail_leftColumn {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 20px; }
    .RecipeDetail_list li {
      padding: 15px 5px; }
    .RecipeDetail_rightColumn {
      width: 100%;
      padding: 0 10px; }
    .RecipeDetail_sectionBlock {
      margin-bottom: 50px; }
    .RecipeDetail_txtBlock {
      padding: 0 10px; }
    .RecipeDetail_step {
      padding: 0 10px; }
    .RecipeDetail_subData {
      display: block;
      margin-bottom: 60px;
      margin: 0 10px 60px; }
    .RecipeDetail_subDataItem {
      padding: 15px;
      width: 100%;
      margin-bottom: 30px; }
      .RecipeDetail_subDataItem:last-child {
        margin-bottom: 0; }
  /*---------- RecipeCategoryMain ----------*/
  .RecipeCategoryMain {
    border-radius: 10px;
    height: auto;
    margin: 0 auto 5px;
    position: relative;
    background: none;
    padding: 10px; }
    .RecipeCategoryMain-bread::before {
      content: '';
      display: block;
      width: 100%;
      height: 160px;
      background: url(../images/recipe/kv_bread.jpg) no-repeat center center;
      background-size: cover;
      overflow: hidden;
      border-radius: 10px; }
    .RecipeCategoryMain_inner {
      background: none;
      width: auto;
      height: auto;
      margin: 10px;
      padding-top: 0; }
    .RecipeCategoryMain_leadImg {
      height: 40px;
      width: auto; }
    .RecipeCategoryMain_title {
      font-size: 1.125rem; }
    .RecipeCategoryMain_txt {
      font-size: 0.8125rem;
      line-height: 1.8em;
      margin-bottom: 0; } }
