@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*=============================================================

* PC & all

=============================================================*/
.article-wrap {
  padding: 40px 0 90px;
  font-family: "Noto Sans JP", sans-serif;
}
.article-wrap.recommend-idea {
  padding: 90px 0 80px;
  background: url("/prouse/cat_assets/img/recommend/gudakusan-sauce-lemon-tartar/recipe-bg.png") repeat;
  background-color: #FFFBD8;
}
.mv-area {
  width: 100%;
  min-width: 1280px;
  height: 694px;
  background: url("/prouse/cat_assets/img/recommend/gudakusan-sauce-lemon-tartar/mv-pc.webp") no-repeat center center / cover;
}
.mv-area-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 55px;
}
.lemon-tartar-ttl-wrap {
  width: 437px;
  text-align: center;
  margin-left: 68px;
  margin-bottom: 50px;
}
.lemon-tartar-lead {
  color: #B7A71A;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}
.lemon-tartar-ttl-wrap h1 {
  display: block;
  width: 350px;
  margin: 20px auto;
}
.lemon-tartar-info-wrap {
  display: flex;
  flex-direction: row;
}
.lemon-tartar-info-wrap figure {
  margin: 0 20px;
}
.lemon-tartar-info-wrap figure img {
  height: 315px;
}
.lemon-tartar-spec-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.lemon-tartar-spec-txt {
  width: 100%;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 2em;
  font-weight: 600;
  padding-top: 0.5em;
}
.spec {
  border-top: #B7A71A 2px solid;
  border-bottom: #B7A71A 2px solid;
  width: 245px;
}
.spec ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: #B7A71A 1px solid;
}
.spec ul li:first-child {
  color: #B7A71A;
  font-size: 18px;
}
.spec ul li:last-child {
  font-size: 18px;
}
.info-link {
  padding: 0 20px;
}
.info-link a {
  display: block;
  background: #B7A71A;
  width: 198px;
  border-radius: 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 0.5em;
  text-align: center;
  position: relative;
}
.info-link a::after {
  content: '';
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transition: border-color .65s ease;
  transition: border-color .65s ease;
  width: 6px;
  height: 6px;
  position: absolute;
  Top: 50%;
  right: 10px;
}
h2.lemon-tartar-header {
  color: #FF8800;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 47px;
}
.lemon-tartar-txt {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 25px 0 40px;
}
.commitment-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1054px;
  margin: 0 auto;
}
.commitment-card li {
  width: 330px;
  background: #FFFBD8;
  border-radius: 16px;
}
.commitment-card li figure {
  display: block;
  margin: 30px auto 0;
  width: 100px;
}
.commitment-card li p:first-of-type {
  display: block;
  width: 280px;
  margin: 14px auto;
  font-size: 24px;
  color: #FF8800;
  font-weight: bold;
  border-bottom: #FF8800 2px solid;
  text-align: center;
}
.commitment-card li p:last-of-type {
  display: block;
  font-size: 20px;
  width: 280px;
  margin: 14px auto 30px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}
.recommend-idea-wrap {
  width: 1054px;
  background: #FFF;
  border-radius: 16px;
  margin: 0 auto;
}
.recommend-idea-recipe-list {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.recommend-idea-recipe-list-inner {
  width: 300px;
}
.recommend-idea-recipe-list-inner ul {
  display: flex;
  flex-direction: column;
}
.recommend-idea-recipe-list-inner ul li:first-child figure {
  width: 110px;
  margin-bottom: 10px;
}
.recommend-idea-recipe-list-inner ul li:nth-child(2) a figure img {
  display: block;
  border: #DBD070 4px solid;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 5px;
}
.recommend-idea-recipe-list-inner ul li:last-child a {
  display: block;
  color: #985100;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
#foot_text {
  width: 1054px;
  margin: 15px auto 10px;
  font-size: 13px;
  color: #333;
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .l-footer {
    margin-top: 0 !important;
  }
}
/*=============================================================

* SP

=============================================================*/
@media screen and (max-width: 768px) {
  .article-wrap {
    width: 100%;
    padding: 8.333vw 0;
  }
  .article-wrap.recommend-idea {
    padding: 12.333vw 0;
  }
  .mv-area {
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("/prouse/cat_assets/img/recommend/gudakusan-sauce-lemon-tartar/mv-sp.webp") no-repeat center bottom/ 100%;
  }
  .mv-area-inner {
    padding: 0;
    width: 100%;
  }
  .lemon-tartar-ttl-wrap {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 12vw;
  }
  .lemon-tartar-lead {
    color: #B7A71A;
    font-size: 6.2vw;
    line-height: 1.3;
    font-weight: bold;
    margin: 6vw auto 4vw;
  }
  .lemon-tartar-ttl-wrap h1 {
    display: block;
    width: 60%;
    margin: 0 auto 6vw;
  }
  .lemon-tartar-info-wrap {
    display: flex;
    flex-direction: row;
  }
  .lemon-tartar-info-wrap figure {
    margin: 0;
    width: 40%;
    text-align: right;
  }
  .lemon-tartar-info-wrap figure img {
    height: auto;
    width: 90%;
  }
  .lemon-tartar-info-wrap-inner {
    width: 60%;
  }
  .lemon-tartar-spec-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 3vw;
  }
  .lemon-tartar-spec-txt {
    width: 100%;
    font-size: 4.7vw;
    line-height: 1.3;
    margin-bottom: 2em;
    font-weight: 600;
    padding-top: 0.5em;
  }
  .spec {
    width: 80%;
  }
  .spec ul li:first-child, .spec ul li:last-child {
    font-size: 4.2vw;
  }
  .info-link-wrap {
    padding: 8vw 0 80vw;
  }
  .info-link {
    padding: 0;
  }
  .info-link a {
    width: 60%;
    font-size: 4.333vw;
    margin: 0 auto;
  }
  h2.lemon-tartar-header {
    font-size: 7.2vw;
    line-height: 1.2;
    padding-top: 8.333vw;
  }
  .lemon-tartar-txt {
    font-size: 5.777vw;
    padding: 6.333vw 0 8.333vw;
  }
  .commitment-card {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .commitment-card li {
    width: 90%;
    margin: 4vw auto;
  }
  .commitment-card li figure {
    margin: 8vw auto 0;
    width: 28vw;
  }
  .commitment-card li p:first-of-type {
    width: 90%;
    margin: 3.777vw auto;
    font-size: 6.533vw;
  }
  .commitment-card li p:last-of-type {
    font-size: 5.333vw;
    width: 90%;
    margin: 3.777vw auto 6.777vw;
  }
  .recommend-idea-wrap {
    width: 90%;
    background: #FFF;
    border-radius: 16px;
    margin: 0 auto;
  }
  .recommend-idea-recipe-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8.73333vw;
  }
  .recommend-idea-recipe-list-inner {
    width: 100%;
  }
  .recommend-idea-recipe-list-inner ul {
    display: flex;
    flex-direction: column;
  }
  .recommend-idea-recipe-list-inner ul li:first-child figure {
    width: 35%;
  }
  .recommend-idea-recipe-list-inner ul li:last-child a {
    font-size: 5.33vw;
    margin-bottom: 8.73333vw;
  }
  #foot_text {
    width: 100%;
    margin: 3vw auto;
    font-size: 2.93333vw;
    text-align: center;
  }
}