html {
  scroll-behavior: smooth;
}

img {
  display: inherit;
}

.wrapper {
  text-align: center;
  color: #350f00;
  line-height: 1.5;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

a:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.7;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .inner__1000 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .inner__1000 {
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .breadcrumb {
    padding-bottom: 0;
    background-color: #F8F8F8;
  }
}

/* fv */
.fv {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fv h1 img {
  width: 100%;
  display: block;
}

/* 目次リンクセクション */
.anchor_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  max-width: 628px;
  background: url(../images/pc/dish_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.anchor_container img {
  width: 100%;
}

@media (max-width: 767px) {
  .anchor_container {
    width: 90%;
    height: 50vw;
    margin-top: 35vw;
    margin-bottom: 20vw;
    background-size: 75%;
  }
}

/* @media (max-width: 1440px) {
/* main_cont */
.main_cont {
  width: 100%;
  background: url(../images/pc/main_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-top: -120px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .main_cont {
    width: 100%;
    background: none;
  }

  .main_cont::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/pc/main_bg.png) center top no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .xmas2025 {
    position: relative;
  }
}

@media (max-width: 767px) {
  .main_cont::before {
    background: url(../images/sp/main_bg.png) center top no-repeat;
    background-size: cover;
  }
}

.xmas2025_ttl {
  padding-top: 80px;
  max-width: 500px;
  margin: 0 auto 60px;
  transform: translateX(-95px);
}

@media screen and (max-width: 480px) {
  .xmas2025_ttl {
    padding-top: 50px;
  }
}


/* ▼ 限定商品 ここから ▼  */
.limited_recipe {
  margin-top: -30%;
  margin-bottom: 60px;
}

.limited_recipe .xmas2025_ttl {
  padding-top: 23%;
  max-width: 500px;
  margin: 0 auto 60px;
  transform: translateX(-106px);
}

@media (max-width: 1440px) {
  .xmas2025_ttl {
    margin-bottom: 4vw;
  }

  .limited_recipe .xmas2025_ttl {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .xmas2025_ttl img {
    transform: translateX(45px);
    width: 75%;
  }
}

.xmas2025_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 30px;
  row-gap: 60px;
  padding-top: 50px;
}

@media (max-width: 1024px) {

  .xmas_recipes .xmas2025_list,
  .xmas2025_list {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .xmas_recipes .xmas2025_list,
  .party_cokking_recipe .xmas2025_list {
    width: 100%;
    margin-top: 7vw;
  }
}

.limited_recipe_list {
  position: relative;
}

.limited_recipe_itemBox {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .limited_recipe_itemBox {
    padding: 60px 40px 60px 40px;
    column-gap: 20px;
  }

  .limited_recipe_list_item01,
  .limited_recipe_list_item02,
  .limited_recipe_list_item03 {
    width: calc((100% - 40px) / 3);
  }

  .limited_teacher_box {
    width: 100%;
  }

  .limited_recipe_list_item03 .limited_item03_img {
    padding: 64px 0px;
  }
}

@media screen and (max-width: 767px) {
  .limited_recipe_itemBox {
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
    margin-top: 5vw;
  }

  .limited_recipe_list_item01,
  .limited_recipe_list_item02,
  .limited_recipe_list_item03 {
    width: 100%;
  }

  .limited_recipe_list_item01_ttl,
  .limited_recipe_list_item02_ttl,
  .limited_recipe_list_item03_ttl {
    position: relative;
  }
}

/* ▲ 限定商品 ここまで ▲ */

/* ▼ クリスマスを彩る定番商品 ここから ▼ */
.sec01_container {
  background: url(../images/pc/sec01_bg.png) no-repeat top / cover;
  width: 100%;
  position: relative;
}

.sec01_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 300px;
  background: url('../images/pc/ornament_top.png') no-repeat center / cover;
  pointer-events: none;
  z-index: 0;
}

.sec01_container::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 300px;
  transform: translateY(50%);
  background: url('../images/pc/ornament_bottom.png') no-repeat center / cover;
  pointer-events: none;
  z-index: 0;
}

.xmas_std,
.xmas_recipes,
.party_cokking_recipe {
  margin-bottom: 60px;
}

.xmas_std {
  padding-top: 10%;
  padding-bottom: 10%;
  margin-top: 17%;
  margin-bottom: 10%;
}

.xmas_std_list_item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.xmas_std_list_img {
  position: relative;
  box-sizing: border-box;
  position: relative;
  /* width: calc((100% - 30px) / 2); */
  width: calc((100% - 20px) / 2);
}

.xmas_std_list_img a.btn01 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 51%;
  left: 0;
}

.xmas_std_list_img a.btn01.notes {
  top: 55%;
}


.xmas_std_list_img a.btn02 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 4%;
  left: 0;
}

.xmas_std_list_img a img {
  max-width: 200px;
}

@media screen and (max-width: 1024px) {
  .sec01_container::before {
    background-size: 100%;
  }

  .sec01_container::after {
    background-size: 100%;
  }
}

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

  .xmas_std_list {
    margin-top: 8%;
  }

  .xmas_std_list_item {
    flex-direction: column;
  }

  .xmas_std_list_img {
    width: 100%;
    margin: 0 auto;
  }

  .xmas_std_list_img a.btn01 {
    top: 52%;
    left: 0;
  }

  .xmas_std_list_img a.btn01.notes02 {
    top: 54%;
    left: 0;
  }

  .xmas_std_list_img a.btn02 {
    bottom: 4%;
    left: 0;
  }

  .xmas_std_list_img a img {
    max-width: 230px;
    transform: scale(1.1);
  }
}

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

  .xmas_std_list {
    margin-top: 8%;
  }

  .xmas_std_list_img a.btn01 {
    top: 50.5%;
  }

  .xmas_std_list_img a.btn01.notes02 {
    top: 53.5%;
  }

  .xmas_std_list_img a.btn02 {
    bottom: 4%;
  }

  .xmas_std_list_img a img {
    max-width: 230px;
    width: 42vw;
  }

  .xmas_std_list_img a.btn01.notes {
    top: 54%;
  }
}

