html {
  scroll-behavior: smooth;
}
h1 {
  margin: 0;
}
img {
  display: inherit;
}

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

img {
  margin: auto;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

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

.fv h1 img {
  width: 100%;
  display: block;
}
.fv_anchor {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 52%;
  flex-wrap: wrap;
}
.fv_anchor a {
  margin: 1%;
  width: 13vw;
}
.fv_anchor img {
  width: 100%;
}
@media (max-width: 767px) {
  .fv_anchor {
    width: 80%;
    bottom: 3%;
  }
  .fv_anchor a {
    margin: 2%;
    width: 36vw;
  }
}

.main_cont {
  width: 100%;
  background: url(../images/pc/main_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .main_cont {
    width: 100%;
    background: url(../images/sp/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
  }
}

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

.fv_bottom_img {
  top: -1px;
}

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

.halloween_recipe_ttl {
  padding-top: 60px;
  margin-bottom: 28px;
}
.movie_recipe .halloween_recipe_ttl {
  padding-top: 23%;
}
@media (max-width: 767px) {
  .movie_recipe .halloween_recipe_ttl {
    padding-top: 19%;
    width: 80%;
    margin: auto;
  }
}

.halloween_recipe_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5%;
}

@media (max-width: 1000px) {
  .halloween_recipe_list {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .halloween_recipe_list {
    display: block;
  }
}

.halloween_recipe_list_item_inr01,
.halloween_recipe_list_item_inr02,
.halloween_recipe_list_item_inr03,
.halloween_recipe_list_item_inr04,
.halloween_recipe_list_item_inr05 {
  position: absolute;
  top: 50.5%;
  transform: translateY(-50%);
  padding: 0 8.4%;
  width: 96%;
}

.halloween_recipe_list_item01,
.halloween_recipe_list_item02,
.halloween_recipe_list_item03,
.halloween_recipe_list_item04,
.halloween_recipe_list_item05 {
  box-sizing: border-box;
  position: relative;
  width: 49%;
}

@media (max-width: 767px) {
  .halloween_recipe_list_item_inr01,
  .halloween_recipe_list_item_inr02,
  .halloween_recipe_list_item_inr03,
  .halloween_recipe_list_item_inr04,
  .halloween_recipe_list_item_inr05 {
    padding: 0 7% 0 10%;
  }

  .halloween_recipe_list_item01,
  .halloween_recipe_list_item02,
  .halloween_recipe_list_item03,
  .halloween_recipe_list_item04,
  .halloween_recipe_list_item05 {
    width: 100%;
  }
}

.halloween_recipe_list_name {
  font-size: clamp(21px, 2.5vw, 26.7px);
  font-weight: bold;
  margin: 5.5% 0 6.4%;
}

.halloween_recipe_list_name02 {
  font-size: clamp(21px, 2.5vw, 26.7px);
  margin: 5.5% 0 4%;
  line-height: 1.25;
  font-weight: bold;
}
.halloween_recipe_list_btn {
  width: 98%;
  margin: auto;
}

@media (max-width: 767px) {
  .halloween_recipe_list_name {
    font-size: clamp(14px, 4.8vw, 38px) ;
  }
  .halloween_recipe_list_name02 {
    font-size: clamp(14px, 4.8vw, 38px) ;
  }
  .halloween_recipe_list_btn {
    /* width: 73%; */
  }
  .halloween_recipe_list_img img {
    width: 100%;
  }
  .item_list_bg img {
    width: 100%;
    margin-left: 4px;
  }
}

.halloween_recipe_list_img {
}

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

.melonpan_recipe_wrp {
  position: relative;
}

.melonpan_recipe_inr {
  position: absolute;
  top: 51.8%;
  transform: translateY(-50%);
  padding: 0 6.2%;
}

@media (max-width: 767px) {
  .melonpan_halloween_recipe_ttl {
    width: 85%;
    margin: auto;
  }
  .melonpan_recipe_inr {
    top: 49.5%;
  }
}

.melonpan_recipe_top,
.melonpan_recipe_mid,
.melonpan_recipe_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin: auto;
}

@media (max-width: 767px) {
  .melonpan_recipe_top,
  .melonpan_recipe_btm {
    display: block;
  }
}

.melonpan_recipe_top_r {
  margin-left: -33px;
}

@media (max-width: 767px) {
  .melonpan_recipe_top_l {
    display: flex;
  }

}

.melonpan_recipe_top_btn {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .melonpan_recipe_top_btn {
    width: 75%;
    margin: auto;
  }

}

.melonpan_recipe_line {

}

.melonpan_recipe_mid,
.melonpan_recipe_btm {
  padding: 4% 0;
  gap: 2%;
}

.melonpan_recipe_mid_r {
  text-align: left;
}

.melonpan_recipe_mid_r dt,
.melonpan_recipe_mid_r dd {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.melonpan_recipe_mid_r dd {
  font-size: 16px;
}

.book_ttl {
  text-indent: -14px;
}

.book_ttl_big {
  font-size: 27px;
  font-weight: bold;
}

.book_ttl_small {
  font-size: 15px;
}

.melonpan_recipe_mid_r p {
  margin: 10px 0 25px;
}
.melonpan_recipe_mid_l {
  width: 30%;
}

@media (max-width: 1000px) {
  .book_ttl_big {
    font-size: 2.6vw;
  }
  
  .book_ttl_small {
    font-size: 1.5vw;
  }
  .melonpan_recipe_mid_r dt,
  .melonpan_recipe_mid_r dd,
  .melonpan_recipe_mid_r p {
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  .melonpan_recipe_mid_l {
    width: 45%;
    display: flex;
    align-items: center;
  }
  .book_ttl {
    text-indent: -3%;
  }
  .book_ttl_big {
    font-size: 4.1vw;
  }
  
  .book_ttl_small {
    font-size: clamp(10px, 2.5vw, 14px);
  }
  .melonpan_recipe_mid_r dt,
  .melonpan_recipe_mid_r dd,
  .melonpan_recipe_mid_r p {
    font-size: 3vw;
  }
  .txt_algn_c {
    text-align: center;
  }
  .melonpan_recipe_mid_r p {
    margin-bottom: 0;
  }
}

.melonpan_recipe_r_btn {
  display: flex;
  margin-top: 6%;
  justify-content: space-between;
}

.melonpan_recipe_btm_r {
  width: 61%;
  margin-left: -1%;
}



.sensei_name_img {
  margin-left: -20px;
}

.melonpan_recipe_btm_r p {
  text-align: left;
  letter-spacing: 0.04em;
  margin-top: 18px;
  width: 93%;
  font-size: 16px;
}

.melonpan_recipe_btm {
  align-items: center;
}

@media (max-width: 1000px) {
  .melonpan_recipe_btm_l {
    margin-left: -4%;
  }
  .melonpan_recipe_btm_l img {
    width: 85%;
    margin: auto;
  }
  .melonpan_recipe_btm_r {
    width: 66%;
    margin-left: -7%;
  }
  .melonpan_recipe_btm_r p {
    font-size: clamp(10px, 1.5vw, 16px);
    width: 100%;
    /* margin-top: -3%; */
  }
  .melonpan_recipe_btm .melonpan_recipe_r_btn {
    width: 100%;
    gap: 7%;
  }
}

@media (max-width: 767px) {
  .melonpan_recipe_r_btn {
    width: 75%;
    margin: auto;
    margin-top: 4%;
  }
  .melonpan_recipe_r_btn img {
    width: 100%;
  }
  .melonpan_recipe_btm_r {
    width: 100%;
    margin-left: 1%;
  }
  .melonpan_recipe_btm_r p {
    font-size: clamp(10px, 3vw, 19px);
  }
}

.main_bottom_bg01 {
  background: url(../images/pc/bg_footer_btm.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 39vw;
  position: relative;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.main_bottom_bg02 {
  background: url(../images/pc/bg_footer_top.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 39vw;
  position: relative;
  pointer-events: none;
}

.main_bottom_btn {
}

.main_bottom_btn_l,
.main_bottom_btn_r {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.main_bottom_btn_l {
  left: 18.2%;
}

.main_bottom_btn_r {
  right: 18.2%;
}

.main_bottom_btn_l img,
.main_bottom_btn_r img {
  width: 31vw;
}

@media (min-width: 1280px) {
  .main_bottom_btn_l img,
  .main_bottom_btn_r img {
    width: 25vw;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}

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

  .inner__1000 {
    width: 90%;
  }
  .party_sweets_recipe {
    margin-bottom: 80%;
  }
  
  .main_bottom_bg01 {
    background: url(../images/sp/bg_footer_btm.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 90vw;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .main_bottom_bg02 {
    background: url(../images/sp/bg_footer_top.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 59vw;
    position: relative;
    pointer-events: auto;
  }
  .main_bottom_btn {
    /* position: relative; */
  }
  .main_bottom_btn_bg {
    position: absolute;
    z-index: -1;
    bottom: 34%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 6%;
  }
  .main_bottom_btn_l,
  .main_bottom_btn_r {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    z-index: 0;
  }
  .main_bottom_btn_l {
    top: -71%
  }
  .main_bottom_btn_l img {
    width: 61vw;
  }
  .main_bottom_btn_r {
    top: -21%;
  }
  .main_bottom_btn_r img {
    width: 51vw;
  }
}
