@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Serif+JP:wght@200..900&display=swap');
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
.article-inner {
  padding-bottom: 80px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #395B3C;
  font-size: 20px;
}
.article-inner img {
  width: 100%;
}
.content-head-mv {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .article-inner {
    min-width: 1000px;
  }
  .content-head-ttl {
    width: calc((530 / 1300) * 100%);
    margin-top: calc((45 / 1300) * 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: calc((40 / 1300) * 100%);
  }
  .content-head-item {
    position: absolute;
    width: calc((200 / 1300) * 100%);
    left: calc((190 / 1300) * 100%);
    bottom: 0;
  }
}
.content-head-item figcaption {
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.content-nav-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.content-nav-list-itm {
  width: 380px;
  height: 88px;
  background: rgb(255 255 255 / 0);
  border: 2px solid currentColor;
  padding: 4px;
}
.content-nav-list-itm-link {
  height: 100%;
  border: 1px solid currentColor;
  font-size: 28px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-nav-list-itm:nth-child(2) .content-nav-list-itm-link {
  padding-right: .5em;
}
.content-nav-list-itm-link::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-arrow.svg") no-repeat center center/contain;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
}
.content-ttl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.content-movie {
  padding-top: 50px;
}
.content-movie-block {
  width: 920px;
  margin: 30px auto 0;
}
.content-movie-block-innner {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.content.content01 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.content-point {
  max-width: 1120px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.content-point-itm {
  height: 275px;
  text-align: center;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/bg-menorca.png") no-repeat;
  background-size: 325px auto;
}
@media screen and (min-width: 769px), print {
  .content-point-itm {
    min-width: 325px;
  }
}
.content-point-itm:nth-child(1) {
  background-position: left bottom;
}
.content-point-itm:nth-child(2) {
  background-position: center bottom;
}
.content-point-itm:nth-child(3) {
  background-position: right bottom;
}
.content-point-itm1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.content-point-itm1 span {
  padding-left: 10px;
  font-size: 43px;
}
.content-point-itm2 {
  height: calc(2em * 1.4);
  margin-top: 20px;
  color: #FCD74C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-point-itm3 {
  line-height: 1.4;
}
.content-point-itm:nth-child(1) .content-point-itm3 {
  margin-top: calc(1em * 1.4);
  margin-left: auto;
  margin-right: auto;
}
.content.content02 {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #395B3C;
  background: #FCF3D5;
}
.content-note-box {
  padding-top: 40px;
  padding-bottom: 60px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/bg-menorca.png") no-repeat center center;
  background-size: 770px auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.content-note-box1 {
  width: 380px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/bg-note01.png") no-repeat center center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-note-box1 .content-note-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-note-box1-ttl {
  width: 340px;
}
.content-note-box1-txt {
  width: 330px;
  margin-top: 15px;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  line-height: 1.5;
  position: relative;
}
.content-note-box1-txt .note-ttl {
  font-size: 17px;
  font-weight: bold;
}
.content-note-box1-txt .note-txt {
  margin-top: 10px;
  font-size: 15px;
}
.content-note-box1-txt .note-img {
  position: absolute;
  width: 150px;
  top: -5px;
  right: -20px;
}
.content-note-box1-img {
  width: 330px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
}
.content-note-box1-img img {
  width: 160px;
}
.content-note-box2 {
  width: 645px;
}
.content-note-box2-itm1 {
  font-weight: bold;
  line-height: 1.7;
}
.content-note-box2-itm2 {
  margin-top: 30px;
  padding: 33px 0;
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/bg-note02_pc.png") no-repeat center center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-note-box2-itm2::after {
  position: absolute;
  content: "";
  width: 215px;
  height: 130px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-note.svg") no-repeat center center /contain;
  right: -30px;
  bottom: -80px;
}
.content-note-box2-itm2 .content-note-box-inner {
  width: 560px;
}
.content-note-box2-itm2 .note-ttl {
  margin-bottom: .5em;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.content-note-box2-itm2 .note-ttl span {
  display: block;
  padding-left: 2em;
  font-size: 14px;
  line-height: 1.4;
}
.content-note-box2-itm2 .note-txt, .content-note-box2-itm2 .note-howto {
  font-size: 16px;
  line-height: 1.5;
}
.content-note-box2-itm2 .note-txt.add {
  margin-top: .5em;
  font-size: 14px;
}
.content-note-box2-itm2 .note-howto li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.content-note-summary {
  margin-top: 60px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.content.content03 {
  padding-top: 40px;
  text-align: center;
}
.content-recipe {
  max-width: 1100px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-recipe-box {
  padding-top: 110px;
  padding-bottom: 40px;
  color: #395B3C;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.content-recipe-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.content-recipe-box.box1::before {
  width: 125px;
  height: 46px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-recipe-cat01.svg") no-repeat center center / contain;
  top: 36px;
}
.content-recipe-box.box2::before {
  width: 125px;
  height: 64px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-recipe-cat02.svg") no-repeat center center / contain;
  top: 30px;
}
.content-recipe-box.box3::before {
  width: 128px;
  height: 50px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-recipe-cat03.svg") no-repeat center center / contain;
  top: 30px;
}
.content-recipe-box.box4::before {
  width: 127px;
  height: 38px;
  background: url("/prouse/cat_assets/img/recommend/mahon-sauce/ico-recipe-cat04.svg") no-repeat center center / contain;
  top: 45px;
}
.content-recipe-box-ttl {
  display: inline-block;
  min-width: 910px;
  padding-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #395B3C;
}
.content-recipe-box-ttl span {
  display: block;
  padding-bottom: 3px;
  border-bottom: 2px solid #395B3C;
}
.content-recipe-box-ttl sup {
  font-size: .6em;
}
.content-recipe-box-note {
  max-width: 910px;
  margin: 15px auto 0;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
}
.content-recipe-box-note.note1 {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.content-recipe-box-note.note2 {
  text-align: right;
}
.content-recipe-box-note.note2 span {
  display: inline-block;
  width: 2.5em;
  height: calc(1em * 1.4);
  margin-right: .3em;
  background: #FCF3D5;
  vertical-align: bottom;
}
.content-recipe-box-list {
  max-width: 910px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 110px;
}
.content-recipe-box-list-itm {
  width: 400px;
}
.content-recipe-box-list-itm-link {
  display: block;
  color: #395B3C !important;
}
.content-recipe-box-list-itm-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.box2 .content-recipe-box-list-itm-img::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 210px;
  background: #FCF3D5;
  top: -90px;
  left: -30px;
  transform: rotate(47deg);
}
.content-recipe-box-list-itm-img [class*="icon"] {
  position: absolute;
  display: block;
  top: 9px;
}
.content-recipe-box-list-itm-img .icon1 {
  width: 15px;
  left: 30px;
}
.content-recipe-box-list-itm-img .icon2 {
  width: 81px;
  left: 9px;
}
.content-recipe-box-list-itm-img .icon3 {
  width: 45px;
  left: 18px;
}
.content-recipe-box-list-itm-img .icon4 {
  width: 42px;
  left: 18px;
}
.content-recipe-box-list-itm-img .icon5 {
  width: 78px;
  left: 6px;
}
.content-recipe-box-list-itm-img .icon6 {
  width: 63px;
  left: 12px;
}
.content-recipe-box-list-itm-img .icon7 {
  width: 21px;
  left: 30px;
}
.content-recipe-box-list-itm-img .icon8 {
  width: 45px;
  top: 18px;
  left: 18px;
}
.content-recipe-box-list-itm-ttl {
  height: calc(2em * 1.4);
  margin-top: 20px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.content-recipe-box-list-itm-ratio {
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  background: #FCF3D5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#foot_text {
  max-width: 1100px;
  margin: 30px auto 0;
  font-size: 13px;
  color: #333;
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .article a, .article a figure, .content-nav-list-itm {
    -webkit-transition: 0.65s ease;
    transition: 0.65s ease;
  }
  .content-nav-list-itm:hover {
    background: rgb(255 255 255 / .4);
  }
  a:hover .content-recipe-box-list-itm-img {
    opacity: .6;
  }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
  .article-inner {
    margin-top: 4vw;
    padding-bottom: 21.33333vw;
    font-size: 5.33333vw;
  }
  .content-head-mv {
    padding-bottom: 21.6vw;
  }
  .content-head-ttl {
    width: 48vw;
    margin-top: 12vw;
    margin-left: auto;
    margin-right: 11.2vw;
  }
  .content-head-item {
    position: absolute;
    width: 40vw;
    left: 1.6vw;
    bottom: 0;
  }
  .content-head-item img {
    display: block;
    width: 30.4vw;
    margin: 0 auto;
  }
  .content-head-item figcaption {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .content-nav-list {
    margin-top: 6.4vw;
    gap: 4vw;
  }
  .content-nav-list-itm {
    width: 41.6vw;
    height: 14.4vw;
    padding: 0.8vw;
  }
  .content-nav-list-itm-link {
    font-size: 4.53333vw;
  }
  .content-nav-list-itm:nth-child(2) .content-nav-list-itm-link {
    padding-right: .8em;
  }
  .content-nav-list-itm-link::after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .content-ttl {
    font-size: 8.53333vw;
    line-height: 1.4;
  }
  .content.content02 .content-ttl {
    font-size: 8vw;
  }
  .content.content02 .content-ttl span {
    font-size: 7.2vw;
    letter-spacing: -.03em;
  }
  .content.content03 .content-ttl {
    font-size: 8vw;
    letter-spacing: 0;
  }
  .content-movie {
    padding-top: 11.2vw;
  }
  .content-movie-block {
    width: 85.33333vw;
    margin: 8vw auto 0;
  }
  .content.content01 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .content-point {
    margin: 8vw auto 0;
    flex-direction: column;
    gap: 8vw;
  }
  .content-point-itm {
    height: auto;
    padding-bottom: 13.6vw;
    background-size: 86.4vw auto;
    background-position: center bottom !important;
  }
  .content-point-itm1 {
    font-size: 8vw;
  }
  .content-point-itm1 span {
    padding-left: 2.66667vw;
    font-size: 11.46667vw;
  }
  .content-point-itm2 {
    margin-top: 5.6vw;
    font-size: 8vw;
  }
  .content.content02 {
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
  .content-note-box {
    padding-top: 8vw;
    padding-bottom: 0;
    background-size: 453px auto;
    background-position: left 5vw bottom 90vw;
    flex-direction: column;
    gap: 8vw;
  }
  .content-note-box1 {
    width: 90vw;
    margin: 0 auto;
    padding: 6vw 0;
  }
  .content-note-box1-ttl {
    width: 80vw;
  }
  .content-note-box1-txt {
    width: 78vw;
    margin-top: 4vw;
  }
  .content-note-box1-txt .note-ttl {
    font-size: 4vw;
  }
  .content-note-box1-txt .note-txt {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
  }
  .content-note-box1-txt .note-img {
    width: 35.2vw;
    top: -1.33333vw;
    right: -4vw;
  }
  .content-note-box1-img {
    width: 78vw;
    margin: 2.66667vw auto 0;
  }
  .content-note-box1-img img {
    width: 38vw;
  }
  .content-note-box2 {
    width: 90vw;
    margin: 0 auto;
  }
  .content-note-box2-itm2 {
    width: 94vw;
    margin-top: 8vw;
    margin-left: -2vw;
    padding: 10vw 0;
    background: url("/prouse/cat_assets/img/recommend/mahon-sauce/bg-note02_sp.png") no-repeat center center / contain;
  }
  .content-note-box2-itm2::after {
    width: 36vw;
    height: 21.86667vw;
    top: 2.4vw;
    right: -2.4vw;
    bottom: auto;
  }
  .content-note-box2-itm2 .content-note-box-inner {
    width: 80vw;
  }
  .content-note-box2-itm2 .note-ttl {
    line-height: 1.5;
    display: block;
  }
  .content-note-box2-itm2 .note-ttl span {
    margin-top: .5em;
    padding-left: 0;
    font-size: 3.73333vw;
  }
  .content-note-box2-itm2 .note-txt, .content-note-box2-itm2 .note-howto {
    font-size: 4.26667vw;
  }
  .content-note-box2-itm2 .note-txt.add {
    font-size: 3.73333vw;
  }
  .content-note-summary {
    margin-top: 16vw;
    font-size: 6.93333vw;
    letter-spacing: 0;
  }
  .content.content03 {
    padding-top: 12vw;
  }
  .content-recipe {
    width: 90vw;
    margin: 12vw auto 0;
    gap: 12vw;
  }
  .content-recipe-box {
    padding-top: 20vw;
    padding-bottom: 12vw;
  }
  .content-recipe-box.box1::before {
    width: 25.33333vw;
    height: 9.33333vw;
    top: 5.6vw;
  }
  .content-recipe-box.box2::before {
    width: 25.33333vw;
    height: 12.8vw;
    top: 4vw;
  }
  .content-recipe-box.box3::before {
    width: 25.86667vw;
    height: 10.13333vw;
    top: 5.6vw;
  }
  .content-recipe-box.box4::before {
    width: 25.6vw;
    height: 7.46667vw;
    top: 5.6vw;
  }
  .content-recipe-box-ttl {
    min-width: 80vw;
    padding-bottom: 1.33333vw;
    font-size: 6.93333vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .content-recipe-box-ttl span {
    padding-bottom: 4vw;
  }
  .content-recipe-box-ttl sup {
    font-size: .6em;
  }
  .content-recipe-box-note {
    width: 80vw;
    margin: 4vw auto 0;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
  .content-recipe-box-note.note2.u-align-l--sp {
    padding-left: 1em;
    text-indent: -1em;
  }
  .content-recipe-box-list {
    width: 80vw;
    margin: 12vw auto 0;
    gap: 12vw;
  }
  .content-recipe-box-list-itm {
    width: 80vw;
  }
  .box2 .content-recipe-box-list-itm-img::before {
    width: 24vw;
    height: 40vw;
    top: -16vw;
    left: -8vw;
  }
  .content-recipe-box-list-itm-img [class*="icon"] {
    top: 1.6vw;
  }
  .content-recipe-box-list-itm-img .icon1 {
    width: 3.2vw;
    left: 3.2vw;
  }
  .content-recipe-box-list-itm-img .icon2 {
    width: 16vw;
    left: 1.6vw;
  }
  .content-recipe-box-list-itm-img .icon3 {
    width: 8.8vw;
    top: 3.2vw;
    left: 3.2vw;
  }
  .content-recipe-box-list-itm-img .icon4 {
    width: 8vw;
    top: 3.2vw;
    left: 3.2vw;
  }
  .content-recipe-box-list-itm-img .icon5 {
    width: 15.2vw;
    left: 1.6vw;
  }
  .content-recipe-box-list-itm-img .icon6 {
    width: 12vw;
    left: 3.2vw;
  }
  .content-recipe-box-list-itm-img .icon7 {
    width: 4vw;
    top: 2.4vw;
    left: 4.8vw;
  }
  .content-recipe-box-list-itm-img .icon8 {
    width: 8.8vw;
    top: 3.2vw;
    left: 4vw;
  }
  .content-recipe-box-list-itm-ttl {
    width: 90vw;
    height: auto;
    margin-top: 4vw;
    margin-left: -5vw;
    font-size: 4.26667vw;
  }
  .content-recipe-box-list-itm-ratio {
    height: auto;
    margin-top: 4vw;
    padding: 1.6vw 0;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  #foot_text {
    width: 100%;
    margin-top: 4vw;
    text-align: center;
    font-size: 2.93333vw;
  }
}