html {
  scroll-behavior: smooth;
}

section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.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;
  }
}

.only_sp {
  display: none;
}

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

.fv h1 img {
  width: 100%;
}

.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);
  }

  .only_sp {
    display: block;
  }

  .only_pc {
    display: none;
  }
}

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


@media (max-width: 1440px) {
  .inner__1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section {
  position: relative;
}

.cute {
  background: url("../images/sec02_bg_02.png")repeat-y;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.horror {
  background: url("../images/sec03_bg_02.png")repeat-y;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

@media (min-width: 1280px) {
  .cute {
	background-size: calc(100% - 256px);
	background-position: calc(50% + 128px);
  }
  .horror {
	background-size: calc(100% - 256px);
	background-position: calc(50% + 128px);
  }
}

@media (max-width: 767px) {
  .cute {
    background-image: url("../images/sec02_bg_s_02.png");
  }

  .horror {
    background-image: url("../images/sec03_bg_s_02.png");
  }
}

#cont1 {
  transform: translateY(75%);
  margin-top: -15%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #cont1 {
    transform: translateY(50%);
    margin-top: -21%;
  }
}


#cont2 {
  padding-top: 15%;
  padding-bottom: 24%;
}

#cont2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 5%;
}

#cont2 ul li {
  width: calc(85% / 4);
}

#cont2 ul li:nth-child(2) {
  margin: 0 1px;
}


@media (max-width: 767px) {
  #cont2 ul li {
    width: 47.5%;
  }

  #cont2 ul li:nth-child(2) {
    margin: 0;
  }

  #cont2 {
    padding-top: 20%;
  }

}

#cont2 ul li a {
  display: block;
  width: 100%;
  height: auto;
}

#cont2 ul li img {
  width: 100%;
}


#a01 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #a01 {
    margin-top: 50px;
  }
}

#a01 p,
#a02 p,
#a03 p,
#a04 p,
#a05 p,
#a06 p,
#a07 p {
  margin: 20px;
}

.recipe_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3%;
}

.recipe_wrap .recipe_box {
  width: calc(94% / 3);
  background: #fff;
  border-radius: 30px;
  margin-top: 10%;
  position: relative;
  padding: 80px 20px 30px;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(5px 0 5px #00000020);
  max-width: 400px;
}

.recipe_wrap .recipe_box div:first-child {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recipe_wrap .recipe_box.kanshu div:first-child img {
  transform: translateY(-66%);
  width: 100%;
}

.recipe_wrap .recipe_box div:first-child img {
  width: 100%;
}

.recipe_wrap .recipe_box figure {
  margin-bottom: 20px;
}

.recipe_wrap .recipe_box figure > img,
.recipe_wrap .recipe_box figure iframe {
  aspect-ratio: 1;
  object-fit: cover;
}

.recipe_wrap .recipe_box iframe {
	width: 100%;
}

.recipe_wrap .recipe_box figure+img {
  flex: 1;
  object-fit: contain;
}

.recipe_wrap .recipe_box a {
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .recipe_wrap .recipe_box {
    width: 100%;
    border-radius: 50px 50px 20px 20px;
    padding-top: 100px;
  }

  .recipe_wrap .recipe_box figure * {
    aspect-ratio: initial;
  }

  .recipe_wrap .recipe_box.kanshu {
    margin-top: 35%;
  }

  .recipe_wrap .recipe_box a {
    width: 113%;
    margin: 20px -8% 0;
  }
}

.deco {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  transform: translateY(35%);
  z-index: 1;
}


#cont3 {
  padding-top: 15%;
  padding-bottom: 24%;
}


#cont4 {
  padding-top: 15%;
  padding-bottom: 24%;
  overflow: hidden;
}

.shop {
  display: flex;
  align-items: flex-end;
}

.shop a {
  display: inline-block;
  width: 100px;
}

.shop div {
  flex: 1;
}

.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: 70%;
}

.recipe_wrap .recipe_box figure:has(.item) {
  position: relative;
}

.recipe_wrap .recipe_box figure .item {
  position: absolute;
  bottom: -15px;
  right: 0;
  transform: rotate(5deg) translateX(50%);
}

.recipe_wrap .recipe_box figure .item img {
  aspect-ratio: initial;
  width: 80px;
}

@media (max-width: 767px) {
  .link {
    width: 300px;
  }

  .shop {
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center;
  }

  .shop a {
    order: -1;
    text-align: center;
    transform: rotate(0deg) !important;
  }

  .shop div {
    flex: initial;
    width: 100%;
  }

  .recipe_wrap .recipe_box figure .item {
    transform: rotate(5deg) translateX(40%);
  }
}