/* ▲ クリスマスを彩る定番商品 ここまで ▲ */

/* ▼ レシピ、お菓子系、お食事系 ここから ▼ */

.xmas2025_list_img {
  margin-top: -14%;
  margin-bottom: 20px;
}

.xmas_recipes_al {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  margin-bottom: 5vw;
}

.xmas_recipes_al a {
  text-align: center;
  width: 313px;
}

.xmas_recipes_al a img {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}

.recipe_al_ttl {
  padding-top: 80px;
  margin-bottom: 88px;
}

.recipe_al_ttl.notes {
  padding-top: 130px;
}


.xmas2025_list_item01,
.xmas2025_list_item02,
.xmas2025_list_item03,
.xmas2025_list_item04 {
  width: calc((100% - 60px) / 3);
}

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


  .xmas_recipes_al {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
  }

  .xmas_recipes_al a {
    width: 45%;
  }

  /* ★改行専用の見えない要素を挿入して、最後の a を2行目に送る */
  .xmas_recipes_al::after {
    content: "";
    flex-basis: 100%;
    /* ここで行を折り返す */
  }

  .recipe_al_ttl {
    margin: 0 auto;
    padding-top: 10vw;
    width: 75%;
  }

  .recipe_al_ttl.notes {
    padding-top: 7vw;
  }

  .xmas2025_list_item01,
  .xmas2025_list_item02,
  .xmas2025_list_item03,
  .xmas2025_list_item04 {
    width: calc((100% - 30px) / 2);
  }
}

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

  .xmas_recipes .xmas2025_list_item01,
  .xmas_recipes .xmas2025_list_item02,
  .xmas_recipes .xmas2025_list_item03,
  .xmas_recipes .xmas2025_list_item04 {
    width: 100%;
  }
}


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

.xmas2025_list_item_inr01 {
  position: relative;
}

.xmas2025_list_btn a {
  width: 78%;
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translateX(-50%);
}

.xmas2025_list_btn a img {
  display: block;
  /* インライン隙間を防ぐ */
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}

/* ラッパー：高さを上限（or固定）にして、はみ出しを隠す */
.xmas2025_list_img .yt-short-fixed {
  position: absolute;
  top: 26.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
  /* 高さは指定しない。アスペクト比で決まる */
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: transparent;
}

@media (max-width: 480px) {
  .xmas2025_list_img .yt-short-fixed {
    max-width: 248px;
  }
}

.xmas2025_list_img .yt-short-fixed iframe {
  position: absolute;
  inset: -3px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0;
  transform: none;
}


.xmas2025_list_img.okashikei {
  position: relative;
}

.xmas2025_list_img.okashikei .recipe_link {
  position: absolute;
  display: block;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: auto;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}

.xmas2025_list_img.okashikei .material_link {
  position: absolute;
  display: inline-block;
  bottom: 20%;
  left: -7%;
}

.xmas2025_list_img.okashikei .material_link.notes {
  bottom: 23%;
}

@media screen and (max-width: 1023px) {
  .xmas2025_list_img.okashikei .material_link {
    width: 11vw;
  }
}

@media (max-width: 767px) {

  .xmas2025_list_img.okashikei .material_link {
    width: 15vw;
  }

  .xmas2025_list_img.okashikei .material_link.notes {
    bottom: 21%;
    left: -4%;
  }

  .xmas_std,
  .xmas_recipes,
  .party_cokking_recipe {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .xmas2025_list_img.okashikei .material_link {
    width: 30vw;
  }
}

/* ▲ レシピ、お菓子系、お食事系 ここまで ▲ */

  /* ▼ 下部リンクボタンセクション ここから ▼ */

  .main_bottom_btn_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 5% 0;
  }

  .main_bottom_btn_container>.main_bottom_btn_r {
    display: inline-block;
    margin-top: 40px;
  }

  .main_bottom_btn_r img {
    width: 100%;
    max-width: 500px;
  }

  @media (max-width: 767px) {

    .main_bottom_btn_container>.main_bottom_btn_r {
      margin-top: 4%;
    }

    .main_bottom_btn_r img {
      max-width: 80vw;
    }
  }

  /* ▲ 下部リンクボタンセクション ここまで ▲ */

  /* ▼ クラシルリンクバナーセクション ここから ▼ */

.cp_bnr {
  display: inline-block;
  padding-bottom: 60px;
  max-width: 820px;
}

@media screen and (max-width: 819px) {
  .cp_bnr {
    max-width: 90%;
    padding-top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .cp_bnr .kurashiru_sp {
    max-width: 88%;
  }
}

/* ▲ クラシルリンクバナーセクション ここまで ▲ */

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .breadcrumb {
    position: relative;
    z-index: 10;
  }

  footer {
    position: relative;
  }

  @media (max-width: 767px) {
    .pc {
      display: none;
    }

    .sp {
      display: block;
    }

    .party_sweets_recipe {
      margin-bottom: 80%;
    }
  }