@charset "UTF-8";
html, body {
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Regular.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Bold.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url("/assets/common/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Black.otf") format("opentype"); }

.sp-obj {
  display: block; }
  @media screen and (min-width: 751px) {
    .sp-obj {
      display: none; } }

.pc-obj {
  display: none; }
  @media screen and (min-width: 751px) {
    .pc-obj {
      display: block; } }

.thumbs {
  width: 100%;
  position: relative; }

.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%; }

.thumbs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fCard__img {
  border-radius: 30px;
  overflow: hidden; }

.fCard__right-section {
  position: relative; }

.fCard__ttl {
  color: #401708;
  word-wrap: break-word; }

.fCard__txt {
  word-wrap: break-word; }

.fCard__btn-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .fCard__btn-link:hover .fCard__moreBtn span {
    background-color: #b41d23; }

.fCard__moreBtn {
  width: 100%;
  text-align: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media screen and (min-width: 751px) {
    .fCard__moreBtn {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  .fCard__moreBtn span {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    padding: 3% 10% 3% 8%;
    background-color: #d1121a;
    border-radius: 50px;
    position: relative; }
    @media screen and (min-width: 751px) {
      .fCard__moreBtn span {
        padding: 8px 32px 8px 23px; } }
    .fCard__moreBtn span:after {
      content: '';
      width: 4px;
      height: 4px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
      @media screen and (min-width: 751px) {
        .fCard__moreBtn span:after {
          width: 6px;
          height: 6px;
          right: 13px;
          margin-top: -3.5px; } }
    .fCard__moreBtn span:hover {
      background-color: #b41d23; }

@media screen and (min-width: 751px) {
  .fCard__l-talk {
    padding-top: 8px; } }

.fCard__moviettl {
  font-size: 1.6rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__moviettl {
      font-size: 2rem;
      line-height: 4.2rem; } }

.fCard__talkttl {
  font-size: 1.2rem;
  line-height: 1.8rem; }
  @media screen and (min-width: 751px) {
    .fCard__talkttl {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__themeImgttl {
  font-size: 1.5rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgttl {
      font-size: 1.8rem;
      line-height: 4.2rem; } }

.fCard__themeImgtxt {
  font-size: 1.2rem;
  line-height: 1.7rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgtxt {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__movietxt {
  font-size: 1.1rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 751px) {
    .fCard__movietxt {
      font-size: 1.4rem;
      line-height: 1.9rem; } }

.view-more-btn {
  text-align: center; }
  .view-more-btn a {
    display: inline-block;
    width: 59.7%;
    color: #fff;
    font-size: 1.4rem;
    background-color: #d1121a;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    padding: 5% 0; }
    @media screen and (min-width: 751px) {
      .view-more-btn a {
        width: 266px;
        font-size: 2rem;
        line-height: 5.9rem;
        padding: 0; } }
    .view-more-btn a:after {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
    .view-more-btn a:hover {
      background-color: #b41d23; }

html {
  font-size: 62.5%; }

html, body {
  width: 100%; }

section, header, footer, nav, div, ul, ol, li, a, p, span, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  list-style-type: none; }

.mv__logo {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .mv__logo {
      width: 980px;
      top: 20px; } }
  .mv__logo a {
    display: inline-block;
    width: 25%;
    max-width: 171px; }
    @media screen and (min-width: 751px) {
      .mv__logo a {
        width: 100%; } }
    .mv__logo a img {
      width: 100%;
      height: auto; }

.quicking {
  width: 100%;
  margin: 15% 0 20%; }
  @media screen and (min-width: 751px) {
    .quicking {
      margin: 95px 0 70px; } }

.quicking__l-bg {
  width: 100%;
  background: url("/assets/cooking/img/bg-logo_sp.png") no-repeat center top;
  background-size: 100%; }
  @media screen and (min-width: 751px) {
    .quicking__l-bg {
      background-image: none; } }

.quicking__l-container {
  width: 90%;
  margin: 0 auto;
  padding-top: 12%; }
  @media screen and (min-width: 751px) {
    .quicking__l-container {
      width: 980px;
      background-image: url("/assets/common/img/bg-logo_pc.png"), url("/assets/common/img/bg-shape-30.png");
      background-repeat: no-repeat;
      background-position: 210px 0,650px 70px;
      background-size: 186px, 64px;
      padding-top: 65px; } }

.quicking__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #401708;
  text-align: center;
  margin-bottom: 23%; }
  @media screen and (min-width: 751px) {
    .quicking__ttl {
      font-size: 4.2rem;
      font-weight: 700;
      line-height: 4.8rem;
      margin-bottom: 130px; } }

@media screen and (min-width: 751px) {
  .quicking__listWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.quicking__list {
  margin-bottom: 10.6%;
  position: relative; }
  @media screen and (min-width: 751px) {
    .quicking__list {
      width: 207px;
      margin: 0 50px 90px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (min-width: 751px) {
  .quicking__list:nth-of-type(4n) {
    margin: 0 0 90px 0; } }

.quicking .fCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 751px) {
    .quicking .fCard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.quicking .fCard__left-section {
  width: 44%; }
  @media screen and (min-width: 751px) {
    .quicking .fCard__left-section {
      width: 100%; } }
  .quicking .fCard__left-section .fCard__img {
    width: 100%;
    border-radius: 15px; }
    .quicking .fCard__left-section .fCard__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      max-width: 105%;
      width: auto;
      height: auto; }
    @media screen and (min-width: 751px) {
      .quicking .fCard__left-section .fCard__img {
        width: 207px;
        height: 146px; } }

.quicking .fCard__right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding-left: 2%; }
  @media screen and (min-width: 751px) {
    .quicking .fCard__right-section {
      width: 100%;
      padding-left: 0;
      padding: 15px 0; } }

.quicking .fCard__ttl {
  font-size: 1.5rem;
  line-height: 2.1rem;
  position: relative;
  word-wrap: break-word;
  padding-bottom: 15%; }
  @media screen and (min-width: 751px) {
    .quicking .fCard__ttl {
      font-size: 1.8rem;
      line-height: 2.9rem;
      margin-bottom: 0;
      padding-bottom: 0; } }

.quicking .fCard__imgBox .thumbs::before {
  content: "";
  display: block;
  padding-top: 70.7831%; }

.quicking .fCard__moreBtn {
  position: absolute;
  bottom: -3.26%; }
  @media screen and (min-width: 751px) {
    .quicking .fCard__moreBtn {
      position: absolute;
      bottom: -26px; } }

.view-more-btn {
  margin-top: 25%; }
  @media screen and (min-width: 751px) {
    .view-more-btn {
      margin-top: 45px; } }
  .view-more-btn a:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px; }
