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 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.fv h1 img {
  width: 100%;
  display: block;
}
.fv_anchor {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 830px;
  flex-wrap: wrap;
}
.fv_anchor a {
  width: calc((100% - 45px) / 4);
}
.fv_anchor img {
  width: 100%;
}

@media (max-width: 1440px) {
  .fv_anchor {
    bottom: 5vw;
    max-width: 550px;
  }
}

@media (max-width: 1024px) {
  .fv_anchor {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .fv_anchor {
    width: 100%;
    max-width: 250px;
    top: calc(50% + 80px);
    bottom: auto;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%, -50%);
  }
  .fv_anchor a {
    width: calc((100% - 15px) / 2);
  }
}

/* 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;
}

.fv_bottom_img {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
}

@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: 0;
  }
  .halloween_recipe {
    position: relative;
  }
}

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

.halloween_recipe_ttl {
  padding-top: 80px;
  max-width: 500px;
  margin: 0 auto 60px;
}

.movie_recipe {
  margin-bottom: 60px;
}

.movie_recipe .halloween_recipe_ttl {
  padding-top: 23%;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width: 1440px) {
  .halloween_recipe_ttl {
    padding-top: 60px;
    max-width: 370px;
    margin: 0 auto 60px;
  }
  .movie_recipe .halloween_recipe_ttl {
    padding-top: 15%;
    max-width: 370px;
    margin: 0 auto 60px;
  }
}

@media (max-width: 767px) {
  .movie_recipe .halloween_recipe_ttl {
    padding-top: 19%;
    width: 80%;
    margin: 0 auto 40px;
  }
  .halloween_recipe_ttl {
    padding-top: 15%;
    width: 80%;
    margin: 0 auto 40px;
  }
}

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

@media (max-width: 1400px) {
  .present_recipes .halloween_recipe_list, .party_cokking_recipe .halloween_recipe_list {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .present_recipes .halloween_recipe_list, .party_cokking_recipe .halloween_recipe_list {
    width: 100%;
  }
}

.movie_recipe_list {
  position: relative;
}

.movie_recipe_bg {
  position: absolute;
  width: 100%;
  aspect-ratio: 1493 / 1150;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie_recipe_itemBox {
  padding: 60px 60px 60px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.movie_recipe_list_item01,
.movie_recipe_list_item02,
.movie_recipe_list_item03 {
  width: calc((100% - 60px) / 3);
}

.movie_teacher_box {
  display: flex;
  align-items: center;
}

.movie_recipe_list iframe {
  width: 70%;
  max-width: 315px;
  margin-bottom: 20px;
  border-radius: 10px;
  aspect-ratio: 9 / 16;
}

.movie_recipe_list a {
  width: 85%;
  margin: 0 auto;
}

.movie_teacher_box {
  width: 95%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.movie_teacher_box img {
  width: 30%;
  max-width: 145px;
}

.movie_teacher_name {
  font-size: 16px;
  text-align: left;
}

.movie_teacher_name span {
  display: inline-block;
  font-size: 18px;
  color: #69428e;
}

.movie_recipe_list_item03 .movie_item03_img {
  padding: 82px 0px;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .movie_recipe_itemBox {
    padding: 60px 40px 60px 40px;
    column-gap: 20px;
  }
  .movie_recipe_list_item01, .movie_recipe_list_item02, .movie_recipe_list_item03 {
    width: calc((100% - 40px) / 3);
  }
  .movie_teacher_box {
    width: 100%;
  }
  .movie_teacher_name {
    font-size: 13px;
  }
  .movie_teacher_name span {
    font-size: 15px;
  }
  .movie_recipe_list_item03 .movie_item03_img {
    padding: 64px 0px;
  }
}

@media screen and (max-width: 767px) {
  .movie_recipe_bg {
    max-width: 100%;
    aspect-ratio: auto;
  }
  .movie_recipe_itemBox {
    padding: 20px;
    flex-wrap: wrap;
  }
  .movie_recipe_list_item01,
  .movie_recipe_list_item02,
  .movie_recipe_list_item03 {
    width: 100%;
  }
  .movie_recipe_list_item01_ttl,
  .movie_recipe_list_item02_ttl,
  .movie_recipe_list_item03_ttl {
    position: relative;
  }
  .movie_recipe_list iframe {
    width: 90%;
    margin-bottom: 30px;
    margin-top: -15px;
  }
  .movie_recipe_list a {
    width: 90%;
  }
  .movie_teacher_box {
    width: 100%;
    padding-top: 30px;
    gap: 10px;
  }
  .movie_teacher_name {
    font-size: 14px;
  }
  .movie_teacher_name span {
    font-size: 16px;
  }
  .movie_recipe_list_item03 .movie_item03_img {
    padding: 0px 0px 30px;
    width: 90%;
  }
}

.trend_recipe,.present_recipes,.party_cokking_recipe {
  margin-bottom: 60px;
}

.halloween_recipe_list_item01,
.halloween_recipe_list_item02,
.halloween_recipe_list_item03,
.halloween_recipe_list_item04 {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 30px) / 2);
}

.trend_recipe .halloween_recipe_list_item01,
.trend_recipe .halloween_recipe_list_item02,
.trend_recipe .halloween_recipe_list_item03,
.trend_recipe .halloween_recipe_list_item04,
.trend_recipe .halloween_recipe_list_item05,
.trend_recipe .halloween_recipe_list_item06,
.trend_recipe .halloween_recipe_list_item07,
.trend_recipe .halloween_recipe_list_item08 {
  width: calc((100% - 60px) / 3);
}

@media (max-width: 767px) {
  .halloween_recipe_list_item01,
  .halloween_recipe_list_item02,
  .halloween_recipe_list_item03,
  .halloween_recipe_list_item04,
  .halloween_recipe_list_item05 {
    width: 90%;
  }
  .trend_recipe .halloween_recipe_list_item01,
  .trend_recipe .halloween_recipe_list_item02,
  .trend_recipe .halloween_recipe_list_item03,
  .trend_recipe .halloween_recipe_list_item04,
  .trend_recipe .halloween_recipe_list_item05,
  .trend_recipe .halloween_recipe_list_item06,
  .trend_recipe .halloween_recipe_list_item07,
  .trend_recipe .halloween_recipe_list_item08 {
    width: 90%;
  }
  .trend_recipe,.present_recipes,.party_cokking_recipe {
    margin-bottom: 40px;
  }
}

.halloween_recipe_list_btn {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.halloween_recipe_list_name {
  position: relative;
}

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

.halloween_recipe_list_btn img {
  margin: 0 auto;
  width: 100%;
}

.main_bottom_btn {
  position: relative;
  padding: 250px 0;
}

.main_bottom_btn_r {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

@media (max-width: 1400px) {
  .main_bottom_btn_r img {
    max-width: 350px;
  }
}


.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%;
  }
  .main_bottom_btn {
    padding: 160px 0;
  }
  .main_bottom_btn_r img {
    max-width: 200px;
  }
}
