@charset "UTF-8";
section.recipe {
  background: rgba(28, 28, 28, 0.05);
  border-radius: 8px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 48px;
}
section.recipe h2 {
  margin-bottom: 32px !important;
  text-align: center;
  line-height: 1.2;
  font-size: 2.6rem !important;
  font-weight: bold;
}
section.recipe .cntWrap {
  gap: 10px !important;
}
section.recipe .cntWrap .cntWrapInner {
  display: flex;
  transition: transform 0.3s ease;
}
section.recipe .cntWrap .cntBox {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  width: 32.5% !important;
  gap: 10px !important;
  align-items: flex-start !important;
  margin-left: 1.25%;
}
section.recipe .cntWrap .cntBox .pic img {
  width: 100%;
}
section.recipe .cntWrap .cntBox p.f-gc {
  font-size: 2rem !important;
  font-weight: bold;
  text-align: left !important;
  margin-bottom: 1.5rem;
}
section.recipe .cntWrap .cntBox .hover-slide {
  width: 100%;
}

.slider-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  section.recipe {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 0;
  }
  section.recipe h2 {
    margin-bottom: 20px !important;
    font-size: 1.8rem !important;
  }
  section.recipe .cntWrap {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  section.recipe .cntWrap .cntBox {
    width: 90% !important;
    flex: 0 0 88vw; /* 画面幅 */
    margin: 0 1vw; /* 左右見切れ */
    padding: 12px 12px 24px;
    box-sizing: border-box;
    /*
    &:first-child {
      margin-left: 181vw;
    }
    */
  }
  section.recipe .cntWrap .cntBox.items-1 {
    margin-left: 1vw;
  }
  section.recipe .cntWrap .cntBox.items-2 {
    margin-left: 1vw;
  }
  section.recipe .cntWrap .cntBox.items-3 {
    margin-left: 1vw;
  }
  section.recipe .cntWrap .cntBox p.f-gc {
    font-size: 1.8rem !important;
  }
  .slider-nav {
    text-align: center;
    margin-top: 10px;
  }
  .slider-nav button {
    padding: 6px 12px;
    margin: 0 5px;
  }
  .slider-dots {
    text-align: center;
    margin-top: 10px;
  }
  .slider-dots span {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(28, 28, 28, 0.2);
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .slider-dots .active {
    background-color: #1c1c1c;
  }
}
/*

.hover-slide a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  color: #fff !important;

  .text-base {
    opacity: 0;
  }
  .text-original,
  .text-hover {
    position: absolute;
    top: inherit;
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .text-original {
    top: inherit;
    left: 1.8rem;
    transform: translateY(0);
    opacity: 1;
  }
  .text-hover {
    top: inherit;
    left: 1.8rem;
    transform: translateY(100%);
    opacity: 0;
  }

  &:hover {
    .text-original {
      transform: translateY(-100%);
      opacity: 0;
    }
    .text-hover {
      top: inherit;
      transform: translateY(0);
      opacity: 1;
    }
  }
}
*/
.icon_blank {
  display: inline-block;
  background: #150301 !important;
  border-radius: 6px !important;
  color: #fff;
  font-size: 1.4rem !important;
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: inherit !important;
  padding: 1.5rem 1.8rem;
  text-align: left;
  width: 100%;
  justify-content: flex-start !important;
}
.icon_blank:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 29px;
  height: 18px;
  background: url(/sp/fcpc/common/img/icon_blank.svg) no-repeat center center;
  background-size: contain;
}
.icon_blank:hover {
  color: #fff !important;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .icon_blank {
    width: 80% !important;
    margin: 0 auto;
  }
}

.item-area {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}
.item-area h2 {
  border: none !important;
  margin-bottom: 0 !important;
  width: 30% !important;
}
.item-area h2 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
}
.item-area .cntBoxList {
  width: 65%;
}
.item-area .cntBoxList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
}
.item-area .cntBoxList li + li {
  margin-top: 2rem;
  border-top: solid 1px rgba(141, 141, 141, 0.3);
  padding-top: 2rem;
}
.item-area .cntBoxList li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64%;
}
.item-area .cntBoxList li p {
  margin: 0 !important;
}
.item-area .cntBoxList li a {
  color: #555 !important;
  font-size: 1.4rem;
  position: relative;
  padding-right: 20px;
}
.item-area .cntBoxList li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/sp/fcpc/common/img/icon_arrow_blank.svg) no-repeat center center;
  background-size: contain;
}
.item-area .cntBoxList li a:hover {
  opacity: 0.7;
}
.item-area .cntBoxList li .text {
  color: #1c1c1c !important;
  font-size: 1.8rem;
  font-weight: bold;
}
.item-area .cntBoxList li .link {
  line-height: 1;
}
.item-area .cntBoxList li .link + .link {
  padding-left: 1.5rem;
  margin-left: 1.5rem !important;
  position: relative;
}
.item-area .cntBoxList li .link + .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(141, 141, 141, 0.3);
}
@media screen and (max-width: 768px) {
  .item-area {
    flex-direction: column !important;
    gap: 10px 0 !important;
  }
  .item-area h2 {
    width: 100% !important;
    font-size: 1.6rem !important;
  }
  .item-area h2 span {
    font-size: 1.2rem;
  }
  .item-area .cntBoxList {
    width: 100%;
  }
  .item-area .cntBoxList li {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
  .item-area .cntBoxList li + li {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
  .item-area .cntBoxList li > div {
    width: 100%;
    position: relative;
  }
  .item-area .cntBoxList li > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(141, 141, 141, 0.3);
  }
  .item-area .cntBoxList li a {
    font-size: 1.2rem;
  }
  .item-area .cntBoxList li .text {
    font-size: 1.6rem;
  }
  .item-area .cntBoxList li .link + .link {
    padding-left: 0;
    margin-left: 0 !important;
    position: relative;
  }
  .item-area .cntBoxList li .link + .link:before {
    content: none;
  }
}

section.nav a.top:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ani_slideup {
  opacity: 0 !important;
  transform: translateY(30px);
  transition: opacity 1s ease-in, transform 1s ease-out, filter 1.5 cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.ani_slideup.on {
  opacity: 1 !important;
  transform: translateY(0);
}

.article__movie {
  cursor: pointer;
  width: 100%;
}
.article__movie .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.article__movie iframe {
  width: 100%;
  height: 100%;
}

.ani_slideup {
  opacity: 0 !important;
  transform: translateY(20px);
  transition: opacity 1.5s ease-in, transform 1.5s ease-out, filter 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.ani_slideup.on {
  opacity: 1 !important;
  transform: translateY(0);
}

.ani_blur {
  opacity: 0;
  filter: blur(30px);
  transform: scale(1.05);
  transition: opacity 1.5s ease-out, filter 1s ease-out, transform 1.8s ease-in-out;
}
.ani_blur.on {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  main .inner .sliderWrap ul.slider {
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  main .inner .sliderWrap ul.slider li {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  main .inner .sliderWrap ul.slider li img {
    height: auto !important;
    width: 100% !important;
  }
}/*# sourceMappingURL=style_article.css.map */