@charset "UTF-8";
/* MV */
.c-hdg--lv1 {
  position: relative;
  color:#221815;
}
.foodcolumn-trendsetter-title {
  position: relative;
  width: 70%;
  margin: 0 auto;
  right: 60px;
}
.foodcolumn-trendsetter-title span{
  position: absolute;
  top:40px;
  left: 52px;
  width:calc(210px * 542 / 860);
}
.c-hdg--lv1 .ttl-sub{
  position: absolute;
  right:0;
  bottom:10px;
  font-size:30px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c-hdg--lv1 .ttl-sub span{
  padding-right:32px;
  font-size:30px;
}
.catch {
  text-align: center;
  font-weight: bold;
  font-size:28px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}
.foodcolumn header {
  position: relative;
  color:#221815;
}
.ttl-sub-box {
  position: absolute;
  left:350px;
  bottom:-24px;
}
.ttl-sub-box .catch{
  line-height: 1.5;
  font-size: 16px;
}
.ttl-sub-box .ttl-sub{
  font-size: 20px;
  font-weight: bold;
}
.ttl-sub-box .ttl-sub span{
  font-size:26px;
}
@media screen and (max-width: 768px) {
  .foodcolumn-trendsetter-title {
    width: 100%;
    right: 0;
  }
  .foodcolumn-trendsetter-title span{
    top:5.6vw;
    left: 7.7333333vw;
    width:23.4666666vw;
  }
  .c-hdg--lv1 .ttl-sub{
    right: 4.6vw;
    bottom: -12.333333vw;
    font-size: 8vw;
  }
  .c-hdg--lv1 .ttl-sub span{
        display: block;
        padding: 0;
        font-size: 8vw;
        position: relative;
        right: -8vw;
    }
}

/*段落調整*/
@media screen and (min-width: 769px), print {
    .l-main.r-type02 .foodcolumn .c-sec__box {
        margin-top: 24px;
    }
    .l-main.r-type02 .foodcolumn .c-sec__block {
        margin-top: 56px;
    }
    .l-main.r-type02 .foodcolumn .c-sec__block.recipe {
      margin-top:56px;
    }
}
@media screen and (max-width: 768px) {
    .l-main.r-type02 .foodcolumn .c-sec__box {
        margin-top: 6.4vw;
    }
    .l-main.r-type02 .foodcolumn .c-sec__block {
        margin-top: 10vw;
    }
    .l-main.r-type02 .foodcolumn .c-sec__block.recipe {
      margin-top:14.9333333vw;
    }
}

.p-prouse-foodcolumn__article {
  margin-top:72px;
}
.collaborator {
  display: flex;
  margin-bottom: 30px;
}
.collaborator figure {
  width: 40%;
  margin-right: 30px;
  text-align: right;
}
.collaborator .collaborator-txt {
  width: 60%;
}
.collaborator.bold {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
.collaborator .place {
  font-weight: normal;
  font-size:16px;
}
.sizeS figure {
  width:25%;
}
.sizeS .collaborator-txt {
  width:75%;
}

.standard {
  display: flex;
}
.standard figure {
  position: relative;
  width: 50%;
  margin-left: 16px;
  font-size: 14px;
}
.standard figure.sizeL {
  width:50%;
}
.standard figure.lt {
  margin-right: 16px;
  margin-left:0;
}
.standard figcaption.onImg {
  position: absolute;
  bottom:0;
  right:0;
  padding:0 16px;
  background: #fff;
}
.standard div.standard-txt {
  width: 50%;
}
.standard a {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .standard a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .l-main.r-type02 .c-hdg--lv1, .l-main.r-type02 .c-hdg--lv2-em {
    font-size: 6.4vw;
    text-align: center;
    margin: 0;
  }
  .collaborator {
    font-size: 3.73333vw;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  .collaborator figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .collaborator .collaborator-txt {
    width: 100%;
    margin-bottom: 1em;
  }
  .collaborator .collaborator-txt dt {
    font-size: 4.373333vw;
  }
  .collaborator.bold {
    font-size: 4.266666vw;
    line-height: 1.5;
  }
  .collaborator .place {
    font-size:4.266666vw;
  }
  .sizeS figure {
    width:100%;
  }
  .sizeS .collaborator-txt {
    width:100%;
  }
  .standard {
    flex-direction: column;
  }
  .standard figure {
    width: 100%;
    margin-left: 0;
    font-size: 3.73333vw;
  }
  .standard figure {
    width: 85%;
    margin: 0 auto;
    order: 1;
  }
  .standard figure.sizeL {
    width: 100%;
  }
  .standard div.standard-txt {
    width: 100%;
    margin-bottom: 6vw;
    margin-top: 6.13333vw;
    order: 2;
  }
  .standard figure.lt {
    order:2;
    margin:0 auto;
  }

.p-prouse-foodcolumn__article {
  margin-top:0;
}
}

/* dressing_box */
.dressing {
  padding:40px;
  border:1px solid #221815;
  border-radius:12px;
}
.dressing h2{
  font-size:26px;
  text-align: center;
}
.dressing-list {
  display:flex;
  justify-content: space-between;
  margin-top:24px;
}
.dressing-list li{
  width:48%;
}
.dressing-list li dt{
  margin-top:16px;
  font-weight: bold;
}

.dressing-list li dt a {
    text-decoration: underline;
}

.dressing-list li dd {
  font-size: 13px;
}

.dressing-list li figure {
    width: 88%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.dressing {
  padding:6.4vw;
}
.dressing h2{
  font-size:5.3333333vw;
}
.dressing-list {
  display:block;
  margin-top:4.2666666vw;
}
.dressing-list li{
  width:100%;
}
.dressing-list li dt{
  margin-top:4.2666666vw;
}
.dressing-list li + li {
  margin-top:8.533333333vw;
}

  .catch {
      padding-top: 13.266667vw;
      font-size: 6vw;
      line-height: 1.5;
  }

  .sp-w50 {
    width: 50%!important;
    margin: 0 auto 1em!important;
  }

}

/* recipe-list */
.recipe-list li + li {
  margin-top:32px;
}
figure img + img {
  margin-top:16px;
}
.standard-txt p + p {
  margin-top:16px;
}

.u-lh_1 {
  line-height: 1;
}

@media screen and (max-width: 768px) {

.recipe-list li + li {
    margin-top: 12vw;
}

.u-mt12--sp {
    margin-top: 12vw!important;
}

  }
