@charset "UTF-8";
/* CSS Document */
.c-mainvisual-recipe-feature {
    background-color:#f6f6f5;
}

@media screen and (min-width: 769px), print {
    .c-mainvisual-recipe-feature-inner {
        height: 300px;
    }
  .u-align-l.u-none--pc.wp-95 {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px), print {
  /*----------------------------------------------------
	recipes-pc
----------------------------------------------------*/
  #recipes {
    min-width: 1040px;
    width: 100%;
    padding: 100px 0 80px;
  }
  #recipes h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: center;
  }
  #recipes h2 + p {
    font-size: 29px;
    margin: 0;
    text-align: center;
  }
  #recipes .slider {
    min-width: 1040px;
    max-width: 1280px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 120px 0;
    overflow: hidden;
  }
  #recipes .slider {
    width: 100%;
    height: 400px;
    display: inline;
  }
  #recipes .slider .block {
    width: 280px;
    height: 400px;
    margin: 0 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  #recipes .slider .block.special_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor01-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.wreath_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor02-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.carpaccio {
    background: url("/dressing/tasty/assets/imgs/common/anchor03-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.bouquet_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor04-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.microwave_bistro {
    background: url("/dressing/tasty/assets/imgs/common/anchor05-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block.deli_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor06-pc.png") no-repeat center / 100%;
  }
  #recipes .slider .block::after {
    content: "";
    width: 280px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s;
  }
  /*  #recipes .slider .block:hover::after {
    background: rgba(45, 25, 25, 0);
  }*/
  #recipes .slider .block p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 1px 1px 8px #2d1919, -1px -1px 8px #2d1919, -1px 1px 8px #2d1919, 1px -1px 8px #2d1919, 0 1px 8px #2d1919, 0 -1px 8px #2d1919, -1px 0 8px #2d1919, 1px 0 8px #2d1919;
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 2;
  }
  #recipes .slider .block p::after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    display: block;
    margin: 8px auto 0;
  }
  #recipes .slider .block p span {
    display: block;
    font-size: 16px;
    margin: 0 0 8px;
  }
  /* ----------ボタン---------- */
  .go_to_top {
    width: 600px;
    height: 70px;
    background: url("../img/button-pc.png") no-repeat center / 100%;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    line-height: 70px;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .go_to_top:hover {
    color: #fff;
    opacity: 0.6;
  }
  .go_to_top::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
	recipes-sp
----------------------------------------------------*/
  #recipes {
    width: 100%;
    padding: 0 0 12vw;
    margin-top: 4em;
  }
  #recipes h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 5.33333vw;
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: center;
  }
  #recipes h2 + p {
    font-size: 5.3vw;
    margin: 0;
    text-align: center;
  }
  #recipes .slider {
    width: 100%;
    height: 59vw;
    margin: 0 auto;
    padding: 7.2vw 0;
    overflow: hidden;
  }
  #recipes .slider {
    width: 100%;
    height: 44.6vw;
    display: inline;
  }
  #recipes .slider .block {
    width: 44vw;
    height: 44.6vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  #recipes .slider .block.special_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor01-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.wreath_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor02-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.carpaccio {
    background: url("/dressing/tasty/assets/imgs/common/anchor03-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.bouquet_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor04-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.microwave_bistro {
    background: url("/dressing/tasty/assets/imgs/common/anchor05-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block.deli_salad {
    background: url("/dressing/tasty/assets/imgs/common/anchor06-sp.png") no-repeat center / 100%;
  }
  #recipes .slider .block p {
    display: block;
    font-family: "Zen Old Mincho", serif;
    margin: 0;
    font-size: 4vw;
    color: #fff;
    position: absolute;
    font-weight: 700;
    text-shadow: 0.2vw 0.2vw 0.5vw #443d3d, -0.2vw -0.2vw 0.5vw #443d3d, -0.2vw 0.2vw 0.5vw #443d3d, 0.2vw -0.2vw 0.5vw #443d3d, 0 0.2vw 0.5vw #443d3d, 0 -0.2vw 0.5vw #443d3d, -0.2vw 0 0.5vw #443d3d, 0.2vw 0 0.5vw #443d3d;
    z-index: 2;
  }
  #recipes .slider .block p::after {
    content: "";
    width: 2vw;
    height: 2vw;
    border-right: 0.5vw solid #fff;
    border-bottom: 0.5vw solid #fff;
    transform: rotate(-45deg);
    display: block;
    margin: 2vw auto 0;
  }
  #recipes .slider .block p span {
    display: block;
    font-size: 3vw;
    margin: 0 0 2vw;
  }

  /* ----------ボタン---------- */
  .go_to_top {
    width: 86vw;
    height: 11.7vw;
    background: url("../img/button-sp.png") no-repeat center / 100%;
    line-height: 11.7vw;
    color: #fff;
    font-size: 3.2vw;
    display: block;
    padding-left: 5.6vw;
    margin: 0 auto;
    position: relative;
    font-family: "Zen Old Mincho", serif;
  }
  .go_to_top:hover {
    color: #fff;
    opacity: 0.6;
  }
  .go_to_top::after {
    content: "";
    width: 1.75vw;
    height: 1.75vw;
    border-top: 0.25vw solid #fff;
    border-right: 0.25vw solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 1vw);
    right: 5.6vw;
  }
}
